From d6e6021ced14e2399d095a7240ee6495ccae6382 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:28:53 +0000 Subject: [PATCH 1/9] network manager ipam pool --- go.mod | 4 +- go.sum | 8 +- .../app_service_environment_v3_resource.go | 2 +- .../services/compute/image_resource_test.go | 4 +- .../services/compute/network_interface.go | 2 +- ...ll_application_rule_collection_resource.go | 2 +- ...plication_rule_collection_resource_test.go | 2 +- .../services/firewall/firewall_data_source.go | 2 +- .../firewall_nat_rule_collection_resource.go | 2 +- ...ewall_nat_rule_collection_resource_test.go | 2 +- ...rewall_network_rule_collection_resource.go | 2 +- ...l_network_rule_collection_resource_test.go | 2 +- .../firewall/firewall_policy_data_source.go | 2 +- .../firewall/firewall_policy_resource.go | 2 +- .../firewall/firewall_policy_resource_test.go | 2 +- ...l_policy_rule_collection_group_resource.go | 2 +- ...icy_rule_collection_group_resource_test.go | 2 +- .../services/firewall/firewall_resource.go | 2 +- .../firewall/firewall_resource_test.go | 2 +- internal/services/firewall/subresource.go | 2 +- .../legacy/virtual_machine_resource.go | 4 +- .../application_gateway_data_source.go | 2 +- .../network/application_gateway_resource.go | 2 +- .../application_gateway_resource_test.go | 2 +- .../application_security_group_data_source.go | 2 +- .../application_security_group_resource.go | 2 +- ...pplication_security_group_resource_test.go | 2 +- internal/services/network/client/client.go | 6 +- .../network/custom_ip_prefix_resource.go | 2 +- .../network/custom_ip_prefix_resource_test.go | 2 +- .../local_network_gateway_poller.go | 2 +- ...ss_route_circuit_authorization_resource.go | 2 +- ...ute_circuit_authorization_resource_test.go | 2 +- ...press_route_circuit_connection_resource.go | 4 +- ..._route_circuit_connection_resource_test.go | 2 +- .../express_route_circuit_data_source.go | 2 +- ...press_route_circuit_peering_data_source.go | 2 +- .../express_route_circuit_peering_resource.go | 4 +- .../network/express_route_circuit_resource.go | 2 +- .../express_route_circuit_resource_test.go | 2 +- .../express_route_connection_resource.go | 2 +- .../express_route_connection_resource_test.go | 2 +- .../network/express_route_gateway_resource.go | 4 +- .../express_route_gateway_resource_test.go | 2 +- ...press_route_port_authorization_resource.go | 2 +- ..._route_port_authorization_resource_test.go | 2 +- .../network/express_route_port_resource.go | 2 +- .../express_route_port_resource_test.go | 2 +- .../network/ip_group_cidr_resource.go | 2 +- .../network/ip_group_cidr_resource_test.go | 2 +- .../services/network/ip_group_data_source.go | 2 +- .../services/network/ip_group_resource.go | 2 +- .../network/ip_group_resource_test.go | 2 +- .../local_network_gateway_data_source.go | 2 +- .../network/local_network_gateway_resource.go | 2 +- .../local_network_gateway_resource_test.go | 2 +- .../network/nat_gateway_data_source.go | 2 +- ..._gateway_public_ip_association_resource.go | 2 +- ...way_public_ip_association_resource_test.go | 2 +- ...y_public_ip_prefix_association_resource.go | 2 +- ...lic_ip_prefix_association_resource_test.go | 2 +- .../services/network/nat_gateway_resource.go | 2 +- .../network/nat_gateway_resource_test.go | 2 +- .../network_connection_monitor_resource.go | 2 +- ...etwork_connection_monitor_resource_test.go | 2 +- ...etwork_ddos_protection_plan_data_source.go | 2 +- .../network_ddos_protection_plan_resource.go | 2 +- ...work_ddos_protection_plan_resource_test.go | 2 +- .../services/network/network_interface.go | 2 +- ...pplication_gateway_association_resource.go | 2 +- ...ation_gateway_association_resource_test.go | 2 +- ...ion_security_group_association_resource.go | 2 +- ...ecurity_group_association_resource_test.go | 2 +- ...ckend_address_pool_association_resource.go | 2 +- ..._address_pool_association_resource_test.go | 2 +- .../network/network_interface_data_source.go | 2 +- .../network/network_interface_helpers.go | 2 +- .../network/network_interface_locking.go | 2 +- ...interface_nat_rule_association_resource.go | 2 +- ...face_nat_rule_association_resource_test.go | 2 +- .../network/network_interface_resource.go | 2 +- .../network_interface_resource_test.go | 2 +- ...ace_security_group_association_resource.go | 2 +- ...ecurity_group_association_resource_test.go | 2 +- ..._manager_admin_rule_collection_resource.go | 2 +- ...ger_admin_rule_collection_resource_test.go | 2 +- .../network_manager_admin_rule_resource.go | 2 +- ...etwork_manager_admin_rule_resource_test.go | 2 +- ..._connectivity_configuration_data_source.go | 2 +- ...ger_connectivity_configuration_resource.go | 2 +- ...onnectivity_configuration_resource_test.go | 2 +- .../network/network_manager_data_source.go | 2 +- .../network_manager_deployment_resource.go | 2 +- ...etwork_manager_deployment_resource_test.go | 2 +- .../network_manager_ipam_pool_resource.go | 303 ++++++++++++++++++ ...network_manager_ipam_pool_resource_test.go | 285 ++++++++++++++++ ...er_management_group_connection_resource.go | 2 +- ...nagement_group_connection_resource_test.go | 2 +- ...twork_manager_network_group_data_source.go | 2 +- .../network_manager_network_group_resource.go | 2 +- ...ork_manager_network_group_resource_test.go | 2 +- .../network/network_manager_resource.go | 15 +- .../network/network_manager_resource_test.go | 2 +- ...twork_manager_scope_connection_resource.go | 2 +- ..._manager_scope_connection_resource_test.go | 2 +- ...r_security_admin_configuration_resource.go | 2 +- ...urity_admin_configuration_resource_test.go | 2 +- .../network_manager_static_member_resource.go | 2 +- ...ork_manager_static_member_resource_test.go | 2 +- ...anager_subscription_connection_resource.go | 2 +- ...r_subscription_connection_resource_test.go | 2 +- .../network_packet_capture_resource.go | 2 +- .../network_packet_capture_resource_test.go | 2 +- .../network/network_profile_resource.go | 2 +- .../network/network_profile_resource_test.go | 2 +- .../network_security_group_data_source.go | 2 +- .../network_security_group_resource.go | 2 +- .../network_security_group_resource_test.go | 2 +- .../network/network_security_rule_resource.go | 2 +- .../network_security_rule_resource_test.go | 2 +- .../network_service_tags_data_source.go | 2 +- .../network/network_watcher_data_source.go | 2 +- .../network_watcher_flow_log_resource.go | 6 +- .../network_watcher_flow_log_resource_test.go | 2 +- .../network/network_watcher_resource.go | 2 +- .../network/network_watcher_resource_test.go | 2 +- ...plication_security_group_association_id.go | 4 +- ...tion_security_group_association_id_test.go | 4 +- .../point_to_site_vpn_gateway_resource.go | 2 +- ..._application_security_group_association.go | 4 +- ...ication_security_group_association_test.go | 2 +- ...private_endpoint_connection_data_source.go | 4 +- .../network/private_endpoint_resource.go | 4 +- .../network/private_endpoint_resource_test.go | 2 +- .../private_link_service_data_source.go | 2 +- ...ervice_endpoint_connections_data_source.go | 2 +- .../network/private_link_service_resource.go | 2 +- .../private_link_service_resource_test.go | 2 +- .../services/network/public_ip_data_source.go | 2 +- .../network/public_ip_prefix_data_source.go | 2 +- .../public_ip_prefix_data_source_test.go | 2 +- .../network/public_ip_prefix_resource.go | 2 +- .../network/public_ip_prefix_resource_test.go | 2 +- .../services/network/public_ip_resource.go | 2 +- .../network/public_ip_resource_test.go | 2 +- .../network/public_ips_data_source.go | 2 +- internal/services/network/registration.go | 1 + .../network/route_filter_data_source.go | 2 +- .../services/network/route_filter_resource.go | 2 +- .../network/route_filter_resource_test.go | 2 +- .../services/network/route_map_resource.go | 2 +- .../network/route_map_resource_test.go | 2 +- internal/services/network/route_resource.go | 2 +- .../services/network/route_resource_test.go | 2 +- .../route_server_bgp_connection_resource.go | 2 +- .../services/network/route_server_resource.go | 2 +- .../network/route_server_resource_test.go | 2 +- .../network/route_table_data_source.go | 2 +- .../services/network/route_table_resource.go | 2 +- .../network/route_table_resource_test.go | 2 +- .../services/network/subnet_data_source.go | 2 +- ...subnet_nat_gateway_association_resource.go | 2 +- ...t_nat_gateway_association_resource_test.go | 2 +- ...ork_security_group_association_resource.go | 2 +- ...ecurity_group_association_resource_test.go | 2 +- internal/services/network/subnet_resource.go | 2 +- .../services/network/subnet_resource_test.go | 2 +- ...subnet_route_table_association_resource.go | 2 +- ...t_route_table_association_resource_test.go | 2 +- ...ervice_endpoint_storage_policy_resource.go | 2 +- ...e_endpoint_storage_policy_resource_test.go | 2 +- .../virtual_hub_bgp_connection_resource.go | 2 +- .../virtual_hub_connection_data_source.go | 2 +- .../virtual_hub_connection_resource.go | 2 +- .../virtual_hub_connection_resource_test.go | 2 +- .../network/virtual_hub_data_source.go | 2 +- .../network/virtual_hub_ip_resource.go | 2 +- .../services/network/virtual_hub_resource.go | 2 +- .../network/virtual_hub_resource_test.go | 2 +- .../virtual_hub_route_table_data_source.go | 2 +- .../virtual_hub_route_table_resource.go | 2 +- .../virtual_hub_route_table_resource_test.go | 2 +- .../virtual_hub_route_table_route_resource.go | 2 +- ...ual_hub_route_table_route_resource_test.go | 2 +- .../virtual_hub_routing_intent_resource.go | 2 +- ...irtual_hub_routing_intent_resource_test.go | 2 +- ..._hub_security_partner_provider_resource.go | 2 +- ...security_partner_provider_resource_test.go | 2 +- ...virtual_machine_packet_capture_resource.go | 2 +- ...al_machine_packet_capture_resource_test.go | 2 +- ...chine_scale_set_packet_capture_resource.go | 2 +- ..._scale_set_packet_capture_resource_test.go | 2 +- .../network/virtual_network_data_source.go | 2 +- .../virtual_network_dns_servers_resource.go | 2 +- ...rtual_network_dns_servers_resource_test.go | 2 +- ..._network_gateway_connection_data_source.go | 2 +- ...ual_network_gateway_connection_resource.go | 4 +- ...etwork_gateway_connection_resource_test.go | 2 +- .../virtual_network_gateway_data_source.go | 2 +- ...rtual_network_gateway_nat_rule_resource.go | 2 +- ..._network_gateway_nat_rule_resource_test.go | 2 +- .../virtual_network_gateway_resource.go | 2 +- .../virtual_network_gateway_resource_test.go | 2 +- .../virtual_network_peering_data_source.go | 2 +- .../virtual_network_peering_resource.go | 2 +- .../virtual_network_peering_resource_test.go | 2 +- .../network/virtual_network_resource.go | 2 +- .../network/virtual_network_resource_test.go | 2 +- .../network/virtual_wan_data_source.go | 2 +- .../services/network/virtual_wan_resource.go | 2 +- .../network/virtual_wan_resource_test.go | 2 +- .../vpn_gateway_connection_resource.go | 2 +- .../network/vpn_gateway_data_source.go | 2 +- .../network/vpn_gateway_nat_rule_resource.go | 2 +- .../vpn_gateway_nat_rule_resource_test.go | 2 +- .../services/network/vpn_gateway_resource.go | 2 +- .../network/vpn_gateway_resource_test.go | 2 +- ...rver_configuration_data_source_resource.go | 2 +- ...ver_configuration_policy_group_resource.go | 2 +- ...onfiguration_policy_group_resource_test.go | 2 +- .../vpn_server_configuration_resource.go | 2 +- .../vpn_server_configuration_resource_test.go | 2 +- .../services/network/vpn_site_resource.go | 2 +- .../network/vpn_site_resource_test.go | 2 +- ...application_firewall_policy_data_source.go | 2 +- ...eb_application_firewall_policy_resource.go | 2 +- ...plication_firewall_policy_resource_test.go | 2 +- .../network_virtual_appliance_resource.go | 4 +- .../resource/resource_group_resource_test.go | 2 +- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_bastionhostpropertiesformat.go | 20 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- ...urityadminconfigurationpropertiesformat.go | 11 - .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../model_networkinterfacepropertiesformat.go | 29 -- .../adminrulecollections/README.md | 6 +- .../adminrulecollections/client.go | 0 .../adminrulecollections/constants.go | 6 + .../id_securityadminconfiguration.go | 0 ...ecurityadminconfigurationrulecollection.go | 0 .../method_createorupdate.go | 0 .../adminrulecollections/method_delete.go | 0 .../adminrulecollections/method_get.go | 0 .../adminrulecollections/method_list.go | 0 .../model_adminrulecollection.go | 0 ...del_adminrulecollectionpropertiesformat.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../adminrulecollections/predicates.go | 0 .../adminrulecollections/version.go | 4 +- .../adminrules/README.md | 6 +- .../adminrules/client.go | 0 .../adminrules/constants.go | 17 +- ...ecurityadminconfigurationrulecollection.go | 0 ...ityadminconfigurationrulecollectionrule.go | 0 .../adminrules/method_createorupdate.go | 0 .../adminrules/method_delete.go | 0 .../adminrules/method_get.go | 0 .../adminrules/method_list.go | 0 .../adminrules/model_addressprefixitem.go | 0 .../adminrules/model_adminpropertiesformat.go | 0 .../adminrules/model_adminrule.go | 0 .../adminrules/model_baseadminrule.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../adminrules/model_defaultadminrule.go | 0 .../adminrules/predicates.go | 0 .../adminrules/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_applicationgateway.go | 0 ...icationgatewayprivateendpointconnection.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_update.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../id_applicationgateway.go | 0 .../method_list.go | 0 ...l_applicationgatewayprivatelinkresource.go | 0 ...iongatewayprivatelinkresourceproperties.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../applicationgateways/README.md | 6 +- .../applicationgateways/client.go | 0 .../applicationgateways/constants.go | 0 .../id_applicationgateway.go | 0 .../id_predefinedpolicy.go | 0 .../method_backendhealth.go | 0 .../method_backendhealthondemand.go | 0 .../method_createorupdate.go | 0 .../applicationgateways/method_delete.go | 0 .../applicationgateways/method_get.go | 0 .../method_getsslpredefinedpolicy.go | 0 .../applicationgateways/method_list.go | 0 .../applicationgateways/method_listall.go | 0 .../method_listavailablerequestheaders.go | 0 .../method_listavailableresponseheaders.go | 0 .../method_listavailableservervariables.go | 0 .../method_listavailablessloptions.go | 0 ...thod_listavailablesslpredefinedpolicies.go | 0 .../method_listavailablewafrulesets.go | 0 .../applicationgateways/method_start.go | 0 .../applicationgateways/method_stop.go | 0 .../applicationgateways/method_updatetags.go | 0 .../model_applicationgateway.go | 0 ...icationgatewayauthenticationcertificate.go | 0 ...thenticationcertificatepropertiesformat.go | 0 ...pplicationgatewayautoscaleconfiguration.go | 0 ...l_applicationgatewayavailablessloptions.go | 0 ...ewayavailablessloptionspropertiesformat.go | 0 ...cationgatewayavailablewafrulesetsresult.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 .../model_applicationgatewaybackendhealth.go | 0 ...icationgatewaybackendhealthhttpsettings.go | 0 ...applicationgatewaybackendhealthondemand.go | 0 ...del_applicationgatewaybackendhealthpool.go | 0 ...l_applicationgatewaybackendhealthserver.go | 0 ...l_applicationgatewaybackendhttpsettings.go | 0 ...ewaybackendhttpsettingspropertiesformat.go | 0 ...model_applicationgatewaybackendsettings.go | 0 ...ngatewaybackendsettingspropertiesformat.go | 0 ...plicationgatewayclientauthconfiguration.go | 0 ...el_applicationgatewayconnectiondraining.go | 0 .../model_applicationgatewaycustomerror.go | 0 ...icationgatewayfirewalldisabledrulegroup.go | 0 ...del_applicationgatewayfirewallexclusion.go | 0 .../model_applicationgatewayfirewallrule.go | 0 ...del_applicationgatewayfirewallrulegroup.go | 0 ...model_applicationgatewayfirewallruleset.go | 0 ...ngatewayfirewallrulesetpropertiesformat.go | 0 ...plicationgatewayfrontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 .../model_applicationgatewayfrontendport.go | 0 ...tiongatewayfrontendportpropertiesformat.go | 0 ...l_applicationgatewayglobalconfiguration.go | 0 ...l_applicationgatewayheaderconfiguration.go | 0 .../model_applicationgatewayhttplistener.go | 0 ...tiongatewayhttplistenerpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationgatewaylistener.go | 0 ...licationgatewaylistenerpropertiesformat.go | 0 ...pplicationgatewayloaddistributionpolicy.go | 0 ...yloaddistributionpolicypropertiesformat.go | 0 ...pplicationgatewayloaddistributiontarget.go | 0 ...yloaddistributiontargetpropertiesformat.go | 0 .../model_applicationgatewayondemandprobe.go | 0 .../model_applicationgatewaypathrule.go | 0 ...licationgatewaypathrulepropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 ...licationgatewayprivatelinkconfiguration.go | 0 ...tewayprivatelinkconfigurationproperties.go | 0 ...cationgatewayprivatelinkipconfiguration.go | 0 ...wayprivatelinkipconfigurationproperties.go | 0 .../model_applicationgatewayprobe.go | 0 ...licationgatewayprobehealthresponsematch.go | 0 ...applicationgatewayprobepropertiesformat.go | 0 ...odel_applicationgatewaypropertiesformat.go | 0 ...applicationgatewayredirectconfiguration.go | 0 ...ayredirectconfigurationpropertiesformat.go | 0 ...el_applicationgatewayrequestroutingrule.go | 0 ...tewayrequestroutingrulepropertiesformat.go | 0 .../model_applicationgatewayrewriterule.go | 0 ..._applicationgatewayrewriteruleactionset.go | 0 ..._applicationgatewayrewriterulecondition.go | 0 .../model_applicationgatewayrewriteruleset.go | 0 ...ongatewayrewriterulesetpropertiesformat.go | 0 .../model_applicationgatewayroutingrule.go | 0 ...ationgatewayroutingrulepropertiesformat.go | 0 .../model_applicationgatewaysku.go | 0 .../model_applicationgatewaysslcertificate.go | 0 ...ongatewaysslcertificatepropertiesformat.go | 0 .../model_applicationgatewaysslpolicy.go | 0 ...l_applicationgatewaysslpredefinedpolicy.go | 0 ...ewaysslpredefinedpolicypropertiesformat.go | 0 .../model_applicationgatewaysslprofile.go | 0 ...cationgatewaysslprofilepropertiesformat.go | 0 ...licationgatewaytrustedclientcertificate.go | 0 ...rustedclientcertificatepropertiesformat.go | 0 ...pplicationgatewaytrustedrootcertificate.go | 0 ...ytrustedrootcertificatepropertiesformat.go | 0 ...odel_applicationgatewayurlconfiguration.go | 0 .../model_applicationgatewayurlpathmap.go | 0 ...cationgatewayurlpathmappropertiesformat.go | 0 ...ewaywebapplicationfirewallconfiguration.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../applicationgateways/model_ddossettings.go | 0 .../applicationgateways/model_delegation.go | 0 .../applicationgateways/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_headervaluematcher.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../applicationgateways/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../applicationgateways/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../applicationgateways/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../applicationgateways/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../applicationgateways/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../applicationgateways/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../applicationgateways/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../applicationgateways/model_subresource.go | 0 .../applicationgateways/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../applicationgateways/predicates.go | 0 .../applicationgateways/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_location.go | 0 .../method_defaultget.go | 0 .../method_get.go | 0 ...plicationgatewayfirewallmanifestruleset.go | 0 .../model_applicationgatewayfirewallrule.go | 0 ...del_applicationgatewayfirewallrulegroup.go | 0 ...tewaywafdynamicmanifestpropertiesresult.go | 0 ...licationgatewaywafdynamicmanifestresult.go | 0 .../model_defaultrulesetpropertyformat.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../applicationsecuritygroups/README.md | 6 +- .../applicationsecuritygroups/client.go | 0 .../applicationsecuritygroups/constants.go | 0 .../id_applicationsecuritygroup.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../applicationsecuritygroups/method_get.go | 0 .../applicationsecuritygroups/method_list.go | 0 .../method_listall.go | 0 .../method_updatetags.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_tagsobject.go | 0 .../applicationsecuritygroups/predicates.go | 0 .../applicationsecuritygroups/version.go | 4 +- .../availabledelegations/README.md | 6 +- .../availabledelegations/client.go | 0 .../availabledelegations/id_location.go | 0 .../id_providerlocation.go | 0 .../method_availabledelegationslist.go | 0 ...d_availableresourcegroupdelegationslist.go | 0 .../model_availabledelegation.go | 0 .../availabledelegations/predicates.go | 0 .../availabledelegations/version.go | 4 +- .../availableservicealiases/README.md | 6 +- .../availableservicealiases/client.go | 0 .../availableservicealiases/id_location.go | 0 .../id_providerlocation.go | 0 .../availableservicealiases/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../model_availableservicealias.go | 0 .../availableservicealiases/predicates.go | 0 .../availableservicealiases/version.go | 4 +- .../azurefirewalls/README.md | 6 +- .../azurefirewalls/client.go | 0 .../azurefirewalls/constants.go | 0 .../azurefirewalls/id_azurefirewall.go | 0 ...ethod_azurefirewallslistlearnedprefixes.go | 0 .../azurefirewalls/method_createorupdate.go | 0 .../azurefirewalls/method_delete.go | 0 .../azurefirewalls/method_get.go | 0 .../azurefirewalls/method_list.go | 0 .../azurefirewalls/method_listall.go | 0 .../azurefirewalls/method_packetcapture.go | 0 .../azurefirewalls/method_updatetags.go | 0 .../azurefirewalls/model_azurefirewall.go | 0 .../model_azurefirewallapplicationrule.go | 0 ..._azurefirewallapplicationrulecollection.go | 0 ...plicationrulecollectionpropertiesformat.go | 0 ...el_azurefirewallapplicationruleprotocol.go | 0 ...del_azurefirewallautoscaleconfiguration.go | 0 .../model_azurefirewallipconfiguration.go | 0 ...firewallipconfigurationpropertiesformat.go | 0 .../model_azurefirewallipgroups.go | 0 .../model_azurefirewallnatrcaction.go | 0 .../model_azurefirewallnatrule.go | 0 .../model_azurefirewallnatrulecollection.go | 0 ...zurefirewallnatrulecollectionproperties.go | 0 .../model_azurefirewallnetworkrule.go | 0 ...odel_azurefirewallnetworkrulecollection.go | 0 ...llnetworkrulecollectionpropertiesformat.go | 0 .../model_azurefirewallpacketcaptureflags.go | 0 .../model_azurefirewallpacketcapturerule.go | 0 .../model_azurefirewallpropertiesformat.go | 0 .../model_azurefirewallpublicipaddress.go | 0 .../model_azurefirewallrcaction.go | 0 .../azurefirewalls/model_azurefirewallsku.go | 0 .../model_firewallpacketcaptureparameters.go | 0 .../azurefirewalls/model_hubipaddresses.go | 0 .../model_hubpublicipaddresses.go | 0 .../azurefirewalls/model_ipprefixeslist.go | 0 .../azurefirewalls/model_subresource.go | 0 .../azurefirewalls/model_tagsobject.go | 0 .../azurefirewalls/predicates.go | 0 .../azurefirewalls/version.go | 4 +- .../bastionhosts/README.md | 6 +- .../bastionhosts/client.go | 0 .../bastionhosts/constants.go | 0 .../bastionhosts/id_bastionhost.go | 0 .../bastionhosts/method_createorupdate.go | 0 .../bastionhosts/method_delete.go | 0 .../method_deletebastionshareablelink.go | 0 ...ethod_deletebastionshareablelinkbytoken.go | 0 .../method_disconnectactivesessions.go | 0 .../bastionhosts/method_get.go | 0 .../bastionhosts/method_getactivesessions.go | 0 .../method_getbastionshareablelink.go | 0 .../bastionhosts/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_putbastionshareablelink.go | 0 .../bastionhosts/method_updatetags.go | 0 .../model_bastionactivesession.go | 0 .../bastionhosts/model_bastionhost.go | 0 .../model_bastionhostipconfiguration.go | 0 ...tionhostipconfigurationpropertiesformat.go | 2 +- .../model_bastionhostpropertiesformat.go | 21 ++ ..._bastionhostpropertiesformatnetworkacls.go | 0 .../bastionhosts/model_bastionsessionstate.go | 0 .../model_bastionshareablelink.go | 0 .../model_bastionshareablelinklistrequest.go | 0 ...el_bastionshareablelinktokenlistrequest.go | 0 .../bastionhosts/model_iprule.go | 0 .../bastionhosts/model_resource.go | 0 .../bastionhosts/model_sessionids.go | 0 .../bastionhosts/model_sku.go | 0 .../bastionhosts/model_subresource.go | 0 .../bastionhosts/model_tagsobject.go | 0 .../bastionhosts/predicates.go | 0 .../bastionhosts/version.go | 4 +- .../bastionshareablelink/README.md | 6 +- .../bastionshareablelink/client.go | 0 .../bastionshareablelink/id_bastionhost.go | 0 .../method_deletebastionshareablelink.go | 0 ...ethod_deletebastionshareablelinkbytoken.go | 0 .../method_getbastionshareablelink.go | 0 .../method_putbastionshareablelink.go | 0 .../model_bastionshareablelink.go | 0 .../model_bastionshareablelinklistrequest.go | 0 ...el_bastionshareablelinktokenlistrequest.go | 0 .../bastionshareablelink/model_resource.go | 0 .../bastionshareablelink/predicates.go | 0 .../bastionshareablelink/version.go | 4 +- .../bgpservicecommunities/README.md | 6 +- .../bgpservicecommunities/client.go | 0 .../bgpservicecommunities/method_list.go | 0 .../model_bgpcommunity.go | 0 .../model_bgpservicecommunity.go | 0 ...del_bgpservicecommunitypropertiesformat.go | 0 .../bgpservicecommunities/predicates.go | 0 .../bgpservicecommunities/version.go | 4 +- .../checkdnsavailabilities/README.md | 6 +- .../checkdnsavailabilities/client.go | 0 .../checkdnsavailabilities/id_location.go | 0 .../method_checkdnsnameavailability.go | 0 .../model_dnsnameavailabilityresult.go | 0 .../checkdnsavailabilities/version.go | 4 +- .../{2024-03-01 => 2024-05-01}/client.go | 280 +++++++++------- .../cloudservicepublicipaddresses/README.md | 6 +- .../cloudservicepublicipaddresses/client.go | 0 .../constants.go | 0 .../id_providercloudservice.go | 0 ...addressesgetcloudservicepublicipaddress.go | 0 ...resseslistcloudservicepublicipaddresses.go | 0 ...oudserviceroleinstancepublicipaddresses.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../predicates.go | 0 .../cloudservicepublicipaddresses/version.go | 4 +- .../connectionmonitors/README.md | 6 +- .../connectionmonitors/client.go | 0 .../connectionmonitors/constants.go | 0 .../id_connectionmonitor.go | 0 .../connectionmonitors/id_networkwatcher.go | 0 .../method_createorupdate.go | 0 .../connectionmonitors/method_delete.go | 0 .../connectionmonitors/method_get.go | 0 .../connectionmonitors/method_list.go | 0 .../connectionmonitors/method_query.go | 0 .../connectionmonitors/method_start.go | 0 .../connectionmonitors/method_stop.go | 0 .../connectionmonitors/method_updatetags.go | 0 .../model_connectionmonitor.go | 0 .../model_connectionmonitordestination.go | 0 .../model_connectionmonitorendpoint.go | 0 .../model_connectionmonitorendpointfilter.go | 0 ...del_connectionmonitorendpointfilteritem.go | 0 ...onnectionmonitorendpointlocationdetails.go | 0 .../model_connectionmonitorendpointscope.go | 0 ...odel_connectionmonitorendpointscopeitem.go | 0 ...odel_connectionmonitorhttpconfiguration.go | 0 ...odel_connectionmonitoricmpconfiguration.go | 0 .../model_connectionmonitorlistresult.go | 0 .../model_connectionmonitoroutput.go | 0 .../model_connectionmonitorparameters.go | 0 .../model_connectionmonitorqueryresult.go | 0 .../model_connectionmonitorresult.go | 0 ...model_connectionmonitorresultproperties.go | 0 .../model_connectionmonitorsource.go | 0 ...model_connectionmonitorsuccessthreshold.go | 0 ...model_connectionmonitortcpconfiguration.go | 0 ...odel_connectionmonitortestconfiguration.go | 0 .../model_connectionmonitortestgroup.go | 0 ...odel_connectionmonitorworkspacesettings.go | 0 .../model_connectionstatesnapshot.go | 0 .../model_connectivityhop.go | 0 .../model_connectivityissue.go | 0 .../connectionmonitors/model_hoplink.go | 0 .../model_hoplinkproperties.go | 0 .../connectionmonitors/model_httpheader.go | 0 .../connectionmonitors/model_tagsobject.go | 0 .../connectionmonitors/version.go | 4 +- .../connectivityconfigurations/README.md | 6 +- .../connectivityconfigurations/client.go | 0 .../connectivityconfigurations/constants.go | 0 .../id_connectivityconfiguration.go | 0 .../id_networkmanager.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../connectivityconfigurations/method_get.go | 0 .../connectivityconfigurations/method_list.go | 0 .../model_connectivityconfiguration.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 .../connectivityconfigurations/model_hub.go | 0 .../connectivityconfigurations/predicates.go | 0 .../connectivityconfigurations/version.go | 4 +- .../customipprefixes/README.md | 6 +- .../customipprefixes/client.go | 0 .../customipprefixes/constants.go | 0 .../customipprefixes/id_customipprefix.go | 0 .../customipprefixes/method_createorupdate.go | 0 .../customipprefixes/method_delete.go | 0 .../customipprefixes/method_get.go | 0 .../customipprefixes/method_list.go | 0 .../customipprefixes/method_listall.go | 0 .../customipprefixes/method_updatetags.go | 0 .../customipprefixes/model_customipprefix.go | 0 .../model_customipprefixpropertiesformat.go | 0 .../customipprefixes/model_subresource.go | 0 .../customipprefixes/model_tagsobject.go | 0 .../customipprefixes/predicates.go | 0 .../customipprefixes/version.go | 4 +- .../ddoscustompolicies/README.md | 6 +- .../ddoscustompolicies/client.go | 0 .../ddoscustompolicies/constants.go | 0 .../ddoscustompolicies/id_ddoscustompolicy.go | 0 .../method_createorupdate.go | 0 .../ddoscustompolicies/method_delete.go | 0 .../ddoscustompolicies/method_get.go | 0 .../ddoscustompolicies/method_updatetags.go | 0 .../model_ddoscustompolicy.go | 0 .../model_ddoscustompolicypropertiesformat.go | 0 .../ddoscustompolicies/model_tagsobject.go | 0 .../ddoscustompolicies/version.go | 4 +- .../ddosprotectionplans/README.md | 6 +- .../ddosprotectionplans/client.go | 0 .../ddosprotectionplans/constants.go | 0 .../id_ddosprotectionplan.go | 0 .../method_createorupdate.go | 0 .../ddosprotectionplans/method_delete.go | 0 .../ddosprotectionplans/method_get.go | 0 .../ddosprotectionplans/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../ddosprotectionplans/method_updatetags.go | 0 .../model_ddosprotectionplan.go | 0 ...odel_ddosprotectionplanpropertiesformat.go | 0 .../ddosprotectionplans/model_subresource.go | 0 .../ddosprotectionplans/model_tagsobject.go | 0 .../ddosprotectionplans/predicates.go | 0 .../ddosprotectionplans/version.go | 4 +- .../dscpconfiguration/README.md | 6 +- .../dscpconfiguration/client.go | 0 .../dscpconfiguration/constants.go | 0 .../dscpconfiguration/id_dscpconfiguration.go | 0 .../method_createorupdate.go | 0 .../dscpconfiguration/method_delete.go | 0 .../dscpconfiguration/method_get.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../dscpconfiguration/model_ddossettings.go | 0 .../dscpconfiguration/model_delegation.go | 0 .../model_dscpconfiguration.go | 0 ...model_dscpconfigurationpropertiesformat.go | 0 .../dscpconfiguration/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../dscpconfiguration/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../dscpconfiguration/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../dscpconfiguration/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../dscpconfiguration/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../dscpconfiguration/model_qosdefinition.go | 0 .../dscpconfiguration/model_qosiprange.go | 0 .../dscpconfiguration/model_qosportrange.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../dscpconfiguration/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../dscpconfiguration/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../dscpconfiguration/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../dscpconfiguration/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../dscpconfiguration/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../dscpconfiguration/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../dscpconfiguration/version.go | 4 +- .../dscpconfigurations/README.md | 6 +- .../dscpconfigurations/client.go | 0 .../dscpconfigurations/constants.go | 0 .../method_dscpconfigurationlist.go | 0 .../method_dscpconfigurationlistall.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../dscpconfigurations/model_ddossettings.go | 0 .../dscpconfigurations/model_delegation.go | 0 .../model_dscpconfiguration.go | 0 ...model_dscpconfigurationpropertiesformat.go | 0 .../dscpconfigurations/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../dscpconfigurations/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../dscpconfigurations/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../dscpconfigurations/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../dscpconfigurations/model_qosdefinition.go | 0 .../dscpconfigurations/model_qosiprange.go | 0 .../dscpconfigurations/model_qosportrange.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../dscpconfigurations/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../dscpconfigurations/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../dscpconfigurations/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../dscpconfigurations/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../dscpconfigurations/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../dscpconfigurations/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../dscpconfigurations/predicates.go | 0 .../dscpconfigurations/version.go | 4 +- .../endpointservices/README.md | 6 +- .../endpointservices/client.go | 0 .../endpointservices/id_location.go | 0 .../method_availableendpointserviceslist.go | 0 .../model_endpointserviceresult.go | 0 .../endpointservices/predicates.go | 0 .../endpointservices/version.go | 4 +- .../expressroutecircuitarptable/README.md | 6 +- .../expressroutecircuitarptable/client.go | 0 .../id_arptable.go | 0 ...method_expressroutecircuitslistarptable.go | 0 .../model_expressroutecircuitarptable.go | 0 .../expressroutecircuitarptable/predicates.go | 0 .../expressroutecircuitarptable/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_authorization.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_authorizationpropertiesformat.go | 0 .../model_expressroutecircuitauthorization.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../expressroutecircuitconnections/README.md | 6 +- .../expressroutecircuitconnections/client.go | 0 .../constants.go | 0 .../id_peeringconnection.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../expressroutecircuitconnections/version.go | 4 +- .../expressroutecircuitpeerings/README.md | 6 +- .../expressroutecircuitpeerings/client.go | 0 .../expressroutecircuitpeerings/constants.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../expressroutecircuitpeerings/method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_subresource.go | 0 .../expressroutecircuitpeerings/predicates.go | 0 .../expressroutecircuitpeerings/version.go | 4 +- .../expressroutecircuitroutestable/README.md | 6 +- .../expressroutecircuitroutestable/client.go | 0 .../id_peeringroutetable.go | 0 ...hod_expressroutecircuitslistroutestable.go | 0 .../model_expressroutecircuitroutestable.go | 0 .../predicates.go | 0 .../expressroutecircuitroutestable/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../id_routetablessummary.go | 0 ...ressroutecircuitslistroutestablesummary.go | 0 ...l_expressroutecircuitroutestablesummary.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../expressroutecircuits/README.md | 6 +- .../expressroutecircuits/client.go | 0 .../expressroutecircuits/constants.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../expressroutecircuits/method_delete.go | 0 .../expressroutecircuits/method_get.go | 0 .../expressroutecircuits/method_list.go | 0 .../expressroutecircuits/method_listall.go | 0 .../expressroutecircuits/method_updatetags.go | 0 .../model_authorizationpropertiesformat.go | 0 .../model_expressroutecircuit.go | 0 .../model_expressroutecircuitauthorization.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 ...del_expressroutecircuitpropertiesformat.go | 0 ...ssroutecircuitserviceproviderproperties.go | 0 .../model_expressroutecircuitsku.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../expressroutecircuits/model_subresource.go | 0 .../expressroutecircuits/model_tagsobject.go | 0 .../expressroutecircuits/predicates.go | 0 .../expressroutecircuits/version.go | 4 +- .../expressroutecircuitstats/README.md | 6 +- .../expressroutecircuitstats/client.go | 0 .../id_expressroutecircuit.go | 0 ...hod_expressroutecircuitsgetpeeringstats.go | 0 .../method_expressroutecircuitsgetstats.go | 0 .../model_expressroutecircuitstats.go | 0 .../expressroutecircuitstats/version.go | 4 +- .../expressrouteconnections/README.md | 6 +- .../expressrouteconnections/client.go | 0 .../expressrouteconnections/constants.go | 0 .../id_expressrouteconnection.go | 0 .../id_expressroutegateway.go | 0 .../method_createorupdate.go | 0 .../expressrouteconnections/method_delete.go | 0 .../expressrouteconnections/method_get.go | 0 .../expressrouteconnections/method_list.go | 0 .../model_expressroutecircuitpeeringid.go | 0 .../model_expressrouteconnection.go | 0 .../model_expressrouteconnectionlist.go | 0 .../model_expressrouteconnectionproperties.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../model_subresource.go | 0 .../model_vnetroute.go | 0 .../expressrouteconnections/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../id_peeringarptable.go | 0 ...xpressroutecrossconnectionslistarptable.go | 0 .../model_expressroutecircuitarptable.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_expressroutecrossconnection.go | 0 .../id_peering.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...odel_expressroutecrossconnectionpeering.go | 0 ...ssroutecrossconnectionpeeringproperties.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 ...ssroutecrossconnectionpeeringroutetable.go | 0 ...essroutecrossconnectionslistroutestable.go | 0 .../model_expressroutecircuitroutestable.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../id_peeringroutetablessummary.go | 0 ...ecrossconnectionslistroutestablesummary.go | 0 ...sroutecrossconnectionroutestablesummary.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../expressroutecrossconnections/README.md | 6 +- .../expressroutecrossconnections/client.go | 0 .../expressroutecrossconnections/constants.go | 0 .../id_expressroutecrossconnection.go | 0 .../method_createorupdate.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 .../model_expressroutecircuitreference.go | 0 .../model_expressroutecrossconnection.go | 0 ...odel_expressroutecrossconnectionpeering.go | 0 ...ssroutecrossconnectionpeeringproperties.go | 0 ...l_expressroutecrossconnectionproperties.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../predicates.go | 0 .../expressroutecrossconnections/version.go | 4 +- .../expressroutegateways/README.md | 6 +- .../expressroutegateways/client.go | 0 .../expressroutegateways/constants.go | 0 .../id_expressroutegateway.go | 0 .../method_createorupdate.go | 0 .../expressroutegateways/method_delete.go | 0 .../expressroutegateways/method_get.go | 0 .../method_listbyresourcegroup.go | 0 .../method_listbysubscription.go | 0 .../expressroutegateways/method_updatetags.go | 0 .../model_expressroutecircuitpeeringid.go | 0 .../model_expressrouteconnection.go | 0 .../model_expressrouteconnectionproperties.go | 0 .../model_expressroutegateway.go | 0 .../model_expressroutegatewaylist.go | 0 .../model_expressroutegatewayproperties.go | 0 ...gatewaypropertiesautoscaleconfiguration.go | 0 ...ypropertiesautoscaleconfigurationbounds.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../expressroutegateways/model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../expressroutegateways/model_subresource.go | 0 .../expressroutegateways/model_tagsobject.go | 0 .../model_virtualhubid.go | 0 .../expressroutegateways/model_vnetroute.go | 0 .../expressroutegateways/version.go | 4 +- .../expressroutelinks/README.md | 6 +- .../expressroutelinks/client.go | 0 .../expressroutelinks/constants.go | 0 .../expressroutelinks/id_expressrouteport.go | 0 .../expressroutelinks/id_link.go | 0 .../expressroutelinks/method_get.go | 0 .../expressroutelinks/method_list.go | 0 .../model_expressroutelink.go | 0 .../model_expressroutelinkmacsecconfig.go | 0 .../model_expressroutelinkpropertiesformat.go | 0 .../expressroutelinks/predicates.go | 0 .../expressroutelinks/version.go | 4 +- .../expressrouteportauthorizations/README.md | 6 +- .../expressrouteportauthorizations/client.go | 0 .../constants.go | 0 .../id_expressrouteport.go | 0 .../id_expressrouteportauthorization.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressrouteportauthorization.go | 0 ...srouteportauthorizationpropertiesformat.go | 0 .../predicates.go | 0 .../expressrouteportauthorizations/version.go | 4 +- .../expressrouteports/README.md | 6 +- .../expressrouteports/client.go | 0 .../expressrouteports/constants.go | 0 .../expressrouteports/id_expressrouteport.go | 0 .../method_createorupdate.go | 0 .../expressrouteports/method_delete.go | 0 .../expressrouteports/method_generateloa.go | 0 .../expressrouteports/method_get.go | 0 .../expressrouteports/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../expressrouteports/method_updatetags.go | 0 .../model_expressroutelink.go | 0 .../model_expressroutelinkmacsecconfig.go | 0 .../model_expressroutelinkpropertiesformat.go | 0 .../model_expressrouteport.go | 0 .../model_expressrouteportpropertiesformat.go | 0 ...del_generateexpressrouteportsloarequest.go | 0 ...odel_generateexpressrouteportsloaresult.go | 0 .../expressrouteports/model_subresource.go | 0 .../expressrouteports/model_tagsobject.go | 0 .../expressrouteports/predicates.go | 0 .../expressrouteports/version.go | 4 +- .../expressrouteportslocations/README.md | 6 +- .../expressrouteportslocations/client.go | 0 .../expressrouteportslocations/constants.go | 0 .../id_expressrouteportslocation.go | 0 .../expressrouteportslocations/method_get.go | 0 .../expressrouteportslocations/method_list.go | 0 .../model_expressrouteportslocation.go | 0 ...del_expressrouteportslocationbandwidths.go | 0 ...pressrouteportslocationpropertiesformat.go | 0 .../expressrouteportslocations/predicates.go | 0 .../expressrouteportslocations/version.go | 4 +- .../expressrouteproviderports/README.md | 6 +- .../expressrouteproviderports/client.go | 0 .../id_expressrouteproviderport.go | 0 .../method_expressrouteproviderport.go | 0 .../method_locationlist.go | 0 .../model_expressrouteproviderport.go | 0 ...odel_expressrouteproviderportproperties.go | 0 .../expressrouteproviderports/predicates.go | 0 .../expressrouteproviderports/version.go | 4 +- .../expressrouteserviceproviders/README.md | 6 +- .../expressrouteserviceproviders/client.go | 0 .../expressrouteserviceproviders/constants.go | 0 .../method_list.go | 0 .../model_expressrouteserviceprovider.go | 0 ...ssrouteserviceproviderbandwidthsoffered.go | 0 ...essrouteserviceproviderpropertiesformat.go | 0 .../predicates.go | 0 .../expressrouteserviceproviders/version.go | 4 +- .../firewallpolicies/README.md | 6 +- .../firewallpolicies/client.go | 0 .../firewallpolicies/constants.go | 2 + .../firewallpolicies/id_firewallpolicy.go | 0 .../id_rulecollectiongroup.go | 0 .../firewallpolicies/method_createorupdate.go | 0 .../firewallpolicies/method_delete.go | 0 .../method_firewallpolicydeploymentsdeploy.go | 0 ...thod_firewallpolicydraftscreateorupdate.go | 0 .../method_firewallpolicydraftsdelete.go | 0 .../method_firewallpolicydraftsget.go | 0 ...allpolicyidpssignaturesfiltervalueslist.go | 0 ...method_firewallpolicyidpssignatureslist.go | 0 ...irewallpolicyidpssignaturesoverridesget.go | 0 ...rewallpolicyidpssignaturesoverrideslist.go | 0 ...ewallpolicyidpssignaturesoverridespatch.go | 0 ...irewallpolicyidpssignaturesoverridesput.go | 0 ...rulecollectiongroupdraftscreateorupdate.go | 0 ...llpolicyrulecollectiongroupdraftsdelete.go | 0 ...ewallpolicyrulecollectiongroupdraftsget.go | 0 .../firewallpolicies/method_get.go | 0 .../firewallpolicies/method_list.go | 0 .../firewallpolicies/method_listall.go | 0 .../firewallpolicies/method_updatetags.go | 0 .../firewallpolicies/model_applicationrule.go | 0 .../firewallpolicies/model_dnssettings.go | 0 .../firewallpolicies/model_explicitproxy.go | 0 .../firewallpolicies/model_filteritems.go | 0 .../firewallpolicies/model_firewallpolicy.go | 0 ...odel_firewallpolicycertificateauthority.go | 0 .../model_firewallpolicydraft.go | 0 .../model_firewallpolicydraftproperties.go | 0 ...odel_firewallpolicyfilterrulecollection.go | 0 ...irewallpolicyfilterrulecollectionaction.go | 0 .../model_firewallpolicyhttpheadertoinsert.go | 0 .../model_firewallpolicyinsights.go | 0 .../model_firewallpolicyintrusiondetection.go | 0 ...iondetectionbypasstrafficspecifications.go | 0 ...llpolicyintrusiondetectionconfiguration.go | 0 ...ntrusiondetectionsignaturespecification.go | 0 ...del_firewallpolicyloganalyticsresources.go | 0 ...del_firewallpolicyloganalyticsworkspace.go | 0 .../model_firewallpolicynatrulecollection.go | 0 ...l_firewallpolicynatrulecollectionaction.go | 0 .../model_firewallpolicypropertiesformat.go | 0 .../model_firewallpolicyrule.go | 0 ...l_firewallpolicyruleapplicationprotocol.go | 0 .../model_firewallpolicyrulecollection.go | 0 ..._firewallpolicyrulecollectiongroupdraft.go | 0 ...olicyrulecollectiongroupdraftproperties.go | 0 .../model_firewallpolicysku.go | 0 .../model_firewallpolicysnat.go | 0 .../model_firewallpolicysql.go | 0 ...odel_firewallpolicythreatintelwhitelist.go | 0 .../model_firewallpolicytransportsecurity.go | 0 .../firewallpolicies/model_idpsqueryobject.go | 0 .../firewallpolicies/model_natrule.go | 0 .../firewallpolicies/model_networkrule.go | 0 .../firewallpolicies/model_orderby.go | 0 .../firewallpolicies/model_queryresults.go | 0 ...del_signatureoverridesfiltervaluesquery.go | 0 ..._signatureoverridesfiltervaluesresponse.go | 0 .../model_signaturesoverrides.go | 0 .../model_signaturesoverrideslist.go | 0 .../model_signaturesoverridesproperties.go | 0 .../model_singlequeryresult.go | 0 .../firewallpolicies/model_subresource.go | 0 .../firewallpolicies/model_tagsobject.go | 0 .../firewallpolicies/predicates.go | 0 .../firewallpolicies/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_firewallpolicy.go | 0 .../id_rulecollectiongroup.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_applicationrule.go | 0 ...odel_firewallpolicyfilterrulecollection.go | 0 ...irewallpolicyfilterrulecollectionaction.go | 0 .../model_firewallpolicyhttpheadertoinsert.go | 0 .../model_firewallpolicynatrulecollection.go | 0 ...l_firewallpolicynatrulecollectionaction.go | 0 .../model_firewallpolicyrule.go | 0 ...l_firewallpolicyruleapplicationprotocol.go | 0 .../model_firewallpolicyrulecollection.go | 0 ...model_firewallpolicyrulecollectiongroup.go | 0 ...wallpolicyrulecollectiongroupproperties.go | 0 .../model_natrule.go | 0 .../model_networkrule.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../flowlogs/README.md | 6 +- .../flowlogs/client.go | 0 .../flowlogs/constants.go | 0 .../flowlogs/id_flowlog.go | 0 .../flowlogs/id_networkwatcher.go | 0 .../flowlogs/method_createorupdate.go | 0 .../flowlogs/method_delete.go | 0 .../flowlogs/method_get.go | 0 .../flowlogs/method_list.go | 0 .../flowlogs/method_updatetags.go | 0 .../flowlogs/model_flowlog.go | 0 .../flowlogs/model_flowlogformatparameters.go | 0 .../flowlogs/model_flowlogpropertiesformat.go | 0 .../model_retentionpolicyparameters.go | 0 .../flowlogs/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../flowlogs/predicates.go | 0 .../flowlogs/version.go | 4 +- .../ipallocations/README.md | 6 +- .../ipallocations/client.go | 0 .../ipallocations/constants.go | 0 .../ipallocations/id_ipallocation.go | 0 .../ipallocations/method_createorupdate.go | 0 .../ipallocations/method_delete.go | 0 .../ipallocations/method_get.go | 0 .../ipallocations/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../ipallocations/method_updatetags.go | 0 .../ipallocations/model_ipallocation.go | 0 .../model_ipallocationpropertiesformat.go | 0 .../ipallocations/model_subresource.go | 0 .../ipallocations/model_tagsobject.go | 0 .../ipallocations/predicates.go | 0 .../ipallocations/version.go | 4 +- .../network/2024-05-01/ipampools/README.md | 136 ++++++++ .../network/2024-05-01/ipampools/client.go | 26 ++ .../network/2024-05-01/ipampools/constants.go | 104 ++++++ .../2024-05-01/ipampools/id_ipampool.go | 139 ++++++++ .../2024-05-01/ipampools/id_networkmanager.go | 130 ++++++++ .../2024-05-01/ipampools/method_create.go | 75 +++++ .../2024-05-01/ipampools/method_delete.go | 70 ++++ .../2024-05-01/ipampools/method_get.go | 53 +++ .../ipampools/method_getpoolusage.go | 54 ++++ .../2024-05-01/ipampools/method_list.go | 150 +++++++++ .../method_listassociatedresources.go | 105 ++++++ .../2024-05-01/ipampools/method_update.go | 57 ++++ .../2024-05-01/ipampools/model_ipampool.go | 18 ++ .../ipampools/model_ipampoolproperties.go | 13 + .../ipampools/model_ipampoolupdate.go | 9 + .../model_ipampoolupdateproperties.go | 9 + .../ipampools/model_poolassociation.go | 46 +++ .../2024-05-01/ipampools/model_poolusage.go | 16 + .../ipampools/model_resourcebasics.go} | 5 +- .../2024-05-01/ipampools/predicates.go | 75 +++++ .../network/2024-05-01/ipampools/version.go | 10 + .../ipgroups/README.md | 6 +- .../ipgroups/client.go | 0 .../ipgroups/constants.go | 0 .../ipgroups/id_ipgroup.go | 0 .../ipgroups/method_createorupdate.go | 0 .../ipgroups/method_delete.go | 0 .../ipgroups/method_get.go | 0 .../ipgroups/method_list.go | 0 .../ipgroups/method_listbyresourcegroup.go | 0 .../ipgroups/method_updategroups.go | 0 .../ipgroups/model_ipgroup.go | 0 .../ipgroups/model_ipgrouppropertiesformat.go | 0 .../ipgroups/model_subresource.go | 0 .../ipgroups/model_tagsobject.go | 0 .../ipgroups/predicates.go | 0 .../ipgroups/version.go | 4 +- .../loadbalancers/README.md | 20 +- .../loadbalancers/client.go | 0 .../loadbalancers/constants.go | 0 .../loadbalancers/id_backendaddresspool.go | 0 .../id_frontendipconfiguration.go | 0 .../loadbalancers/id_inboundnatrule.go | 0 .../loadbalancers/id_loadbalancer.go | 0 .../id_loadbalancerbackendaddresspool.go | 0 .../id_loadbalancerloadbalancingrule.go | 139 ++++++++ .../loadbalancers/id_loadbalancingrule.go | 2 +- .../loadbalancers/id_location.go | 0 .../loadbalancers/id_outboundrule.go | 0 .../loadbalancers/id_probe.go | 0 .../loadbalancers/id_providerloadbalancer.go | 0 .../loadbalancers/method_createorupdate.go | 0 .../loadbalancers/method_delete.go | 0 .../loadbalancers/method_get.go | 0 .../method_inboundnatrulescreateorupdate.go | 0 .../method_inboundnatrulesdelete.go | 0 .../method_inboundnatrulesget.go | 0 .../method_inboundnatruleslist.go | 0 .../loadbalancers/method_list.go | 0 .../loadbalancers/method_listall.go | 0 .../method_listinboundnatruleportmappings.go | 0 ...lancerbackendaddresspoolscreateorupdate.go | 0 ...d_loadbalancerbackendaddresspoolsdelete.go | 0 ...thod_loadbalancerbackendaddresspoolsget.go | 0 ...hod_loadbalancerbackendaddresspoolslist.go | 0 ...loadbalancerfrontendipconfigurationsget.go | 0 ...oadbalancerfrontendipconfigurationslist.go | 0 ...ethod_loadbalancerloadbalancingrulesget.go | 2 +- ...od_loadbalancerloadbalancingruleshealth.go | 71 ++++ ...thod_loadbalancerloadbalancingruleslist.go | 0 ...ethod_loadbalancernetworkinterfaceslist.go | 0 .../method_loadbalanceroutboundrulesget.go | 0 .../method_loadbalanceroutboundruleslist.go | 0 .../method_loadbalancerprobesget.go | 0 .../method_loadbalancerprobeslist.go | 0 .../loadbalancers/method_migratetoipbased.go | 0 .../method_swappublicipaddresses.go | 0 .../loadbalancers/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 ...ackendaddressinboundnatruleportmappings.go | 0 .../loadbalancers/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../loadbalancers/model_ddossettings.go | 0 .../loadbalancers/model_delegation.go | 0 .../loadbalancers/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../loadbalancers/model_inboundnatpool.go | 0 .../model_inboundnatpoolpropertiesformat.go | 0 .../loadbalancers/model_inboundnatrule.go | 0 .../model_inboundnatruleportmapping.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../loadbalancers/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../loadbalancers/model_iptag.go | 0 .../loadbalancers/model_loadbalancer.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_loadbalancerhealthperrule.go | 10 + ...dbalancerhealthperruleperbackendaddress.go | 11 + .../model_loadbalancerpropertiesformat.go | 0 .../loadbalancers/model_loadbalancersku.go | 0 .../model_loadbalancervipswaprequest.go | 0 ...ervipswaprequestfrontendipconfiguration.go | 0 ...equestfrontendipconfigurationproperties.go | 0 .../loadbalancers/model_loadbalancingrule.go | 0 ...model_loadbalancingrulepropertiesformat.go | 0 .../loadbalancers/model_migratedpools.go | 0 ...del_migrateloadbalancertoipbasedrequest.go | 0 .../loadbalancers/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../loadbalancers/model_natgatewaysku.go | 0 .../loadbalancers/model_natruleportmapping.go | 0 .../loadbalancers/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../loadbalancers/model_outboundrule.go | 0 .../model_outboundrulepropertiesformat.go | 0 .../loadbalancers/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../loadbalancers/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../loadbalancers/model_probe.go | 0 .../model_probepropertiesformat.go | 0 .../loadbalancers/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../loadbalancers/model_publicipaddresssku.go | 0 ...l_queryinboundnatruleportmappingrequest.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../loadbalancers/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../loadbalancers/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../loadbalancers/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../loadbalancers/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../loadbalancers/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../loadbalancers/model_subresource.go | 0 .../loadbalancers/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../loadbalancers/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../loadbalancers/predicates.go | 0 .../loadbalancers/version.go | 4 +- .../localnetworkgateways/README.md | 6 +- .../localnetworkgateways/client.go | 0 .../localnetworkgateways/constants.go | 0 .../id_localnetworkgateway.go | 0 .../method_createorupdate.go | 0 .../localnetworkgateways/method_delete.go | 0 .../localnetworkgateways/method_get.go | 0 .../localnetworkgateways/method_list.go | 0 .../localnetworkgateways/method_updatetags.go | 0 .../model_addressspace.go | 9 + .../localnetworkgateways/model_bgpsettings.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_localnetworkgateway.go | 0 ...del_localnetworkgatewaypropertiesformat.go | 0 .../localnetworkgateways/model_tagsobject.go | 0 .../localnetworkgateways/predicates.go | 0 .../localnetworkgateways/version.go | 4 +- .../natgateways/README.md | 6 +- .../natgateways/client.go | 0 .../natgateways/constants.go | 0 .../natgateways/id_natgateway.go | 0 .../natgateways/method_createorupdate.go | 0 .../natgateways/method_delete.go | 0 .../natgateways/method_get.go | 0 .../natgateways/method_list.go | 0 .../natgateways/method_listall.go | 0 .../natgateways/method_updatetags.go | 0 .../natgateways/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../natgateways/model_natgatewaysku.go | 0 .../natgateways/model_subresource.go | 0 .../natgateways/model_tagsobject.go | 0 .../natgateways/predicates.go | 0 .../natgateways/version.go | 4 +- .../networkgroups/README.md | 6 +- .../networkgroups/client.go | 0 .../networkgroups/constants.go | 0 .../networkgroups/id_networkgroup.go | 0 .../networkgroups/id_networkmanager.go | 0 .../networkgroups/method_createorupdate.go | 0 .../networkgroups/method_delete.go | 0 .../networkgroups/method_get.go | 0 .../networkgroups/method_list.go | 0 .../networkgroups/model_networkgroup.go | 0 .../model_networkgroupproperties.go | 0 .../networkgroups/predicates.go | 0 .../networkgroups/version.go | 4 +- .../networkinterfaces/README.md | 6 +- .../networkinterfaces/client.go | 0 .../networkinterfaces/constants.go | 0 .../id_providercloudservice.go | 0 .../networkinterfaces/id_roleinstance.go | 0 .../id_roleinstancenetworkinterface.go | 0 .../networkinterfaces/id_tapconfiguration.go | 0 .../networkinterfaces/id_virtualmachine.go | 0 .../id_virtualmachinescaleset.go | 0 .../method_createorupdate.go | 0 .../networkinterfaces/method_delete.go | 0 .../networkinterfaces/method_get.go | 0 .../method_getcloudservicenetworkinterface.go | 0 .../method_geteffectiveroutetable.go | 0 ...etvirtualmachinescalesetipconfiguration.go | 0 ...tvirtualmachinescalesetnetworkinterface.go | 0 .../networkinterfaces/method_list.go | 0 .../networkinterfaces/method_listall.go | 0 ...ethod_listcloudservicenetworkinterfaces.go | 0 ...oudserviceroleinstancenetworkinterfaces.go | 0 ...thod_listeffectivenetworksecuritygroups.go | 0 ...tvirtualmachinescalesetipconfigurations.go | 0 ...virtualmachinescalesetnetworkinterfaces.go | 0 ...rtualmachinescalesetvmnetworkinterfaces.go | 0 ...hod_networkinterfaceipconfigurationsget.go | 0 ...od_networkinterfaceipconfigurationslist.go | 0 ...ethod_networkinterfaceloadbalancerslist.go | 0 ...nterfacetapconfigurationscreateorupdate.go | 0 ...networkinterfacetapconfigurationsdelete.go | 0 ...od_networkinterfacetapconfigurationsget.go | 0 ...d_networkinterfacetapconfigurationslist.go | 0 .../networkinterfaces/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../networkinterfaces/model_ddossettings.go | 0 .../networkinterfaces/model_delegation.go | 0 .../model_effectivenetworksecuritygroup.go | 0 ...ffectivenetworksecuritygroupassociation.go | 0 .../model_effectivenetworksecurityrule.go | 0 .../networkinterfaces/model_effectiveroute.go | 0 .../networkinterfaces/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../networkinterfaces/model_inboundnatpool.go | 0 .../model_inboundnatpoolpropertiesformat.go | 0 .../networkinterfaces/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networkinterfaces/model_iptag.go | 0 .../networkinterfaces/model_loadbalancer.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_loadbalancerpropertiesformat.go | 0 .../model_loadbalancersku.go | 0 .../model_loadbalancingrule.go | 0 ...model_loadbalancingrulepropertiesformat.go | 0 .../networkinterfaces/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../networkinterfaces/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../networkinterfaces/model_outboundrule.go | 0 .../model_outboundrulepropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../networkinterfaces/model_probe.go | 0 .../model_probepropertiesformat.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../networkinterfaces/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networkinterfaces/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networkinterfaces/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../networkinterfaces/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networkinterfaces/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../networkinterfaces/model_subresource.go | 0 .../networkinterfaces/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networkinterfaces/predicates.go | 0 .../networkinterfaces/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 11 +- .../id_networkmanager.go | 0 .../method_listactivesecurityadminrules.go | 0 .../model_activebasesecurityadminrule.go | 0 .../model_activeconfigurationparameter.go | 0 .../model_activedefaultsecurityadminrule.go | 0 .../model_activesecurityadminrule.go | 0 ...odel_activesecurityadminruleslistresult.go | 0 .../model_addressprefixitem.go | 0 .../model_adminpropertiesformat.go | 0 .../model_configurationgroup.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../model_networkgroupproperties.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_networkmanager.go | 0 ...od_listactiveconnectivityconfigurations.go | 0 .../model_activeconfigurationparameter.go | 0 .../model_activeconnectivityconfiguration.go | 0 ...iveconnectivityconfigurationslistresult.go | 0 .../model_configurationgroup.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 .../model_hub.go | 0 .../model_networkgroupproperties.go | 0 .../version.go | 4 +- .../networkmanagerconnections/README.md | 6 +- .../networkmanagerconnections/client.go | 0 .../networkmanagerconnections/constants.go | 0 .../id_networkmanagerconnection.go | 0 .../id_providers2networkmanagerconnection.go | 0 ...networkmanagerconnectionscreateorupdate.go | 0 ...entgroupnetworkmanagerconnectionsdelete.go | 0 ...gementgroupnetworkmanagerconnectionsget.go | 0 ...ementgroupnetworkmanagerconnectionslist.go | 0 ...networkmanagerconnectionscreateorupdate.go | 0 ...criptionnetworkmanagerconnectionsdelete.go | 0 ...ubscriptionnetworkmanagerconnectionsget.go | 0 ...bscriptionnetworkmanagerconnectionslist.go | 0 .../model_networkmanagerconnection.go | 0 ...odel_networkmanagerconnectionproperties.go | 0 .../networkmanagerconnections/predicates.go | 0 .../networkmanagerconnections/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 ...agereffectiveconnectivityconfigurations.go | 0 .../model_configurationgroup.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 ...odel_effectiveconnectivityconfiguration.go | 0 .../model_hub.go | 0 .../model_networkgroupproperties.go | 0 ...tiveconnectivityconfigurationlistresult.go | 0 .../model_queryrequestoptions.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 11 +- ...tworkmanagereffectivesecurityadminrules.go | 0 .../model_addressprefixitem.go | 0 .../model_adminpropertiesformat.go | 0 .../model_configurationgroup.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../model_effectivebasesecurityadminrule.go | 0 ...model_effectivedefaultsecurityadminrule.go | 0 .../model_effectivesecurityadminrule.go | 0 .../model_networkgroupproperties.go | 0 ...ereffectivesecurityadminruleslistresult.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../model_queryrequestoptions.go | 0 .../version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_networkmanager.go | 0 .../id_routingconfiguration.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 ...odel_networkmanagerroutingconfiguration.go | 0 ...gerroutingconfigurationpropertiesformat.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../networkmanagers/README.md | 6 +- .../networkmanagers/client.go | 0 .../networkmanagers/constants.go | 0 .../networkmanagers/id_networkmanager.go | 0 .../networkmanagers/method_createorupdate.go | 0 .../networkmanagers/method_delete.go | 0 .../networkmanagers/method_get.go | 0 .../networkmanagers/method_list.go | 0 .../method_listbysubscription.go | 0 .../method_networkmanagercommitspost.go | 0 ...thod_networkmanagerdeploymentstatuslist.go | 0 .../networkmanagers/method_patch.go | 0 .../model_crosstenantscopes.go | 0 .../networkmanagers/model_networkmanager.go | 0 .../model_networkmanagercommit.go | 0 .../model_networkmanagerdeploymentstatus.go | 0 ...etworkmanagerdeploymentstatuslistresult.go | 0 ...networkmanagerdeploymentstatusparameter.go | 0 .../model_networkmanagerproperties.go | 2 +- ...rkmanagerpropertiesnetworkmanagerscopes.go | 0 .../networkmanagers/model_patchobject.go | 0 .../networkmanagers/predicates.go | 0 .../networkmanagers/version.go | 4 +- .../networkprofiles/README.md | 6 +- .../networkprofiles/client.go | 0 .../networkprofiles/constants.go | 0 .../networkprofiles/id_networkprofile.go | 0 .../networkprofiles/method_createorupdate.go | 0 .../networkprofiles/method_delete.go | 0 .../networkprofiles/method_get.go | 0 .../networkprofiles/method_list.go | 0 .../networkprofiles/method_listall.go | 0 .../networkprofiles/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_containernetworkinterface.go | 0 ..._containernetworkinterfaceconfiguration.go | 0 ...kinterfaceconfigurationpropertiesformat.go | 0 ...ontainernetworkinterfaceipconfiguration.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 ...ntainernetworkinterfacepropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../networkprofiles/model_ddossettings.go | 0 .../networkprofiles/model_delegation.go | 0 .../networkprofiles/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../networkprofiles/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../networkprofiles/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networkprofiles/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../networkprofiles/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../networkprofiles/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../networkprofiles/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../networkprofiles/model_networkprofile.go | 0 .../model_networkprofilepropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../networkprofiles/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../networkprofiles/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../networkprofiles/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networkprofiles/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networkprofiles/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../networkprofiles/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networkprofiles/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../networkprofiles/model_subresource.go | 0 .../networkprofiles/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networkprofiles/predicates.go | 0 .../networkprofiles/version.go | 4 +- .../networksecuritygroups/README.md | 6 +- .../networksecuritygroups/client.go | 0 .../networksecuritygroups/constants.go | 0 .../id_networksecuritygroup.go | 0 .../method_createorupdate.go | 0 .../networksecuritygroups/method_delete.go | 0 .../networksecuritygroups/method_get.go | 0 .../networksecuritygroups/method_list.go | 0 .../networksecuritygroups/method_listall.go | 0 .../method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../networksecuritygroups/model_delegation.go | 0 .../networksecuritygroups/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networksecuritygroups/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../networksecuritygroups/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networksecuritygroups/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networksecuritygroups/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networksecuritygroups/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 .../networksecuritygroups/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networksecuritygroups/predicates.go | 0 .../networksecuritygroups/version.go | 4 +- .../networkvirtualappliances/README.md | 6 +- .../networkvirtualappliances/client.go | 0 .../networkvirtualappliances/constants.go | 0 .../id_inboundsecurityrule.go | 0 .../id_networkvirtualappliance.go | 0 .../method_createorupdate.go | 0 .../networkvirtualappliances/method_delete.go | 0 .../networkvirtualappliances/method_get.go | 0 ...ethod_inboundsecurityrulecreateorupdate.go | 0 .../method_inboundsecurityruleget.go | 0 .../networkvirtualappliances/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_restart.go | 0 .../method_updatetags.go | 0 .../model_delegationproperties.go | 0 .../model_inboundsecurityrule.go | 0 .../model_inboundsecurityruleproperties.go | 0 .../model_inboundsecurityrules.go | 0 ...odel_internetingresspublicipsproperties.go | 0 .../model_networkvirtualappliance.go | 0 ...odel_networkvirtualapplianceinstanceids.go | 0 ...networkvirtualappliancepropertiesformat.go | 0 ...appliancepropertiesformatnetworkprofile.go | 0 .../model_partnermanagedresourceproperties.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 ...virtualapplianceadditionalnicproperties.go | 0 .../model_virtualapplianceipconfiguration.go | 0 ...rtualapplianceipconfigurationproperties.go | 0 ...lappliancenetworkinterfaceconfiguration.go | 0 ...networkinterfaceconfigurationproperties.go | 0 .../model_virtualappliancenicproperties.go | 0 .../model_virtualapplianceskuproperties.go | 0 .../networkvirtualappliances/predicates.go | 0 .../networkvirtualappliances/version.go | 4 +- .../networkwatchers/README.md | 6 +- .../networkwatchers/client.go | 0 .../networkwatchers/constants.go | 0 .../networkwatchers/id_networkwatcher.go | 0 .../method_checkconnectivity.go | 0 .../networkwatchers/method_createorupdate.go | 0 .../networkwatchers/method_delete.go | 0 .../networkwatchers/method_get.go | 0 .../method_getazurereachabilityreport.go | 0 .../method_getflowlogstatus.go | 0 ...ethod_getnetworkconfigurationdiagnostic.go | 0 .../networkwatchers/method_getnexthop.go | 0 .../networkwatchers/method_gettopology.go | 0 .../method_gettroubleshooting.go | 0 .../method_gettroubleshootingresult.go | 0 .../method_getvmsecurityrules.go | 0 .../networkwatchers/method_list.go | 0 .../networkwatchers/method_listall.go | 0 .../method_listavailableproviders.go | 0 .../method_setflowlogconfiguration.go | 0 .../networkwatchers/method_updatetags.go | 0 .../networkwatchers/method_verifyipflow.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_availableproviderslist.go | 0 .../model_availableproviderslistcity.go | 0 .../model_availableproviderslistcountry.go | 0 .../model_availableproviderslistparameters.go | 0 .../model_availableprovidersliststate.go | 0 .../model_azurereachabilityreport.go | 0 .../model_azurereachabilityreportitem.go | 0 ...odel_azurereachabilityreportlatencyinfo.go | 0 .../model_azurereachabilityreportlocation.go | 0 ...model_azurereachabilityreportparameters.go | 0 .../model_connectivitydestination.go | 0 .../networkwatchers/model_connectivityhop.go | 0 .../model_connectivityinformation.go | 0 .../model_connectivityissue.go | 0 .../model_connectivityparameters.go | 0 .../model_connectivitysource.go | 0 .../model_effectivenetworksecurityrule.go | 0 .../model_evaluatednetworksecuritygroup.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowloginformation.go | 0 .../model_flowlogproperties.go | 0 .../model_flowlogstatusparameters.go | 0 .../networkwatchers/model_hoplink.go | 0 .../model_hoplinkproperties.go | 0 .../model_httpconfiguration.go | 0 .../networkwatchers/model_httpheader.go | 0 .../networkwatchers/model_matchedrule.go | 0 ...etworkconfigurationdiagnosticparameters.go | 0 ...l_networkconfigurationdiagnosticprofile.go | 0 ..._networkconfigurationdiagnosticresponse.go | 0 ...el_networkconfigurationdiagnosticresult.go | 0 .../model_networkinterfaceassociation.go | 0 .../model_networksecuritygroupresult.go | 0 ...el_networksecurityrulesevaluationresult.go | 0 .../networkwatchers/model_networkwatcher.go | 0 .../model_networkwatcherlistresult.go | 0 .../model_networkwatcherpropertiesformat.go | 0 .../model_nexthopparameters.go | 0 .../networkwatchers/model_nexthopresult.go | 0 .../model_protocolconfiguration.go | 0 .../model_querytroubleshootingparameters.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_securitygroupnetworkinterface.go | 0 .../model_securitygroupviewparameters.go | 0 .../model_securitygroupviewresult.go | 0 .../networkwatchers/model_securityrule.go | 0 .../model_securityruleassociations.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_subnetassociation.go | 0 .../networkwatchers/model_subresource.go | 0 .../networkwatchers/model_tagsobject.go | 0 .../networkwatchers/model_topology.go | 0 .../model_topologyassociation.go | 0 .../model_topologyparameters.go | 0 .../networkwatchers/model_topologyresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_troubleshootingdetails.go | 0 .../model_troubleshootingparameters.go | 0 .../model_troubleshootingproperties.go | 0 ...model_troubleshootingrecommendedactions.go | 0 .../model_troubleshootingresult.go | 0 .../model_verificationipflowparameters.go | 0 .../model_verificationipflowresult.go | 0 .../networkwatchers/version.go | 4 +- .../p2svpngateways/README.md | 6 +- .../p2svpngateways/client.go | 0 .../p2svpngateways/constants.go | 0 .../method_disconnectp2svpnconnections.go | 0 .../method_generatevpnprofile.go | 0 .../method_getp2svpnconnectionhealth.go | 0 ...ethod_getp2svpnconnectionhealthdetailed.go | 0 .../p2svpngateways/method_reset.go | 0 .../p2svpngateways/method_updatetags.go | 0 .../p2svpngateways/model_addressspace.go | 9 + .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../model_p2svpnconnectionhealth.go | 0 .../model_p2svpnconnectionhealthrequest.go | 0 .../model_p2svpnconnectionrequest.go | 0 .../p2svpngateways/model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../model_p2svpnprofileparameters.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../p2svpngateways/model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../p2svpngateways/model_subresource.go | 0 .../p2svpngateways/model_tagsobject.go | 0 .../p2svpngateways/model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 .../model_vpnprofileresponse.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../p2svpngateways/version.go | 4 +- .../packetcaptures/README.md | 6 +- .../packetcaptures/client.go | 0 .../packetcaptures/constants.go | 0 .../packetcaptures/id_networkwatcher.go | 0 .../packetcaptures/id_packetcapture.go | 0 .../packetcaptures/method_create.go | 0 .../packetcaptures/method_delete.go | 0 .../packetcaptures/method_get.go | 0 .../packetcaptures/method_getstatus.go | 0 .../packetcaptures/method_list.go | 0 .../packetcaptures/method_stop.go | 0 .../packetcaptures/model_packetcapture.go | 0 .../model_packetcapturefilter.go | 0 .../model_packetcapturelistresult.go | 0 .../model_packetcapturemachinescope.go | 0 .../model_packetcaptureparameters.go | 0 .../model_packetcapturequerystatusresult.go | 0 .../model_packetcaptureresult.go | 0 .../model_packetcaptureresultproperties.go | 0 .../model_packetcapturesettings.go | 0 .../model_packetcapturestoragelocation.go | 0 .../packetcaptures/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_peerconnection.go | 0 .../method_get.go | 0 .../method_list.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../privatednszonegroups/README.md | 6 +- .../privatednszonegroups/client.go | 0 .../privatednszonegroups/constants.go | 0 .../id_privatednszonegroup.go | 0 .../id_privateendpoint.go | 0 .../method_createorupdate.go | 0 .../privatednszonegroups/method_delete.go | 0 .../privatednszonegroups/method_get.go | 0 .../privatednszonegroups/method_list.go | 0 .../model_privatednszoneconfig.go | 0 .../model_privatednszonegroup.go | 0 ...del_privatednszonegrouppropertiesformat.go | 0 .../model_privatednszonepropertiesformat.go | 0 .../privatednszonegroups/model_recordset.go | 0 .../privatednszonegroups/predicates.go | 0 .../privatednszonegroups/version.go | 4 +- .../privateendpoints/README.md | 6 +- .../privateendpoints/client.go | 0 .../privateendpoints/constants.go | 0 .../privateendpoints/id_location.go | 0 .../privateendpoints/id_privateendpoint.go | 0 .../privateendpoints/id_providerlocation.go | 0 ...ethod_availableprivateendpointtypeslist.go | 0 ...privateendpointtypeslistbyresourcegroup.go | 0 .../privateendpoints/method_createorupdate.go | 0 .../privateendpoints/method_delete.go | 0 .../privateendpoints/method_get.go | 0 .../privateendpoints/method_list.go | 0 .../method_listbysubscription.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_availableprivateendpointtype.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../privateendpoints/model_ddossettings.go | 0 .../privateendpoints/model_delegation.go | 0 .../privateendpoints/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../privateendpoints/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../privateendpoints/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../privateendpoints/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../privateendpoints/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../privateendpoints/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../privateendpoints/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../privateendpoints/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../privateendpoints/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../privateendpoints/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../privateendpoints/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../privateendpoints/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../privateendpoints/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../privateendpoints/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../privateendpoints/predicates.go | 0 .../privateendpoints/version.go | 4 +- .../privatelinkservices/README.md | 6 +- .../privatelinkservices/client.go | 0 .../privatelinkservices/constants.go | 0 .../privatelinkservices/id_location.go | 0 .../id_privateendpointconnection.go | 0 .../id_privatelinkservice.go | 0 .../id_providerlocation.go | 0 ...ethod_checkprivatelinkservicevisibility.go | 0 ...atelinkservicevisibilitybyresourcegroup.go | 0 .../method_createorupdate.go | 0 .../privatelinkservices/method_delete.go | 0 .../method_deleteprivateendpointconnection.go | 0 .../privatelinkservices/method_get.go | 0 .../method_getprivateendpointconnection.go | 0 .../privatelinkservices/method_list.go | 0 ...hod_listautoapprovedprivatelinkservices.go | 0 ...rovedprivatelinkservicesbyresourcegroup.go | 0 .../method_listbysubscription.go | 0 .../method_listprivateendpointconnections.go | 0 .../method_updateprivateendpointconnection.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_autoapprovedprivatelinkservice.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 ...heckprivatelinkservicevisibilityrequest.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../privatelinkservices/model_ddossettings.go | 0 .../privatelinkservices/model_delegation.go | 0 .../privatelinkservices/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../privatelinkservices/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../privatelinkservices/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_privatelinkservicevisibility.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../privatelinkservices/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../privatelinkservices/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../privatelinkservices/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../privatelinkservices/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../privatelinkservices/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../privatelinkservices/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../privatelinkservices/predicates.go | 0 .../privatelinkservices/version.go | 4 +- .../publicipaddresses/README.md | 6 +- .../publicipaddresses/client.go | 0 .../publicipaddresses/constants.go | 0 .../method_createorupdate.go | 0 .../method_ddosprotectionstatus.go | 0 .../publicipaddresses/method_delete.go | 0 .../publicipaddresses/method_get.go | 0 .../publicipaddresses/method_list.go | 0 .../publicipaddresses/method_listall.go | 0 .../publicipaddresses/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../publicipaddresses/model_ddossettings.go | 0 .../publicipaddresses/model_delegation.go | 0 .../publicipaddresses/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../publicipaddresses/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../publicipaddresses/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../publicipaddresses/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../publicipaddresses/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 ...odel_publicipddosprotectionstatusresult.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../publicipaddresses/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../publicipaddresses/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../publicipaddresses/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../publicipaddresses/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../publicipaddresses/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../publicipaddresses/model_subresource.go | 0 .../publicipaddresses/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../publicipaddresses/predicates.go | 0 .../publicipaddresses/version.go | 4 +- .../publicipprefixes/README.md | 6 +- .../publicipprefixes/client.go | 0 .../publicipprefixes/constants.go | 0 .../publicipprefixes/id_publicipprefix.go | 0 .../publicipprefixes/method_createorupdate.go | 0 .../publicipprefixes/method_delete.go | 0 .../publicipprefixes/method_get.go | 0 .../publicipprefixes/method_list.go | 0 .../publicipprefixes/method_listall.go | 0 .../publicipprefixes/method_updatetags.go | 0 .../publicipprefixes/model_iptag.go | 0 .../publicipprefixes/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../publicipprefixes/model_natgatewaysku.go | 0 .../publicipprefixes/model_publicipprefix.go | 0 .../model_publicipprefixpropertiesformat.go | 0 .../model_publicipprefixsku.go | 0 .../model_referencedpublicipaddress.go | 0 .../publicipprefixes/model_subresource.go | 0 .../publicipprefixes/model_tagsobject.go | 0 .../publicipprefixes/predicates.go | 0 .../publicipprefixes/version.go | 4 +- .../reachabilityanalysisintent/client.go | 26 ++ .../id_reachabilityanalysisintent.go | 148 +++++++++ .../method_delete.go | 47 +++ .../reachabilityanalysisintent/version.go | 10 + .../reachabilityanalysisintents/README.md | 74 +++++ .../reachabilityanalysisintents/client.go | 26 ++ .../reachabilityanalysisintents/constants.go | 110 +++++++ .../id_reachabilityanalysisintent.go | 148 +++++++++ .../id_verifierworkspace.go | 139 ++++++++ .../method_create.go | 58 ++++ .../reachabilityanalysisintents/method_get.go | 53 +++ .../method_list.go | 150 +++++++++ .../model_iptraffic.go | 12 + .../model_reachabilityanalysisintent.go | 16 + ...el_reachabilityanalysisintentproperties.go | 12 + .../reachabilityanalysisintents/predicates.go | 27 ++ .../reachabilityanalysisintents/version.go | 10 + .../reachabilityanalysisruns/README.md | 86 +++++ .../reachabilityanalysisruns/client.go | 26 ++ .../reachabilityanalysisruns/constants.go | 110 +++++++ .../id_reachabilityanalysisrun.go | 148 +++++++++ .../id_verifierworkspace.go | 139 ++++++++ .../reachabilityanalysisruns/method_create.go | 58 ++++ .../reachabilityanalysisruns/method_delete.go | 70 ++++ .../reachabilityanalysisruns/method_get.go | 53 +++ .../reachabilityanalysisruns/method_list.go | 150 +++++++++ .../model_intentcontent.go | 11 + .../model_iptraffic.go | 12 + .../model_reachabilityanalysisrun.go | 16 + ...model_reachabilityanalysisrunproperties.go | 13 + .../reachabilityanalysisruns/predicates.go | 27 ++ .../reachabilityanalysisruns/version.go | 10 + .../routefilterrules/README.md | 6 +- .../routefilterrules/client.go | 0 .../routefilterrules/constants.go | 0 .../routefilterrules/id_routefilter.go | 0 .../routefilterrules/id_routefilterrule.go | 0 .../routefilterrules/method_createorupdate.go | 0 .../routefilterrules/method_delete.go | 0 .../routefilterrules/method_get.go | 0 .../method_listbyroutefilter.go | 0 .../routefilterrules/model_routefilterrule.go | 0 .../model_routefilterrulepropertiesformat.go | 0 .../routefilterrules/predicates.go | 0 .../routefilterrules/version.go | 4 +- .../routefilters/README.md | 6 +- .../routefilters/client.go | 0 .../routefilters/constants.go | 0 .../routefilters/id_routefilter.go | 0 .../routefilters/method_createorupdate.go | 0 .../routefilters/method_delete.go | 0 .../routefilters/method_get.go | 0 .../routefilters/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../routefilters/method_updatetags.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../routefilters/model_routefilter.go | 0 .../model_routefilterpropertiesformat.go | 0 .../routefilters/model_routefilterrule.go | 0 .../model_routefilterrulepropertiesformat.go | 0 .../routefilters/model_subresource.go | 0 .../routefilters/model_tagsobject.go | 0 .../routefilters/predicates.go | 0 .../routefilters/version.go | 4 +- .../routes/README.md | 6 +- .../routes/client.go | 0 .../routes/constants.go | 0 .../routes/id_route.go | 0 .../routes/id_routetable.go | 0 .../routes/method_createorupdate.go | 0 .../routes/method_delete.go | 0 .../routes/method_get.go | 0 .../routes/method_list.go | 0 .../routes/model_route.go | 0 .../routes/model_routepropertiesformat.go | 0 .../routes/predicates.go | 0 .../routes/version.go | 4 +- .../routetables/README.md | 6 +- .../routetables/client.go | 0 .../routetables/constants.go | 0 .../routetables/id_routetable.go | 0 .../routetables/method_createorupdate.go | 0 .../routetables/method_delete.go | 0 .../routetables/method_get.go | 0 .../routetables/method_list.go | 0 .../routetables/method_listall.go | 0 .../routetables/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../routetables/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../routetables/model_ddossettings.go | 0 .../routetables/model_delegation.go | 0 .../routetables/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../routetables/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../routetables/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../routetables/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../routetables/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../routetables/model_natgatewaysku.go | 0 .../routetables/model_natruleportmapping.go | 0 .../routetables/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../routetables/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../routetables/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../routetables/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../routetables/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../routetables/model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../routetables/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../routetables/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../routetables/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../routetables/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../routetables/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../routetables/model_subresource.go | 0 .../routetables/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../routetables/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../routetables/predicates.go | 0 .../routetables/version.go | 4 +- .../routingrulecollections/README.md | 6 +- .../routingrulecollections/client.go | 0 .../routingrulecollections/constants.go | 0 .../id_routingconfiguration.go | 0 .../id_rulecollection.go | 0 .../method_createorupdate.go | 0 .../routingrulecollections/method_delete.go | 0 .../routingrulecollections/method_get.go | 0 .../routingrulecollections/method_list.go | 0 .../model_networkmanagerroutinggroupitem.go | 0 .../model_routingrulecollection.go | 0 ...l_routingrulecollectionpropertiesformat.go | 0 .../routingrulecollections/predicates.go | 0 .../routingrulecollections/version.go | 4 +- .../routingrules/README.md | 6 +- .../routingrules/client.go | 0 .../routingrules/constants.go | 0 .../routingrules/id_rule.go | 0 .../routingrules/id_rulecollection.go | 0 .../routingrules/method_createorupdate.go | 0 .../routingrules/method_delete.go | 0 .../routingrules/method_get.go | 0 .../routingrules/method_list.go | 0 .../routingrules/model_routingrule.go | 0 .../routingrules/model_routingrulenexthop.go | 0 .../model_routingrulepropertiesformat.go | 0 .../model_routingruleroutedestination.go | 0 .../routingrules/predicates.go | 0 .../routingrules/version.go | 4 +- .../scopeconnections/README.md | 6 +- .../scopeconnections/client.go | 0 .../scopeconnections/constants.go | 0 .../scopeconnections/id_networkmanager.go | 0 .../scopeconnections/id_scopeconnection.go | 0 .../scopeconnections/method_createorupdate.go | 0 .../scopeconnections/method_delete.go | 0 .../scopeconnections/method_get.go | 0 .../scopeconnections/method_list.go | 0 .../scopeconnections/model_scopeconnection.go | 0 .../model_scopeconnectionproperties.go | 0 .../scopeconnections/predicates.go | 0 .../scopeconnections/version.go | 4 +- .../securityadminconfigurations/README.md | 6 +- .../securityadminconfigurations/client.go | 0 .../securityadminconfigurations/constants.go | 47 +++ .../id_networkmanager.go | 0 .../id_securityadminconfiguration.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../securityadminconfigurations/method_get.go | 0 .../method_list.go | 0 .../model_securityadminconfiguration.go | 0 ...urityadminconfigurationpropertiesformat.go | 12 + .../securityadminconfigurations/predicates.go | 0 .../securityadminconfigurations/version.go | 4 +- .../securitypartnerproviders/README.md | 6 +- .../securitypartnerproviders/client.go | 0 .../securitypartnerproviders/constants.go | 0 .../id_securitypartnerprovider.go | 0 .../method_createorupdate.go | 0 .../securitypartnerproviders/method_delete.go | 0 .../securitypartnerproviders/method_get.go | 0 .../securitypartnerproviders/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_securitypartnerprovider.go | 0 ...securitypartnerproviderpropertiesformat.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../securitypartnerproviders/predicates.go | 0 .../securitypartnerproviders/version.go | 4 +- .../securityrules/README.md | 6 +- .../securityrules/client.go | 0 .../securityrules/constants.go | 0 .../securityrules/id_defaultsecurityrule.go | 0 .../securityrules/id_networksecuritygroup.go | 0 .../securityrules/id_securityrule.go | 0 .../securityrules/method_createorupdate.go | 0 .../method_defaultsecurityrulesget.go | 0 .../method_defaultsecurityruleslist.go | 0 .../securityrules/method_delete.go | 0 .../securityrules/method_get.go | 0 .../securityrules/method_list.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../securityrules/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../securityrules/predicates.go | 0 .../securityrules/version.go | 4 +- .../securityuserconfigurations/README.md | 6 +- .../securityuserconfigurations/client.go | 0 .../securityuserconfigurations/constants.go | 0 .../id_networkmanager.go | 0 .../id_securityuserconfiguration.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../securityuserconfigurations/method_get.go | 0 .../securityuserconfigurations/method_list.go | 0 .../model_securityuserconfiguration.go | 0 ...curityuserconfigurationpropertiesformat.go | 0 .../securityuserconfigurations/predicates.go | 0 .../securityuserconfigurations/version.go | 4 +- .../securityuserrulecollections/README.md | 6 +- .../securityuserrulecollections/client.go | 0 .../securityuserrulecollections/constants.go | 0 .../id_securityuserconfiguration.go | 0 ...securityuserconfigurationrulecollection.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../securityuserrulecollections/method_get.go | 0 .../method_list.go | 0 .../model_securityusergroupitem.go | 0 .../model_securityuserrulecollection.go | 0 ...urityuserrulecollectionpropertiesformat.go | 0 .../securityuserrulecollections/predicates.go | 0 .../securityuserrulecollections/version.go | 4 +- .../securityuserrules/README.md | 6 +- .../securityuserrules/client.go | 0 .../securityuserrules/constants.go | 11 +- .../id_rulecollectionrule.go | 0 ...securityuserconfigurationrulecollection.go | 0 .../method_createorupdate.go | 0 .../securityuserrules/method_delete.go | 0 .../securityuserrules/method_get.go | 0 .../securityuserrules/method_list.go | 0 .../model_addressprefixitem.go | 0 .../model_securityuserrule.go | 0 .../model_securityuserrulepropertiesformat.go | 0 .../securityuserrules/predicates.go | 0 .../securityuserrules/version.go | 4 +- .../serviceendpointpolicies/README.md | 6 +- .../serviceendpointpolicies/client.go | 0 .../serviceendpointpolicies/constants.go | 0 .../id_serviceendpointpolicy.go | 0 .../method_createorupdate.go | 0 .../serviceendpointpolicies/method_delete.go | 0 .../serviceendpointpolicies/method_get.go | 0 .../serviceendpointpolicies/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../serviceendpointpolicies/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../serviceendpointpolicies/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../serviceendpointpolicies/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../serviceendpointpolicies/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 .../model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../serviceendpointpolicies/predicates.go | 0 .../serviceendpointpolicies/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_serviceendpointpolicy.go | 0 .../id_serviceendpointpolicydefinition.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_listbyresourcegroup.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../servicetags/README.md | 6 +- .../servicetags/client.go | 0 .../servicetags/id_location.go | 0 .../method_servicetaginformationlist.go | 0 .../servicetags/method_servicetagslist.go | 0 .../model_servicetaginformation.go | 0 ...l_servicetaginformationpropertiesformat.go | 0 .../model_servicetagslistresult.go | 0 .../servicetags/predicates.go | 0 .../servicetags/version.go | 4 +- .../network/2024-05-01/staticcidrs/README.md | 86 +++++ .../network/2024-05-01/staticcidrs/client.go | 26 ++ .../2024-05-01/staticcidrs/constants.go | 63 ++++ .../2024-05-01/staticcidrs/id_ipampool.go | 139 ++++++++ .../2024-05-01/staticcidrs/id_staticcidr.go | 148 +++++++++ .../2024-05-01/staticcidrs/method_create.go | 58 ++++ .../2024-05-01/staticcidrs/method_delete.go | 70 ++++ .../2024-05-01/staticcidrs/method_get.go | 53 +++ .../2024-05-01/staticcidrs/method_list.go | 150 +++++++++ .../staticcidrs/model_staticcidr.go | 16 + .../staticcidrs/model_staticcidrproperties.go | 12 + .../2024-05-01/staticcidrs/predicates.go | 27 ++ .../network/2024-05-01/staticcidrs/version.go | 10 + .../staticmembers/README.md | 6 +- .../staticmembers/client.go | 0 .../staticmembers/constants.go | 0 .../staticmembers/id_networkgroup.go | 0 .../staticmembers/id_staticmember.go | 0 .../staticmembers/method_createorupdate.go | 0 .../staticmembers/method_delete.go | 0 .../staticmembers/method_get.go | 0 .../staticmembers/method_list.go | 0 .../staticmembers/model_staticmember.go | 0 .../model_staticmemberproperties.go | 0 .../staticmembers/predicates.go | 0 .../staticmembers/version.go | 4 +- .../subnets/README.md | 6 +- .../subnets/client.go | 0 .../subnets/constants.go | 0 .../subnets/method_createorupdate.go | 0 .../subnets/method_delete.go | 0 .../subnets/method_get.go | 0 .../subnets/method_list.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../subnets/model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../subnets/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../subnets/model_ddossettings.go | 0 .../subnets/model_delegation.go | 0 .../subnets/model_flowlog.go | 0 .../subnets/model_flowlogformatparameters.go | 0 .../subnets/model_flowlogpropertiesformat.go | 0 .../subnets/model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../subnets/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../subnets/model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../subnets/model_ipconfiguration.go | 0 .../subnets/model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../subnets/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../subnets/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../subnets/model_natgatewaysku.go | 0 .../subnets/model_natruleportmapping.go | 0 .../subnets/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../subnets/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../subnets/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../subnets/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../subnets/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../subnets/model_publicipaddresssku.go | 0 .../subnets/model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../subnets/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../subnets/model_route.go | 0 .../subnets/model_routepropertiesformat.go | 0 .../subnets/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../subnets/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../subnets/model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../subnets/model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../subnets/model_subnet.go | 0 .../subnets/model_subnetpropertiesformat.go | 1 + .../subnets/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../subnets/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../subnets/predicates.go | 0 .../subnets/version.go | 4 +- .../trafficanalytics/README.md | 6 +- .../trafficanalytics/client.go | 0 .../trafficanalytics/constants.go | 0 .../trafficanalytics/id_networkwatcher.go | 0 .../method_networkwatchersgetflowlogstatus.go | 0 ..._networkwatcherssetflowlogconfiguration.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowloginformation.go | 0 .../model_flowlogproperties.go | 0 .../model_flowlogstatusparameters.go | 0 .../model_retentionpolicyparameters.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../trafficanalytics/version.go | 4 +- .../usages/README.md | 6 +- .../usages/client.go | 0 .../usages/constants.go | 0 .../usages/id_location.go | 0 .../usages/method_list.go | 0 .../usages/model_usage.go | 0 .../usages/model_usagename.go | 0 .../usages/predicates.go | 0 .../usages/version.go | 4 +- .../2024-05-01/verifierworkspaces/README.md | 107 +++++++ .../2024-05-01/verifierworkspaces/client.go | 26 ++ .../verifierworkspaces/constants.go | 63 ++++ .../verifierworkspaces/id_networkmanager.go | 130 ++++++++ .../id_verifierworkspace.go | 139 ++++++++ .../verifierworkspaces/method_create.go | 58 ++++ .../verifierworkspaces/method_delete.go | 70 ++++ .../verifierworkspaces/method_get.go | 53 +++ .../verifierworkspaces/method_list.go | 150 +++++++++ .../verifierworkspaces/method_update.go | 57 ++++ .../model_verifierworkspace.go | 18 ++ .../model_verifierworkspaceproperties.go | 9 + .../model_verifierworkspaceupdate.go | 9 + ...model_verifierworkspaceupdateproperties.go | 8 + .../verifierworkspaces/predicates.go | 32 ++ .../2024-05-01/verifierworkspaces/version.go | 10 + .../vipswap/README.md | 6 +- .../vipswap/client.go | 0 .../vipswap/constants.go | 0 .../vipswap/id_cloudservice.go | 0 .../vipswap/method_create.go | 0 .../vipswap/method_get.go | 0 .../vipswap/method_list.go | 0 .../vipswap/model_swapresource.go | 0 .../vipswap/model_swapresourcelistresult.go | 0 .../vipswap/model_swapresourceproperties.go | 0 .../vipswap/version.go | 4 +- .../virtualappliancesites/README.md | 6 +- .../virtualappliancesites/client.go | 0 .../virtualappliancesites/constants.go | 0 .../id_networkvirtualappliance.go | 0 .../id_virtualappliancesite.go | 0 .../method_createorupdate.go | 0 .../virtualappliancesites/method_delete.go | 0 .../virtualappliancesites/method_get.go | 0 .../virtualappliancesites/method_list.go | 0 .../model_breakoutcategorypolicies.go | 0 .../model_office365policyproperties.go | 0 .../model_virtualappliancesite.go | 0 .../model_virtualappliancesiteproperties.go | 0 .../virtualappliancesites/predicates.go | 0 .../virtualappliancesites/version.go | 4 +- .../virtualapplianceskus/README.md | 6 +- .../virtualapplianceskus/client.go | 0 .../id_networkvirtualappliancesku.go | 0 .../virtualapplianceskus/method_get.go | 0 .../virtualapplianceskus/method_list.go | 0 .../model_networkvirtualappliancesku.go | 0 ...del_networkvirtualapplianceskuinstances.go | 0 ...workvirtualapplianceskupropertiesformat.go | 0 .../virtualapplianceskus/predicates.go | 0 .../virtualapplianceskus/version.go | 4 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_connection.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_getikesas.go | 0 .../method_getsharedkey.go | 0 .../method_list.go | 0 .../method_resetconnection.go | 0 .../method_resetsharedkey.go | 0 .../method_setsharedkey.go | 0 .../method_startpacketcapture.go | 0 .../method_stoppacketcapture.go | 0 .../method_updatetags.go | 0 .../model_addressspace.go | 9 + .../model_bgpsettings.go | 0 .../model_connectionresetsharedkey.go | 0 .../model_connectionsharedkey.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipsecpolicy.go | 0 .../model_localnetworkgateway.go | 0 ...del_localnetworkgatewaypropertiesformat.go | 0 .../model_radiusserver.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../model_tunnelconnectionhealth.go | 0 .../model_virtualnetworkgateway.go | 0 ...el_virtualnetworkgatewayautoscalebounds.go | 0 ...ualnetworkgatewayautoscaleconfiguration.go | 0 .../model_virtualnetworkgatewayconnection.go | 0 ...etworkgatewayconnectionpropertiesformat.go | 0 ...el_virtualnetworkgatewayipconfiguration.go | 0 ...kgatewayipconfigurationpropertiesformat.go | 0 .../model_virtualnetworkgatewaynatrule.go | 0 ..._virtualnetworkgatewaynatruleproperties.go | 0 .../model_virtualnetworkgatewaypolicygroup.go | 0 ..._virtualnetworkgatewaypolicygroupmember.go | 0 ...tualnetworkgatewaypolicygroupproperties.go | 0 ...l_virtualnetworkgatewaypropertiesformat.go | 0 .../model_virtualnetworkgatewaysku.go | 0 .../model_vngclientconnectionconfiguration.go | 0 ...clientconnectionconfigurationproperties.go | 0 .../model_vpnclientconfiguration.go | 0 .../model_vpnclientrevokedcertificate.go | 0 ...lientrevokedcertificatepropertiesformat.go | 0 .../model_vpnclientrootcertificate.go | 0 ...pnclientrootcertificatepropertiesformat.go | 0 .../model_vpnnatrulemapping.go | 0 .../model_vpnpacketcapturestartparameters.go | 0 .../model_vpnpacketcapturestopparameters.go | 0 .../predicates.go | 0 .../version.go | 4 +- .../virtualnetworkgateways/README.md | 59 +++- .../virtualnetworkgateways/client.go | 0 .../virtualnetworkgateways/constants.go | 209 ++++++++++++ .../virtualnetworkgateways/id_connection.go | 0 .../id_virtualnetworkgateway.go | 0 .../id_virtualnetworkgatewaynatrule.go | 0 .../method_createorupdate.go | 0 .../virtualnetworkgateways/method_delete.go | 0 ...nectvirtualnetworkgatewayvpnconnections.go | 0 .../method_generatevpnclientpackage.go | 0 .../method_generatevpnprofile.go | 0 .../virtualnetworkgateways/method_get.go | 0 .../method_getadvertisedroutes.go | 0 .../method_getbgppeerstatus.go | 0 .../method_getfailoveralltestdetails.go | 104 ++++++ .../method_getfailoversingletestdetails.go | 104 ++++++ .../method_getlearnedroutes.go | 0 .../method_getvpnclientconnectionhealth.go | 0 .../method_getvpnclientipsecparameters.go | 0 .../method_getvpnprofilepackageurl.go | 0 .../virtualnetworkgateways/method_list.go | 0 .../method_listconnections.go | 0 .../virtualnetworkgateways/method_reset.go | 0 .../method_resetvpnclientsharedkey.go | 0 .../method_setvpnclientipsecparameters.go | 0 ...startexpressroutesitefailoversimulation.go | 100 ++++++ .../method_startpacketcapture.go | 0 ..._stopexpressroutesitefailoversimulation.go | 75 +++++ .../method_stoppacketcapture.go | 0 .../method_supportedvpndevices.go | 0 .../method_updatetags.go | 0 ...ualnetworkgatewaynatrulescreateorupdate.go | 0 ...hod_virtualnetworkgatewaynatrulesdelete.go | 0 ...method_virtualnetworkgatewaynatrulesget.go | 0 ...ewaynatruleslistbyvirtualnetworkgateway.go | 0 .../method_vpndeviceconfigurationscript.go | 0 .../model_addressspace.go | 9 + .../model_bgppeerstatus.go | 0 .../model_bgppeerstatuslistresult.go | 0 .../model_bgpsettings.go | 0 ...ressroutefailovercircuitresourcedetails.go | 10 + ...sroutefailoverconnectionresourcedetails.go | 11 + ...odel_expressroutefailoverredundantroute.go | 9 + ...l_expressroutefailoversingletestdetails.go | 15 + ...l_expressroutefailoverstopapiparameters.go | 10 + .../model_expressroutefailovertestdetails.go | 16 + .../model_failoverconnectiondetails.go | 10 + ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_gatewayroute.go | 0 .../model_gatewayroutelistresult.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipsecpolicy.go | 0 .../model_p2svpnconnectionrequest.go | 0 .../model_radiusserver.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../model_tunnelconnectionhealth.go | 0 ...irtualnetworkconnectiongatewayreference.go | 0 .../model_virtualnetworkgateway.go | 0 ...el_virtualnetworkgatewayautoscalebounds.go | 0 ...ualnetworkgatewayautoscaleconfiguration.go | 0 ...rtualnetworkgatewayconnectionlistentity.go | 0 ...wayconnectionlistentitypropertiesformat.go | 0 ...el_virtualnetworkgatewayipconfiguration.go | 0 ...kgatewayipconfigurationpropertiesformat.go | 0 .../model_virtualnetworkgatewaynatrule.go | 0 ..._virtualnetworkgatewaynatruleproperties.go | 0 .../model_virtualnetworkgatewaypolicygroup.go | 0 ..._virtualnetworkgatewaypolicygroupmember.go | 0 ...tualnetworkgatewaypolicygroupproperties.go | 0 ...l_virtualnetworkgatewaypropertiesformat.go | 0 .../model_virtualnetworkgatewaysku.go | 0 .../model_vngclientconnectionconfiguration.go | 0 ...clientconnectionconfigurationproperties.go | 0 .../model_vpnclientconfiguration.go | 0 .../model_vpnclientconnectionhealthdetail.go | 0 ...nclientconnectionhealthdetaillistresult.go | 0 .../model_vpnclientipsecparameters.go | 0 .../model_vpnclientparameters.go | 0 .../model_vpnclientrevokedcertificate.go | 0 ...lientrevokedcertificatepropertiesformat.go | 0 .../model_vpnclientrootcertificate.go | 0 ...pnclientrootcertificatepropertiesformat.go | 0 .../model_vpndevicescriptparameters.go | 0 .../model_vpnnatrulemapping.go | 0 .../model_vpnpacketcapturestartparameters.go | 0 .../model_vpnpacketcapturestopparameters.go | 0 .../virtualnetworkgateways/predicates.go | 0 .../virtualnetworkgateways/version.go | 4 +- .../virtualnetworkpeerings/README.md | 6 +- .../virtualnetworkpeerings/client.go | 0 .../virtualnetworkpeerings/constants.go | 0 .../id_virtualnetworkpeering.go | 0 .../method_createorupdate.go | 0 .../virtualnetworkpeerings/method_delete.go | 0 .../virtualnetworkpeerings/method_get.go | 0 .../virtualnetworkpeerings/method_list.go | 0 .../model_addressspace.go | 9 + .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_subresource.go | 0 .../model_virtualnetworkbgpcommunities.go | 0 .../model_virtualnetworkencryption.go | 0 .../model_virtualnetworkpeering.go | 0 ...l_virtualnetworkpeeringpropertiesformat.go | 0 .../virtualnetworkpeerings/predicates.go | 0 .../virtualnetworkpeerings/version.go | 4 +- .../virtualnetworks/README.md | 6 +- .../virtualnetworks/client.go | 0 .../virtualnetworks/constants.go | 0 .../virtualnetworks/method_createorupdate.go | 0 .../virtualnetworks/method_delete.go | 0 .../virtualnetworks/method_get.go | 0 .../virtualnetworks/method_list.go | 0 .../virtualnetworks/method_listall.go | 0 .../method_resourcenavigationlinkslist.go | 0 .../method_serviceassociationlinkslist.go | 0 .../method_subnetspreparenetworkpolicies.go | 0 .../method_subnetsunpreparenetworkpolicies.go | 0 .../virtualnetworks/method_updatetags.go | 0 ...rtualnetworkscheckipaddressavailability.go | 0 ...virtualnetworkslistddosprotectionstatus.go | 0 .../method_virtualnetworkslistusage.go | 0 .../virtualnetworks/model_addressspace.go | 9 + .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworks/model_ddossettings.go | 0 .../virtualnetworks/model_delegation.go | 0 .../virtualnetworks/model_dhcpoptions.go | 0 .../virtualnetworks/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../virtualnetworks/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipaddressavailabilityresult.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../virtualnetworks/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworks/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworks/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworks/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkintentpolicy.go | 0 .../model_networkintentpolicyconfiguration.go | 0 .../virtualnetworks/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_preparenetworkpoliciesrequest.go | 0 .../virtualnetworks/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../virtualnetworks/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 ...odel_publicipddosprotectionstatusresult.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworks/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworks/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworks/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworks/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworks/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworks/model_subresource.go | 0 .../virtualnetworks/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_unpreparenetworkpoliciesrequest.go | 0 .../virtualnetworks/model_virtualnetwork.go | 0 .../model_virtualnetworkbgpcommunities.go | 0 .../model_virtualnetworkencryption.go | 0 .../model_virtualnetworkpeering.go | 0 ...l_virtualnetworkpeeringpropertiesformat.go | 0 .../model_virtualnetworkpropertiesformat.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../model_virtualnetworkusage.go | 0 .../model_virtualnetworkusagename.go | 0 .../virtualnetworks/predicates.go | 0 .../virtualnetworks/version.go | 4 +- .../virtualnetworktap/README.md | 6 +- .../virtualnetworktap/client.go | 0 .../virtualnetworktap/constants.go | 0 .../virtualnetworktap/id_virtualnetworktap.go | 0 .../method_createorupdate.go | 0 .../virtualnetworktap/method_delete.go | 0 .../virtualnetworktap/method_get.go | 0 .../virtualnetworktap/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworktap/model_ddossettings.go | 0 .../virtualnetworktap/model_delegation.go | 0 .../virtualnetworktap/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../virtualnetworktap/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworktap/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworktap/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworktap/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworktap/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworktap/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworktap/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworktap/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworktap/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworktap/model_subresource.go | 0 .../virtualnetworktap/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../virtualnetworktap/version.go | 4 +- .../virtualnetworktaps/README.md | 6 +- .../virtualnetworktaps/client.go | 0 .../virtualnetworktaps/constants.go | 0 .../virtualnetworktaps/method_listall.go | 0 .../method_listbyresourcegroup.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworktaps/model_ddossettings.go | 0 .../virtualnetworktaps/model_delegation.go | 0 .../virtualnetworktaps/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworktaps/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworktaps/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworktaps/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworktaps/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworktaps/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworktaps/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworktaps/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworktaps/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworktaps/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../virtualnetworktaps/predicates.go | 0 .../virtualnetworktaps/version.go | 4 +- .../virtualrouterpeerings/README.md | 6 +- .../virtualrouterpeerings/client.go | 0 .../virtualrouterpeerings/constants.go | 0 .../virtualrouterpeerings/id_virtualrouter.go | 0 .../method_createorupdate.go | 0 .../virtualrouterpeerings/method_delete.go | 0 .../virtualrouterpeerings/method_get.go | 0 .../virtualrouterpeerings/method_list.go | 0 .../model_virtualrouterpeering.go | 0 .../model_virtualrouterpeeringproperties.go | 0 .../virtualrouterpeerings/predicates.go | 0 .../virtualrouterpeerings/version.go | 4 +- .../virtualrouters/README.md | 6 +- .../virtualrouters/client.go | 0 .../virtualrouters/constants.go | 0 .../virtualrouters/id_virtualrouter.go | 0 .../virtualrouters/method_createorupdate.go | 0 .../virtualrouters/method_delete.go | 0 .../virtualrouters/method_get.go | 0 .../virtualrouters/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../virtualrouters/model_subresource.go | 0 .../virtualrouters/model_virtualrouter.go | 0 .../model_virtualrouterpropertiesformat.go | 0 .../virtualrouters/predicates.go | 0 .../virtualrouters/version.go | 4 +- .../virtualwans/README.md | 6 +- .../virtualwans/client.go | 0 .../virtualwans/constants.go | 0 .../id_configurationpolicygroup.go | 0 .../virtualwans/id_hubroutetable.go | 0 .../id_hubvirtualnetworkconnection.go | 0 .../virtualwans/id_natrule.go | 0 .../virtualwans/id_networkvirtualappliance.go | 0 .../id_networkvirtualapplianceconnection.go | 0 .../virtualwans/id_routemap.go | 0 .../virtualwans/id_routingintent.go | 0 .../virtualwans/id_virtualhub.go | 0 .../virtualwans/id_virtualhubroutetable.go | 0 .../virtualwans/id_virtualwan.go | 0 .../virtualwans/id_vpngateway.go | 0 .../virtualwans/id_vpnlinkconnection.go | 0 .../virtualwans/id_vpnserverconfiguration.go | 0 .../virtualwans/id_vpnsite.go | 0 .../virtualwans/id_vpnsitelink.go | 0 ...configurationpolicygroupscreateorupdate.go | 0 .../method_configurationpolicygroupsdelete.go | 0 .../method_configurationpolicygroupsget.go | 0 ...olicygroupslistbyvpnserverconfiguration.go | 0 ...tualwanvpnserverconfigurationvpnprofile.go | 0 .../method_hubroutetablescreateorupdate.go | 0 .../method_hubroutetablesdelete.go | 0 .../virtualwans/method_hubroutetablesget.go | 0 .../virtualwans/method_hubroutetableslist.go | 0 ...virtualnetworkconnectionscreateorupdate.go | 0 ...thod_hubvirtualnetworkconnectionsdelete.go | 0 .../method_hubvirtualnetworkconnectionsget.go | 0 ...method_hubvirtualnetworkconnectionslist.go | 0 .../method_natrulescreateorupdate.go | 0 .../virtualwans/method_natrulesdelete.go | 0 .../virtualwans/method_natrulesget.go | 0 .../method_natruleslistbyvpngateway.go | 0 ...rtualapplianceconnectionscreateorupdate.go | 0 ...etworkvirtualapplianceconnectionsdelete.go | 0 ...d_networkvirtualapplianceconnectionsget.go | 0 ..._networkvirtualapplianceconnectionslist.go | 0 .../method_p2svpngatewayscreateorupdate.go | 0 .../method_p2svpngatewaysdelete.go | 0 .../virtualwans/method_p2svpngatewaysget.go | 0 .../virtualwans/method_p2svpngatewayslist.go | 0 ...ethod_p2svpngatewayslistbyresourcegroup.go | 0 .../method_routemapscreateorupdate.go | 0 .../virtualwans/method_routemapsdelete.go | 0 .../virtualwans/method_routemapsget.go | 0 .../virtualwans/method_routemapslist.go | 0 .../method_routingintentcreateorupdate.go | 0 .../virtualwans/method_routingintentdelete.go | 0 .../virtualwans/method_routingintentget.go | 0 .../virtualwans/method_routingintentlist.go | 0 .../method_supportedsecurityproviders.go | 0 .../virtualwans/method_updatetags.go | 0 ...d_virtualhubbgpconnectioncreateorupdate.go | 0 .../method_virtualhubbgpconnectiondelete.go | 0 .../method_virtualhubbgpconnectionget.go | 0 .../method_virtualhubbgpconnectionslist.go | 0 ...alhubbgpconnectionslistadvertisedroutes.go | 0 ...rtualhubbgpconnectionslistlearnedroutes.go | 0 ...virtualhubipconfigurationcreateorupdate.go | 0 .../method_virtualhubipconfigurationdelete.go | 0 .../method_virtualhubipconfigurationget.go | 0 .../method_virtualhubipconfigurationlist.go | 0 ...d_virtualhubroutetablev2screateorupdate.go | 0 .../method_virtualhubroutetablev2sdelete.go | 0 .../method_virtualhubroutetablev2sget.go | 0 .../method_virtualhubroutetablev2slist.go | 0 .../method_virtualhubscreateorupdate.go | 0 .../virtualwans/method_virtualhubsdelete.go | 0 .../virtualwans/method_virtualhubsget.go | 0 ...virtualhubsgeteffectivevirtualhubroutes.go | 0 .../method_virtualhubsgetinboundroutes.go | 0 .../method_virtualhubsgetoutboundroutes.go | 0 .../virtualwans/method_virtualhubslist.go | 0 .../method_virtualhubslistbyresourcegroup.go | 0 .../method_virtualhubsupdatetags.go | 0 .../method_virtualwanscreateorupdate.go | 0 .../virtualwans/method_virtualwansdelete.go | 0 .../virtualwans/method_virtualwansget.go | 0 .../virtualwans/method_virtualwanslist.go | 0 .../method_virtualwanslistbyresourcegroup.go | 0 .../method_vpnconnectionscreateorupdate.go | 0 .../method_vpnconnectionsdelete.go | 0 .../virtualwans/method_vpnconnectionsget.go | 0 .../method_vpnconnectionslistbyvpngateway.go | 0 ...method_vpnconnectionsstartpacketcapture.go | 0 .../method_vpnconnectionsstoppacketcapture.go | 0 .../method_vpngatewayscreateorupdate.go | 0 .../virtualwans/method_vpngatewaysdelete.go | 0 .../virtualwans/method_vpngatewaysget.go | 0 .../virtualwans/method_vpngatewayslist.go | 0 .../method_vpngatewayslistbyresourcegroup.go | 0 ...thod_vpnlinkconnectionsgetallsharedkeys.go | 0 ...d_vpnlinkconnectionsgetdefaultsharedkey.go | 0 .../method_vpnlinkconnectionsgetikesas.go | 0 ...d_vpnlinkconnectionslistbyvpnconnection.go | 0 ..._vpnlinkconnectionslistdefaultsharedkey.go | 0 ...inkconnectionssetorinitdefaultsharedkey.go | 0 ...figurationsassociatedwithvirtualwanlist.go | 0 ...d_vpnserverconfigurationscreateorupdate.go | 0 .../method_vpnserverconfigurationsdelete.go | 0 .../method_vpnserverconfigurationsget.go | 0 .../method_vpnserverconfigurationslist.go | 0 ...serverconfigurationslistbyresourcegroup.go | 0 .../method_vpnsitelinkconnectionsget.go | 0 .../virtualwans/method_vpnsitelinksget.go | 0 .../method_vpnsitelinkslistbyvpnsite.go | 0 .../method_vpnsitesconfigurationdownload.go | 0 .../method_vpnsitescreateorupdate.go | 0 .../virtualwans/method_vpnsitesdelete.go | 0 .../virtualwans/method_vpnsitesget.go | 0 .../virtualwans/method_vpnsiteslist.go | 0 .../method_vpnsiteslistbyresourcegroup.go | 0 .../model_aadauthenticationparameters.go | 0 .../virtualwans/model_action.go | 0 .../virtualwans/model_addressspace.go | 9 + .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../virtualwans/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../virtualwans/model_bgpconnection.go | 0 .../model_bgpconnectionproperties.go | 0 .../virtualwans/model_bgpsettings.go | 0 .../model_connectionsharedkeyresult.go | 0 .../virtualwans/model_criterion.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualwans/model_ddossettings.go | 0 .../virtualwans/model_delegation.go | 0 .../virtualwans/model_deviceproperties.go | 0 .../model_effectiveroutemaproute.go | 0 .../model_effectiveroutemaproutelist.go | 0 .../model_effectiveroutesparameters.go | 0 .../virtualwans/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_getinboundroutesparameters.go | 0 .../model_getoutboundroutesparameters.go | 0 .../model_getvpnsitesconfigurationrequest.go | 0 .../virtualwans/model_hubipconfiguration.go | 0 ...odel_hubipconfigurationpropertiesformat.go | 0 .../virtualwans/model_hubroute.go | 0 .../virtualwans/model_hubroutetable.go | 0 .../model_hubroutetableproperties.go | 0 .../model_hubvirtualnetworkconnection.go | 0 ...l_hubvirtualnetworkconnectionproperties.go | 0 .../virtualwans/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../virtualwans/model_ipconfiguration.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualwans/model_ipsecpolicy.go | 0 .../virtualwans/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualwans/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualwans/model_natgatewaysku.go | 0 .../virtualwans/model_natruleportmapping.go | 0 .../virtualwans/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../virtualwans/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 ...model_networkvirtualapplianceconnection.go | 0 ...orkvirtualapplianceconnectionproperties.go | 0 .../model_o365breakoutcategorypolicies.go | 0 .../virtualwans/model_o365policyproperties.go | 0 .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../virtualwans/model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../virtualwans/model_parameter.go | 0 .../virtualwans/model_peerroute.go | 0 .../virtualwans/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../virtualwans/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../virtualwans/model_propagatedroutetable.go | 0 .../virtualwans/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../virtualwans/model_publicipaddresssku.go | 0 .../virtualwans/model_radiusserver.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualwans/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualwans/model_route.go | 0 .../virtualwans/model_routemap.go | 0 .../virtualwans/model_routemapproperties.go | 0 .../virtualwans/model_routemaprule.go | 0 .../model_routepropertiesformat.go | 0 .../virtualwans/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualwans/model_routingconfiguration.go | 0 .../virtualwans/model_routingintent.go | 0 .../model_routingintentproperties.go | 0 .../virtualwans/model_routingpolicy.go | 0 .../virtualwans/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualwans/model_sharedkeyproperties.go | 0 .../virtualwans/model_staticroute.go | 0 .../virtualwans/model_staticroutesconfig.go | 0 .../virtualwans/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualwans/model_subresource.go | 0 .../virtualwans/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_trafficselectorpolicy.go | 0 .../virtualwans/model_virtualhub.go | 0 .../model_virtualhubeffectiveroute.go | 0 .../model_virtualhubeffectiveroutelist.go | 0 .../virtualwans/model_virtualhubproperties.go | 0 .../virtualwans/model_virtualhubroute.go | 0 .../virtualwans/model_virtualhubroutetable.go | 0 .../model_virtualhubroutetablev2.go | 0 .../model_virtualhubroutetablev2properties.go | 0 .../virtualwans/model_virtualhubroutev2.go | 0 .../virtualwans/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 ...del_virtualrouterautoscaleconfiguration.go | 0 .../virtualwans/model_virtualwan.go | 0 .../virtualwans/model_virtualwanproperties.go | 0 .../model_virtualwansecurityprovider.go | 0 .../model_virtualwansecurityproviders.go | 0 .../model_virtualwanvpnprofileparameters.go | 0 .../virtualwans/model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 .../virtualwans/model_vpnconnection.go | 0 ...nconnectionpacketcapturestartparameters.go | 0 ...pnconnectionpacketcapturestopparameters.go | 0 .../model_vpnconnectionproperties.go | 0 .../virtualwans/model_vpngateway.go | 0 .../model_vpngatewayipconfiguration.go | 0 .../virtualwans/model_vpngatewaynatrule.go | 0 .../model_vpngatewaynatruleproperties.go | 0 .../virtualwans/model_vpngatewayproperties.go | 0 .../virtualwans/model_vpnlinkbgpsettings.go | 0 .../model_vpnlinkproviderproperties.go | 0 .../virtualwans/model_vpnnatrulemapping.go | 0 .../virtualwans/model_vpnprofileresponse.go | 0 ...serverconfigradiusclientrootcertificate.go | 0 ...serverconfigradiusserverrootcertificate.go | 0 .../model_vpnserverconfiguration.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../model_vpnserverconfigurationproperties.go | 0 .../model_vpnserverconfigurationsresponse.go | 0 ...serverconfigvpnclientrevokedcertificate.go | 0 ...vpnserverconfigvpnclientrootcertificate.go | 0 .../virtualwans/model_vpnsite.go | 0 .../virtualwans/model_vpnsitelink.go | 0 .../model_vpnsitelinkconnection.go | 0 .../model_vpnsitelinkconnectionproperties.go | 0 .../model_vpnsitelinkproperties.go | 0 .../virtualwans/model_vpnsiteproperties.go | 0 .../virtualwans/predicates.go | 0 .../virtualwans/version.go | 4 +- .../vmsspublicipaddresses/README.md | 6 +- .../vmsspublicipaddresses/client.go | 0 .../vmsspublicipaddresses/constants.go | 0 .../id_virtualmachinescaleset.go | 0 ...etvirtualmachinescalesetpublicipaddress.go | 0 ...virtualmachinescalesetpublicipaddresses.go | 0 ...rtualmachinescalesetvmpublicipaddresses.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../vmsspublicipaddresses/model_delegation.go | 0 .../vmsspublicipaddresses/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../vmsspublicipaddresses/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../vmsspublicipaddresses/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../vmsspublicipaddresses/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../vmsspublicipaddresses/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../vmsspublicipaddresses/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../vmsspublicipaddresses/predicates.go | 0 .../vmsspublicipaddresses/version.go | 4 +- .../vpngateways/README.md | 6 +- .../vpngateways/client.go | 0 .../vpngateways/constants.go | 0 .../vpngateways/id_vpngateway.go | 0 .../vpngateways/method_reset.go | 0 .../vpngateways/method_startpacketcapture.go | 0 .../vpngateways/method_stoppacketcapture.go | 0 .../vpngateways/method_updatetags.go | 0 .../vpngateways/model_bgpsettings.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../vpngateways/model_ipsecpolicy.go | 0 .../vpngateways/model_propagatedroutetable.go | 0 .../vpngateways/model_routingconfiguration.go | 0 .../vpngateways/model_staticroute.go | 0 .../vpngateways/model_staticroutesconfig.go | 0 .../vpngateways/model_subresource.go | 0 .../vpngateways/model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../vpngateways/model_vnetroute.go | 0 .../vpngateways/model_vpnconnection.go | 0 .../model_vpnconnectionproperties.go | 0 .../vpngateways/model_vpngateway.go | 0 .../model_vpngatewayipconfiguration.go | 0 .../vpngateways/model_vpngatewaynatrule.go | 0 .../model_vpngatewaynatruleproperties.go | 0 ..._vpngatewaypacketcapturestartparameters.go | 0 ...l_vpngatewaypacketcapturestopparameters.go | 0 .../vpngateways/model_vpngatewayproperties.go | 0 .../vpngateways/model_vpnnatrulemapping.go | 0 .../model_vpnsitelinkconnection.go | 0 .../model_vpnsitelinkconnectionproperties.go | 0 .../vpngateways/version.go | 4 +- .../vpnlinkconnections/client.go | 0 .../id_vpnlinkconnection.go | 0 .../method_resetconnection.go | 0 .../vpnlinkconnections/version.go | 4 +- .../vpnserverconfigurations/README.md | 6 +- .../vpnserverconfigurations/client.go | 0 .../vpnserverconfigurations/constants.go | 0 .../id_vpnserverconfiguration.go | 0 .../method_updatetags.go | 0 .../model_aadauthenticationparameters.go | 0 .../model_addressspace.go | 9 + .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_ipsecpolicy.go | 0 .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../model_propagatedroutetable.go | 0 .../model_radiusserver.go | 0 .../model_routingconfiguration.go | 0 .../model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 ...serverconfigradiusclientrootcertificate.go | 0 ...serverconfigradiusserverrootcertificate.go | 0 .../model_vpnserverconfiguration.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../model_vpnserverconfigurationproperties.go | 0 ...serverconfigvpnclientrevokedcertificate.go | 0 ...vpnserverconfigvpnclientrootcertificate.go | 0 .../vpnserverconfigurations/version.go | 4 +- .../vpnsites/README.md | 6 +- .../vpnsites/client.go | 0 .../vpnsites/constants.go | 0 .../vpnsites/id_vpnsite.go | 0 .../vpnsites/method_updatetags.go | 0 .../2024-05-01/vpnsites/model_addressspace.go | 9 + .../vpnsites/model_bgpsettings.go | 0 .../vpnsites/model_deviceproperties.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go} | 4 +- .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_o365breakoutcategorypolicies.go | 0 .../vpnsites/model_o365policyproperties.go | 0 .../vpnsites/model_subresource.go | 0 .../vpnsites/model_tagsobject.go | 0 .../vpnsites/model_vpnlinkbgpsettings.go | 0 .../model_vpnlinkproviderproperties.go | 0 .../vpnsites/model_vpnsite.go | 0 .../vpnsites/model_vpnsitelink.go | 0 .../vpnsites/model_vpnsitelinkproperties.go | 0 .../vpnsites/model_vpnsiteproperties.go | 0 .../vpnsites/version.go | 4 +- .../webapplicationfirewallpolicies/README.md | 6 +- .../webapplicationfirewallpolicies/client.go | 0 .../constants.go | 0 ...tiongatewaywebapplicationfirewallpolicy.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listall.go | 0 .../model_applicationgateway.go | 0 ...icationgatewayauthenticationcertificate.go | 0 ...thenticationcertificatepropertiesformat.go | 0 ...pplicationgatewayautoscaleconfiguration.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...l_applicationgatewaybackendhttpsettings.go | 0 ...ewaybackendhttpsettingspropertiesformat.go | 0 ...model_applicationgatewaybackendsettings.go | 0 ...ngatewaybackendsettingspropertiesformat.go | 0 ...plicationgatewayclientauthconfiguration.go | 0 ...el_applicationgatewayconnectiondraining.go | 0 .../model_applicationgatewaycustomerror.go | 0 ...icationgatewayfirewalldisabledrulegroup.go | 0 ...del_applicationgatewayfirewallexclusion.go | 0 ...gatewayforcontainersreferencedefinition.go | 0 ...plicationgatewayfrontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 .../model_applicationgatewayfrontendport.go | 0 ...tiongatewayfrontendportpropertiesformat.go | 0 ...l_applicationgatewayglobalconfiguration.go | 0 ...l_applicationgatewayheaderconfiguration.go | 0 .../model_applicationgatewayhttplistener.go | 0 ...tiongatewayhttplistenerpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationgatewaylistener.go | 0 ...licationgatewaylistenerpropertiesformat.go | 0 ...pplicationgatewayloaddistributionpolicy.go | 0 ...yloaddistributionpolicypropertiesformat.go | 0 ...pplicationgatewayloaddistributiontarget.go | 0 ...yloaddistributiontargetpropertiesformat.go | 0 .../model_applicationgatewaypathrule.go | 0 ...licationgatewaypathrulepropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 ...licationgatewayprivatelinkconfiguration.go | 0 ...tewayprivatelinkconfigurationproperties.go | 0 ...cationgatewayprivatelinkipconfiguration.go | 0 ...wayprivatelinkipconfigurationproperties.go | 0 .../model_applicationgatewayprobe.go | 0 ...licationgatewayprobehealthresponsematch.go | 0 ...applicationgatewayprobepropertiesformat.go | 0 ...odel_applicationgatewaypropertiesformat.go | 0 ...applicationgatewayredirectconfiguration.go | 0 ...ayredirectconfigurationpropertiesformat.go | 0 ...el_applicationgatewayrequestroutingrule.go | 0 ...tewayrequestroutingrulepropertiesformat.go | 0 .../model_applicationgatewayrewriterule.go | 0 ..._applicationgatewayrewriteruleactionset.go | 0 ..._applicationgatewayrewriterulecondition.go | 0 .../model_applicationgatewayrewriteruleset.go | 0 ...ongatewayrewriterulesetpropertiesformat.go | 0 .../model_applicationgatewayroutingrule.go | 0 ...ationgatewayroutingrulepropertiesformat.go | 0 .../model_applicationgatewaysku.go | 0 .../model_applicationgatewaysslcertificate.go | 0 ...ongatewaysslcertificatepropertiesformat.go | 0 .../model_applicationgatewaysslpolicy.go | 0 .../model_applicationgatewaysslprofile.go | 0 ...cationgatewaysslprofilepropertiesformat.go | 0 ...licationgatewaytrustedclientcertificate.go | 0 ...rustedclientcertificatepropertiesformat.go | 0 ...pplicationgatewaytrustedrootcertificate.go | 0 ...ytrustedrootcertificatepropertiesformat.go | 0 ...odel_applicationgatewayurlconfiguration.go | 0 .../model_applicationgatewayurlpathmap.go | 0 ...cationgatewayurlpathmappropertiesformat.go | 0 ...ewaywebapplicationfirewallconfiguration.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_exceptionentry.go | 0 .../model_exclusionmanagedrule.go | 0 .../model_exclusionmanagedrulegroup.go | 0 .../model_exclusionmanagedruleset.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_groupbyusersession.go | 0 .../model_groupbyvariable.go | 0 .../model_headervaluematcher.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipampoolprefixallocation.go | 10 + .../model_ipampoolprefixallocationpool.go | 8 + .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_managedrulegroupoverride.go | 0 .../model_managedruleoverride.go | 0 .../model_managedrulesdefinition.go | 0 .../model_managedruleset.go | 0 .../model_matchcondition.go | 0 .../model_matchvariable.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 .../model_networkinterfacepropertiesformat.go | 30 ++ .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_owaspcrsexclusionentry.go | 0 .../model_policysettings.go | 0 .../model_policysettingslogscrubbing.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../model_webapplicationfirewallcustomrule.go | 0 .../model_webapplicationfirewallpolicy.go | 0 ...plicationfirewallpolicypropertiesformat.go | 0 ...el_webapplicationfirewallscrubbingrules.go | 0 .../predicates.go | 0 .../webapplicationfirewallpolicies/version.go | 4 +- .../webcategories/README.md | 6 +- .../webcategories/client.go | 0 .../webcategories/id_azurewebcategory.go | 0 .../webcategories/method_get.go | 0 .../method_listbysubscription.go | 0 .../webcategories/model_azurewebcategory.go | 0 .../model_azurewebcategorypropertiesformat.go | 0 .../webcategories/predicates.go | 0 .../webcategories/version.go | 4 +- vendor/modules.txt | 236 +++++++------- .../r/network_manager_ipam_pool.html.markdown | 85 +++++ 4578 files changed, 9147 insertions(+), 1715 deletions(-) create mode 100644 internal/services/network/network_manager_ipam_pool_resource.go create mode 100644 internal/services/network/network_manager_ipam_pool_resource_test.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/constants.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/id_securityadminconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/id_securityadminconfigurationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/model_adminrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/model_adminrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrulecollections/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/constants.go (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/id_securityadminconfigurationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/id_securityadminconfigurationrulecollectionrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_adminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_baseadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/model_defaultadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/adminrules/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivateendpointconnections/version.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewayprivatelinkresources/version.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/id_predefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_backendhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_backendhealthondemand.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_getsslpredefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailablerequestheaders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailableresponseheaders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailableservervariables.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailablessloptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailablesslpredefinedpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_listavailablewafrulesets.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_start.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayauthenticationcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayavailablessloptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhealthondemand.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhealthpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhealthserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayclientauthconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayconnectiondraining.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaycustomerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewallexclusion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewallrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewallruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfrontendport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayglobalconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayheaderconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayhttplistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaylistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayloaddistributionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayloaddistributiontarget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayondemandprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaypathrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprobehealthresponsematch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayprobepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayredirectconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrequestroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrewriterule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrewriteruleactionset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrewriterulecondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrewriteruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaytrustedclientcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaytrustedrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayurlconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayurlpathmap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_headervaluematcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgateways/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/method_defaultget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationgatewaywafdynamicmanifests/version.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/id_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/applicationsecuritygroups/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/method_availabledelegationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/method_availableresourcegroupdelegationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/model_availabledelegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availabledelegations/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/model_availableservicealias.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/availableservicealiases/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/id_azurefirewall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_azurefirewallslistlearnedprefixes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallapplicationrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallapplicationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallapplicationruleprotocol.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallipgroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnatrcaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnatrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnetworkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnetworkrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallpacketcaptureflags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallpacketcapturerule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallrcaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_azurefirewallsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_firewallpacketcaptureparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_hubipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_hubpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_ipprefixeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/azurefirewalls/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/id_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_deletebastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_deletebastionshareablelinkbytoken.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_disconnectactivesessions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_getactivesessions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_getbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_putbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionactivesession.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionhostipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go (85%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionsessionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionshareablelinklistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_bastionshareablelinktokenlistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_iprule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_resource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_sessionids.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionhosts/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/id_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/method_deletebastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/method_deletebastionshareablelinkbytoken.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/method_getbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/method_putbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/model_bastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/model_bastionshareablelinklistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/model_resource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bastionshareablelink/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/model_bgpcommunity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/model_bgpservicecommunity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/bgpservicecommunities/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/method_checkdnsnameavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/model_dnsnameavailabilityresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/checkdnsavailabilities/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/client.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/id_providercloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/cloudservicepublicipaddresses/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/id_connectionmonitor.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_query.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_start.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitor.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitordestination.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpointfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpointfilteritem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpointlocationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpointscope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorendpointscopeitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorhttpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitoricmpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitoroutput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorqueryresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorresultproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorsource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorsuccessthreshold.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitortcpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitortestconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitortestgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionmonitorworkspacesettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectionstatesnapshot.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectivityhop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_connectivityissue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_hoplink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_hoplinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_httpheader.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectionmonitors/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/id_connectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/model_connectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/connectivityconfigurations/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/id_customipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/model_customipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/model_customipprefixpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/customipprefixes/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/id_ddoscustompolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/model_ddoscustompolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddoscustompolicies/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/id_ddosprotectionplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/model_ddosprotectionplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ddosprotectionplans/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/id_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_dscpconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_qosdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_qosiprange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_qosportrange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfiguration/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/method_dscpconfigurationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/method_dscpconfigurationlistall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_dscpconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_qosdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_qosiprange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_qosportrange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/dscpconfigurations/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/method_availableendpointserviceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/model_endpointserviceresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/endpointservices/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/id_arptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/model_expressroutecircuitarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitarptable/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/id_authorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitauthorizations/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/id_peeringconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitconnections/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitpeerings/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/id_peeringroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestable/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/id_routetablessummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitroutestablesummary/version.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_authorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuits/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/method_expressroutecircuitsgetstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecircuitstats/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/id_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/id_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_expressroutecircuitpeeringid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_expressrouteconnectionlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_expressrouteconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteconnections/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/id_peeringarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionarptable/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/id_peering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionpeerings/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetable/version.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnectionroutetablesummary/version.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/id_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecircuitreference.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutecrossconnections/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/id_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutecircuitpeeringid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressrouteconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutegatewaylist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutegatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_virtualhubid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutegateways/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/id_link.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/model_expressroutelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/model_expressroutelinkmacsecconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/model_expressroutelinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressroutelinks/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/id_expressrouteportauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/model_expressrouteportauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportauthorizations/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_generateloa.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_expressroutelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_expressroutelinkmacsecconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_expressroutelinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_expressrouteportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_generateexpressrouteportsloarequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_generateexpressrouteportsloaresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteports/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/id_expressrouteportslocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/model_expressrouteportslocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/model_expressrouteportslocationbandwidths.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteportslocations/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/id_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/method_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/method_locationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/model_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/model_expressrouteproviderportproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteproviderports/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/README.md (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/model_expressrouteserviceprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/expressrouteserviceproviders/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/constants.go (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/id_firewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/id_rulecollectiongroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicydeploymentsdeploy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicydraftscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicydraftsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicydraftsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignatureslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_applicationrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_dnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_explicitproxy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_filteritems.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicycertificateauthority.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicydraft.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicydraftproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyfilterrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyinsights.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyintrusiondetection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyloganalyticsresources.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicynatrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicynatrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicysnat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicysql.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicythreatintelwhitelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_firewallpolicytransportsecurity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_idpsqueryobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_natrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_networkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_orderby.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_queryresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_signatureoverridesfiltervaluesquery.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_signaturesoverrides.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_signaturesoverrideslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_signaturesoverridesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_singlequeryresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicies/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/id_firewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_applicationrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_natrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/model_networkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/firewallpolicyrulecollectiongroups/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/id_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/flowlogs/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/id_ipallocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/model_ipallocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/model_ipallocationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipallocations/version.go (68%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_ipampool.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_networkmanager.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_delete.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_get.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_getpoolusage.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_listassociatedresources.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_update.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampool.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdate.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdateproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolassociation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolusage.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/localnetworkgateways/model_addressspace.go => 2024-05-01/ipampools/model_resourcebasics.go} (68%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/version.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/id_ipgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/method_updategroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/model_ipgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/model_ipgrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/ipgroups/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_loadbalancerbackendaddresspool.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerloadbalancingrule.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_loadbalancingrule.go (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/id_providerloadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_inboundnatrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_inboundnatrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_inboundnatrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_inboundnatruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_listinboundnatruleportmappings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerbackendaddresspoolsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerbackendaddresspoolslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerloadbalancingrulesget.go (89%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleshealth.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerloadbalancingruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancernetworkinterfaceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalanceroutboundrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalanceroutboundruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerprobesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_loadbalancerprobeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_migratetoipbased.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_swappublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_backendaddressinboundnatruleportmappings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_inboundnatpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_inboundnatpoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_inboundnatruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperrule.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperruleperbackendaddress.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancersku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancervipswaprequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_loadbalancingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_migratedpools.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_migrateloadbalancertoipbasedrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_outboundrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_probepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_queryinboundnatruleportmappingrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/loadbalancers/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/id_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/method_updatetags.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/model_bgpsettings.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/model_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/localnetworkgateways/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/id_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/natgateways/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/id_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/model_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkgroups/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_providercloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_roleinstance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_roleinstancenetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_tapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_virtualmachine.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/id_virtualmachinescaleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_getcloudservicenetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_geteffectiveroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listcloudservicenetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listeffectivenetworksecuritygroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfaceipconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfaceipconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfaceloadbalancerslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfacetapconfigurationscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfacetapconfigurationsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfacetapconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_networkinterfacetapconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_effectivenetworksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_effectivenetworksecuritygroupassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_effectivenetworksecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_effectiveroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_inboundnatpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_inboundnatpoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancersku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_loadbalancingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_outboundrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_probepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkinterfaces/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/constants.go (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_activeconfigurationparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_activesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconfigurations/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanageractiveconnectivityconfigurations/version.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/id_networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/id_providers2networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/model_networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/model_networkmanagerconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerconnections/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectiveconnectivityconfiguration/version.go (81%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/constants.go (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagereffectivesecurityadminrules/version.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/id_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/model_networkmanagerroutingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/model_networkmanagerroutingconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagerroutingconfigurations/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_networkmanagercommitspost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_networkmanagerdeploymentstatuslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/method_patch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_crosstenantscopes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagercommit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagerdeploymentstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagerdeploymentstatusparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagerproperties.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/model_patchobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkmanagers/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/id_networkprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterfaceconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_containernetworkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networkprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkprofiles/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/id_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networksecuritygroups/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/id_inboundsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_inboundsecurityruleget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_restart.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_delegationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_inboundsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_inboundsecurityruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_inboundsecurityrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_internetingresspublicipsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_partnermanagedresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualapplianceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualappliancenicproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/model_virtualapplianceskuproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkvirtualappliances/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_checkconnectivity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_getazurereachabilityreport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_getflowlogstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_getnetworkconfigurationdiagnostic.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_getnexthop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_gettopology.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_gettroubleshooting.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_gettroubleshootingresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_getvmsecurityrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_listavailableproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_setflowlogconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/method_verifyipflow.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_availableproviderslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_availableproviderslistcity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_availableproviderslistcountry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_availableproviderslistparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_availableprovidersliststate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_azurereachabilityreport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_azurereachabilityreportitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_azurereachabilityreportlatencyinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_azurereachabilityreportlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_azurereachabilityreportparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivitydestination.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivityhop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivityinformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivityissue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivityparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_connectivitysource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_effectivenetworksecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_evaluatednetworksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_flowloginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_flowlogproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_flowlogstatusparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_hoplink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_hoplinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_httpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_httpheader.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_matchedrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkconfigurationdiagnosticparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkconfigurationdiagnosticprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkconfigurationdiagnosticresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkconfigurationdiagnosticresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkinterfaceassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networksecuritygroupresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networksecurityrulesevaluationresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkwatcherlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_networkwatcherpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_nexthopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_nexthopresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_protocolconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_querytroubleshootingparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securitygroupnetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securitygroupviewparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securitygroupviewresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securityruleassociations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_subnetassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_topology.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_topologyassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_topologyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_topologyresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_troubleshootingdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_troubleshootingparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_troubleshootingproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_troubleshootingrecommendedactions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_troubleshootingresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_verificationipflowparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/model_verificationipflowresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/networkwatchers/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_disconnectp2svpnconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_generatevpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_getp2svpnconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/method_updatetags.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_addressspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/p2svpngateways/model_addressspace.go => 2024-05-01/p2svpngateways/model_ipampoolprefixallocationpool.go} (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpnconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpnconnectionhealthrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpnconnectionrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_p2svpnprofileparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vpnprofileresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/p2svpngateways/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/id_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_getstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturemachinescope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcaptureparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturequerystatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcaptureresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcaptureresultproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturesettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/model_packetcapturestoragelocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/packetcaptures/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/id_peerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/peerexpressroutecircuitconnections/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/id_privatednszonegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/id_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/model_privatednszoneconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/model_privatednszonegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/model_privatednszonegrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/model_privatednszonepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/model_recordset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatednszonegroups/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/id_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_availableprivateendpointtypeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_availableprivateendpointtype.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privateendpoints/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/id_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/id_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_checkprivatelinkservicevisibility.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_deleteprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_getprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_listautoapprovedprivatelinkservices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_listprivateendpointconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/method_updateprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_autoapprovedprivatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_privatelinkservicevisibility.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/privatelinkservices/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_ddosprotectionstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_publicipddosprotectionstatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipaddresses/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/id_publicipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_publicipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_publicipprefixpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_publicipprefixsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_referencedpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/publicipprefixes/version.go (67%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/id_reachabilityanalysisintent.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/method_delete.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/version.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_reachabilityanalysisintent.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_verifierworkspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_get.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_iptraffic.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintent.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintentproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/version.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_reachabilityanalysisrun.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_verifierworkspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_delete.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_get.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_intentcontent.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_iptraffic.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrun.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrunproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/version.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/id_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/id_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/method_listbyroutefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/model_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/model_routefilterrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilterrules/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/id_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_routefilterpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_routefilterrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routefilters/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/id_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/id_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routes/version.go (69%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/id_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routetables/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/id_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/id_rulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/model_networkmanagerroutinggroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/model_routingrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/model_routingrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrulecollections/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/id_rule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/id_rulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/model_routingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/model_routingrulenexthop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/model_routingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/model_routingruleroutedestination.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/routingrules/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/id_scopeconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/model_scopeconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/model_scopeconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/scopeconnections/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/constants.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/id_securityadminconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/model_securityadminconfiguration.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityadminconfigurations/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/id_securitypartnerprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/model_securitypartnerprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securitypartnerproviders/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/id_defaultsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/id_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/id_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_defaultsecurityrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_defaultsecurityruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityrules/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/id_securityuserconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/model_securityuserconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/model_securityuserconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserconfigurations/version.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/id_securityuserconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/id_securityuserconfigurationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/model_securityusergroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/model_securityuserrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/model_securityuserrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrulecollections/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/constants.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/id_rulecollectionrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/id_securityuserconfigurationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/model_securityuserrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/model_securityuserrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/securityuserrules/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/id_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicies/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/serviceendpointpolicydefinitions/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/method_servicetaginformationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/method_servicetagslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/model_servicetaginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/model_servicetaginformationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/model_servicetagslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/servicetags/version.go (68%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_ipampool.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_staticcidr.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_delete.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_get.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidr.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidrproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/version.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/id_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/id_staticmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/model_staticmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/model_staticmemberproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/staticmembers/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/subnets/version.go (69%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/method_networkwatchersgetflowlogstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_flowloginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_flowlogproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_flowlogstatusparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/trafficanalytics/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/model_usage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/model_usagename.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/usages/version.go (69%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_networkmanager.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_verifierworkspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_delete.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_get.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_update.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdate.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdateproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/version.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/id_cloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/model_swapresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/model_swapresourcelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/model_swapresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vipswap/version.go (69%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/id_virtualappliancesite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/model_breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/model_office365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/model_virtualappliancesite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/model_virtualappliancesiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualappliancesites/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/id_networkvirtualappliancesku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/model_networkvirtualappliancesku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualapplianceskus/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/id_connection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_getikesas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_getsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_resetconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_resetsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_setsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_startpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/method_updatetags.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_connectionsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/virtualnetworkgatewayconnections/model_addressspace.go => 2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocationpool.go} (69%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgatewayconnections/version.go (84%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/README.md (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/constants.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/id_connection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/id_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_generatevpnclientpackage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_generatevpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getadvertisedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getbgppeerstatus.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoveralltestdetails.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoversingletestdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getlearnedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getvpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getvpnclientipsecparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_getvpnprofilepackageurl.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_listconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_resetvpnclientsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_setvpnclientipsecparameters.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startexpressroutesitefailoversimulation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_startpacketcapture.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stopexpressroutesitefailoversimulation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_supportedvpndevices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/method_vpndeviceconfigurationscript.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_bgppeerstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_bgppeerstatuslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_bgpsettings.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovercircuitresourcedetails.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverconnectionresourcedetails.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverredundantroute.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoversingletestdetails.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverstopapiparameters.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovertestdetails.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_failoverconnectiondetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_gatewayroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_gatewayroutelistresult.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/virtualnetworkgateways/model_addressspace.go => 2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocationpool.go} (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_p2svpnconnectionrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_tunnelconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_virtualnetworkgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vngclientconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientipsecparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpndevicescriptparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkgateways/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/id_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/method_list.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_addressspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/virtualnetworkpeerings/model_addressspace.go => 2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocationpool.go} (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/model_virtualnetworkencryption.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/model_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworkpeerings/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_resourcenavigationlinkslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_serviceassociationlinkslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_subnetspreparenetworkpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_subnetsunpreparenetworkpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/method_virtualnetworkslistusage.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_dhcpoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ipaddressavailabilityresult.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/virtualnetworks/model_addressspace.go => 2024-05-01/virtualnetworks/model_ipampoolprefixallocationpool.go} (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkintentpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkintentpolicyconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_preparenetworkpoliciesrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_publicipddosprotectionstatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_unpreparenetworkpoliciesrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetwork.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkbgpcommunities.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkencryption.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkusage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/model_virtualnetworkusagename.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworks/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/id_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktap/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualnetworktaps/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/id_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/model_virtualrouterpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/model_virtualrouterpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouterpeerings/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/id_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/model_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/model_virtualrouterpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualrouters/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/README.md (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_configurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_hubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_hubvirtualnetworkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_natrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_networkvirtualapplianceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_routemap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_routingintent.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_virtualhub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_virtualhubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_virtualwan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_vpnlinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/id_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_configurationpolicygroupscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_configurationpolicygroupsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_configurationpolicygroupsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubroutetablescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubroutetablesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubroutetablesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubroutetableslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubvirtualnetworkconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubvirtualnetworkconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_hubvirtualnetworkconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_natrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_natrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_natrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_natruleslistbyvpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_networkvirtualapplianceconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_networkvirtualapplianceconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_networkvirtualapplianceconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_p2svpngatewayscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_p2svpngatewaysdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_p2svpngatewaysget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_p2svpngatewayslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_p2svpngatewayslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routemapscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routemapsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routemapsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routemapslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routingintentcreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routingintentdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routingintentget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_routingintentlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_supportedsecurityproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectiondelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectionget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubipconfigurationcreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubipconfigurationdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubipconfigurationget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubipconfigurationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubroutetablev2screateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubroutetablev2sdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubroutetablev2sget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubroutetablev2slist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsgetinboundroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsgetoutboundroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualhubsupdatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualwanscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualwansdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualwansget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualwanslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_virtualwanslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionslistbyvpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionsstartpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnconnectionsstoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpngatewayscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpngatewaysdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpngatewaysget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpngatewayslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpngatewayslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionsgetallsharedkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionsgetdefaultsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionsgetikesas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionslistdefaultsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnlinkconnectionssetorinitdefaultsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitelinkconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitelinksget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitelinkslistbyvpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitesconfigurationdownload.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsitesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsiteslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/method_vpnsiteslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_aadauthenticationparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_action.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_bgpconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_bgpconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_connectionsharedkeyresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_criterion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_deviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_effectiveroutemaproute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_effectiveroutemaproutelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_effectiveroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_getinboundroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_getoutboundroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_getvpnsitesconfigurationrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubroutetableproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubvirtualnetworkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_hubvirtualnetworkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/virtualwans/model_addressspace.go => 2024-05-01/virtualwans/model_ipampoolprefixallocationpool.go} (66%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkvirtualapplianceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_networkvirtualapplianceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_o365breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_o365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_parameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_peerroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routemap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routemapproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routemaprule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routingintent.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routingintentproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_routingpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_sharedkeyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubeffectiveroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubeffectiveroutelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubroutetablev2.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubroutetablev2properties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualhubroutev2.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualrouterautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualwan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualwanproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualwansecurityprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualwansecurityproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_virtualwanvpnprofileparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnconnectionpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnconnectionpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpngatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpngatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpngatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnlinkbgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnlinkproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnprofileresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigurationsresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsitelinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsitelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsitelinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/model_vpnsiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/virtualwans/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/id_virtualmachinescaleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vmsspublicipaddresses/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/id_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/method_startpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpnconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewaypacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewaypacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpnsitelinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/model_vpnsitelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpngateways/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnlinkconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnlinkconnections/id_vpnlinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnlinkconnections/method_resetconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnlinkconnections/version.go (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/id_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_aadauthenticationparameters.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_addressspace.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/vpnserverconfigurations/model_addressspace.go => 2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocationpool.go} (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnserverconfigurations/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/id_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/method_updatetags.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_addressspace.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_deviceproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocation.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01/vpnsites/model_addressspace.go => 2024-05-01/vpnsites/model_ipampoolprefixallocationpool.go} (66%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_o365breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_o365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnlinkbgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnlinkproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnsitelinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/model_vpnsiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/vpnsites/version.go (68%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayforcontainersreferencedefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaylistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_exceptionentry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_exclusionmanagedrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_groupbyusersession.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_groupbyvariable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_headervaluematcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocationpool.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_managedrulegroupoverride.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_managedruleoverride.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_managedrulesdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_managedruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_matchcondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_matchvariable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_policysettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webapplicationfirewallpolicies/version.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/id_azurewebcategory.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/model_azurewebcategory.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/model_azurewebcategorypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2024-03-01 => 2024-05-01}/webcategories/version.go (68%) create mode 100644 website/docs/r/network_manager_ipam_pool.html.markdown diff --git a/go.mod b/go.mod index 2a3fa762e6a5..8b0424684cc8 100644 --- a/go.mod +++ b/go.mod @@ -17,8 +17,8 @@ require ( github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/hashicorp/go-azure-helpers v0.71.0 - github.com/hashicorp/go-azure-sdk/resource-manager v0.20241118.1115603 - github.com/hashicorp/go-azure-sdk/sdk v0.20241118.1115603 + github.com/hashicorp/go-azure-sdk/resource-manager v0.20241126.1110949 + github.com/hashicorp/go-azure-sdk/sdk v0.20241126.1110949 github.com/hashicorp/go-hclog v1.6.3 github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/go-uuid v1.0.3 diff --git a/go.sum b/go.sum index f95b0d5cc376..b45381c2e1a8 100644 --- a/go.sum +++ b/go.sum @@ -94,10 +94,10 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-azure-helpers v0.71.0 h1:ra3aIRzg01g6MLKQ+yABcb6WJtrqRUDDgyuPLmyZ9lY= github.com/hashicorp/go-azure-helpers v0.71.0/go.mod h1:BmbF4JDYXK5sEmFeU5hcn8Br21uElcqLfdQxjatwQKw= -github.com/hashicorp/go-azure-sdk/resource-manager v0.20241118.1115603 h1:YmPg9BwqWZdrNtaezgwt3rRLJipDrAEFQw/EJ54yFVs= -github.com/hashicorp/go-azure-sdk/resource-manager v0.20241118.1115603/go.mod h1:7mzEbFWcjAAO2xomo9oB8B3HbjLRIaS2gMulSfuOmvY= -github.com/hashicorp/go-azure-sdk/sdk v0.20241118.1115603 h1:7Nmi7O/vl4aTSGFARHb1QXxRNI1GlZ6wKD8046/bGBo= -github.com/hashicorp/go-azure-sdk/sdk v0.20241118.1115603/go.mod h1:dMKF6bXrgGmy1d3pLzkmBpG2JIHgSAV2/OMSCEgyMwE= +github.com/hashicorp/go-azure-sdk/resource-manager v0.20241126.1110949 h1:qQgzjaXqNcf3ra7bKCol+Q8yMKi1oEYa5zS0rMX8A9s= +github.com/hashicorp/go-azure-sdk/resource-manager v0.20241126.1110949/go.mod h1:fNtv6La6ARnm6JAXLg1FQmwiwVTOy9DTb8WNO7vMb9k= +github.com/hashicorp/go-azure-sdk/sdk v0.20241126.1110949 h1:FyMaq3qryw6UU1Fm74ha8AitGJxLddPUAMx8qMqxkD0= +github.com/hashicorp/go-azure-sdk/sdk v0.20241126.1110949/go.mod h1:dMKF6bXrgGmy1d3pLzkmBpG2JIHgSAV2/OMSCEgyMwE= github.com/hashicorp/go-checkpoint v0.5.0 h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU= github.com/hashicorp/go-checkpoint v0.5.0/go.mod h1:7nfLNL10NsxqO4iWuW6tWW0HjZuDrwkBuEQsVcpCOgg= github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= diff --git a/internal/services/appservice/app_service_environment_v3_resource.go b/internal/services/appservice/app_service_environment_v3_resource.go index 1d6ef42a16ff..e72776d79ee1 100644 --- a/internal/services/appservice/app_service_environment_v3_resource.go +++ b/internal/services/appservice/app_service_environment_v3_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/go-azure-sdk/resource-manager/web/2023-01-01/appserviceenvironments" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/web/validate" diff --git a/internal/services/compute/image_resource_test.go b/internal/services/compute/image_resource_test.go index 697b04ef8283..f4b7d7fe46fd 100644 --- a/internal/services/compute/image_resource_test.go +++ b/internal/services/compute/image_resource_test.go @@ -16,8 +16,8 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-01/images" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachines" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-07-01/virtualmachinescalesets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/ssh" diff --git a/internal/services/compute/network_interface.go b/internal/services/compute/network_interface.go index 40f9dc86a806..a46e2ff5c511 100644 --- a/internal/services/compute/network_interface.go +++ b/internal/services/compute/network_interface.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachines" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/firewall/firewall_application_rule_collection_resource.go b/internal/services/firewall/firewall_application_rule_collection_resource.go index 03e7228d40b1..da3e897c5ea2 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_application_rule_collection_resource_test.go b/internal/services/firewall/firewall_application_rule_collection_resource_test.go index 613488b57ce3..9264684d6e98 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_data_source.go b/internal/services/firewall/firewall_data_source.go index 602b7e580e7f..cdfd88145ee7 100644 --- a/internal/services/firewall/firewall_data_source.go +++ b/internal/services/firewall/firewall_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource.go b/internal/services/firewall/firewall_nat_rule_collection_resource.go index bd4bea91ebf9..ceba2119075e 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go index 654f579c07e3..b0506462689f 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_network_rule_collection_resource.go b/internal/services/firewall/firewall_network_rule_collection_resource.go index c665f733e039..a812d1326983 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/firewall/firewall_network_rule_collection_resource_test.go b/internal/services/firewall/firewall_network_rule_collection_resource_test.go index bc7d8cfa62c0..dd18d6ecbd50 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_policy_data_source.go b/internal/services/firewall/firewall_policy_data_source.go index db3adcfd7aed..f21ac5e190d8 100644 --- a/internal/services/firewall/firewall_policy_data_source.go +++ b/internal/services/firewall/firewall_policy_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/firewall/firewall_policy_resource.go b/internal/services/firewall/firewall_policy_resource.go index ea0a463285e6..f837d2ab7dbd 100644 --- a/internal/services/firewall/firewall_policy_resource.go +++ b/internal/services/firewall/firewall_policy_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/firewall/firewall_policy_resource_test.go b/internal/services/firewall/firewall_policy_resource_test.go index 705cab2f6ad5..ee81736c8e90 100644 --- a/internal/services/firewall/firewall_policy_resource_test.go +++ b/internal/services/firewall/firewall_policy_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go index 3678e60cb7da..2b2840bc5434 100644 --- a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go +++ b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go b/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go index b0eba00e190f..c5971cc02647 100644 --- a/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go +++ b/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_resource.go b/internal/services/firewall/firewall_resource.go index c044e9784adc..877c020f227f 100644 --- a/internal/services/firewall/firewall_resource.go +++ b/internal/services/firewall/firewall_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/firewall/firewall_resource_test.go b/internal/services/firewall/firewall_resource_test.go index c6e3e632216f..a37cbf69120e 100644 --- a/internal/services/firewall/firewall_resource_test.go +++ b/internal/services/firewall/firewall_resource_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/subresource.go b/internal/services/firewall/subresource.go index cce5e840be95..982a2d39b6d5 100644 --- a/internal/services/firewall/subresource.go +++ b/internal/services/firewall/subresource.go @@ -4,7 +4,7 @@ package firewall import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" ) func flattenNetworkSubResourceID(input *[]firewallpolicies.SubResource) []interface{} { diff --git a/internal/services/legacy/virtual_machine_resource.go b/internal/services/legacy/virtual_machine_resource.go index 6033826a5914..8fedd006b3ad 100644 --- a/internal/services/legacy/virtual_machine_resource.go +++ b/internal/services/legacy/virtual_machine_resource.go @@ -22,8 +22,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-04-02/disks" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachines" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/application_gateway_data_source.go b/internal/services/network/application_gateway_data_source.go index b4dc5040ef61..dd1523a24f1d 100644 --- a/internal/services/network/application_gateway_data_source.go +++ b/internal/services/network/application_gateway_data_source.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/application_gateway_resource.go b/internal/services/network/application_gateway_resource.go index 6512e8908f71..ce12c9b2c46a 100644 --- a/internal/services/network/application_gateway_resource.go +++ b/internal/services/network/application_gateway_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/network/application_gateway_resource_test.go b/internal/services/network/application_gateway_resource_test.go index 3c39264bacf0..78bd6e5e6cee 100644 --- a/internal/services/network/application_gateway_resource_test.go +++ b/internal/services/network/application_gateway_resource_test.go @@ -14,7 +14,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/application_security_group_data_source.go b/internal/services/network/application_security_group_data_source.go index 62b316e8504f..f84e9247c55e 100644 --- a/internal/services/network/application_security_group_data_source.go +++ b/internal/services/network/application_security_group_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/application_security_group_resource.go b/internal/services/network/application_security_group_resource.go index 70c508b0187c..32d5e123dad2 100644 --- a/internal/services/network/application_security_group_resource.go +++ b/internal/services/network/application_security_group_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/application_security_group_resource_test.go b/internal/services/network/application_security_group_resource_test.go index 483b3eeaa098..01f9dc66a3a6 100644 --- a/internal/services/network/application_security_group_resource_test.go +++ b/internal/services/network/application_security_group_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/client/client.go b/internal/services/network/client/client.go index b5d5488a5094..f5bef1c0a102 100644 --- a/internal/services/network/client/client.go +++ b/internal/services/network/client/client.go @@ -9,13 +9,13 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts" - network_2024_03_01 "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01" + network_2024_05_01 "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" "github.com/hashicorp/terraform-provider-azurerm/internal/common" ) type Client struct { - *network_2024_03_01.Client + *network_2024_05_01.Client BastionHostsClient *bastionhosts.BastionHostsClient // VMSS Data Source requires the Network Interfaces and VMSSPublicIpAddresses client from `2023-09-01` for the `ListVirtualMachineScaleSetVMNetworkInterfacesComplete` method @@ -42,7 +42,7 @@ func NewClient(o *common.ClientOptions) (*Client, error) { } o.Configure(VMSSPublicIPAddressesClient.Client, o.Authorizers.ResourceManager) - client, err := network_2024_03_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { + client, err := network_2024_05_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { o.Configure(c, o.Authorizers.ResourceManager) }) if err != nil { diff --git a/internal/services/network/custom_ip_prefix_resource.go b/internal/services/network/custom_ip_prefix_resource.go index 886427e5ee16..a91654d6a27c 100644 --- a/internal/services/network/custom_ip_prefix_resource.go +++ b/internal/services/network/custom_ip_prefix_resource.go @@ -17,7 +17,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/custom_ip_prefix_resource_test.go b/internal/services/network/custom_ip_prefix_resource_test.go index 3473d7782466..9774d2dec8fa 100644 --- a/internal/services/network/custom_ip_prefix_resource_test.go +++ b/internal/services/network/custom_ip_prefix_resource_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/custompollers/local_network_gateway_poller.go b/internal/services/network/custompollers/local_network_gateway_poller.go index 94bc038957e8..624e766651b6 100644 --- a/internal/services/network/custompollers/local_network_gateway_poller.go +++ b/internal/services/network/custompollers/local_network_gateway_poller.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" ) diff --git a/internal/services/network/express_route_circuit_authorization_resource.go b/internal/services/network/express_route_circuit_authorization_resource.go index 7c302fe02535..e8808dc35006 100644 --- a/internal/services/network/express_route_circuit_authorization_resource.go +++ b/internal/services/network/express_route_circuit_authorization_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/express_route_circuit_authorization_resource_test.go b/internal/services/network/express_route_circuit_authorization_resource_test.go index 4bd710f972b8..779f6e21285d 100644 --- a/internal/services/network/express_route_circuit_authorization_resource_test.go +++ b/internal/services/network/express_route_circuit_authorization_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_circuit_connection_resource.go b/internal/services/network/express_route_circuit_connection_resource.go index e287ab16c280..9916b4364a29 100644 --- a/internal/services/network/express_route_circuit_connection_resource.go +++ b/internal/services/network/express_route_circuit_connection_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/express_route_circuit_connection_resource_test.go b/internal/services/network/express_route_circuit_connection_resource_test.go index ee94a0c0471e..a0b3a75a6251 100644 --- a/internal/services/network/express_route_circuit_connection_resource_test.go +++ b/internal/services/network/express_route_circuit_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/network/2024-03-01/expressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_circuit_data_source.go b/internal/services/network/express_route_circuit_data_source.go index 3b4ab547a936..fa2a97703572 100644 --- a/internal/services/network/express_route_circuit_data_source.go +++ b/internal/services/network/express_route_circuit_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/express_route_circuit_peering_data_source.go b/internal/services/network/express_route_circuit_peering_data_source.go index 12c32dc9bde1..67116d80c85b 100644 --- a/internal/services/network/express_route_circuit_peering_data_source.go +++ b/internal/services/network/express_route_circuit_peering_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/express_route_circuit_peering_resource.go b/internal/services/network/express_route_circuit_peering_resource.go index a9ba8b4501e3..758a7ff19376 100644 --- a/internal/services/network/express_route_circuit_peering_resource.go +++ b/internal/services/network/express_route_circuit_peering_resource.go @@ -14,8 +14,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/express_route_circuit_resource.go b/internal/services/network/express_route_circuit_resource.go index f2482766f2b2..1a3ff3c0f372 100644 --- a/internal/services/network/express_route_circuit_resource.go +++ b/internal/services/network/express_route_circuit_resource.go @@ -15,7 +15,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/network/2023-11-01/expressrouteports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/express_route_circuit_resource_test.go b/internal/services/network/express_route_circuit_resource_test.go index 202d683c8fcf..ab9ccc162d35 100644 --- a/internal/services/network/express_route_circuit_resource_test.go +++ b/internal/services/network/express_route_circuit_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_connection_resource.go b/internal/services/network/express_route_connection_resource.go index acc44b2fc5b9..32059dd1a335 100644 --- a/internal/services/network/express_route_connection_resource.go +++ b/internal/services/network/express_route_connection_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/express_route_connection_resource_test.go b/internal/services/network/express_route_connection_resource_test.go index ed50edee9584..275040c8d2c0 100644 --- a/internal/services/network/express_route_connection_resource_test.go +++ b/internal/services/network/express_route_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/network/2024-03-01/expressrouteconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_gateway_resource.go b/internal/services/network/express_route_gateway_resource.go index 643298540ac6..2f4f6dce34d6 100644 --- a/internal/services/network/express_route_gateway_resource.go +++ b/internal/services/network/express_route_gateway_resource.go @@ -14,8 +14,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/express_route_gateway_resource_test.go b/internal/services/network/express_route_gateway_resource_test.go index fd737ba564b8..9ca74bc21574 100644 --- a/internal/services/network/express_route_gateway_resource_test.go +++ b/internal/services/network/express_route_gateway_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_port_authorization_resource.go b/internal/services/network/express_route_port_authorization_resource.go index 2e11bd851175..55e3ac72ece8 100644 --- a/internal/services/network/express_route_port_authorization_resource.go +++ b/internal/services/network/express_route_port_authorization_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/express_route_port_authorization_resource_test.go b/internal/services/network/express_route_port_authorization_resource_test.go index 557e2ca5c80e..118ebc00d7d1 100644 --- a/internal/services/network/express_route_port_authorization_resource_test.go +++ b/internal/services/network/express_route_port_authorization_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/express_route_port_resource.go b/internal/services/network/express_route_port_resource.go index 506737081df3..0a6f4ebe9103 100644 --- a/internal/services/network/express_route_port_resource.go +++ b/internal/services/network/express_route_port_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/express_route_port_resource_test.go b/internal/services/network/express_route_port_resource_test.go index b2e21b998aef..40896ae00e1c 100644 --- a/internal/services/network/express_route_port_resource_test.go +++ b/internal/services/network/express_route_port_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/network/2024-03-01/expressrouteports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/ip_group_cidr_resource.go b/internal/services/network/ip_group_cidr_resource.go index f79abdb8df43..75bcbbc49945 100644 --- a/internal/services/network/ip_group_cidr_resource.go +++ b/internal/services/network/ip_group_cidr_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/ip_group_cidr_resource_test.go b/internal/services/network/ip_group_cidr_resource_test.go index ec392a393825..09231230bd59 100644 --- a/internal/services/network/ip_group_cidr_resource_test.go +++ b/internal/services/network/ip_group_cidr_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/ip_group_data_source.go b/internal/services/network/ip_group_data_source.go index ba89e5d5bc21..4378f03cf432 100644 --- a/internal/services/network/ip_group_data_source.go +++ b/internal/services/network/ip_group_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/ip_group_resource.go b/internal/services/network/ip_group_resource.go index bf20d2f18bcd..5d9b436bfce3 100644 --- a/internal/services/network/ip_group_resource.go +++ b/internal/services/network/ip_group_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/ip_group_resource_test.go b/internal/services/network/ip_group_resource_test.go index ba8132cf36bd..cb14d9ba6204 100644 --- a/internal/services/network/ip_group_resource_test.go +++ b/internal/services/network/ip_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/local_network_gateway_data_source.go b/internal/services/network/local_network_gateway_data_source.go index 596996b91d61..6b13380b6aaa 100644 --- a/internal/services/network/local_network_gateway_data_source.go +++ b/internal/services/network/local_network_gateway_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/local_network_gateway_resource.go b/internal/services/network/local_network_gateway_resource.go index d6e521325517..536cb74de77a 100644 --- a/internal/services/network/local_network_gateway_resource.go +++ b/internal/services/network/local_network_gateway_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/local_network_gateway_resource_test.go b/internal/services/network/local_network_gateway_resource_test.go index 5e8e5a60c1ea..b14939eb3efd 100644 --- a/internal/services/network/local_network_gateway_resource_test.go +++ b/internal/services/network/local_network_gateway_resource_test.go @@ -10,7 +10,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/nat_gateway_data_source.go b/internal/services/network/nat_gateway_data_source.go index 07f3aa6323a3..67a48bebca90 100644 --- a/internal/services/network/nat_gateway_data_source.go +++ b/internal/services/network/nat_gateway_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/nat_gateway_public_ip_association_resource.go b/internal/services/network/nat_gateway_public_ip_association_resource.go index de8acd269a0c..d854c645f340 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/nat_gateway_public_ip_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_association_resource_test.go index 06e8caf44e23..94804204c430 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go index 8a7d8f363a8d..da66dd35e5bc 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go @@ -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/network/2023-09-01/publicipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go index f21f7f75a3ff..f5f3da6df431 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/nat_gateway_resource.go b/internal/services/network/nat_gateway_resource.go index 603512ef3dec..ccbcf267798f 100644 --- a/internal/services/network/nat_gateway_resource.go +++ b/internal/services/network/nat_gateway_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/nat_gateway_resource_test.go b/internal/services/network/nat_gateway_resource_test.go index 9661832140c8..d5420dff18d8 100644 --- a/internal/services/network/nat_gateway_resource_test.go +++ b/internal/services/network/nat_gateway_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_connection_monitor_resource.go b/internal/services/network/network_connection_monitor_resource.go index 8e6551e4e40c..50332a955497 100644 --- a/internal/services/network/network_connection_monitor_resource.go +++ b/internal/services/network/network_connection_monitor_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/hybridcompute/2022-11-10/machines" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors" "github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/network/network_connection_monitor_resource_test.go b/internal/services/network/network_connection_monitor_resource_test.go index 1ea1f6354bfe..1b77ac9b284c 100644 --- a/internal/services/network/network_connection_monitor_resource_test.go +++ b/internal/services/network/network_connection_monitor_resource_test.go @@ -9,7 +9,7 @@ import ( "regexp" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_ddos_protection_plan_data_source.go b/internal/services/network/network_ddos_protection_plan_data_source.go index ac8b41b355ef..a86b1e74db14 100644 --- a/internal/services/network/network_ddos_protection_plan_data_source.go +++ b/internal/services/network/network_ddos_protection_plan_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_ddos_protection_plan_resource.go b/internal/services/network/network_ddos_protection_plan_resource.go index ffb880a61164..b46f391acc11 100644 --- a/internal/services/network/network_ddos_protection_plan_resource.go +++ b/internal/services/network/network_ddos_protection_plan_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_ddos_protection_plan_resource_test.go b/internal/services/network/network_ddos_protection_plan_resource_test.go index 5bf48b3d1d0a..b2c4a5193d02 100644 --- a/internal/services/network/network_ddos_protection_plan_resource_test.go +++ b/internal/services/network/network_ddos_protection_plan_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface.go b/internal/services/network/network_interface.go index a7e6250a9853..b9250b58e69d 100644 --- a/internal/services/network/network_interface.go +++ b/internal/services/network/network_interface.go @@ -4,7 +4,7 @@ package network import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/network/network_interface_application_gateway_association_resource.go b/internal/services/network/network_interface_application_gateway_association_resource.go index a2c3bf7955a0..d0f7290540ca 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource.go +++ b/internal/services/network/network_interface_application_gateway_association_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_application_gateway_association_resource_test.go b/internal/services/network/network_interface_application_gateway_association_resource_test.go index 4895dd03b447..99e46a438654 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource_test.go +++ b/internal/services/network/network_interface_application_gateway_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_application_security_group_association_resource.go b/internal/services/network/network_interface_application_security_group_association_resource.go index 666f3a90fad7..194e80b58f27 100644 --- a/internal/services/network/network_interface_application_security_group_association_resource.go +++ b/internal/services/network/network_interface_application_security_group_association_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_application_security_group_association_resource_test.go b/internal/services/network/network_interface_application_security_group_association_resource_test.go index c5c6208c0086..745c49909ae6 100644 --- a/internal/services/network/network_interface_application_security_group_association_resource_test.go +++ b/internal/services/network/network_interface_application_security_group_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource.go b/internal/services/network/network_interface_backend_address_pool_association_resource.go index c72e9b8c3fb7..8c397871b646 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go index 59ad40bb4a20..b7deef830897 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_data_source.go b/internal/services/network/network_interface_data_source.go index 972e7a4f1c66..3608460c76c6 100644 --- a/internal/services/network/network_interface_data_source.go +++ b/internal/services/network/network_interface_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/network_interface_helpers.go b/internal/services/network/network_interface_helpers.go index 810243a6e737..b4dc977e07e3 100644 --- a/internal/services/network/network_interface_helpers.go +++ b/internal/services/network/network_interface_helpers.go @@ -4,7 +4,7 @@ package network import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" ) func FindNetworkInterfaceIPConfiguration(input *[]networkinterfaces.NetworkInterfaceIPConfiguration, name string) *networkinterfaces.NetworkInterfaceIPConfiguration { diff --git a/internal/services/network/network_interface_locking.go b/internal/services/network/network_interface_locking.go index 2443f4ce0f62..fa2dc2f59ee8 100644 --- a/internal/services/network/network_interface_locking.go +++ b/internal/services/network/network_interface_locking.go @@ -5,7 +5,7 @@ package network import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/network/network_interface_nat_rule_association_resource.go b/internal/services/network/network_interface_nat_rule_association_resource.go index 8079306d48d1..e3bb8c39f7ef 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource.go +++ b/internal/services/network/network_interface_nat_rule_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_nat_rule_association_resource_test.go b/internal/services/network/network_interface_nat_rule_association_resource_test.go index 5bf5a04b5b15..b21484459915 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource_test.go +++ b/internal/services/network/network_interface_nat_rule_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_resource.go b/internal/services/network/network_interface_resource.go index 7b09a9ee0d70..3a6bb250ddc2 100644 --- a/internal/services/network/network_interface_resource.go +++ b/internal/services/network/network_interface_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/network_interface_resource_test.go b/internal/services/network/network_interface_resource_test.go index 8f8240d1d7f0..c484a05a0ede 100644 --- a/internal/services/network/network_interface_resource_test.go +++ b/internal/services/network/network_interface_resource_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_security_group_association_resource.go b/internal/services/network/network_interface_security_group_association_resource.go index 45b93be9d3a6..13550d1124fa 100644 --- a/internal/services/network/network_interface_security_group_association_resource.go +++ b/internal/services/network/network_interface_security_group_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_security_group_association_resource_test.go b/internal/services/network/network_interface_security_group_association_resource_test.go index d91f142b0ee2..a35a01c51703 100644 --- a/internal/services/network/network_interface_security_group_association_resource_test.go +++ b/internal/services/network/network_interface_security_group_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_admin_rule_collection_resource.go b/internal/services/network/network_manager_admin_rule_collection_resource.go index 59cc30af80b8..f3c3b7915452 100644 --- a/internal/services/network/network_manager_admin_rule_collection_resource.go +++ b/internal/services/network/network_manager_admin_rule_collection_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_admin_rule_collection_resource_test.go b/internal/services/network/network_manager_admin_rule_collection_resource_test.go index dd8b0e5d4816..2cba9a43972d 100644 --- a/internal/services/network/network_manager_admin_rule_collection_resource_test.go +++ b/internal/services/network/network_manager_admin_rule_collection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_admin_rule_resource.go b/internal/services/network/network_manager_admin_rule_resource.go index 15f3653aa078..a1e4ac622cfc 100644 --- a/internal/services/network/network_manager_admin_rule_resource.go +++ b/internal/services/network/network_manager_admin_rule_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_admin_rule_resource_test.go b/internal/services/network/network_manager_admin_rule_resource_test.go index 11a392725604..a2cefff603db 100644 --- a/internal/services/network/network_manager_admin_rule_resource_test.go +++ b/internal/services/network/network_manager_admin_rule_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_connectivity_configuration_data_source.go b/internal/services/network/network_manager_connectivity_configuration_data_source.go index 006b7bd4cda4..647c2b59d615 100644 --- a/internal/services/network/network_manager_connectivity_configuration_data_source.go +++ b/internal/services/network/network_manager_connectivity_configuration_data_source.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_connectivity_configuration_resource.go b/internal/services/network/network_manager_connectivity_configuration_resource.go index 2fb083d0fc43..b1b916763e14 100644 --- a/internal/services/network/network_manager_connectivity_configuration_resource.go +++ b/internal/services/network/network_manager_connectivity_configuration_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_manager_connectivity_configuration_resource_test.go b/internal/services/network/network_manager_connectivity_configuration_resource_test.go index 44894389bf14..7529116d3905 100644 --- a/internal/services/network/network_manager_connectivity_configuration_resource_test.go +++ b/internal/services/network/network_manager_connectivity_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_data_source.go b/internal/services/network/network_manager_data_source.go index 6b31150b6a15..633e0f8eef80 100644 --- a/internal/services/network/network_manager_data_source.go +++ b/internal/services/network/network_manager_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_manager_deployment_resource.go b/internal/services/network/network_manager_deployment_resource.go index c7b655e7864e..3216f36c4f65 100644 --- a/internal/services/network/network_manager_deployment_resource.go +++ b/internal/services/network/network_manager_deployment_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/network/network_manager_deployment_resource_test.go b/internal/services/network/network_manager_deployment_resource_test.go index c6c2bd760482..3e552c2be0f7 100644 --- a/internal/services/network/network_manager_deployment_resource_test.go +++ b/internal/services/network/network_manager_deployment_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" diff --git a/internal/services/network/network_manager_ipam_pool_resource.go b/internal/services/network/network_manager_ipam_pool_resource.go new file mode 100644 index 000000000000..eef9c5cc2365 --- /dev/null +++ b/internal/services/network/network_manager_ipam_pool_resource.go @@ -0,0 +1,303 @@ +package network + +import ( + "context" + "fmt" + "log" + "regexp" + "time" + + "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-helpers/resourcemanager/location" + "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" + "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" +) + +var ( + _ sdk.Resource = ManagerIpamPoolResource{} + _ sdk.ResourceWithUpdate = ManagerIpamPoolResource{} +) + +type ManagerIpamPoolResource struct{} + +func (ManagerIpamPoolResource) IDValidationFunc() pluginsdk.SchemaValidateFunc { + return ipampools.ValidateIPamPoolID +} + +func (ManagerIpamPoolResource) ResourceType() string { + return "azurerm_network_manager_ipam_pool" +} + +func (ManagerIpamPoolResource) ModelObject() interface{} { + return &ManagerIpamPoolResourceModel{} +} + +type ManagerIpamPoolResourceModel struct { + AddressPrefixes []string `tfschema:"address_prefixes"` + Description string `tfschema:"description"` + DisplayName string `tfschema:"display_name"` + Location string `tfschema:"location"` + Name string `tfschema:"name"` + NetworkManagerId string `tfschema:"network_manager_id"` + ParentPoolName string `tfschema:"parent_pool_name"` + Tags map[string]interface{} `tfschema:"tags"` +} + +func (ManagerIpamPoolResource) Arguments() map[string]*pluginsdk.Schema { + return map[string]*pluginsdk.Schema{ + "name": { + Type: pluginsdk.TypeString, + Required: true, + ForceNew: true, + ValidateFunc: validation.StringMatch( + regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), + "name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + ), + }, + + "network_manager_id": commonschema.ResourceIDReferenceRequiredForceNew(&ipampools.NetworkManagerId{}), + + "location": commonschema.Location(), + + "display_name": { + Type: pluginsdk.TypeString, + Required: true, + ValidateFunc: validation.StringMatch( + regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), + "display_name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + ), + }, + + "address_prefixes": { + Type: pluginsdk.TypeList, + Required: true, + ForceNew: true, + Elem: &pluginsdk.Schema{ + Type: pluginsdk.TypeString, + ValidateFunc: validation.IsCIDR, + }, + }, + + "parent_pool_name": { + Type: pluginsdk.TypeString, + Optional: true, + ForceNew: true, + ValidateFunc: validation.StringMatch( + regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), + "parent_pool_name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + ), + }, + + "description": { + Type: pluginsdk.TypeString, + Optional: true, + ValidateFunc: validation.StringIsNotEmpty, + }, + + "tags": commonschema.Tags(), + } +} + +func (ManagerIpamPoolResource) Attributes() map[string]*pluginsdk.Schema { + return map[string]*pluginsdk.Schema{} +} + +func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { + return sdk.ResourceFunc{ + Timeout: 30 * time.Minute, + Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error { + client := metadata.Client.Network.IPamPools + + var config ManagerIpamPoolResourceModel + if err := metadata.Decode(&config); err != nil { + return fmt.Errorf("decoding: %+v", err) + } + + networkManagerId, err := ipampools.ParseNetworkManagerID(config.NetworkManagerId) + if err != nil { + return fmt.Errorf("parsing `network_manager_id`: %+v", err) + } + + subscriptionId := metadata.Client.Account.SubscriptionId + id := ipampools.NewIPamPoolID(subscriptionId, networkManagerId.ResourceGroupName, networkManagerId.NetworkManagerName, config.Name) + + existing, err := client.Get(ctx, id) + if err != nil && !response.WasNotFound(existing.HttpResponse) { + return fmt.Errorf("checking for presence of existing %s: %+v", id, err) + } + if !response.WasNotFound(existing.HttpResponse) { + return metadata.ResourceRequiresImport(r.ResourceType(), id) + } + + payload := ipampools.IPamPool{ + Name: pointer.To(config.Name), + Location: location.Normalize(config.Location), + Tags: tags.Expand(config.Tags), + Properties: ipampools.IPamPoolProperties{ + AddressPrefixes: config.AddressPrefixes, + Description: pointer.To(config.Description), + DisplayName: pointer.To(config.DisplayName), + ParentPoolName: pointer.To(config.ParentPoolName), + }, + } + + if err := client.CreateThenPoll(ctx, id, payload); err != nil { + return fmt.Errorf("performing create %s: %+v", id, err) + } + + metadata.SetID(id) + + return nil + }, + } +} + +func (r ManagerIpamPoolResource) Read() sdk.ResourceFunc { + return sdk.ResourceFunc{ + Timeout: 5 * time.Minute, + Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error { + client := metadata.Client.Network.IPamPools + + id, err := ipampools.ParseIPamPoolID(metadata.ResourceData.Id()) + if err != nil { + return err + } + + resp, err := client.Get(ctx, *id) + if err != nil { + if response.WasNotFound(resp.HttpResponse) { + return metadata.MarkAsGone(id) + } + + return fmt.Errorf("retrieving %s: %+v", id, err) + } + + networkManagerId := ipampools.NewNetworkManagerID(id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName).ID() + schema := ManagerIpamPoolResourceModel{ + Name: id.IpamPoolName, + NetworkManagerId: networkManagerId, + } + + if model := resp.Model; model != nil { + schema.Location = location.Normalize(model.Location) + schema.Tags = tags.Flatten(model.Tags) + + props := model.Properties + schema.AddressPrefixes = props.AddressPrefixes + schema.Description = pointer.From(props.Description) + schema.DisplayName = pointer.From(props.DisplayName) + schema.ParentPoolName = pointer.From(props.ParentPoolName) + } + + return metadata.Encode(&schema) + }, + } +} + +func (r ManagerIpamPoolResource) Update() sdk.ResourceFunc { + return sdk.ResourceFunc{ + Timeout: 30 * time.Minute, + Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error { + client := metadata.Client.Network.IPamPools + + id, err := ipampools.ParseIPamPoolID(metadata.ResourceData.Id()) + if err != nil { + return err + } + + var model ManagerIpamPoolResourceModel + if err := metadata.Decode(&model); err != nil { + return fmt.Errorf("decoding: %+v", err) + } + + parameters := ipampools.IPamPoolUpdate{ + Properties: &ipampools.IPamPoolUpdateProperties{}, + } + + if metadata.ResourceData.HasChange("tags") { + parameters.Tags = tags.Expand(model.Tags) + } + + if metadata.ResourceData.HasChange("description") { + parameters.Properties.Description = pointer.To(model.Description) + } + + if metadata.ResourceData.HasChange("display_name") { + parameters.Properties.DisplayName = pointer.To(model.DisplayName) + } + + if _, err := client.Update(ctx, *id, parameters); err != nil { + return fmt.Errorf("updating %s: %+v", id, err) + } + return nil + }, + } +} + +func (r ManagerIpamPoolResource) Delete() sdk.ResourceFunc { + return sdk.ResourceFunc{ + Timeout: 30 * time.Minute, + Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error { + client := metadata.Client.Network.IPamPools + + id, err := ipampools.ParseIPamPoolID(metadata.ResourceData.Id()) + if err != nil { + return err + } + + if err := client.DeleteThenPoll(ctx, *id); err != nil { + return fmt.Errorf("deleting %s: %+v", id, err) + } + + // https://github.com/Azure/azure-rest-api-specs/issues/31688 + if err := resourceIpamPoolWaitForDeleted(ctx, *client, *id); err != nil { + return fmt.Errorf("waiting for %s to be deleted: %+v", id, err) + } + + return nil + }, + } +} + +func resourceIpamPoolWaitForDeleted(ctx context.Context, client ipampools.IPamPoolsClient, id ipampools.IPamPoolId) error { + deadline, ok := ctx.Deadline() + if !ok { + return fmt.Errorf("internal error: context had no deadline") + } + state := &pluginsdk.StateChangeConf{ + MinTimeout: 5 * time.Second, + ContinuousTargetOccurence: 3, + Pending: []string{"Exists"}, + Target: []string{"NotFound"}, + Refresh: resourceIpamPoolRefreshFunc(ctx, client, id), + Timeout: time.Until(deadline), + } + + if _, err := state.WaitForStateContext(ctx); err != nil { + return fmt.Errorf("waiting for the name from %s to become available: %+v", id, err) + } + + return nil +} + +func resourceIpamPoolRefreshFunc(ctx context.Context, client ipampools.IPamPoolsClient, id ipampools.IPamPoolId) pluginsdk.StateRefreshFunc { + return func() (interface{}, string, error) { + log.Printf("[DEBUG] Checking %s status ..", id) + + resp, err := client.Get(ctx, id) + if err != nil { + if response.WasNotFound(resp.HttpResponse) { + return resp, "NotFound", nil + } + + return resp, "Error", fmt.Errorf("retrieving %s: %+v", id, err) + } + + return resp, "Exists", nil + } +} diff --git a/internal/services/network/network_manager_ipam_pool_resource_test.go b/internal/services/network/network_manager_ipam_pool_resource_test.go new file mode 100644 index 000000000000..dd39fe0dd493 --- /dev/null +++ b/internal/services/network/network_manager_ipam_pool_resource_test.go @@ -0,0 +1,285 @@ +package network_test + +import ( + "context" + "fmt" + "testing" + + "github.com/hashicorp/go-azure-helpers/lang/pointer" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" + "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" + "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" +) + +type ManagerIpamPoolResource struct{} + +func TestAccNetorkManagerIpamPool_basic(t *testing.T) { + data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") + r := ManagerIpamPoolResource{} + + data.ResourceSequentialTest(t, r, []acceptance.TestStep{ + { + Config: r.basic(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + }) +} + +func TestAccNetorkManagerIpamPool_basicIpv6(t *testing.T) { + data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") + r := ManagerIpamPoolResource{} + + data.ResourceSequentialTest(t, r, []acceptance.TestStep{ + { + Config: r.basicIpv6(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + }) +} + +func TestAccNetorkManagerIpamPool_update(t *testing.T) { + data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") + r := ManagerIpamPoolResource{} + + data.ResourceSequentialTest(t, r, []acceptance.TestStep{ + { + Config: r.basic(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + { + Config: r.update(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + { + Config: r.updateAgain(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + { + Config: r.basic(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + }) +} + +func TestAccNetorkManagerIpamPool_requiresImport(t *testing.T) { + data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") + r := ManagerIpamPoolResource{} + + data.ResourceSequentialTest(t, r, []acceptance.TestStep{ + { + Config: r.basic(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.RequiresImportErrorStep(r.requiresImport), + }) +} + +func TestAccNetorkManagerIpamPool_complete(t *testing.T) { + data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") + r := ManagerIpamPoolResource{} + + data.ResourceSequentialTest(t, r, []acceptance.TestStep{ + { + Config: r.complete(data), + Check: acceptance.ComposeTestCheckFunc( + check.That(data.ResourceName).ExistsInAzure(r), + ), + }, + data.ImportStep(), + }) +} + +func (r ManagerIpamPoolResource) Exists(ctx context.Context, client *clients.Client, state *pluginsdk.InstanceState) (*bool, error) { + clusterClient := client.Network.IPamPools + id, err := ipampools.ParseIPamPoolID(state.ID) + if err != nil { + return nil, err + } + + resp, err := clusterClient.Get(ctx, *id) + if err != nil { + return nil, fmt.Errorf("retrieving %s: %+v", *id, err) + } + + return pointer.To(resp.Model != nil), nil +} + +func (r ManagerIpamPoolResource) basic(data acceptance.TestData) string { + template := r.template(data) + return fmt.Sprintf(` +%[1]s + +provider "azurerm" { + features {} +} + +resource "azurerm_network_manager_ipam_pool" "test" { + name = "acctest-ipampool-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool1" + address_prefixes = ["10.0.0.0/27"] +} +`, template, data.RandomInteger) +} + +func (r ManagerIpamPoolResource) basicIpv6(data acceptance.TestData) string { + template := r.template(data) + return fmt.Sprintf(` +%[1]s + +provider "azurerm" { + features {} +} + +resource "azurerm_network_manager_ipam_pool" "test" { + name = "acctest-ipampool-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool1" + address_prefixes = ["2001:db8::/46"] +} +`, template, data.RandomInteger) +} + +func (r ManagerIpamPoolResource) requiresImport(data acceptance.TestData) string { + config := r.basic(data) + + return fmt.Sprintf(` +%s + +resource "azurerm_network_manager_ipam_pool" "import" { + name = azurerm_network_manager_ipam_pool.test.name + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = azurerm_network_manager_ipam_pool.test.display_name + address_prefixes = azurerm_network_manager_ipam_pool.test.address_prefixes +} +`, config) +} + +func (r ManagerIpamPoolResource) update(data acceptance.TestData) string { + template := r.template(data) + return fmt.Sprintf(` +%[1]s + +provider "azurerm" { + features {} +} + +resource "azurerm_network_manager_ipam_pool" "test" { + name = "acctest-ipampool-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool2" + address_prefixes = ["10.0.0.0/27"] + description = "This is another test IPAM pool" + + tags = { + foo = "bar" + } +} +`, template, data.RandomInteger) +} + +func (r ManagerIpamPoolResource) updateAgain(data acceptance.TestData) string { + template := r.template(data) + return fmt.Sprintf(` +%[1]s + +provider "azurerm" { + features {} +} + +resource "azurerm_network_manager_ipam_pool" "test" { + name = "acctest-ipampool-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool2" + address_prefixes = ["10.0.0.0/27"] + description = "This is a test IPAM pool" + + tags = { + foo = "bar" + env = "test" + } +} +`, template, data.RandomInteger) +} + +func (r ManagerIpamPoolResource) complete(data acceptance.TestData) string { + template := r.template(data) + return fmt.Sprintf(` +%[1]s + +provider "azurerm" { + features {} +} + +resource "azurerm_network_manager_ipam_pool" "parent" { + name = "acctest-ipampool-p-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool0" + address_prefixes = ["10.0.0.0/26", "10.0.1.0" / 27] +} + +resource "azurerm_network_manager_ipam_pool" "test" { + name = "acctest-ipampool-%[2]d" + network_manager_id = azurerm_network_manager.test.id + location = azurerm_resource_group.test.location + display_name = "ipampool1" + parent_pool_name = azurerm_network_manager_ipam_pool.parent.name + address_prefixes = ["10.0.0.0/27", "10.0.1.0/28"] + description = "This is a test IPAM pool" + + tags = { + foo = "bar" + env = "test" + } +} +`, template, data.RandomInteger) +} + +func (r ManagerIpamPoolResource) template(data acceptance.TestData) string { + return fmt.Sprintf(` +resource "azurerm_resource_group" "test" { + name = "acctestRG-network-manager-ipampool-%d" + location = "%s" +} + +data "azurerm_subscription" "current" {} + +resource "azurerm_network_manager" "test" { + name = "acctest-nm-%[1]d" + resource_group_name = azurerm_resource_group.test.name + location = azurerm_resource_group.test.location + scope { + subscription_ids = [data.azurerm_subscription.current.id] + } + scope_accesses = ["Connectivity"] +} +`, data.RandomInteger, data.Locations.Primary) +} diff --git a/internal/services/network/network_manager_management_group_connection_resource.go b/internal/services/network/network_manager_management_group_connection_resource.go index 1ee13f43c5cf..e75881cf8cf1 100644 --- a/internal/services/network/network_manager_management_group_connection_resource.go +++ b/internal/services/network/network_manager_management_group_connection_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" managementParse "github.com/hashicorp/terraform-provider-azurerm/internal/services/managementgroup/parse" managementValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/managementgroup/validate" diff --git a/internal/services/network/network_manager_management_group_connection_resource_test.go b/internal/services/network/network_manager_management_group_connection_resource_test.go index 58fcdebba773..973f51617ea5 100644 --- a/internal/services/network/network_manager_management_group_connection_resource_test.go +++ b/internal/services/network/network_manager_management_group_connection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_network_group_data_source.go b/internal/services/network/network_manager_network_group_data_source.go index 67fb64220b47..2dc6e0754b52 100644 --- a/internal/services/network/network_manager_network_group_data_source.go +++ b/internal/services/network/network_manager_network_group_data_source.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_network_group_resource.go b/internal/services/network/network_manager_network_group_resource.go index 8669fa71c4bc..9d38efeff91f 100644 --- a/internal/services/network/network_manager_network_group_resource.go +++ b/internal/services/network/network_manager_network_group_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_network_group_resource_test.go b/internal/services/network/network_manager_network_group_resource_test.go index 093b65f81c8b..216ecf20b4a7 100644 --- a/internal/services/network/network_manager_network_group_resource_test.go +++ b/internal/services/network/network_manager_network_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_resource.go b/internal/services/network/network_manager_resource.go index 6d7e304fb3a0..5bd55d92acd6 100644 --- a/internal/services/network/network_manager_resource.go +++ b/internal/services/network/network_manager_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" @@ -335,12 +335,12 @@ func expandNetworkManagerScope(input []ManagerScopeModel) networkmanagers.Networ } } -func expandNetworkManagerScopeAccesses(input []string) []networkmanagers.ConfigurationType { +func expandNetworkManagerScopeAccesses(input []string) *[]networkmanagers.ConfigurationType { result := make([]networkmanagers.ConfigurationType, 0) for _, v := range input { result = append(result, networkmanagers.ConfigurationType(v)) } - return result + return &result } func flattenStringSlicePtr(input *[]string) []string { @@ -357,9 +357,12 @@ func flattenNetworkManagerScope(input networkmanagers.NetworkManagerPropertiesNe }} } -func flattenNetworkManagerScopeAccesses(input []networkmanagers.ConfigurationType) []string { - result := make([]string, 0, len(input)) - for _, v := range input { +func flattenNetworkManagerScopeAccesses(input *[]networkmanagers.ConfigurationType) []string { + if input == nil { + return make([]string, 0) + } + result := make([]string, 0, len(*input)) + for _, v := range *input { result = append(result, string(v)) } return result diff --git a/internal/services/network/network_manager_resource_test.go b/internal/services/network/network_manager_resource_test.go index e6e7e8e506a7..fe6cab0f1557 100644 --- a/internal/services/network/network_manager_resource_test.go +++ b/internal/services/network/network_manager_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_scope_connection_resource.go b/internal/services/network/network_manager_scope_connection_resource.go index 847558ddc74e..fd6d8bb83467 100644 --- a/internal/services/network/network_manager_scope_connection_resource.go +++ b/internal/services/network/network_manager_scope_connection_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_scope_connection_resource_test.go b/internal/services/network/network_manager_scope_connection_resource_test.go index 041acd590b46..a6854d25cf9e 100644 --- a/internal/services/network/network_manager_scope_connection_resource_test.go +++ b/internal/services/network/network_manager_scope_connection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_security_admin_configuration_resource.go b/internal/services/network/network_manager_security_admin_configuration_resource.go index d5b09ecdc2b1..7aa03828dc5b 100644 --- a/internal/services/network/network_manager_security_admin_configuration_resource.go +++ b/internal/services/network/network_manager_security_admin_configuration_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_security_admin_configuration_resource_test.go b/internal/services/network/network_manager_security_admin_configuration_resource_test.go index 669910ba8605..81ae82836df1 100644 --- a/internal/services/network/network_manager_security_admin_configuration_resource_test.go +++ b/internal/services/network/network_manager_security_admin_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_static_member_resource.go b/internal/services/network/network_manager_static_member_resource.go index 9ceedcc912c4..307550812ea5 100644 --- a/internal/services/network/network_manager_static_member_resource.go +++ b/internal/services/network/network_manager_static_member_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_static_member_resource_test.go b/internal/services/network/network_manager_static_member_resource_test.go index 1b86dc8ec765..a5a07f8d3f16 100644 --- a/internal/services/network/network_manager_static_member_resource_test.go +++ b/internal/services/network/network_manager_static_member_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_manager_subscription_connection_resource.go b/internal/services/network/network_manager_subscription_connection_resource.go index 34b62f4e92e6..a453cf70999d 100644 --- a/internal/services/network/network_manager_subscription_connection_resource.go +++ b/internal/services/network/network_manager_subscription_connection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_manager_subscription_connection_resource_test.go b/internal/services/network/network_manager_subscription_connection_resource_test.go index f7a507ee5955..09d2ad0193fd 100644 --- a/internal/services/network/network_manager_subscription_connection_resource_test.go +++ b/internal/services/network/network_manager_subscription_connection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_packet_capture_resource.go b/internal/services/network/network_packet_capture_resource.go index 772bde4680b3..ea010c5b799f 100644 --- a/internal/services/network/network_packet_capture_resource.go +++ b/internal/services/network/network_packet_capture_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/migration" diff --git a/internal/services/network/network_packet_capture_resource_test.go b/internal/services/network/network_packet_capture_resource_test.go index 2cfe68f4af14..de3905d53098 100644 --- a/internal/services/network/network_packet_capture_resource_test.go +++ b/internal/services/network/network_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_profile_resource.go b/internal/services/network/network_profile_resource.go index 1ed2c0268d6e..0fc2fd36ebfb 100644 --- a/internal/services/network/network_profile_resource.go +++ b/internal/services/network/network_profile_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_profile_resource_test.go b/internal/services/network/network_profile_resource_test.go index 238892c8566d..aa48c376c647 100644 --- a/internal/services/network/network_profile_resource_test.go +++ b/internal/services/network/network_profile_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_security_group_data_source.go b/internal/services/network/network_security_group_data_source.go index c2ebcf1c8f53..8f85d2b1eac8 100644 --- a/internal/services/network/network_security_group_data_source.go +++ b/internal/services/network/network_security_group_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_security_group_resource.go b/internal/services/network/network_security_group_resource.go index 16564b66742a..4af42259b388 100644 --- a/internal/services/network/network_security_group_resource.go +++ b/internal/services/network/network_security_group_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" "github.com/hashicorp/go-multierror" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_security_group_resource_test.go b/internal/services/network/network_security_group_resource_test.go index 1e446a302798..92a58cb6285d 100644 --- a/internal/services/network/network_security_group_resource_test.go +++ b/internal/services/network/network_security_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_security_rule_resource.go b/internal/services/network/network_security_rule_resource.go index 6c5923abe7cd..814c138c4279 100644 --- a/internal/services/network/network_security_rule_resource.go +++ b/internal/services/network/network_security_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_security_rule_resource_test.go b/internal/services/network/network_security_rule_resource_test.go index 08591371b481..cfd2afc8a493 100644 --- a/internal/services/network/network_security_rule_resource_test.go +++ b/internal/services/network/network_security_rule_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_service_tags_data_source.go b/internal/services/network/network_service_tags_data_source.go index b001db446f10..829e0c0cbf81 100644 --- a/internal/services/network/network_service_tags_data_source.go +++ b/internal/services/network/network_service_tags_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_watcher_data_source.go b/internal/services/network/network_watcher_data_source.go index 4040694afc9f..8774e003504c 100644 --- a/internal/services/network/network_watcher_data_source.go +++ b/internal/services/network/network_watcher_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/network_watcher_flow_log_resource.go b/internal/services/network/network_watcher_flow_log_resource.go index cf755d3105c9..e51d4dd241db 100644 --- a/internal/services/network/network_watcher_flow_log_resource.go +++ b/internal/services/network/network_watcher_flow_log_resource.go @@ -14,9 +14,9 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_watcher_flow_log_resource_test.go b/internal/services/network/network_watcher_flow_log_resource_test.go index 8fda8ef2ee43..e1b683d8ada8 100644 --- a/internal/services/network/network_watcher_flow_log_resource_test.go +++ b/internal/services/network/network_watcher_flow_log_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_watcher_resource.go b/internal/services/network/network_watcher_resource.go index 41c9f67ffaf4..fc56d130a172 100644 --- a/internal/services/network/network_watcher_resource.go +++ b/internal/services/network/network_watcher_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_watcher_resource_test.go b/internal/services/network/network_watcher_resource_test.go index 01f4ec4eba96..e83d0c73c663 100644 --- a/internal/services/network/network_watcher_resource_test.go +++ b/internal/services/network/network_watcher_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/parse/private_endpoint_application_security_group_association_id.go b/internal/services/network/parse/private_endpoint_application_security_group_association_id.go index ce74080f2adc..c0f7c5e6ad22 100644 --- a/internal/services/network/parse/private_endpoint_application_security_group_association_id.go +++ b/internal/services/network/parse/private_endpoint_application_security_group_association_id.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" ) var _ resourceids.Id = PrivateEndpointApplicationSecurityGroupAssociationId{} diff --git a/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go b/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go index 2019a7fc942a..bc6f547ada73 100644 --- a/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go +++ b/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go @@ -6,8 +6,8 @@ package parse import ( "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" ) func TestPrivateEndpointApplicationSecurityGroupAssociationID(t *testing.T) { diff --git a/internal/services/network/point_to_site_vpn_gateway_resource.go b/internal/services/network/point_to_site_vpn_gateway_resource.go index de16fa2e0d5c..664b97f64c84 100644 --- a/internal/services/network/point_to_site_vpn_gateway_resource.go +++ b/internal/services/network/point_to_site_vpn_gateway_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/private_endpoint_application_security_group_association.go b/internal/services/network/private_endpoint_application_security_group_association.go index 38419ef697cd..6ca0cf16f2e2 100644 --- a/internal/services/network/private_endpoint_application_security_group_association.go +++ b/internal/services/network/private_endpoint_application_security_group_association.go @@ -10,8 +10,8 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" diff --git a/internal/services/network/private_endpoint_application_security_group_association_test.go b/internal/services/network/private_endpoint_application_security_group_association_test.go index 5948719bf06e..4cb9c6ed5769 100644 --- a/internal/services/network/private_endpoint_application_security_group_association_test.go +++ b/internal/services/network/private_endpoint_application_security_group_association_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/private_endpoint_connection_data_source.go b/internal/services/network/private_endpoint_connection_data_source.go index 90f05bfa062c..97a4d472253b 100644 --- a/internal/services/network/private_endpoint_connection_data_source.go +++ b/internal/services/network/private_endpoint_connection_data_source.go @@ -12,8 +12,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/private_endpoint_resource.go b/internal/services/network/private_endpoint_resource.go index 9ab1f514c560..e0e0e7663fa4 100644 --- a/internal/services/network/private_endpoint_resource.go +++ b/internal/services/network/private_endpoint_resource.go @@ -19,8 +19,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" mariadbServers "github.com/hashicorp/go-azure-sdk/resource-manager/mariadb/2018-06-01/servers" "github.com/hashicorp/go-azure-sdk/resource-manager/mysql/2017-12-01/servers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" postgresqlServers "github.com/hashicorp/go-azure-sdk/resource-manager/postgresql/2017-12-01/servers" "github.com/hashicorp/go-azure-sdk/resource-manager/privatedns/2020-06-01/privatezones" "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" diff --git a/internal/services/network/private_endpoint_resource_test.go b/internal/services/network/private_endpoint_resource_test.go index 07ec605e2361..51e1dbe0fb42 100644 --- a/internal/services/network/private_endpoint_resource_test.go +++ b/internal/services/network/private_endpoint_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/private_link_service_data_source.go b/internal/services/network/private_link_service_data_source.go index 7895299b66ce..7d231231abee 100644 --- a/internal/services/network/private_link_service_data_source.go +++ b/internal/services/network/private_link_service_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/private_link_service_endpoint_connections_data_source.go b/internal/services/network/private_link_service_endpoint_connections_data_source.go index 9b1d0afe2df1..c4ae95af102e 100644 --- a/internal/services/network/private_link_service_endpoint_connections_data_source.go +++ b/internal/services/network/private_link_service_endpoint_connections_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/private_link_service_resource.go b/internal/services/network/private_link_service_resource.go index 4a62ab851a3a..7dad014af91a 100644 --- a/internal/services/network/private_link_service_resource.go +++ b/internal/services/network/private_link_service_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/network/private_link_service_resource_test.go b/internal/services/network/private_link_service_resource_test.go index b25681878a45..d022eada86d0 100644 --- a/internal/services/network/private_link_service_resource_test.go +++ b/internal/services/network/private_link_service_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_data_source.go b/internal/services/network/public_ip_data_source.go index 8293ad31baa2..892c5273b983 100644 --- a/internal/services/network/public_ip_data_source.go +++ b/internal/services/network/public_ip_data_source.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/public_ip_prefix_data_source.go b/internal/services/network/public_ip_prefix_data_source.go index 049cfd1cca15..bb74c3a30711 100644 --- a/internal/services/network/public_ip_prefix_data_source.go +++ b/internal/services/network/public_ip_prefix_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/public_ip_prefix_data_source_test.go b/internal/services/network/public_ip_prefix_data_source_test.go index 1109d71a5707..ee6a4a59f1f7 100644 --- a/internal/services/network/public_ip_prefix_data_source_test.go +++ b/internal/services/network/public_ip_prefix_data_source_test.go @@ -7,7 +7,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" ) diff --git a/internal/services/network/public_ip_prefix_resource.go b/internal/services/network/public_ip_prefix_resource.go index 22d393eb7200..cd4e1cc43899 100644 --- a/internal/services/network/public_ip_prefix_resource.go +++ b/internal/services/network/public_ip_prefix_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_prefix_resource_test.go b/internal/services/network/public_ip_prefix_resource_test.go index 2b5d956de7e0..7e8f7a2d8245 100644 --- a/internal/services/network/public_ip_prefix_resource_test.go +++ b/internal/services/network/public_ip_prefix_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_resource.go b/internal/services/network/public_ip_resource.go index 90b5dab41764..939efd02581b 100644 --- a/internal/services/network/public_ip_resource.go +++ b/internal/services/network/public_ip_resource.go @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_resource_test.go b/internal/services/network/public_ip_resource_test.go index 4d8e863795c7..8558fbed74a4 100644 --- a/internal/services/network/public_ip_resource_test.go +++ b/internal/services/network/public_ip_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ips_data_source.go b/internal/services/network/public_ips_data_source.go index 318d9a7b353d..eee1b12d0939 100644 --- a/internal/services/network/public_ips_data_source.go +++ b/internal/services/network/public_ips_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/registration.go b/internal/services/network/registration.go index 400e0397702b..5554196e45ca 100644 --- a/internal/services/network/registration.go +++ b/internal/services/network/registration.go @@ -51,6 +51,7 @@ func (r Registration) Resources() []sdk.Resource { ManagerManagementGroupConnectionResource{}, ManagerNetworkGroupResource{}, ManagerResource{}, + ManagerIpamPoolResource{}, ManagerScopeConnectionResource{}, ManagerSecurityAdminConfigurationResource{}, ManagerStaticMemberResource{}, diff --git a/internal/services/network/route_filter_data_source.go b/internal/services/network/route_filter_data_source.go index a17dc76ed63a..e46ec4d28a08 100644 --- a/internal/services/network/route_filter_data_source.go +++ b/internal/services/network/route_filter_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/route_filter_resource.go b/internal/services/network/route_filter_resource.go index b7a555d45575..202604f38968 100644 --- a/internal/services/network/route_filter_resource.go +++ b/internal/services/network/route_filter_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_filter_resource_test.go b/internal/services/network/route_filter_resource_test.go index c1706ac6f000..6507fcdbecba 100644 --- a/internal/services/network/route_filter_resource_test.go +++ b/internal/services/network/route_filter_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_map_resource.go b/internal/services/network/route_map_resource.go index 140cb061f6ec..7dbad6c84359 100644 --- a/internal/services/network/route_map_resource.go +++ b/internal/services/network/route_map_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/route_map_resource_test.go b/internal/services/network/route_map_resource_test.go index 1ba61f4b2c2b..034e08b1dad3 100644 --- a/internal/services/network/route_map_resource_test.go +++ b/internal/services/network/route_map_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/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_resource.go b/internal/services/network/route_resource.go index e02c30bdf2be..bc9c30af2a2c 100644 --- a/internal/services/network/route_resource.go +++ b/internal/services/network/route_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/route_resource_test.go b/internal/services/network/route_resource_test.go index 2d1b772aa05d..6721f7d8c0a2 100644 --- a/internal/services/network/route_resource_test.go +++ b/internal/services/network/route_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_server_bgp_connection_resource.go b/internal/services/network/route_server_bgp_connection_resource.go index 13f2feb502fe..bcd3adbc7323 100644 --- a/internal/services/network/route_server_bgp_connection_resource.go +++ b/internal/services/network/route_server_bgp_connection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/route_server_resource.go b/internal/services/network/route_server_resource.go index 51218c026af5..d4eb22f153a3 100644 --- a/internal/services/network/route_server_resource.go +++ b/internal/services/network/route_server_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/route_server_resource_test.go b/internal/services/network/route_server_resource_test.go index 3d7c2b11968d..6c64b81ab6df 100644 --- a/internal/services/network/route_server_resource_test.go +++ b/internal/services/network/route_server_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_table_data_source.go b/internal/services/network/route_table_data_source.go index f8c3c00d1aca..6ae54ac0e2d9 100644 --- a/internal/services/network/route_table_data_source.go +++ b/internal/services/network/route_table_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/route_table_resource.go b/internal/services/network/route_table_resource.go index c5e54d1feafc..9a870bb23211 100644 --- a/internal/services/network/route_table_resource.go +++ b/internal/services/network/route_table_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/route_table_resource_test.go b/internal/services/network/route_table_resource_test.go index 710a65a80664..550200168b22 100644 --- a/internal/services/network/route_table_resource_test.go +++ b/internal/services/network/route_table_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_data_source.go b/internal/services/network/subnet_data_source.go index 9f9fe138dc19..99ea7ebb2501 100644 --- a/internal/services/network/subnet_data_source.go +++ b/internal/services/network/subnet_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/subnet_nat_gateway_association_resource.go b/internal/services/network/subnet_nat_gateway_association_resource.go index ac3e7d880f14..a04738d14db5 100644 --- a/internal/services/network/subnet_nat_gateway_association_resource.go +++ b/internal/services/network/subnet_nat_gateway_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_nat_gateway_association_resource_test.go b/internal/services/network/subnet_nat_gateway_association_resource_test.go index 5ca45833750a..39f07227eb3c 100644 --- a/internal/services/network/subnet_nat_gateway_association_resource_test.go +++ b/internal/services/network/subnet_nat_gateway_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_network_security_group_association_resource.go b/internal/services/network/subnet_network_security_group_association_resource.go index a3ce480f7925..0a0281f4a563 100644 --- a/internal/services/network/subnet_network_security_group_association_resource.go +++ b/internal/services/network/subnet_network_security_group_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_network_security_group_association_resource_test.go b/internal/services/network/subnet_network_security_group_association_resource_test.go index 2c5c438504e6..1bdf0a039f03 100644 --- a/internal/services/network/subnet_network_security_group_association_resource_test.go +++ b/internal/services/network/subnet_network_security_group_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_resource.go b/internal/services/network/subnet_resource.go index 162d673402f8..1b01dd84fe5b 100644 --- a/internal/services/network/subnet_resource.go +++ b/internal/services/network/subnet_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/subnet_resource_test.go b/internal/services/network/subnet_resource_test.go index 4d6d8f5c196f..a03605d9ffb1 100644 --- a/internal/services/network/subnet_resource_test.go +++ b/internal/services/network/subnet_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_route_table_association_resource.go b/internal/services/network/subnet_route_table_association_resource.go index da3d563e0a56..69eb2bca450f 100644 --- a/internal/services/network/subnet_route_table_association_resource.go +++ b/internal/services/network/subnet_route_table_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_route_table_association_resource_test.go b/internal/services/network/subnet_route_table_association_resource_test.go index 600355104551..5086fd9ace6d 100644 --- a/internal/services/network/subnet_route_table_association_resource_test.go +++ b/internal/services/network/subnet_route_table_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_service_endpoint_storage_policy_resource.go b/internal/services/network/subnet_service_endpoint_storage_policy_resource.go index 97f33f2d2bfb..a673fde89f9f 100644 --- a/internal/services/network/subnet_service_endpoint_storage_policy_resource.go +++ b/internal/services/network/subnet_service_endpoint_storage_policy_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/subnet_service_endpoint_storage_policy_resource_test.go b/internal/services/network/subnet_service_endpoint_storage_policy_resource_test.go index b58297bb9ba3..df2b3a7ecee0 100644 --- a/internal/services/network/subnet_service_endpoint_storage_policy_resource_test.go +++ b/internal/services/network/subnet_service_endpoint_storage_policy_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_bgp_connection_resource.go b/internal/services/network/virtual_hub_bgp_connection_resource.go index d9efdb4deb12..76bdf6224edb 100644 --- a/internal/services/network/virtual_hub_bgp_connection_resource.go +++ b/internal/services/network/virtual_hub_bgp_connection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/virtual_hub_connection_data_source.go b/internal/services/network/virtual_hub_connection_data_source.go index fa4f5882750c..40229c2dc762 100644 --- a/internal/services/network/virtual_hub_connection_data_source.go +++ b/internal/services/network/virtual_hub_connection_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_connection_resource.go b/internal/services/network/virtual_hub_connection_resource.go index 0b107ad56e03..2e0b2318db43 100644 --- a/internal/services/network/virtual_hub_connection_resource.go +++ b/internal/services/network/virtual_hub_connection_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/virtual_hub_connection_resource_test.go b/internal/services/network/virtual_hub_connection_resource_test.go index 017fe8be6889..5a3c8a282fb3 100644 --- a/internal/services/network/virtual_hub_connection_resource_test.go +++ b/internal/services/network/virtual_hub_connection_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_data_source.go b/internal/services/network/virtual_hub_data_source.go index 240d8a09df08..57c71f03aac4 100644 --- a/internal/services/network/virtual_hub_data_source.go +++ b/internal/services/network/virtual_hub_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_ip_resource.go b/internal/services/network/virtual_hub_ip_resource.go index d9464f8c5644..772570d70223 100644 --- a/internal/services/network/virtual_hub_ip_resource.go +++ b/internal/services/network/virtual_hub_ip_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/virtual_hub_resource.go b/internal/services/network/virtual_hub_resource.go index 92f92027d888..13c808f9fdc5 100644 --- a/internal/services/network/virtual_hub_resource.go +++ b/internal/services/network/virtual_hub_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_resource_test.go b/internal/services/network/virtual_hub_resource_test.go index c68c13ca0a07..28684186048b 100644 --- a/internal/services/network/virtual_hub_resource_test.go +++ b/internal/services/network/virtual_hub_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_route_table_data_source.go b/internal/services/network/virtual_hub_route_table_data_source.go index 17624fc2d582..dd7bbdca2a68 100644 --- a/internal/services/network/virtual_hub_route_table_data_source.go +++ b/internal/services/network/virtual_hub_route_table_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" networkValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_route_table_resource.go b/internal/services/network/virtual_hub_route_table_resource.go index b7a6f0f6963a..67e16bd88145 100644 --- a/internal/services/network/virtual_hub_route_table_resource.go +++ b/internal/services/network/virtual_hub_route_table_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_route_table_resource_test.go b/internal/services/network/virtual_hub_route_table_resource_test.go index 7741f3a4bdf3..3ec2eb5a337a 100644 --- a/internal/services/network/virtual_hub_route_table_resource_test.go +++ b/internal/services/network/virtual_hub_route_table_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_route_table_route_resource.go b/internal/services/network/virtual_hub_route_table_route_resource.go index af302cb3fd80..43dd55e5c2df 100644 --- a/internal/services/network/virtual_hub_route_table_route_resource.go +++ b/internal/services/network/virtual_hub_route_table_route_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_route_table_route_resource_test.go b/internal/services/network/virtual_hub_route_table_route_resource_test.go index b1f6ac0d9677..025f3fe6d4d0 100644 --- a/internal/services/network/virtual_hub_route_table_route_resource_test.go +++ b/internal/services/network/virtual_hub_route_table_route_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_routing_intent_resource.go b/internal/services/network/virtual_hub_routing_intent_resource.go index c910485f17dd..6030449f8c55 100644 --- a/internal/services/network/virtual_hub_routing_intent_resource.go +++ b/internal/services/network/virtual_hub_routing_intent_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_routing_intent_resource_test.go b/internal/services/network/virtual_hub_routing_intent_resource_test.go index 56428b9d7c82..13985264e588 100644 --- a/internal/services/network/virtual_hub_routing_intent_resource_test.go +++ b/internal/services/network/virtual_hub_routing_intent_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_hub_security_partner_provider_resource.go b/internal/services/network/virtual_hub_security_partner_provider_resource.go index 62eed221a79a..c51d48dea671 100644 --- a/internal/services/network/virtual_hub_security_partner_provider_resource.go +++ b/internal/services/network/virtual_hub_security_partner_provider_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_security_partner_provider_resource_test.go b/internal/services/network/virtual_hub_security_partner_provider_resource_test.go index b5fdce6f985e..320a67957d60 100644 --- a/internal/services/network/virtual_hub_security_partner_provider_resource_test.go +++ b/internal/services/network/virtual_hub_security_partner_provider_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_machine_packet_capture_resource.go b/internal/services/network/virtual_machine_packet_capture_resource.go index 04f8b15d7a11..2a6125a16775 100644 --- a/internal/services/network/virtual_machine_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_packet_capture_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" networkValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/virtual_machine_packet_capture_resource_test.go b/internal/services/network/virtual_machine_packet_capture_resource_test.go index bc6b61836e61..61814ebfc4ad 100644 --- a/internal/services/network/virtual_machine_packet_capture_resource_test.go +++ b/internal/services/network/virtual_machine_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go index c28858a8fd19..87a0ff86937a 100644 --- a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" computeParse "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/parse" diff --git a/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go b/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go index b78eb8d7fa89..bf1d47f01cd9 100644 --- a/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go +++ b/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_data_source.go b/internal/services/network/virtual_network_data_source.go index 08c0c09bbcf9..d6490fd2d181 100644 --- a/internal/services/network/virtual_network_data_source.go +++ b/internal/services/network/virtual_network_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/virtual_network_dns_servers_resource.go b/internal/services/network/virtual_network_dns_servers_resource.go index 66833d53b704..0a1de5f13c0d 100644 --- a/internal/services/network/virtual_network_dns_servers_resource.go +++ b/internal/services/network/virtual_network_dns_servers_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" diff --git a/internal/services/network/virtual_network_dns_servers_resource_test.go b/internal/services/network/virtual_network_dns_servers_resource_test.go index 0d8d0c7b20cc..6896f7970440 100644 --- a/internal/services/network/virtual_network_dns_servers_resource_test.go +++ b/internal/services/network/virtual_network_dns_servers_resource_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_gateway_connection_data_source.go b/internal/services/network/virtual_network_gateway_connection_data_source.go index 0f37cb077956..7d93826b901f 100644 --- a/internal/services/network/virtual_network_gateway_connection_data_source.go +++ b/internal/services/network/virtual_network_gateway_connection_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tags" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_network_gateway_connection_resource.go b/internal/services/network/virtual_network_gateway_connection_resource.go index 94a8dc720309..0a2920ff4db9 100644 --- a/internal/services/network/virtual_network_gateway_connection_resource.go +++ b/internal/services/network/virtual_network_gateway_connection_resource.go @@ -16,8 +16,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/virtual_network_gateway_connection_resource_test.go b/internal/services/network/virtual_network_gateway_connection_resource_test.go index bae0fcba9254..daf1cc38d49a 100644 --- a/internal/services/network/virtual_network_gateway_connection_resource_test.go +++ b/internal/services/network/virtual_network_gateway_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/network/2024-03-01/virtualnetworkgatewayconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_gateway_data_source.go b/internal/services/network/virtual_network_gateway_data_source.go index 142a26743363..42c1f2923154 100644 --- a/internal/services/network/virtual_network_gateway_data_source.go +++ b/internal/services/network/virtual_network_gateway_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/virtual_network_gateway_nat_rule_resource.go b/internal/services/network/virtual_network_gateway_nat_rule_resource.go index 4393b22aef2b..263c68ef9469 100644 --- a/internal/services/network/virtual_network_gateway_nat_rule_resource.go +++ b/internal/services/network/virtual_network_gateway_nat_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/virtual_network_gateway_nat_rule_resource_test.go b/internal/services/network/virtual_network_gateway_nat_rule_resource_test.go index 8fc045004c67..c3db1df8abbd 100644 --- a/internal/services/network/virtual_network_gateway_nat_rule_resource_test.go +++ b/internal/services/network/virtual_network_gateway_nat_rule_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_gateway_resource.go b/internal/services/network/virtual_network_gateway_resource.go index c1765889fd3c..cff1f5653ac7 100644 --- a/internal/services/network/virtual_network_gateway_resource.go +++ b/internal/services/network/virtual_network_gateway_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/network/2023-11-01/localnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" diff --git a/internal/services/network/virtual_network_gateway_resource_test.go b/internal/services/network/virtual_network_gateway_resource_test.go index 4986ede9c18f..f2749c5267e3 100644 --- a/internal/services/network/virtual_network_gateway_resource_test.go +++ b/internal/services/network/virtual_network_gateway_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_peering_data_source.go b/internal/services/network/virtual_network_peering_data_source.go index a01d670770fe..13fb7f23e435 100644 --- a/internal/services/network/virtual_network_peering_data_source.go +++ b/internal/services/network/virtual_network_peering_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/virtual_network_peering_resource.go b/internal/services/network/virtual_network_peering_resource.go index d6570b572d4f..ed2c4ff82e35 100644 --- a/internal/services/network/virtual_network_peering_resource.go +++ b/internal/services/network/virtual_network_peering_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/virtual_network_peering_resource_test.go b/internal/services/network/virtual_network_peering_resource_test.go index 7a095002f57f..4c07c8171302 100644 --- a/internal/services/network/virtual_network_peering_resource_test.go +++ b/internal/services/network/virtual_network_peering_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_network_resource.go b/internal/services/network/virtual_network_resource.go index cc95e6c32b4b..d6fac54b25b0 100644 --- a/internal/services/network/virtual_network_resource.go +++ b/internal/services/network/virtual_network_resource.go @@ -22,7 +22,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/virtual_network_resource_test.go b/internal/services/network/virtual_network_resource_test.go index ac76c6eedbe4..8c3a58473643 100644 --- a/internal/services/network/virtual_network_resource_test.go +++ b/internal/services/network/virtual_network_resource_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_wan_data_source.go b/internal/services/network/virtual_wan_data_source.go index dbfaf6b1ff03..d2e3ec2ffb73 100644 --- a/internal/services/network/virtual_wan_data_source.go +++ b/internal/services/network/virtual_wan_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/virtual_wan_resource.go b/internal/services/network/virtual_wan_resource.go index 0d8a0353c653..3846b51ec46d 100644 --- a/internal/services/network/virtual_wan_resource.go +++ b/internal/services/network/virtual_wan_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_wan_resource_test.go b/internal/services/network/virtual_wan_resource_test.go index d71a0157db67..fabe2db80f53 100644 --- a/internal/services/network/virtual_wan_resource_test.go +++ b/internal/services/network/virtual_wan_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_connection_resource.go b/internal/services/network/vpn_gateway_connection_resource.go index ad44edfce685..6a23868bb356 100644 --- a/internal/services/network/vpn_gateway_connection_resource.go +++ b/internal/services/network/vpn_gateway_connection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/vpn_gateway_data_source.go b/internal/services/network/vpn_gateway_data_source.go index e9c9f4822c73..d94253a11758 100644 --- a/internal/services/network/vpn_gateway_data_source.go +++ b/internal/services/network/vpn_gateway_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/vpn_gateway_nat_rule_resource.go b/internal/services/network/vpn_gateway_nat_rule_resource.go index d21380ce7a11..bdb4bf121f54 100644 --- a/internal/services/network/vpn_gateway_nat_rule_resource.go +++ b/internal/services/network/vpn_gateway_nat_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/resourcegroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_nat_rule_resource_test.go b/internal/services/network/vpn_gateway_nat_rule_resource_test.go index 0c20e1e281c7..967feff3fc21 100644 --- a/internal/services/network/vpn_gateway_nat_rule_resource_test.go +++ b/internal/services/network/vpn_gateway_nat_rule_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_resource.go b/internal/services/network/vpn_gateway_resource.go index 5ad838e311e5..d60292e74901 100644 --- a/internal/services/network/vpn_gateway_resource.go +++ b/internal/services/network/vpn_gateway_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" commonValidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_resource_test.go b/internal/services/network/vpn_gateway_resource_test.go index 28f021eb7ba1..0ffd7eadef36 100644 --- a/internal/services/network/vpn_gateway_resource_test.go +++ b/internal/services/network/vpn_gateway_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_server_configuration_data_source_resource.go b/internal/services/network/vpn_server_configuration_data_source_resource.go index d4cae72fc76c..a03beac73826 100644 --- a/internal/services/network/vpn_server_configuration_data_source_resource.go +++ b/internal/services/network/vpn_server_configuration_data_source_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/network/vpn_server_configuration_policy_group_resource.go b/internal/services/network/vpn_server_configuration_policy_group_resource.go index 5a37c6812a7c..5326a48e690e 100644 --- a/internal/services/network/vpn_server_configuration_policy_group_resource.go +++ b/internal/services/network/vpn_server_configuration_policy_group_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/vpn_server_configuration_policy_group_resource_test.go b/internal/services/network/vpn_server_configuration_policy_group_resource_test.go index 206816e82a7f..dd7286e13f62 100644 --- a/internal/services/network/vpn_server_configuration_policy_group_resource_test.go +++ b/internal/services/network/vpn_server_configuration_policy_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_server_configuration_resource.go b/internal/services/network/vpn_server_configuration_resource.go index 163984a41cbf..df1ed40781c4 100644 --- a/internal/services/network/vpn_server_configuration_resource.go +++ b/internal/services/network/vpn_server_configuration_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_server_configuration_resource_test.go b/internal/services/network/vpn_server_configuration_resource_test.go index 1e4d15d2299a..4bfe1a9de530 100644 --- a/internal/services/network/vpn_server_configuration_resource_test.go +++ b/internal/services/network/vpn_server_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_site_resource.go b/internal/services/network/vpn_site_resource.go index 53273ee511d2..fa1e00c4e980 100644 --- a/internal/services/network/vpn_site_resource.go +++ b/internal/services/network/vpn_site_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/vpn_site_resource_test.go b/internal/services/network/vpn_site_resource_test.go index ce14eda5cf0a..3cf6a9fa78aa 100644 --- a/internal/services/network/vpn_site_resource_test.go +++ b/internal/services/network/vpn_site_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/web_application_firewall_policy_data_source.go b/internal/services/network/web_application_firewall_policy_data_source.go index 315b0e4961d0..37a8caea3638 100644 --- a/internal/services/network/web_application_firewall_policy_data_source.go +++ b/internal/services/network/web_application_firewall_policy_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" diff --git a/internal/services/network/web_application_firewall_policy_resource.go b/internal/services/network/web_application_firewall_policy_resource.go index 84edbc0569aa..6a04c097e091 100644 --- a/internal/services/network/web_application_firewall_policy_resource.go +++ b/internal/services/network/web_application_firewall_policy_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/web_application_firewall_policy_resource_test.go b/internal/services/network/web_application_firewall_policy_resource_test.go index 71ab42156de5..396bb62146a0 100644 --- a/internal/services/network/web_application_firewall_policy_resource_test.go +++ b/internal/services/network/web_application_firewall_policy_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/paloalto/network_virtual_appliance_resource.go b/internal/services/paloalto/network_virtual_appliance_resource.go index 5712196f169b..b904da392660 100644 --- a/internal/services/paloalto/network_virtual_appliance_resource.go +++ b/internal/services/paloalto/network_virtual_appliance_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/resource/resource_group_resource_test.go b/internal/services/resource/resource_group_resource_test.go index dc9fc4a932a7..153853d25b4b 100644 --- a/internal/services/resource/resource_group_resource_test.go +++ b/internal/services/resource/resource_group_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" "github.com/hashicorp/go-azure-sdk/resource-manager/resources/2023-07-01/resourcegroups" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 4b7b529ab7da..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package applicationgatewayprivateendpointconnections - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 302d4c3283d0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformat.go deleted file mode 100644 index d45d86671abc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformat.go +++ /dev/null @@ -1,20 +0,0 @@ -package bastionhosts - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BastionHostPropertiesFormat struct { - DisableCopyPaste *bool `json:"disableCopyPaste,omitempty"` - DnsName *string `json:"dnsName,omitempty"` - EnableFileCopy *bool `json:"enableFileCopy,omitempty"` - EnableIPConnect *bool `json:"enableIpConnect,omitempty"` - EnableKerberos *bool `json:"enableKerberos,omitempty"` - EnableSessionRecording *bool `json:"enableSessionRecording,omitempty"` - EnableShareableLink *bool `json:"enableShareableLink,omitempty"` - EnableTunneling *bool `json:"enableTunneling,omitempty"` - IPConfigurations *[]BastionHostIPConfiguration `json:"ipConfigurations,omitempty"` - NetworkAcls *BastionHostPropertiesFormatNetworkAcls `json:"networkAcls,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ScaleUnits *int64 `json:"scaleUnits,omitempty"` - VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 32854c40bbf0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package cloudservicepublicipaddresses - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacepropertiesformat.go deleted file mode 100644 index d01f01f77fae..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package dscpconfiguration - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 1d542c19b57b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package dscpconfigurations - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 2923295fe73b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package loadbalancers - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 3fd3da2e6e6f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package networkinterfaces - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 8e4c0b29d333..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package networkprofiles - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 95a8c67d71c3..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package networksecuritygroups - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacepropertiesformat.go deleted file mode 100644 index a5fd36f92666..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package privateendpoints - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 1c2bfc6ae43c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package privatelinkservices - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacepropertiesformat.go deleted file mode 100644 index b50c25d80861..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package publicipaddresses - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 4cc36c8f7f5a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package routetables - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go deleted file mode 100644 index cf9ecff77919..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go +++ /dev/null @@ -1,11 +0,0 @@ -package securityadminconfigurations - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type SecurityAdminConfigurationPropertiesFormat struct { - ApplyOnNetworkIntentPolicyBasedServices *[]NetworkIntentPolicyBasedService `json:"applyOnNetworkIntentPolicyBasedServices,omitempty"` - Description *string `json:"description,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go deleted file mode 100644 index bdbb3dec7534..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package serviceendpointpolicies - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacepropertiesformat.go deleted file mode 100644 index dadc94210166..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package subnets - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacepropertiesformat.go deleted file mode 100644 index f38dee01e751..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package virtualnetworks - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 0428a2c793c1..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package virtualnetworktap - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 9cb7ea2624ab..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package virtualnetworktaps - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacepropertiesformat.go deleted file mode 100644 index eb6875aa05ea..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package virtualwans - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 67403077a5f2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package vmsspublicipaddresses - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go deleted file mode 100644 index e24f37ad4e47..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package webapplicationfirewallpolicies - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/README.md index 5435c98716ec..a51bb7cfcf10 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections` Documentation -The `adminrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `adminrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/constants.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/constants.go index d3e735bf0f14..3ed50c565e32 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/constants.go @@ -12,6 +12,8 @@ import ( type ProvisioningState string const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" @@ -20,6 +22,8 @@ const ( func PossibleValuesForProvisioningState() []string { return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), string(ProvisioningStateDeleting), string(ProvisioningStateFailed), string(ProvisioningStateSucceeded), @@ -42,6 +46,8 @@ func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { func parseProvisioningState(input string) (*ProvisioningState, error) { vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, "deleting": ProvisioningStateDeleting, "failed": ProvisioningStateFailed, "succeeded": ProvisioningStateSucceeded, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/id_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/id_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/id_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/id_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/id_securityadminconfigurationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/id_securityadminconfigurationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/id_securityadminconfigurationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/id_securityadminconfigurationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_adminrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_adminrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_adminrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_adminrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/version.go index f020535927b1..1b21508eb4fb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections/version.go @@ -3,8 +3,8 @@ package adminrulecollections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/adminrulecollections/2024-03-01" + return "hashicorp/go-azure-sdk/adminrulecollections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/README.md index 32b418ffc4ef..86f319c3c676 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules` Documentation -The `adminrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `adminrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/constants.go similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/constants.go index fbaa03c55436..4b50249b0afd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/constants.go @@ -12,13 +12,15 @@ import ( type AddressPrefixType string const ( - AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" - AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" + AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" + AddressPrefixTypeNetworkGroup AddressPrefixType = "NetworkGroup" + AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" ) func PossibleValuesForAddressPrefixType() []string { return []string{ string(AddressPrefixTypeIPPrefix), + string(AddressPrefixTypeNetworkGroup), string(AddressPrefixTypeServiceTag), } } @@ -38,8 +40,9 @@ func (s *AddressPrefixType) UnmarshalJSON(bytes []byte) error { func parseAddressPrefixType(input string) (*AddressPrefixType, error) { vals := map[string]AddressPrefixType{ - "ipprefix": AddressPrefixTypeIPPrefix, - "servicetag": AddressPrefixTypeServiceTag, + "ipprefix": AddressPrefixTypeIPPrefix, + "networkgroup": AddressPrefixTypeNetworkGroup, + "servicetag": AddressPrefixTypeServiceTag, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil @@ -94,6 +97,8 @@ func parseAdminRuleKind(input string) (*AdminRuleKind, error) { type ProvisioningState string const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" @@ -102,6 +107,8 @@ const ( func PossibleValuesForProvisioningState() []string { return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), string(ProvisioningStateDeleting), string(ProvisioningStateFailed), string(ProvisioningStateSucceeded), @@ -124,6 +131,8 @@ func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { func parseProvisioningState(input string) (*ProvisioningState, error) { vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, "deleting": ProvisioningStateDeleting, "failed": ProvisioningStateFailed, "succeeded": ProvisioningStateSucceeded, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/id_securityadminconfigurationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/id_securityadminconfigurationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/id_securityadminconfigurationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/id_securityadminconfigurationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/id_securityadminconfigurationrulecollectionrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/id_securityadminconfigurationrulecollectionrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/id_securityadminconfigurationrulecollectionrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/id_securityadminconfigurationrulecollectionrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_adminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_adminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_adminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_adminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_baseadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_baseadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_baseadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_baseadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_defaultadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_defaultadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/model_defaultadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/model_defaultadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/version.go index c0386d4dc40c..5a5a8a46fac6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules/version.go @@ -3,8 +3,8 @@ package adminrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/adminrules/2024-03-01" + return "hashicorp/go-azure-sdk/adminrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/README.md index 548c490d7446..c1c9e61ab6b8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections` Documentation -The `applicationgatewayprivateendpointconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `applicationgatewayprivateendpointconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..188bd1aa9dbe --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package applicationgatewayprivateendpointconnections + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..eb41e849d6f4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package applicationgatewayprivateendpointconnections + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..2e0d32652eb9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package applicationgatewayprivateendpointconnections + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go index 488c645e1b32..3267f5d2d1cb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/version.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/version.go index 8f05a6e32485..e2908aaee592 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections/version.go @@ -3,8 +3,8 @@ package applicationgatewayprivateendpointconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/applicationgatewayprivateendpointconnections/2024-03-01" + return "hashicorp/go-azure-sdk/applicationgatewayprivateendpointconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/README.md index cb3dad452bd8..52af79b71d01 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources` Documentation -The `applicationgatewayprivatelinkresources` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `applicationgatewayprivatelinkresources` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/version.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/version.go index 18617611436e..d49ef2a1f0a2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources/version.go @@ -3,8 +3,8 @@ package applicationgatewayprivatelinkresources // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/applicationgatewayprivatelinkresources/2024-03-01" + return "hashicorp/go-azure-sdk/applicationgatewayprivatelinkresources/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/README.md index 1ed3a1cf838b..b34cb0e88bad 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways` Documentation -The `applicationgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `applicationgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/id_predefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/id_predefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/id_predefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/id_predefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_backendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_backendhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_backendhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_backendhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_backendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_backendhealthondemand.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_backendhealthondemand.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_backendhealthondemand.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_getsslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_getsslpredefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_getsslpredefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_getsslpredefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablerequestheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablerequestheaders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablerequestheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablerequestheaders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailableresponseheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailableresponseheaders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailableresponseheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailableresponseheaders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailableservervariables.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailableservervariables.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailableservervariables.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailableservervariables.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablessloptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablessloptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablessloptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablesslpredefinedpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablesslpredefinedpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablesslpredefinedpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablesslpredefinedpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablewafrulesets.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablewafrulesets.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_listavailablewafrulesets.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_listavailablewafrulesets.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_start.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_start.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_start.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_start.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablessloptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablessloptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablessloptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhealthserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhealthserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayconnectiondraining.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayconnectiondraining.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayconnectiondraining.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayconnectiondraining.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaycustomerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaycustomerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaycustomerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaycustomerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallexclusion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallexclusion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallexclusion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallexclusion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayglobalconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayglobalconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayglobalconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayglobalconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayheaderconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayheaderconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayheaderconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayheaderconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayhttplistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayhttplistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayhttplistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayhttplistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaylistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaylistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaylistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaylistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayondemandprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayondemandprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayondemandprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayondemandprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypathrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypathrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypathrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypathrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayredirectconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayredirectconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayredirectconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayredirectconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrequestroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrequestroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrequestroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrequestroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterulecondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterulecondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterulecondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterulecondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriteruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriteruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriteruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriteruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlpathmap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlpathmap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlpathmap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlpathmap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_headervaluematcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_headervaluematcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_headervaluematcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_headervaluematcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..9419ecd70eae --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..98c76b461425 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..4f745902d21e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subnetpropertiesformat.go index d252ccc3e8c5..44be85791510 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/version.go index 75cb5f6a69c4..b5f1870a8ea4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways/version.go @@ -3,8 +3,8 @@ package applicationgateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/applicationgateways/2024-03-01" + return "hashicorp/go-azure-sdk/applicationgateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/README.md index d3be5076b6bd..97e4d994437c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests` Documentation -The `applicationgatewaywafdynamicmanifests` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `applicationgatewaywafdynamicmanifests` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/method_defaultget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/method_defaultget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/method_defaultget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/method_defaultget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/version.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/version.go index 34255b778968..156b0b564820 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests/version.go @@ -3,8 +3,8 @@ package applicationgatewaywafdynamicmanifests // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/applicationgatewaywafdynamicmanifests/2024-03-01" + return "hashicorp/go-azure-sdk/applicationgatewaywafdynamicmanifests/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/README.md index 2acd6fec383b..fb774f6aeb88 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups` Documentation -The `applicationsecuritygroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `applicationsecuritygroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/id_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/id_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/id_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/id_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/version.go index 5aa09750d510..aa8113c8b4bf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups/version.go @@ -3,8 +3,8 @@ package applicationsecuritygroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/applicationsecuritygroups/2024-03-01" + return "hashicorp/go-azure-sdk/applicationsecuritygroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/README.md index d5441dd3d42b..6c819369c2c9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations` Documentation -The `availabledelegations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `availabledelegations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/method_availabledelegationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/method_availabledelegationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/method_availabledelegationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/method_availabledelegationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/method_availableresourcegroupdelegationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/method_availableresourcegroupdelegationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/method_availableresourcegroupdelegationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/method_availableresourcegroupdelegationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/model_availabledelegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/model_availabledelegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/model_availabledelegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/model_availabledelegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/version.go index 689dcde82fb5..d1e49b5a6b43 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations/version.go @@ -3,8 +3,8 @@ package availabledelegations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/availabledelegations/2024-03-01" + return "hashicorp/go-azure-sdk/availabledelegations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/README.md index ad6706a27ced..8b7fc0b4434f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases` Documentation -The `availableservicealiases` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `availableservicealiases` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/model_availableservicealias.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/model_availableservicealias.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/model_availableservicealias.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/model_availableservicealias.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/version.go index 264112b04253..11ef77f53651 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases/version.go @@ -3,8 +3,8 @@ package availableservicealiases // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/availableservicealiases/2024-03-01" + return "hashicorp/go-azure-sdk/availableservicealiases/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/README.md index b36c2aecafb1..dbaf0a8907dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls` Documentation -The `azurefirewalls` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `azurefirewalls` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/id_azurefirewall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/id_azurefirewall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/id_azurefirewall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/id_azurefirewall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipgroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipgroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallipgroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallipgroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrcaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrcaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrcaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrcaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpacketcapturerule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpacketcapturerule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpacketcapturerule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpacketcapturerule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallrcaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallrcaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallrcaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallrcaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_azurefirewallsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_azurefirewallsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_firewallpacketcaptureparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_firewallpacketcaptureparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_firewallpacketcaptureparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_firewallpacketcaptureparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_hubipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_hubipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_hubipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_hubipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_hubpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_hubpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_hubpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_hubpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_ipprefixeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_ipprefixeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_ipprefixeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_ipprefixeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/version.go index 68d67e3990b2..b6b70faae921 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls/version.go @@ -3,8 +3,8 @@ package azurefirewalls // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/azurefirewalls/2024-03-01" + return "hashicorp/go-azure-sdk/azurefirewalls/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/README.md index 82b0359a400a..4e646c0cab75 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts` Documentation -The `bastionhosts` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `bastionhosts` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/id_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/id_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/id_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/id_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_deletebastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_deletebastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_deletebastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_deletebastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_deletebastionshareablelinkbytoken.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_deletebastionshareablelinkbytoken.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_deletebastionshareablelinkbytoken.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_deletebastionshareablelinkbytoken.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_disconnectactivesessions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_disconnectactivesessions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_disconnectactivesessions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_disconnectactivesessions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_getactivesessions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_getactivesessions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_getactivesessions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_getactivesessions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_getbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_getbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_getbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_getbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_putbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_putbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_putbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_putbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionactivesession.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionactivesession.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionactivesession.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionactivesession.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go index 34d950723a14..f5edc766a77e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go @@ -6,6 +6,6 @@ package bastionhosts type BastionHostIPConfigurationPropertiesFormat struct { PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddress SubResource `json:"publicIPAddress"` + PublicIPAddress *SubResource `json:"publicIPAddress,omitempty"` Subnet SubResource `json:"subnet"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformat.go new file mode 100644 index 000000000000..c560f3add555 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformat.go @@ -0,0 +1,21 @@ +package bastionhosts + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type BastionHostPropertiesFormat struct { + DisableCopyPaste *bool `json:"disableCopyPaste,omitempty"` + DnsName *string `json:"dnsName,omitempty"` + EnableFileCopy *bool `json:"enableFileCopy,omitempty"` + EnableIPConnect *bool `json:"enableIpConnect,omitempty"` + EnableKerberos *bool `json:"enableKerberos,omitempty"` + EnablePrivateOnlyBastion *bool `json:"enablePrivateOnlyBastion,omitempty"` + EnableSessionRecording *bool `json:"enableSessionRecording,omitempty"` + EnableShareableLink *bool `json:"enableShareableLink,omitempty"` + EnableTunneling *bool `json:"enableTunneling,omitempty"` + IPConfigurations *[]BastionHostIPConfiguration `json:"ipConfigurations,omitempty"` + NetworkAcls *BastionHostPropertiesFormatNetworkAcls `json:"networkAcls,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ScaleUnits *int64 `json:"scaleUnits,omitempty"` + VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionsessionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionsessionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionsessionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionsessionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelinklistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelinklistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelinklistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelinklistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_iprule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_iprule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_iprule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_iprule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_resource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_resource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_resource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_resource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_sessionids.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_sessionids.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_sessionids.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_sessionids.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/version.go index 5edb9502aedc..21663778f905 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts/version.go @@ -3,8 +3,8 @@ package bastionhosts // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/bastionhosts/2024-03-01" + return "hashicorp/go-azure-sdk/bastionhosts/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/README.md index ff990e0d05c7..13c3527f014e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink` Documentation -The `bastionshareablelink` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `bastionshareablelink` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/id_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/id_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/id_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/id_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_deletebastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_deletebastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_deletebastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_deletebastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_getbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_getbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_getbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_getbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_putbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_putbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/method_putbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/method_putbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelinklistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelinklistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelinklistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelinklistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_resource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_resource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/model_resource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/model_resource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/version.go index 1d77708d69c4..0553183132e6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink/version.go @@ -3,8 +3,8 @@ package bastionshareablelink // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/bastionshareablelink/2024-03-01" + return "hashicorp/go-azure-sdk/bastionshareablelink/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/README.md index 64c572d8fc0f..5ace77aae602 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities` Documentation -The `bgpservicecommunities` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `bgpservicecommunities` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpcommunity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpcommunity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpcommunity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpcommunity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpservicecommunity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpservicecommunity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpservicecommunity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpservicecommunity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/version.go index 7d854388c0bd..cb7fd09561e3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities/version.go @@ -3,8 +3,8 @@ package bgpservicecommunities // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/bgpservicecommunities/2024-03-01" + return "hashicorp/go-azure-sdk/bgpservicecommunities/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/README.md index 4bbd3969d501..36f6921326af 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities` Documentation -The `checkdnsavailabilities` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `checkdnsavailabilities` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/method_checkdnsnameavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/method_checkdnsnameavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/method_checkdnsnameavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/method_checkdnsnameavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/version.go index 502c3605e20e..a271c083fe1d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities/version.go @@ -3,8 +3,8 @@ package checkdnsavailabilities // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/checkdnsavailabilities/2024-03-01" + return "hashicorp/go-azure-sdk/checkdnsavailabilities/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/client.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/client.go index b460cfde3de2..ef0e2223d382 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/client.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/client.go @@ -1,4 +1,4 @@ -package v2024_03_01 +package v2024_05_01 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -6,118 +6,124 @@ package v2024_03_01 import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" ) @@ -172,6 +178,7 @@ type Client struct { FlowLogs *flowlogs.FlowLogsClient IPAllocations *ipallocations.IPAllocationsClient IPGroups *ipgroups.IPGroupsClient + IPamPools *ipampools.IPamPoolsClient LoadBalancers *loadbalancers.LoadBalancersClient LocalNetworkGateways *localnetworkgateways.LocalNetworkGatewaysClient NatGateways *natgateways.NatGatewaysClient @@ -196,6 +203,9 @@ type Client struct { PrivateLinkServices *privatelinkservices.PrivateLinkServicesClient PublicIPAddresses *publicipaddresses.PublicIPAddressesClient PublicIPPrefixes *publicipprefixes.PublicIPPrefixesClient + ReachabilityAnalysisIntent *reachabilityanalysisintent.ReachabilityAnalysisIntentClient + ReachabilityAnalysisIntents *reachabilityanalysisintents.ReachabilityAnalysisIntentsClient + ReachabilityAnalysisRuns *reachabilityanalysisruns.ReachabilityAnalysisRunsClient RouteFilterRules *routefilterrules.RouteFilterRulesClient RouteFilters *routefilters.RouteFiltersClient RouteTables *routetables.RouteTablesClient @@ -212,11 +222,13 @@ type Client struct { ServiceEndpointPolicies *serviceendpointpolicies.ServiceEndpointPoliciesClient ServiceEndpointPolicyDefinitions *serviceendpointpolicydefinitions.ServiceEndpointPolicyDefinitionsClient ServiceTags *servicetags.ServiceTagsClient + StaticCidrs *staticcidrs.StaticCidrsClient StaticMembers *staticmembers.StaticMembersClient Subnets *subnets.SubnetsClient TrafficAnalytics *trafficanalytics.TrafficAnalyticsClient Usages *usages.UsagesClient VMSSPublicIPAddresses *vmsspublicipaddresses.VMSSPublicIPAddressesClient + VerifierWorkspaces *verifierworkspaces.VerifierWorkspacesClient VipSwap *vipswap.VipSwapClient VirtualApplianceSites *virtualappliancesites.VirtualApplianceSitesClient VirtualApplianceSkus *virtualapplianceskus.VirtualApplianceSkusClient @@ -532,6 +544,12 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag } configureFunc(iPGroupsClient.Client) + iPamPoolsClient, err := ipampools.NewIPamPoolsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building IPamPools client: %+v", err) + } + configureFunc(iPamPoolsClient.Client) + loadBalancersClient, err := loadbalancers.NewLoadBalancersClientWithBaseURI(sdkApi) if err != nil { return nil, fmt.Errorf("building LoadBalancers client: %+v", err) @@ -676,6 +694,24 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag } configureFunc(publicIPPrefixesClient.Client) + reachabilityAnalysisIntentClient, err := reachabilityanalysisintent.NewReachabilityAnalysisIntentClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building ReachabilityAnalysisIntent client: %+v", err) + } + configureFunc(reachabilityAnalysisIntentClient.Client) + + reachabilityAnalysisIntentsClient, err := reachabilityanalysisintents.NewReachabilityAnalysisIntentsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building ReachabilityAnalysisIntents client: %+v", err) + } + configureFunc(reachabilityAnalysisIntentsClient.Client) + + reachabilityAnalysisRunsClient, err := reachabilityanalysisruns.NewReachabilityAnalysisRunsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building ReachabilityAnalysisRuns client: %+v", err) + } + configureFunc(reachabilityAnalysisRunsClient.Client) + routeFilterRulesClient, err := routefilterrules.NewRouteFilterRulesClientWithBaseURI(sdkApi) if err != nil { return nil, fmt.Errorf("building RouteFilterRules client: %+v", err) @@ -772,6 +808,12 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag } configureFunc(serviceTagsClient.Client) + staticCidrsClient, err := staticcidrs.NewStaticCidrsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building StaticCidrs client: %+v", err) + } + configureFunc(staticCidrsClient.Client) + staticMembersClient, err := staticmembers.NewStaticMembersClientWithBaseURI(sdkApi) if err != nil { return nil, fmt.Errorf("building StaticMembers client: %+v", err) @@ -802,6 +844,12 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag } configureFunc(vMSSPublicIPAddressesClient.Client) + verifierWorkspacesClient, err := verifierworkspaces.NewVerifierWorkspacesClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building VerifierWorkspaces client: %+v", err) + } + configureFunc(verifierWorkspacesClient.Client) + vipSwapClient, err := vipswap.NewVipSwapClientWithBaseURI(sdkApi) if err != nil { return nil, fmt.Errorf("building VipSwap client: %+v", err) @@ -960,6 +1008,7 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag FlowLogs: flowLogsClient, IPAllocations: iPAllocationsClient, IPGroups: iPGroupsClient, + IPamPools: iPamPoolsClient, LoadBalancers: loadBalancersClient, LocalNetworkGateways: localNetworkGatewaysClient, NatGateways: natGatewaysClient, @@ -984,6 +1033,9 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag PrivateLinkServices: privateLinkServicesClient, PublicIPAddresses: publicIPAddressesClient, PublicIPPrefixes: publicIPPrefixesClient, + ReachabilityAnalysisIntent: reachabilityAnalysisIntentClient, + ReachabilityAnalysisIntents: reachabilityAnalysisIntentsClient, + ReachabilityAnalysisRuns: reachabilityAnalysisRunsClient, RouteFilterRules: routeFilterRulesClient, RouteFilters: routeFiltersClient, RouteTables: routeTablesClient, @@ -1000,11 +1052,13 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag ServiceEndpointPolicies: serviceEndpointPoliciesClient, ServiceEndpointPolicyDefinitions: serviceEndpointPolicyDefinitionsClient, ServiceTags: serviceTagsClient, + StaticCidrs: staticCidrsClient, StaticMembers: staticMembersClient, Subnets: subnetsClient, TrafficAnalytics: trafficAnalyticsClient, Usages: usagesClient, VMSSPublicIPAddresses: vMSSPublicIPAddressesClient, + VerifierWorkspaces: verifierWorkspacesClient, VipSwap: vipSwapClient, VirtualApplianceSites: virtualApplianceSitesClient, VirtualApplianceSkus: virtualApplianceSkusClient, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/README.md index ffc80033950a..f04a6aee4862 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses` Documentation -The `cloudservicepublicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `cloudservicepublicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/id_providercloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/id_providercloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/id_providercloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/id_providercloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..0d2af14b2675 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package cloudservicepublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..5cef085cfe6d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package cloudservicepublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..8b0936450ab1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package cloudservicepublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go index ee48b19d8650..cb002103a66b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/version.go index 4caf11a3aebd..30f2fa7837dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses/version.go @@ -3,8 +3,8 @@ package cloudservicepublicipaddresses // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/cloudservicepublicipaddresses/2024-03-01" + return "hashicorp/go-azure-sdk/cloudservicepublicipaddresses/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/README.md index 61464234c0a4..b1fc81d65baf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors` Documentation -The `connectionmonitors` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `connectionmonitors` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/id_connectionmonitor.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/id_connectionmonitor.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/id_connectionmonitor.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/id_connectionmonitor.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_query.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_query.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_query.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_query.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_start.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_start.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_start.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_start.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitor.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitor.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitor.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitor.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitordestination.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitordestination.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitordestination.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitordestination.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointscope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointscope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointscope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointscope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitoroutput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitoroutput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitoroutput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitoroutput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorqueryresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorqueryresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorqueryresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorqueryresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorresultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorresultproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorresultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorresultproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorsource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorsource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorsource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorsource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortcpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortcpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortcpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortcpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortestconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortestconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortestconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortestconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortestgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortestgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitortestgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitortestgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorworkspacesettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorworkspacesettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionmonitorworkspacesettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionmonitorworkspacesettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionstatesnapshot.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionstatesnapshot.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectionstatesnapshot.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectionstatesnapshot.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectivityhop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectivityhop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectivityhop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectivityhop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectivityissue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectivityissue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_connectivityissue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_connectivityissue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_hoplink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_hoplink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_hoplink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_hoplink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_hoplinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_hoplinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_hoplinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_hoplinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_httpheader.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_httpheader.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_httpheader.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_httpheader.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/version.go index 9187d7178967..625be0b5d780 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors/version.go @@ -3,8 +3,8 @@ package connectionmonitors // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/connectionmonitors/2024-03-01" + return "hashicorp/go-azure-sdk/connectionmonitors/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/README.md index 9618b373458c..24eef37e5433 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations` Documentation -The `connectivityconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `connectivityconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/id_connectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/id_connectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/id_connectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/id_connectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/version.go index 37f9d754fae4..e3270a452a4c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations/version.go @@ -3,8 +3,8 @@ package connectivityconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/connectivityconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/connectivityconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/README.md index eef95f2721d4..dfd4ee20a44f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes` Documentation -The `customipprefixes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `customipprefixes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/id_customipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/id_customipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/id_customipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/id_customipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_customipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_customipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_customipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_customipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_customipprefixpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_customipprefixpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_customipprefixpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_customipprefixpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/version.go index aa6b2ccad1f5..af495c789cc3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes/version.go @@ -3,8 +3,8 @@ package customipprefixes // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/customipprefixes/2024-03-01" + return "hashicorp/go-azure-sdk/customipprefixes/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/README.md index 9b93d014bc62..f0cf72ea9213 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies` Documentation -The `ddoscustompolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `ddoscustompolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/id_ddoscustompolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/id_ddoscustompolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/id_ddoscustompolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/id_ddoscustompolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_ddoscustompolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_ddoscustompolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_ddoscustompolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_ddoscustompolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/version.go index bb632dbc27ab..60588b1bdfdd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies/version.go @@ -3,8 +3,8 @@ package ddoscustompolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/ddoscustompolicies/2024-03-01" + return "hashicorp/go-azure-sdk/ddoscustompolicies/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/README.md index 28e27914bbc0..cb8c3b839869 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans` Documentation -The `ddosprotectionplans` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `ddosprotectionplans` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/id_ddosprotectionplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/id_ddosprotectionplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/id_ddosprotectionplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/id_ddosprotectionplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_ddosprotectionplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_ddosprotectionplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_ddosprotectionplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_ddosprotectionplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/version.go index e88360e45199..6432ef858551 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans/version.go @@ -3,8 +3,8 @@ package ddosprotectionplans // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/ddosprotectionplans/2024-03-01" + return "hashicorp/go-azure-sdk/ddosprotectionplans/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/README.md index ef3b05484153..1190258691b1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration` Documentation -The `dscpconfiguration` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `dscpconfiguration` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/id_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/id_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/id_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/id_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..f8348469e544 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package dscpconfiguration + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..2e9163142054 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package dscpconfiguration + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..7287ef2d8e04 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package dscpconfiguration + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosiprange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosiprange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosiprange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosiprange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosportrange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosportrange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_qosportrange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_qosportrange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subnetpropertiesformat.go index 4a93e0c3017f..c1af7036c22b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/version.go index 25e93e8703ad..cb2e9b9c9441 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration/version.go @@ -3,8 +3,8 @@ package dscpconfiguration // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/dscpconfiguration/2024-03-01" + return "hashicorp/go-azure-sdk/dscpconfiguration/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/README.md index 0edc6e72a11c..3e578b740312 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations` Documentation -The `dscpconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `dscpconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/method_dscpconfigurationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/method_dscpconfigurationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/method_dscpconfigurationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/method_dscpconfigurationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/method_dscpconfigurationlistall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/method_dscpconfigurationlistall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/method_dscpconfigurationlistall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/method_dscpconfigurationlistall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..52328218394c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package dscpconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..da12d6f237b3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package dscpconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..9ec1ae65bd6e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package dscpconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosiprange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosiprange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosiprange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosiprange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosportrange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosportrange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_qosportrange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_qosportrange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subnetpropertiesformat.go index ca179c7e8334..4682cb019ea9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/version.go index 0fd265ed561d..5870a72a1cf2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations/version.go @@ -3,8 +3,8 @@ package dscpconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/dscpconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/dscpconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/README.md index c3b9dbf7d44f..51a0367f31d6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices` Documentation -The `endpointservices` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `endpointservices` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/method_availableendpointserviceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/method_availableendpointserviceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/method_availableendpointserviceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/method_availableendpointserviceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/model_endpointserviceresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/model_endpointserviceresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/model_endpointserviceresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/model_endpointserviceresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/version.go index 29392808d57e..6c7326bf1d24 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices/version.go @@ -3,8 +3,8 @@ package endpointservices // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/endpointservices/2024-03-01" + return "hashicorp/go-azure-sdk/endpointservices/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/README.md index a6f98d383ea8..0093dc0a6e42 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable` Documentation -The `expressroutecircuitarptable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitarptable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/id_arptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/id_arptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/id_arptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/id_arptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/version.go index 3647d6c33251..e1448b163a3d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable/version.go @@ -3,8 +3,8 @@ package expressroutecircuitarptable // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitarptable/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitarptable/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/README.md index f286292f2980..d3cce22a0ae7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations` Documentation -The `expressroutecircuitauthorizations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitauthorizations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/id_authorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/id_authorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/id_authorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/id_authorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/version.go index 748256948c87..d6473e668819 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations/version.go @@ -3,8 +3,8 @@ package expressroutecircuitauthorizations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitauthorizations/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitauthorizations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/README.md index e3363bcae8a8..7d7a133d5efd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections` Documentation -The `expressroutecircuitconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/id_peeringconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/id_peeringconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/id_peeringconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/id_peeringconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/version.go index d7398ff61441..54d717fffaff 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections/version.go @@ -3,8 +3,8 @@ package expressroutecircuitconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitconnections/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/README.md index 3fda229eedea..2d2809d16413 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings` Documentation -The `expressroutecircuitpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/version.go index 56541480c6bc..31168bb2cc26 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings/version.go @@ -3,8 +3,8 @@ package expressroutecircuitpeerings // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitpeerings/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitpeerings/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/README.md index af9de3000824..259371ea725a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable` Documentation -The `expressroutecircuitroutestable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitroutestable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/id_peeringroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/id_peeringroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/id_peeringroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/id_peeringroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/version.go index afe2578084a6..11ce4a3e8675 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable/version.go @@ -3,8 +3,8 @@ package expressroutecircuitroutestable // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitroutestable/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitroutestable/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/README.md index f753d6c848ee..e1a080496518 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary` Documentation -The `expressroutecircuitroutestablesummary` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitroutestablesummary` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/id_routetablessummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/id_routetablessummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/id_routetablessummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/id_routetablessummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/version.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/version.go index 764aa6d0a348..415533600cde 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary/version.go @@ -3,8 +3,8 @@ package expressroutecircuitroutestablesummary // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitroutestablesummary/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitroutestablesummary/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/README.md index ab5105831778..9be7cc893a55 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits` Documentation -The `expressroutecircuits` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuits` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_authorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_authorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_authorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_authorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/version.go index d748540dd530..0765bf6765ef 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits/version.go @@ -3,8 +3,8 @@ package expressroutecircuits // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuits/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuits/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/README.md index 632ec319993e..4e40d0968333 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats` Documentation -The `expressroutecircuitstats` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecircuitstats` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/version.go index c61aaaccc93b..09112178d0b7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats/version.go @@ -3,8 +3,8 @@ package expressroutecircuitstats // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecircuitstats/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecircuitstats/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/README.md index 71b5c305d5c4..d488bc027b53 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections` Documentation -The `expressrouteconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/id_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/id_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/id_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/id_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/id_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/id_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/id_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/id_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressroutecircuitpeeringid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressroutecircuitpeeringid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressroutecircuitpeeringid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressroutecircuitpeeringid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnectionlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnectionlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnectionlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnectionlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_expressrouteconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_expressrouteconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/version.go index c5408dcd445e..902e4860f693 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections/version.go @@ -3,8 +3,8 @@ package expressrouteconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteconnections/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/README.md index 6b80c80004da..4c63e7e76266 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable` Documentation -The `expressroutecrossconnectionarptable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecrossconnectionarptable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/id_peeringarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/id_peeringarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/id_peeringarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/id_peeringarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/version.go index 1124562b1f3c..712d28925c64 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable/version.go @@ -3,8 +3,8 @@ package expressroutecrossconnectionarptable // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecrossconnectionarptable/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecrossconnectionarptable/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/README.md index 03c43a6d8573..9739c73c3517 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings` Documentation -The `expressroutecrossconnectionpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecrossconnectionpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/id_peering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/id_peering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/id_peering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/id_peering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/version.go index 5cf17d0403a1..023df534fa52 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings/version.go @@ -3,8 +3,8 @@ package expressroutecrossconnectionpeerings // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecrossconnectionpeerings/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecrossconnectionpeerings/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/README.md index 5491faf19def..ed50e3b347d7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable` Documentation -The `expressroutecrossconnectionroutetable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecrossconnectionroutetable` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/version.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/version.go index cb9ac7e4925e..6d76d1cd26b2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable/version.go @@ -3,8 +3,8 @@ package expressroutecrossconnectionroutetable // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecrossconnectionroutetable/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecrossconnectionroutetable/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/README.md index feb742e6b91f..8a472a925fb6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary` Documentation -The `expressroutecrossconnectionroutetablesummary` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecrossconnectionroutetablesummary` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/version.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/version.go index 5942cb502bf0..07257713d319 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary/version.go @@ -3,8 +3,8 @@ package expressroutecrossconnectionroutetablesummary // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecrossconnectionroutetablesummary/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecrossconnectionroutetablesummary/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/README.md index 018ffd2a4ec0..c1cdb1ac74f4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections` Documentation -The `expressroutecrossconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutecrossconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/id_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/id_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/id_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/id_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecircuitreference.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecircuitreference.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecircuitreference.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecircuitreference.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/version.go index 02849b0d0d12..98a7b89fd848 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections/version.go @@ -3,8 +3,8 @@ package expressroutecrossconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutecrossconnections/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutecrossconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/README.md index 88682d308c96..8a5fc2f6a804 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways` Documentation -The `expressroutegateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutegateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/id_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/id_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/id_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/id_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutecircuitpeeringid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutecircuitpeeringid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutecircuitpeeringid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutecircuitpeeringid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressrouteconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressrouteconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressrouteconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressrouteconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaylist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaylist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaylist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaylist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_virtualhubid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_virtualhubid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_virtualhubid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_virtualhubid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/version.go index 2d8109907418..644e805909eb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways/version.go @@ -3,8 +3,8 @@ package expressroutegateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutegateways/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutegateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/README.md index 4ce5788a98cf..3597e39d127c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks` Documentation -The `expressroutelinks` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressroutelinks` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/id_link.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/id_link.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/id_link.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/id_link.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelinkmacsecconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelinkmacsecconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelinkmacsecconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelinkmacsecconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/model_expressroutelinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/model_expressroutelinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/version.go index b7aadc75493f..f18bc6413a7d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks/version.go @@ -3,8 +3,8 @@ package expressroutelinks // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressroutelinks/2024-03-01" + return "hashicorp/go-azure-sdk/expressroutelinks/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/README.md index b649564d072f..b3075b9ab2cf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations` Documentation -The `expressrouteportauthorizations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteportauthorizations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/id_expressrouteportauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/id_expressrouteportauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/id_expressrouteportauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/id_expressrouteportauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/model_expressrouteportauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/model_expressrouteportauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/model_expressrouteportauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/model_expressrouteportauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/version.go index c6b2fdfa51b4..4ba448e32b86 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations/version.go @@ -3,8 +3,8 @@ package expressrouteportauthorizations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteportauthorizations/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteportauthorizations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/README.md index b91bc3697047..5e5dab54f372 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports` Documentation -The `expressrouteports` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteports` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_generateloa.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_generateloa.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_generateloa.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_generateloa.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelinkmacsecconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelinkmacsecconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelinkmacsecconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelinkmacsecconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressroutelinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressroutelinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressrouteportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressrouteportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_expressrouteportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_expressrouteportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_generateexpressrouteportsloarequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_generateexpressrouteportsloarequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_generateexpressrouteportsloarequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_generateexpressrouteportsloarequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_generateexpressrouteportsloaresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_generateexpressrouteportsloaresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_generateexpressrouteportsloaresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_generateexpressrouteportsloaresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/version.go index 841ca4ebd484..3b8dc18c6ffe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports/version.go @@ -3,8 +3,8 @@ package expressrouteports // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteports/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteports/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/README.md index 8f2ba153b505..b624fa5d8ec7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations` Documentation -The `expressrouteportslocations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteportslocations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/id_expressrouteportslocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/id_expressrouteportslocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/id_expressrouteportslocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/id_expressrouteportslocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/version.go index cb780c42f406..d5df3aaed4b6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations/version.go @@ -3,8 +3,8 @@ package expressrouteportslocations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteportslocations/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteportslocations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/README.md index 52166f859790..3e89d965c25a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports` Documentation -The `expressrouteproviderports` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteproviderports` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/id_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/id_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/id_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/id_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/method_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/method_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/method_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/method_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/method_locationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/method_locationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/method_locationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/method_locationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/model_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/model_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/model_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/model_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/model_expressrouteproviderportproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/model_expressrouteproviderportproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/model_expressrouteproviderportproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/model_expressrouteproviderportproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/version.go index 4404de66dd8a..ba87b5c3059c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports/version.go @@ -3,8 +3,8 @@ package expressrouteproviderports // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteproviderports/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteproviderports/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/README.md similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/README.md index 28f511f9297e..c9d03de5192f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders` Documentation -The `expressrouteserviceproviders` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `expressrouteserviceproviders` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/version.go index a9d597fb3aa9..48db5d5929b1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders/version.go @@ -3,8 +3,8 @@ package expressrouteserviceproviders // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/expressrouteserviceproviders/2024-03-01" + return "hashicorp/go-azure-sdk/expressrouteserviceproviders/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/README.md index 6e48c056a6d0..9ab84ae6f2f8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies` Documentation -The `firewallpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `firewallpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/constants.go similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/constants.go index 1888a04c5a50..3c38f3bb5361 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/constants.go @@ -179,6 +179,7 @@ func parseFirewallPolicyIDPSQuerySortOrder(input string) (*FirewallPolicyIDPSQue type FirewallPolicyIDPSSignatureDirection int64 const ( + FirewallPolicyIDPSSignatureDirectionFive FirewallPolicyIDPSSignatureDirection = 5 FirewallPolicyIDPSSignatureDirectionFour FirewallPolicyIDPSSignatureDirection = 4 FirewallPolicyIDPSSignatureDirectionOne FirewallPolicyIDPSSignatureDirection = 1 FirewallPolicyIDPSSignatureDirectionThree FirewallPolicyIDPSSignatureDirection = 3 @@ -188,6 +189,7 @@ const ( func PossibleValuesForFirewallPolicyIDPSSignatureDirection() []int64 { return []int64{ + int64(FirewallPolicyIDPSSignatureDirectionFive), int64(FirewallPolicyIDPSSignatureDirectionFour), int64(FirewallPolicyIDPSSignatureDirectionOne), int64(FirewallPolicyIDPSSignatureDirectionThree), diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/id_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/id_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/id_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/id_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/id_rulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/id_rulecollectiongroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/id_rulecollectiongroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/id_rulecollectiongroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicydraftsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicydraftsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_applicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_applicationrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_applicationrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_applicationrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_dnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_dnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_dnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_dnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_explicitproxy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_explicitproxy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_explicitproxy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_explicitproxy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_filteritems.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_filteritems.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_filteritems.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_filteritems.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicycertificateauthority.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicycertificateauthority.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicycertificateauthority.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicycertificateauthority.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicydraft.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicydraft.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicydraft.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicydraft.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicydraftproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicydraftproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicydraftproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicydraftproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyinsights.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyinsights.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyinsights.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyinsights.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicynatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicynatrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicynatrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicynatrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysnat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysnat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysnat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysnat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysql.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysql.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicysql.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicysql.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicytransportsecurity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicytransportsecurity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_firewallpolicytransportsecurity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_firewallpolicytransportsecurity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_idpsqueryobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_idpsqueryobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_idpsqueryobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_idpsqueryobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_natrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_natrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_natrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_networkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_networkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_networkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_networkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_orderby.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_orderby.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_orderby.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_orderby.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_queryresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_queryresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_queryresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_queryresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverrides.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverrides.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverrides.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverrides.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverrideslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverrideslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverrideslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverrideslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverridesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverridesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_signaturesoverridesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_signaturesoverridesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_singlequeryresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_singlequeryresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_singlequeryresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_singlequeryresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/version.go index a981fa9889ef..be287c9670d8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies/version.go @@ -3,8 +3,8 @@ package firewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/firewallpolicies/2024-03-01" + return "hashicorp/go-azure-sdk/firewallpolicies/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/README.md index bdfaa7e0fef0..ff58fbec2b65 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups` Documentation -The `firewallpolicyrulecollectiongroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `firewallpolicyrulecollectiongroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_applicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_applicationrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_applicationrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_applicationrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_natrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_natrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_natrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_networkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_networkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/model_networkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/model_networkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/version.go index 0a738d9bd069..fb54c0ee74c6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups/version.go @@ -3,8 +3,8 @@ package firewallpolicyrulecollectiongroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/firewallpolicyrulecollectiongroups/2024-03-01" + return "hashicorp/go-azure-sdk/firewallpolicyrulecollectiongroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/README.md index 27db5be2d0c4..888ee9168971 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs` Documentation -The `flowlogs` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `flowlogs` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/id_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/id_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/id_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/id_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/version.go index a6794f8d3689..239b868a80ce 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs/version.go @@ -3,8 +3,8 @@ package flowlogs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/flowlogs/2024-03-01" + return "hashicorp/go-azure-sdk/flowlogs/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/README.md index c38446a5d18c..6e95557c5cdc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations` Documentation -The `ipallocations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `ipallocations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/id_ipallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/id_ipallocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/id_ipallocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/id_ipallocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_ipallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_ipallocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_ipallocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_ipallocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_ipallocationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_ipallocationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_ipallocationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_ipallocationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/version.go index 755338a4bc52..84880bafe7f2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations/version.go @@ -3,8 +3,8 @@ package ipallocations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/ipallocations/2024-03-01" + return "hashicorp/go-azure-sdk/ipallocations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/README.md new file mode 100644 index 000000000000..1ba26c087f2c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/README.md @@ -0,0 +1,136 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools` Documentation + +The `ipampools` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" +``` + + +### Client Initialization + +```go +client := ipampools.NewIPamPoolsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `IPamPoolsClient.Create` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +payload := ipampools.IPamPool{ + // ... +} + + +if err := client.CreateThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` + + +### Example Usage: `IPamPoolsClient.Delete` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +if err := client.DeleteThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `IPamPoolsClient.Get` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +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: `IPamPoolsClient.GetPoolUsage` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +read, err := client.GetPoolUsage(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `IPamPoolsClient.List` + +```go +ctx := context.TODO() +id := ipampools.NewNetworkManagerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName") + +// alternatively `client.List(ctx, id, ipampools.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, ipampools.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `IPamPoolsClient.ListAssociatedResources` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +// alternatively `client.ListAssociatedResources(ctx, id)` can be used to do batched pagination +items, err := client.ListAssociatedResourcesComplete(ctx, id) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `IPamPoolsClient.Update` + +```go +ctx := context.TODO() +id := ipampools.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +payload := ipampools.IPamPoolUpdate{ + // ... +} + + +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/network/2024-05-01/ipampools/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/client.go new file mode 100644 index 000000000000..06278ffc53ed --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/client.go @@ -0,0 +1,26 @@ +package ipampools + +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 IPamPoolsClient struct { + Client *resourcemanager.Client +} + +func NewIPamPoolsClientWithBaseURI(sdkApi sdkEnv.Api) (*IPamPoolsClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "ipampools", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating IPamPoolsClient: %+v", err) + } + + return &IPamPoolsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/constants.go new file mode 100644 index 000000000000..ea1084faf7d8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/constants.go @@ -0,0 +1,104 @@ +package ipampools + +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 IPType string + +const ( + IPTypeIPvFour IPType = "IPv4" + IPTypeIPvSix IPType = "IPv6" +) + +func PossibleValuesForIPType() []string { + return []string{ + string(IPTypeIPvFour), + string(IPTypeIPvSix), + } +} + +func (s *IPType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseIPType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseIPType(input string) (*IPType, error) { + vals := map[string]IPType{ + "ipv4": IPTypeIPvFour, + "ipv6": IPTypeIPvSix, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := IPType(input) + return &out, nil +} + +type ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_ipampool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_ipampool.go new file mode 100644 index 000000000000..034af2b3cf03 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_ipampool.go @@ -0,0 +1,139 @@ +package ipampools + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&IPamPoolId{}) +} + +var _ resourceids.ResourceId = &IPamPoolId{} + +// IPamPoolId is a struct representing the Resource ID for a I Pam Pool +type IPamPoolId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + IpamPoolName string +} + +// NewIPamPoolID returns a new IPamPoolId struct +func NewIPamPoolID(subscriptionId string, resourceGroupName string, networkManagerName string, ipamPoolName string) IPamPoolId { + return IPamPoolId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + IpamPoolName: ipamPoolName, + } +} + +// ParseIPamPoolID parses 'input' into a IPamPoolId +func ParseIPamPoolID(input string) (*IPamPoolId, error) { + parser := resourceids.NewParserFromResourceIdType(&IPamPoolId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := IPamPoolId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseIPamPoolIDInsensitively parses 'input' case-insensitively into a IPamPoolId +// note: this method should only be used for API response data and not user input +func ParseIPamPoolIDInsensitively(input string) (*IPamPoolId, error) { + parser := resourceids.NewParserFromResourceIdType(&IPamPoolId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := IPamPoolId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *IPamPoolId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.IpamPoolName, ok = input.Parsed["ipamPoolName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "ipamPoolName", input) + } + + return nil +} + +// ValidateIPamPoolID checks that 'input' can be parsed as a I Pam Pool ID +func ValidateIPamPoolID(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 := ParseIPamPoolID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted I Pam Pool ID +func (id IPamPoolId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/ipamPools/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.IpamPoolName) +} + +// Segments returns a slice of Resource ID Segments which comprise this I Pam Pool ID +func (id IPamPoolId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticIpamPools", "ipamPools", "ipamPools"), + resourceids.UserSpecifiedSegment("ipamPoolName", "ipamPoolName"), + } +} + +// String returns a human-readable description of this I Pam Pool ID +func (id IPamPoolId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Ipam Pool Name: %q", id.IpamPoolName), + } + return fmt.Sprintf("I Pam Pool (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_networkmanager.go new file mode 100644 index 000000000000..e2bc0d72a2e7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/id_networkmanager.go @@ -0,0 +1,130 @@ +package ipampools + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&NetworkManagerId{}) +} + +var _ resourceids.ResourceId = &NetworkManagerId{} + +// NetworkManagerId is a struct representing the Resource ID for a Network Manager +type NetworkManagerId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string +} + +// NewNetworkManagerID returns a new NetworkManagerId struct +func NewNetworkManagerID(subscriptionId string, resourceGroupName string, networkManagerName string) NetworkManagerId { + return NetworkManagerId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + } +} + +// ParseNetworkManagerID parses 'input' into a NetworkManagerId +func ParseNetworkManagerID(input string) (*NetworkManagerId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkManagerId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkManagerId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseNetworkManagerIDInsensitively parses 'input' case-insensitively into a NetworkManagerId +// note: this method should only be used for API response data and not user input +func ParseNetworkManagerIDInsensitively(input string) (*NetworkManagerId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkManagerId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkManagerId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *NetworkManagerId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + return nil +} + +// ValidateNetworkManagerID checks that 'input' can be parsed as a Network Manager ID +func ValidateNetworkManagerID(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 := ParseNetworkManagerID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Network Manager ID +func (id NetworkManagerId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Network Manager ID +func (id NetworkManagerId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + } +} + +// String returns a human-readable description of this Network Manager ID +func (id NetworkManagerId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + } + return fmt.Sprintf("Network Manager (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_create.go new file mode 100644 index 000000000000..f147ded36c62 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_create.go @@ -0,0 +1,75 @@ +package ipampools + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type CreateOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *IPamPool +} + +// Create ... +func (c IPamPoolsClient) Create(ctx context.Context, id IPamPoolId, input IPamPool) (result CreateOperationResponse, 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 + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// CreateThenPoll performs Create then polls until it's completed +func (c IPamPoolsClient) CreateThenPoll(ctx context.Context, id IPamPoolId, input IPamPool) error { + result, err := c.Create(ctx, id, input) + if err != nil { + return fmt.Errorf("performing Create: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Create: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_delete.go new file mode 100644 index 000000000000..7cf65491812d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_delete.go @@ -0,0 +1,70 @@ +package ipampools + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type DeleteOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c IPamPoolsClient) Delete(ctx context.Context, id IPamPoolId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusNoContent, + }, + HttpMethod: http.MethodDelete, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// DeleteThenPoll performs Delete then polls until it's completed +func (c IPamPoolsClient) DeleteThenPoll(ctx context.Context, id IPamPoolId) error { + result, err := c.Delete(ctx, id) + if err != nil { + return fmt.Errorf("performing Delete: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Delete: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_get.go new file mode 100644 index 000000000000..157e4a5704a5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_get.go @@ -0,0 +1,53 @@ +package ipampools + +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 *IPamPool +} + +// Get ... +func (c IPamPoolsClient) Get(ctx context.Context, id IPamPoolId) (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 + } + + var model IPamPool + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_getpoolusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_getpoolusage.go new file mode 100644 index 000000000000..2f69f7b3603a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_getpoolusage.go @@ -0,0 +1,54 @@ +package ipampools + +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 GetPoolUsageOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *PoolUsage +} + +// GetPoolUsage ... +func (c IPamPoolsClient) GetPoolUsage(ctx context.Context, id IPamPoolId) (result GetPoolUsageOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/getPoolUsage", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var model PoolUsage + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_list.go new file mode 100644 index 000000000000..2d3e47cc9dac --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_list.go @@ -0,0 +1,150 @@ +package ipampools + +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 ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]IPamPool +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []IPamPool +} + +type ListOperationOptions struct { + Skip *int64 + SkipToken *string + SortKey *string + SortValue *string + Top *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Skip != nil { + out.Append("skip", fmt.Sprintf("%v", *o.Skip)) + } + if o.SkipToken != nil { + out.Append("skipToken", fmt.Sprintf("%v", *o.SkipToken)) + } + if o.SortKey != nil { + out.Append("sortKey", fmt.Sprintf("%v", *o.SortKey)) + } + if o.SortValue != nil { + out.Append("sortValue", fmt.Sprintf("%v", *o.SortValue)) + } + if o.Top != nil { + out.Append("top", fmt.Sprintf("%v", *o.Top)) + } + return &out +} + +type ListCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// List ... +func (c IPamPoolsClient) List(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + OptionsObject: options, + Pager: &ListCustomPager{}, + Path: fmt.Sprintf("%s/ipamPools", 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 *[]IPamPool `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 IPamPoolsClient) ListComplete(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, IPamPoolOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c IPamPoolsClient) ListCompleteMatchingPredicate(ctx context.Context, id NetworkManagerId, options ListOperationOptions, predicate IPamPoolOperationPredicate) (result ListCompleteResult, err error) { + items := make([]IPamPool, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_listassociatedresources.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_listassociatedresources.go new file mode 100644 index 000000000000..7483ea74b5d8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_listassociatedresources.go @@ -0,0 +1,105 @@ +package ipampools + +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 ListAssociatedResourcesOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]PoolAssociation +} + +type ListAssociatedResourcesCompleteResult struct { + LatestHttpResponse *http.Response + Items []PoolAssociation +} + +type ListAssociatedResourcesCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListAssociatedResourcesCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// ListAssociatedResources ... +func (c IPamPoolsClient) ListAssociatedResources(ctx context.Context, id IPamPoolId) (result ListAssociatedResourcesOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodPost, + Pager: &ListAssociatedResourcesCustomPager{}, + Path: fmt.Sprintf("%s/listAssociatedResources", 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 *[]PoolAssociation `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// ListAssociatedResourcesComplete retrieves all the results into a single object +func (c IPamPoolsClient) ListAssociatedResourcesComplete(ctx context.Context, id IPamPoolId) (ListAssociatedResourcesCompleteResult, error) { + return c.ListAssociatedResourcesCompleteMatchingPredicate(ctx, id, PoolAssociationOperationPredicate{}) +} + +// ListAssociatedResourcesCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c IPamPoolsClient) ListAssociatedResourcesCompleteMatchingPredicate(ctx context.Context, id IPamPoolId, predicate PoolAssociationOperationPredicate) (result ListAssociatedResourcesCompleteResult, err error) { + items := make([]PoolAssociation, 0) + + resp, err := c.ListAssociatedResources(ctx, id) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + 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 = ListAssociatedResourcesCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_update.go new file mode 100644 index 000000000000..f74c13af5898 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/method_update.go @@ -0,0 +1,57 @@ +package ipampools + +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 *IPamPool +} + +// Update ... +func (c IPamPoolsClient) Update(ctx context.Context, id IPamPoolId, input IPamPoolUpdate) (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 + } + + var model IPamPool + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampool.go new file mode 100644 index 000000000000..5b1f4a06dd40 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampool.go @@ -0,0 +1,18 @@ +package ipampools + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPool struct { + Id *string `json:"id,omitempty"` + Location string `json:"location"` + Name *string `json:"name,omitempty"` + Properties IPamPoolProperties `json:"properties"` + 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/network/2024-05-01/ipampools/model_ipampoolproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolproperties.go new file mode 100644 index 000000000000..430ab9b00250 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolproperties.go @@ -0,0 +1,13 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolProperties struct { + AddressPrefixes []string `json:"addressPrefixes"` + Description *string `json:"description,omitempty"` + DisplayName *string `json:"displayName,omitempty"` + IPAddressType *[]IPType `json:"ipAddressType,omitempty"` + ParentPoolName *string `json:"parentPoolName,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdate.go new file mode 100644 index 000000000000..4f97d1735f0b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdate.go @@ -0,0 +1,9 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolUpdate struct { + Properties *IPamPoolUpdateProperties `json:"properties,omitempty"` + Tags *map[string]string `json:"tags,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdateproperties.go new file mode 100644 index 000000000000..7ae29805315b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_ipampoolupdateproperties.go @@ -0,0 +1,9 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolUpdateProperties struct { + Description *string `json:"description,omitempty"` + DisplayName *string `json:"displayName,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolassociation.go new file mode 100644 index 000000000000..8d231fb7c330 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolassociation.go @@ -0,0 +1,46 @@ +package ipampools + +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 PoolAssociation struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + CreatedAt *string `json:"createdAt,omitempty"` + Description *string `json:"description,omitempty"` + NumberOfReservedIPAddresses *string `json:"numberOfReservedIPAddresses,omitempty"` + PoolId *string `json:"poolId,omitempty"` + ReservationExpiresAt *string `json:"reservationExpiresAt,omitempty"` + ReservedPrefixes *[]string `json:"reservedPrefixes,omitempty"` + ResourceId string `json:"resourceId"` + TotalNumberOfIPAddresses *string `json:"totalNumberOfIPAddresses,omitempty"` +} + +func (o *PoolAssociation) GetCreatedAtAsTime() (*time.Time, error) { + if o.CreatedAt == nil { + return nil, nil + } + return dates.ParseAsFormat(o.CreatedAt, "2006-01-02T15:04:05Z07:00") +} + +func (o *PoolAssociation) SetCreatedAtAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.CreatedAt = &formatted +} + +func (o *PoolAssociation) GetReservationExpiresAtAsTime() (*time.Time, error) { + if o.ReservationExpiresAt == nil { + return nil, nil + } + return dates.ParseAsFormat(o.ReservationExpiresAt, "2006-01-02T15:04:05Z07:00") +} + +func (o *PoolAssociation) SetReservationExpiresAtAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.ReservationExpiresAt = &formatted +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolusage.go new file mode 100644 index 000000000000..8445f5510427 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_poolusage.go @@ -0,0 +1,16 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PoolUsage struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + AvailableAddressPrefixes *[]string `json:"availableAddressPrefixes,omitempty"` + ChildPools *[]ResourceBasics `json:"childPools,omitempty"` + NumberOfAllocatedIPAddresses *string `json:"numberOfAllocatedIPAddresses,omitempty"` + NumberOfAvailableIPAddresses *string `json:"numberOfAvailableIPAddresses,omitempty"` + NumberOfReservedIPAddresses *string `json:"numberOfReservedIPAddresses,omitempty"` + ReservedAddressPrefixes *[]string `json:"reservedAddressPrefixes,omitempty"` + TotalNumberOfIPAddresses *string `json:"totalNumberOfIPAddresses,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_resourcebasics.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_resourcebasics.go index 232140416bfa..f3b7a10e0614 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/model_resourcebasics.go @@ -1,8 +1,9 @@ -package localnetworkgateways +package ipampools // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { +type ResourceBasics struct { AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + ResourceId *string `json:"resourceId,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/predicates.go new file mode 100644 index 000000000000..1a040f6d942a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/predicates.go @@ -0,0 +1,75 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolOperationPredicate struct { + Id *string + Location *string + Name *string + Type *string +} + +func (p IPamPoolOperationPredicate) Matches(input IPamPool) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Location != nil && *p.Location != input.Location { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} + +type PoolAssociationOperationPredicate struct { + CreatedAt *string + Description *string + NumberOfReservedIPAddresses *string + PoolId *string + ReservationExpiresAt *string + ResourceId *string + TotalNumberOfIPAddresses *string +} + +func (p PoolAssociationOperationPredicate) Matches(input PoolAssociation) bool { + + if p.CreatedAt != nil && (input.CreatedAt == nil || *p.CreatedAt != *input.CreatedAt) { + return false + } + + if p.Description != nil && (input.Description == nil || *p.Description != *input.Description) { + return false + } + + if p.NumberOfReservedIPAddresses != nil && (input.NumberOfReservedIPAddresses == nil || *p.NumberOfReservedIPAddresses != *input.NumberOfReservedIPAddresses) { + return false + } + + if p.PoolId != nil && (input.PoolId == nil || *p.PoolId != *input.PoolId) { + return false + } + + if p.ReservationExpiresAt != nil && (input.ReservationExpiresAt == nil || *p.ReservationExpiresAt != *input.ReservationExpiresAt) { + return false + } + + if p.ResourceId != nil && *p.ResourceId != input.ResourceId { + return false + } + + if p.TotalNumberOfIPAddresses != nil && (input.TotalNumberOfIPAddresses == nil || *p.TotalNumberOfIPAddresses != *input.TotalNumberOfIPAddresses) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/version.go new file mode 100644 index 000000000000..bd88b4ce0afb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools/version.go @@ -0,0 +1,10 @@ +package ipampools + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/ipampools/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/README.md index 4cebe929e9a8..654d2f6c31bf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups` Documentation -The `ipgroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `ipgroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/id_ipgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/id_ipgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/id_ipgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/id_ipgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_updategroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_updategroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/method_updategroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/method_updategroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_ipgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_ipgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_ipgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_ipgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_ipgrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_ipgrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_ipgrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_ipgrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/version.go index b3059674ddc5..fa319acf31f4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups/version.go @@ -3,8 +3,8 @@ package ipgroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/ipgroups/2024-03-01" + return "hashicorp/go-azure-sdk/ipgroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/README.md index 0fb85c891a53..b62b8c4bafab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers` Documentation -The `loadbalancers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `loadbalancers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers" ``` @@ -278,7 +278,7 @@ for _, item := range items { ```go ctx := context.TODO() -id := loadbalancers.NewLoadBalancingRuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "loadBalancerName", "loadBalancingRuleName") +id := loadbalancers.NewLoadBalancerLoadBalancingRuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "loadBalancerName", "loadBalancingRuleName") read, err := client.LoadBalancerLoadBalancingRulesGet(ctx, id) if err != nil { @@ -290,6 +290,18 @@ if model := read.Model; model != nil { ``` +### Example Usage: `LoadBalancersClient.LoadBalancerLoadBalancingRulesHealth` + +```go +ctx := context.TODO() +id := loadbalancers.NewLoadBalancingRuleID("12345678-1234-9876-4563-123456789012", "resourceGroupName", "loadBalancerName", "loadBalancingRuleName") + +if err := client.LoadBalancerLoadBalancingRulesHealthThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + ### Example Usage: `LoadBalancersClient.LoadBalancerLoadBalancingRulesList` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancerbackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerbackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancerbackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerbackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerloadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerloadbalancingrule.go new file mode 100644 index 000000000000..2fb46e7ba9a3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancerloadbalancingrule.go @@ -0,0 +1,139 @@ +package loadbalancers + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&LoadBalancerLoadBalancingRuleId{}) +} + +var _ resourceids.ResourceId = &LoadBalancerLoadBalancingRuleId{} + +// LoadBalancerLoadBalancingRuleId is a struct representing the Resource ID for a Load Balancer Load Balancing Rule +type LoadBalancerLoadBalancingRuleId struct { + SubscriptionId string + ResourceGroupName string + LoadBalancerName string + LoadBalancingRuleName string +} + +// NewLoadBalancerLoadBalancingRuleID returns a new LoadBalancerLoadBalancingRuleId struct +func NewLoadBalancerLoadBalancingRuleID(subscriptionId string, resourceGroupName string, loadBalancerName string, loadBalancingRuleName string) LoadBalancerLoadBalancingRuleId { + return LoadBalancerLoadBalancingRuleId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + LoadBalancerName: loadBalancerName, + LoadBalancingRuleName: loadBalancingRuleName, + } +} + +// ParseLoadBalancerLoadBalancingRuleID parses 'input' into a LoadBalancerLoadBalancingRuleId +func ParseLoadBalancerLoadBalancingRuleID(input string) (*LoadBalancerLoadBalancingRuleId, error) { + parser := resourceids.NewParserFromResourceIdType(&LoadBalancerLoadBalancingRuleId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := LoadBalancerLoadBalancingRuleId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseLoadBalancerLoadBalancingRuleIDInsensitively parses 'input' case-insensitively into a LoadBalancerLoadBalancingRuleId +// note: this method should only be used for API response data and not user input +func ParseLoadBalancerLoadBalancingRuleIDInsensitively(input string) (*LoadBalancerLoadBalancingRuleId, error) { + parser := resourceids.NewParserFromResourceIdType(&LoadBalancerLoadBalancingRuleId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := LoadBalancerLoadBalancingRuleId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *LoadBalancerLoadBalancingRuleId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.LoadBalancerName, ok = input.Parsed["loadBalancerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "loadBalancerName", input) + } + + if id.LoadBalancingRuleName, ok = input.Parsed["loadBalancingRuleName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "loadBalancingRuleName", input) + } + + return nil +} + +// ValidateLoadBalancerLoadBalancingRuleID checks that 'input' can be parsed as a Load Balancer Load Balancing Rule ID +func ValidateLoadBalancerLoadBalancingRuleID(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 := ParseLoadBalancerLoadBalancingRuleID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Load Balancer Load Balancing Rule ID +func (id LoadBalancerLoadBalancingRuleId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/loadBalancers/%s/loadBalancingRules/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.LoadBalancerName, id.LoadBalancingRuleName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Load Balancer Load Balancing Rule ID +func (id LoadBalancerLoadBalancingRuleId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticLoadBalancers", "loadBalancers", "loadBalancers"), + resourceids.UserSpecifiedSegment("loadBalancerName", "loadBalancerName"), + resourceids.StaticSegment("staticLoadBalancingRules", "loadBalancingRules", "loadBalancingRules"), + resourceids.UserSpecifiedSegment("loadBalancingRuleName", "loadBalancingRuleName"), + } +} + +// String returns a human-readable description of this Load Balancer Load Balancing Rule ID +func (id LoadBalancerLoadBalancingRuleId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Load Balancer Name: %q", id.LoadBalancerName), + fmt.Sprintf("Load Balancing Rule Name: %q", id.LoadBalancingRuleName), + } + return fmt.Sprintf("Load Balancer Load Balancing Rule (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancingrule.go similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancingrule.go index 9ff4866e0d2b..26daab4937c4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_loadbalancingrule.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_loadbalancingrule.go @@ -117,7 +117,7 @@ func (id LoadBalancingRuleId) Segments() []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.UserSpecifiedSegment("resourceGroupName", "resourceGroupName"), resourceids.StaticSegment("staticProviders", "providers", "providers"), resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), resourceids.StaticSegment("staticLoadBalancers", "loadBalancers", "loadBalancers"), diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_providerloadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_providerloadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/id_providerloadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/id_providerloadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_inboundnatruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_inboundnatruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_listinboundnatruleportmappings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_listinboundnatruleportmappings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_listinboundnatruleportmappings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_listinboundnatruleportmappings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go index 76a4fc9b62f3..edc0e5ceaeb3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go @@ -18,7 +18,7 @@ type LoadBalancerLoadBalancingRulesGetOperationResponse struct { } // LoadBalancerLoadBalancingRulesGet ... -func (c LoadBalancersClient) LoadBalancerLoadBalancingRulesGet(ctx context.Context, id LoadBalancingRuleId) (result LoadBalancerLoadBalancingRulesGetOperationResponse, err error) { +func (c LoadBalancersClient) LoadBalancerLoadBalancingRulesGet(ctx context.Context, id LoadBalancerLoadBalancingRuleId) (result LoadBalancerLoadBalancingRulesGetOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleshealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleshealth.go new file mode 100644 index 000000000000..6393491c724f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleshealth.go @@ -0,0 +1,71 @@ +package loadbalancers + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type LoadBalancerLoadBalancingRulesHealthOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *LoadBalancerHealthPerRule +} + +// LoadBalancerLoadBalancingRulesHealth ... +func (c LoadBalancersClient) LoadBalancerLoadBalancingRulesHealth(ctx context.Context, id LoadBalancingRuleId) (result LoadBalancerLoadBalancingRulesHealthOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/health", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// LoadBalancerLoadBalancingRulesHealthThenPoll performs LoadBalancerLoadBalancingRulesHealth then polls until it's completed +func (c LoadBalancersClient) LoadBalancerLoadBalancingRulesHealthThenPoll(ctx context.Context, id LoadBalancingRuleId) error { + result, err := c.LoadBalancerLoadBalancingRulesHealth(ctx, id) + if err != nil { + return fmt.Errorf("performing LoadBalancerLoadBalancingRulesHealth: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after LoadBalancerLoadBalancingRulesHealth: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalanceroutboundrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalanceroutboundrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalanceroutboundrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalanceroutboundrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalanceroutboundruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalanceroutboundruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalanceroutboundruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalanceroutboundruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerprobesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerprobesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerprobesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerprobesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerprobeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerprobeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_loadbalancerprobeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_loadbalancerprobeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_migratetoipbased.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_migratetoipbased.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_migratetoipbased.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_migratetoipbased.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_swappublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_swappublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_swappublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_swappublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatpoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatpoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatpoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatpoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..0c769acb9cdb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package loadbalancers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..eb4d68c640c3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package loadbalancers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperrule.go new file mode 100644 index 000000000000..3be9adc88a01 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperrule.go @@ -0,0 +1,10 @@ +package loadbalancers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type LoadBalancerHealthPerRule struct { + Down *int64 `json:"down,omitempty"` + LoadBalancerBackendAddresses *[]LoadBalancerHealthPerRulePerBackendAddress `json:"loadBalancerBackendAddresses,omitempty"` + Up *int64 `json:"up,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperruleperbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperruleperbackendaddress.go new file mode 100644 index 000000000000..fdbf857b827e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerhealthperruleperbackendaddress.go @@ -0,0 +1,11 @@ +package loadbalancers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type LoadBalancerHealthPerRulePerBackendAddress struct { + IPAddress *string `json:"ipAddress,omitempty"` + NetworkInterfaceIPConfigurationId *NetworkInterfaceIPConfiguration `json:"networkInterfaceIPConfigurationId,omitempty"` + Reason *string `json:"reason,omitempty"` + State *string `json:"state,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancersku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancersku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancersku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancersku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_loadbalancingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_loadbalancingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_migratedpools.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_migratedpools.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_migratedpools.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_migratedpools.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..83b4dc30fdf0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package loadbalancers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_outboundrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_outboundrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_outboundrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_outboundrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_probepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_probepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_probepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_probepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subnetpropertiesformat.go index c3a88e8b60ec..48667d5dd899 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/version.go index ca9f366f656b..481a83333b1b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers/version.go @@ -3,8 +3,8 @@ package loadbalancers // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/loadbalancers/2024-03-01" + return "hashicorp/go-azure-sdk/loadbalancers/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/README.md index 49823e2fe310..b95f1d5cc6cb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways` Documentation -The `localnetworkgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `localnetworkgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/id_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/id_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/id_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/id_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_addressspace.go new file mode 100644 index 000000000000..ad2d790e76d5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_addressspace.go @@ -0,0 +1,9 @@ +package localnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..93c2d3526331 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package localnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..137416d7a987 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package localnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/version.go index 1df60b622e27..4c891f4e957e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways/version.go @@ -3,8 +3,8 @@ package localnetworkgateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/localnetworkgateways/2024-03-01" + return "hashicorp/go-azure-sdk/localnetworkgateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/README.md index fabc87cdca76..c55008f40b94 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways` Documentation -The `natgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `natgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/id_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/id_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/id_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/id_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/version.go index 6c1796fb413c..277d2f69d8f1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways/version.go @@ -3,8 +3,8 @@ package natgateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/natgateways/2024-03-01" + return "hashicorp/go-azure-sdk/natgateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/README.md index ee63df441117..624f8b829175 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups` Documentation -The `networkgroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkgroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/id_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/id_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/id_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/id_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/model_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/model_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/model_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/model_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/version.go index e4a848981bf7..bc0972f61220 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups/version.go @@ -3,8 +3,8 @@ package networkgroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkgroups/2024-03-01" + return "hashicorp/go-azure-sdk/networkgroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/README.md index 91f00dd53780..612dcf130c37 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces` Documentation -The `networkinterfaces` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkinterfaces` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_providercloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_providercloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_providercloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_providercloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_roleinstance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_roleinstance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_roleinstance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_roleinstance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_roleinstancenetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_roleinstancenetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_roleinstancenetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_roleinstancenetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_tapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_tapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_tapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_tapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_virtualmachine.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_virtualmachine.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_virtualmachine.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_virtualmachine.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_virtualmachinescaleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_virtualmachinescaleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/id_virtualmachinescaleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/id_virtualmachinescaleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getcloudservicenetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getcloudservicenetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getcloudservicenetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getcloudservicenetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_geteffectiveroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_geteffectiveroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_geteffectiveroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_geteffectiveroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectivenetworksecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectivenetworksecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectiveroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectiveroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_effectiveroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_effectiveroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..e64e4b7508e8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package networkinterfaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..c5e6dabe88a4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package networkinterfaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancersku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancersku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancersku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancersku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..136be7c56ae6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package networkinterfaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_outboundrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_outboundrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_outboundrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_outboundrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_probepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_probepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_probepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_probepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subnetpropertiesformat.go index e21a76de2c69..c94965987270 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/version.go index 3c8f768c357e..71fa1c6d774c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces/version.go @@ -3,8 +3,8 @@ package networkinterfaces // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkinterfaces/2024-03-01" + return "hashicorp/go-azure-sdk/networkinterfaces/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/README.md index c76456311eb3..93ab10b2c031 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations` Documentation -The `networkmanageractiveconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanageractiveconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/constants.go similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/constants.go index 2ff4add6d9d5..c9291fb2fab7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/constants.go @@ -12,13 +12,15 @@ import ( type AddressPrefixType string const ( - AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" - AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" + AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" + AddressPrefixTypeNetworkGroup AddressPrefixType = "NetworkGroup" + AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" ) func PossibleValuesForAddressPrefixType() []string { return []string{ string(AddressPrefixTypeIPPrefix), + string(AddressPrefixTypeNetworkGroup), string(AddressPrefixTypeServiceTag), } } @@ -38,8 +40,9 @@ func (s *AddressPrefixType) UnmarshalJSON(bytes []byte) error { func parseAddressPrefixType(input string) (*AddressPrefixType, error) { vals := map[string]AddressPrefixType{ - "ipprefix": AddressPrefixTypeIPPrefix, - "servicetag": AddressPrefixTypeServiceTag, + "ipprefix": AddressPrefixTypeIPPrefix, + "networkgroup": AddressPrefixTypeNetworkGroup, + "servicetag": AddressPrefixTypeServiceTag, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/version.go index 3190ba7ffec7..b24f6abb3912 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations/version.go @@ -3,8 +3,8 @@ package networkmanageractiveconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanageractiveconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanageractiveconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/README.md index bc9d53f34ff0..0219d8544924 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations` Documentation -The `networkmanageractiveconnectivityconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanageractiveconnectivityconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/version.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/version.go index 677451994f25..f497ef9ece28 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations/version.go @@ -3,8 +3,8 @@ package networkmanageractiveconnectivityconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanageractiveconnectivityconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanageractiveconnectivityconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/README.md index a62c906a66ff..d9054a6b2051 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections` Documentation -The `networkmanagerconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanagerconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/id_networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/id_networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/id_networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/id_networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/id_providers2networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/id_providers2networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/id_providers2networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/id_providers2networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/model_networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/model_networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/model_networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/model_networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/version.go index dcfdaddff69e..bfed4ff87a72 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections/version.go @@ -3,8 +3,8 @@ package networkmanagerconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanagerconnections/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanagerconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/README.md index d3e066c2c3cf..d3eda7c87d1b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration` Documentation -The `networkmanagereffectiveconnectivityconfiguration` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanagereffectiveconnectivityconfiguration` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/version.go similarity index 81% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/version.go index b07cd1d5bca8..fcc4ad40ce9b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration/version.go @@ -3,8 +3,8 @@ package networkmanagereffectiveconnectivityconfiguration // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanagereffectiveconnectivityconfiguration/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanagereffectiveconnectivityconfiguration/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/README.md index 0eb1b2c75832..98631cbf2f87 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules` Documentation -The `networkmanagereffectivesecurityadminrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanagereffectivesecurityadminrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/constants.go similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/constants.go index e9b8c9e7f009..67086d778e3b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/constants.go @@ -12,13 +12,15 @@ import ( type AddressPrefixType string const ( - AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" - AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" + AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" + AddressPrefixTypeNetworkGroup AddressPrefixType = "NetworkGroup" + AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" ) func PossibleValuesForAddressPrefixType() []string { return []string{ string(AddressPrefixTypeIPPrefix), + string(AddressPrefixTypeNetworkGroup), string(AddressPrefixTypeServiceTag), } } @@ -38,8 +40,9 @@ func (s *AddressPrefixType) UnmarshalJSON(bytes []byte) error { func parseAddressPrefixType(input string) (*AddressPrefixType, error) { vals := map[string]AddressPrefixType{ - "ipprefix": AddressPrefixTypeIPPrefix, - "servicetag": AddressPrefixTypeServiceTag, + "ipprefix": AddressPrefixTypeIPPrefix, + "networkgroup": AddressPrefixTypeNetworkGroup, + "servicetag": AddressPrefixTypeServiceTag, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/version.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/version.go index b70e1040ee04..2957211a72dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules/version.go @@ -3,8 +3,8 @@ package networkmanagereffectivesecurityadminrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanagereffectivesecurityadminrules/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanagereffectivesecurityadminrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/README.md index 3d3f907a4897..9391370d8b9c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations` Documentation -The `networkmanagerroutingconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanagerroutingconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/id_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/id_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/id_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/id_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/model_networkmanagerroutingconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/version.go index c53e13a2ee87..d1ab4031dafe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations/version.go @@ -3,8 +3,8 @@ package networkmanagerroutingconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanagerroutingconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanagerroutingconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/README.md index 0addb27874c7..039265a5bdaf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers` Documentation -The `networkmanagers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkmanagers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_networkmanagercommitspost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_networkmanagercommitspost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_networkmanagercommitspost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_networkmanagercommitspost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_patch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_patch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/method_patch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/method_patch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_crosstenantscopes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_crosstenantscopes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_crosstenantscopes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_crosstenantscopes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagercommit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagercommit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagercommit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagercommit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerproperties.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerproperties.go index 46dc5161ee2c..6f1230cb90a7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerproperties.go @@ -5,7 +5,7 @@ package networkmanagers type NetworkManagerProperties struct { Description *string `json:"description,omitempty"` - NetworkManagerScopeAccesses []ConfigurationType `json:"networkManagerScopeAccesses"` + NetworkManagerScopeAccesses *[]ConfigurationType `json:"networkManagerScopeAccesses,omitempty"` NetworkManagerScopes NetworkManagerPropertiesNetworkManagerScopes `json:"networkManagerScopes"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ResourceGuid *string `json:"resourceGuid,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_patchobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_patchobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/model_patchobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/model_patchobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/version.go index 83be06dfa17b..ad09197b213f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers/version.go @@ -3,8 +3,8 @@ package networkmanagers // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkmanagers/2024-03-01" + return "hashicorp/go-azure-sdk/networkmanagers/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/README.md index 21c6cfde1994..07ce73493d4e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles` Documentation -The `networkprofiles` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkprofiles` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/id_networkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/id_networkprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/id_networkprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/id_networkprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..8561fdb8a878 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package networkprofiles + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..618628679b99 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package networkprofiles + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..ce1a26c54a8f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package networkprofiles + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networkprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networkprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subnetpropertiesformat.go index 1e4d43ddb3d6..dd1cb189d226 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/version.go index e3043de7cac3..244213842ef2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles/version.go @@ -3,8 +3,8 @@ package networkprofiles // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkprofiles/2024-03-01" + return "hashicorp/go-azure-sdk/networkprofiles/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/README.md index aadd75db9ef8..077376d226ce 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups` Documentation -The `networksecuritygroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networksecuritygroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/id_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/id_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/id_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/id_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..0b0ccf86b49a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package networksecuritygroups + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..baed8aebae03 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package networksecuritygroups + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..465ad94efeab --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package networksecuritygroups + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subnetpropertiesformat.go index 1709c6e2bd1f..6164dfc95bba 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/version.go index 765659c02341..35461d2a56ac 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups/version.go @@ -3,8 +3,8 @@ package networksecuritygroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networksecuritygroups/2024-03-01" + return "hashicorp/go-azure-sdk/networksecuritygroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/README.md index a43627f1493c..fcdb4f3365a4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances` Documentation -The `networkvirtualappliances` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkvirtualappliances` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/id_inboundsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/id_inboundsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/id_inboundsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/id_inboundsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_inboundsecurityruleget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_inboundsecurityruleget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_inboundsecurityruleget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_inboundsecurityruleget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_restart.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_restart.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_restart.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_restart.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_delegationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_delegationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_delegationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_delegationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_inboundsecurityrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_inboundsecurityrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_internetingresspublicipsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_internetingresspublicipsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_internetingresspublicipsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_internetingresspublicipsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_partnermanagedresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_partnermanagedresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_partnermanagedresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_partnermanagedresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenicproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenicproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualappliancenicproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualappliancenicproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceskuproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceskuproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/model_virtualapplianceskuproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/model_virtualapplianceskuproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/version.go index 9a869ebd4d56..4a58dfd44fdd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances/version.go @@ -3,8 +3,8 @@ package networkvirtualappliances // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkvirtualappliances/2024-03-01" + return "hashicorp/go-azure-sdk/networkvirtualappliances/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/README.md index 7c73009117f3..b8a2392eb762 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers` Documentation -The `networkwatchers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `networkwatchers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_checkconnectivity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_checkconnectivity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_checkconnectivity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_checkconnectivity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getazurereachabilityreport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getazurereachabilityreport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getazurereachabilityreport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getazurereachabilityreport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getflowlogstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getflowlogstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getflowlogstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getflowlogstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getnexthop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getnexthop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getnexthop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getnexthop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettopology.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettopology.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettopology.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettopology.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettroubleshooting.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettroubleshooting.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettroubleshooting.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettroubleshooting.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettroubleshootingresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettroubleshootingresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_gettroubleshootingresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_gettroubleshootingresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getvmsecurityrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getvmsecurityrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_getvmsecurityrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_getvmsecurityrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_listavailableproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_listavailableproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_listavailableproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_listavailableproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_setflowlogconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_setflowlogconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_setflowlogconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_setflowlogconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_verifyipflow.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_verifyipflow.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/method_verifyipflow.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/method_verifyipflow.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistcity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistcity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistcity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistcity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistcountry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistcountry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistcountry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistcountry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableproviderslistparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableproviderslistparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableprovidersliststate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableprovidersliststate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_availableprovidersliststate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_availableprovidersliststate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_azurereachabilityreportparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_azurereachabilityreportparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivitydestination.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivitydestination.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivitydestination.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivitydestination.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityhop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityhop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityhop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityhop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityinformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityinformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityinformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityinformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityissue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityissue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityissue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityissue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivityparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivityparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivitysource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivitysource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_connectivitysource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_connectivitysource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_effectivenetworksecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_effectivenetworksecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_effectivenetworksecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_effectivenetworksecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_evaluatednetworksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_evaluatednetworksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_evaluatednetworksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_evaluatednetworksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowloginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowloginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowloginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowloginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogstatusparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogstatusparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_flowlogstatusparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_flowlogstatusparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_hoplink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_hoplink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_hoplink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_hoplink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_hoplinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_hoplinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_hoplinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_hoplinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_httpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_httpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_httpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_httpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_httpheader.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_httpheader.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_httpheader.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_httpheader.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_matchedrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_matchedrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_matchedrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_matchedrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkconfigurationdiagnosticresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkconfigurationdiagnosticresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkinterfaceassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkinterfaceassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkinterfaceassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkinterfaceassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networksecuritygroupresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networksecuritygroupresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networksecuritygroupresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networksecuritygroupresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networksecurityrulesevaluationresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networksecurityrulesevaluationresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networksecurityrulesevaluationresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networksecurityrulesevaluationresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcherlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcherlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcherlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcherlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcherpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcherpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_networkwatcherpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_networkwatcherpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_nexthopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_nexthopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_nexthopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_nexthopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_nexthopresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_nexthopresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_nexthopresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_nexthopresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_protocolconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_protocolconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_protocolconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_protocolconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_querytroubleshootingparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_querytroubleshootingparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_querytroubleshootingparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_querytroubleshootingparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupnetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupnetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupnetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupnetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupviewparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupviewparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupviewparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupviewparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupviewresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupviewresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securitygroupviewresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securitygroupviewresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityruleassociations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityruleassociations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityruleassociations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityruleassociations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_subnetassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_subnetassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_subnetassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_subnetassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topology.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topology.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topology.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topology.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_topologyresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_topologyresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingrecommendedactions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingrecommendedactions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingrecommendedactions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingrecommendedactions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_troubleshootingresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_troubleshootingresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_verificationipflowparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_verificationipflowparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_verificationipflowparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_verificationipflowparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_verificationipflowresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_verificationipflowresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/model_verificationipflowresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/model_verificationipflowresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/version.go index ae05df76a21f..2aab99127227 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers/version.go @@ -3,8 +3,8 @@ package networkwatchers // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/networkwatchers/2024-03-01" + return "hashicorp/go-azure-sdk/networkwatchers/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/README.md index 37f5c2c73e3d..784ce89ba054 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways` Documentation -The `p2svpngateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `p2svpngateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_disconnectp2svpnconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_disconnectp2svpnconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_disconnectp2svpnconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_disconnectp2svpnconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_generatevpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_generatevpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_generatevpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_generatevpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_getp2svpnconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_getp2svpnconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_getp2svpnconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_getp2svpnconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_addressspace.go new file mode 100644 index 000000000000..02026c1d632c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_addressspace.go @@ -0,0 +1,9 @@ +package p2svpngateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..22b17dc6f6b4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package p2svpngateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocationpool.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocationpool.go index 7c79876f0475..96b5eeb06ac5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package p2svpngateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnconnectionrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnconnectionrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnprofileparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnprofileparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_p2svpnprofileparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_p2svpnprofileparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnprofileresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnprofileresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnprofileresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnprofileresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/version.go index 35293bc56ad1..8bd0bd98cb2d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways/version.go @@ -3,8 +3,8 @@ package p2svpngateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/p2svpngateways/2024-03-01" + return "hashicorp/go-azure-sdk/p2svpngateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/README.md index 08b0fda27aa2..687bd5f06e2c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures` Documentation -The `packetcaptures` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `packetcaptures` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/id_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/id_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/id_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/id_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_getstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_getstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_getstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_getstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturemachinescope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturemachinescope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturemachinescope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturemachinescope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturequerystatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturequerystatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturequerystatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturequerystatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureresultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureresultproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcaptureresultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcaptureresultproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturesettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturesettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturesettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturesettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturestoragelocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturestoragelocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/model_packetcapturestoragelocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/model_packetcapturestoragelocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/version.go index b582fc980901..aa572cb2d260 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures/version.go @@ -3,8 +3,8 @@ package packetcaptures // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/packetcaptures/2024-03-01" + return "hashicorp/go-azure-sdk/packetcaptures/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/README.md index 1c5b2ddda8ab..860a98e0483c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections` Documentation -The `peerexpressroutecircuitconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `peerexpressroutecircuitconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/id_peerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/id_peerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/id_peerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/id_peerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/version.go index aad65b9e49c2..a381d495a95a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections/version.go @@ -3,8 +3,8 @@ package peerexpressroutecircuitconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/peerexpressroutecircuitconnections/2024-03-01" + return "hashicorp/go-azure-sdk/peerexpressroutecircuitconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/README.md index 071aa659c7b0..a15a8e666f66 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups` Documentation -The `privatednszonegroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `privatednszonegroups` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/id_privatednszonegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/id_privatednszonegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/id_privatednszonegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/id_privatednszonegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/id_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/id_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/id_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/id_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszoneconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszoneconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszoneconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszoneconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_privatednszonepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_privatednszonepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_recordset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_recordset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/model_recordset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/model_recordset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/version.go index 10ccb532b7d3..84d9b4621d91 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups/version.go @@ -3,8 +3,8 @@ package privatednszonegroups // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/privatednszonegroups/2024-03-01" + return "hashicorp/go-azure-sdk/privatednszonegroups/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/README.md index 6e0dfe6bab93..abb4f2b6100d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints` Documentation -The `privateendpoints` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `privateendpoints` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_availableprivateendpointtypeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_availableprivateendpointtypeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_availableprivateendpointtypeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_availableprivateendpointtypeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_availableprivateendpointtype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_availableprivateendpointtype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_availableprivateendpointtype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_availableprivateendpointtype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..11c5136df60f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package privateendpoints + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..c7ea1c2e4cb0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package privateendpoints + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..a7c9822ea4ee --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package privateendpoints + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subnetpropertiesformat.go index 84fae8e2d690..d3e24496a814 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/version.go index cad261b040ce..990c30072f27 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints/version.go @@ -3,8 +3,8 @@ package privateendpoints // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/privateendpoints/2024-03-01" + return "hashicorp/go-azure-sdk/privateendpoints/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/README.md index 57252b930e73..dc6a509a37b6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices` Documentation -The `privatelinkservices` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `privatelinkservices` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_checkprivatelinkservicevisibility.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_checkprivatelinkservicevisibility.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_checkprivatelinkservicevisibility.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_checkprivatelinkservicevisibility.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_deleteprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_deleteprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_deleteprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_deleteprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_getprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_getprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_getprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_getprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listprivateendpointconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listprivateendpointconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_listprivateendpointconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_listprivateendpointconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_updateprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_updateprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/method_updateprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/method_updateprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_autoapprovedprivatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_autoapprovedprivatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_autoapprovedprivatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_autoapprovedprivatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..549438636a27 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package privatelinkservices + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..a53859a9e29f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package privatelinkservices + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..01c06a6cc15f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package privatelinkservices + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkservicevisibility.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkservicevisibility.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_privatelinkservicevisibility.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_privatelinkservicevisibility.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subnetpropertiesformat.go index 223c45fd44d5..ff4a474c3824 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/version.go index 0295a186c594..680880ed5132 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices/version.go @@ -3,8 +3,8 @@ package privatelinkservices // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/privatelinkservices/2024-03-01" + return "hashicorp/go-azure-sdk/privatelinkservices/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/README.md index 258f20353ec8..f5cad006a42b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses` Documentation -The `publicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `publicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_ddosprotectionstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_ddosprotectionstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_ddosprotectionstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_ddosprotectionstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..7bc3794a4613 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package publicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..b5e6987008ba --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package publicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..a4eec8778aa0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package publicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipddosprotectionstatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipddosprotectionstatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_publicipddosprotectionstatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_publicipddosprotectionstatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subnetpropertiesformat.go index 72cc7de86106..21017979e735 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/version.go index ae6c52d8980b..d7a01994fc98 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses/version.go @@ -3,8 +3,8 @@ package publicipaddresses // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/publicipaddresses/2024-03-01" + return "hashicorp/go-azure-sdk/publicipaddresses/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/README.md index 09316f3f7c65..ccb49598e315 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes` Documentation -The `publicipprefixes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `publicipprefixes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/id_publicipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/id_publicipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/id_publicipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/id_publicipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefixpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefixpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefixpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefixpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefixsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefixsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_publicipprefixsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_publicipprefixsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_referencedpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_referencedpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_referencedpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_referencedpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/version.go index b2cad2b3bb3f..a0171d486e22 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes/version.go @@ -3,8 +3,8 @@ package publicipprefixes // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/publicipprefixes/2024-03-01" + return "hashicorp/go-azure-sdk/publicipprefixes/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/client.go new file mode 100644 index 000000000000..8d80bbd5cd38 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/client.go @@ -0,0 +1,26 @@ +package reachabilityanalysisintent + +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 ReachabilityAnalysisIntentClient struct { + Client *resourcemanager.Client +} + +func NewReachabilityAnalysisIntentClientWithBaseURI(sdkApi sdkEnv.Api) (*ReachabilityAnalysisIntentClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "reachabilityanalysisintent", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating ReachabilityAnalysisIntentClient: %+v", err) + } + + return &ReachabilityAnalysisIntentClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/id_reachabilityanalysisintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/id_reachabilityanalysisintent.go new file mode 100644 index 000000000000..213bd9e9c5dd --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/id_reachabilityanalysisintent.go @@ -0,0 +1,148 @@ +package reachabilityanalysisintent + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&ReachabilityAnalysisIntentId{}) +} + +var _ resourceids.ResourceId = &ReachabilityAnalysisIntentId{} + +// ReachabilityAnalysisIntentId is a struct representing the Resource ID for a Reachability Analysis Intent +type ReachabilityAnalysisIntentId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string + ReachabilityAnalysisIntentName string +} + +// NewReachabilityAnalysisIntentID returns a new ReachabilityAnalysisIntentId struct +func NewReachabilityAnalysisIntentID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string, reachabilityAnalysisIntentName string) ReachabilityAnalysisIntentId { + return ReachabilityAnalysisIntentId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + ReachabilityAnalysisIntentName: reachabilityAnalysisIntentName, + } +} + +// ParseReachabilityAnalysisIntentID parses 'input' into a ReachabilityAnalysisIntentId +func ParseReachabilityAnalysisIntentID(input string) (*ReachabilityAnalysisIntentId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisIntentId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisIntentId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseReachabilityAnalysisIntentIDInsensitively parses 'input' case-insensitively into a ReachabilityAnalysisIntentId +// note: this method should only be used for API response data and not user input +func ParseReachabilityAnalysisIntentIDInsensitively(input string) (*ReachabilityAnalysisIntentId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisIntentId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisIntentId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *ReachabilityAnalysisIntentId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + if id.ReachabilityAnalysisIntentName, ok = input.Parsed["reachabilityAnalysisIntentName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "reachabilityAnalysisIntentName", input) + } + + return nil +} + +// ValidateReachabilityAnalysisIntentID checks that 'input' can be parsed as a Reachability Analysis Intent ID +func ValidateReachabilityAnalysisIntentID(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 := ParseReachabilityAnalysisIntentID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s/reachabilityAnalysisIntents/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName, id.ReachabilityAnalysisIntentName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + resourceids.StaticSegment("staticReachabilityAnalysisIntents", "reachabilityAnalysisIntents", "reachabilityAnalysisIntents"), + resourceids.UserSpecifiedSegment("reachabilityAnalysisIntentName", "reachabilityAnalysisIntentName"), + } +} + +// String returns a human-readable description of this Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + fmt.Sprintf("Reachability Analysis Intent Name: %q", id.ReachabilityAnalysisIntentName), + } + return fmt.Sprintf("Reachability Analysis Intent (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/method_delete.go new file mode 100644 index 000000000000..31924ee1ecba --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/method_delete.go @@ -0,0 +1,47 @@ +package reachabilityanalysisintent + +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 ReachabilityAnalysisIntentClient) Delete(ctx context.Context, id ReachabilityAnalysisIntentId) (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/network/2024-05-01/reachabilityanalysisintent/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/version.go new file mode 100644 index 000000000000..dd02710a17a9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent/version.go @@ -0,0 +1,10 @@ +package reachabilityanalysisintent + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/reachabilityanalysisintent/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/README.md new file mode 100644 index 000000000000..e0b11cdb4c3a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/README.md @@ -0,0 +1,74 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents` Documentation + +The `reachabilityanalysisintents` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents" +``` + + +### Client Initialization + +```go +client := reachabilityanalysisintents.NewReachabilityAnalysisIntentsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `ReachabilityAnalysisIntentsClient.Create` + +```go +ctx := context.TODO() +id := reachabilityanalysisintents.NewReachabilityAnalysisIntentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName", "reachabilityAnalysisIntentName") + +payload := reachabilityanalysisintents.ReachabilityAnalysisIntent{ + // ... +} + + +read, err := client.Create(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `ReachabilityAnalysisIntentsClient.Get` + +```go +ctx := context.TODO() +id := reachabilityanalysisintents.NewReachabilityAnalysisIntentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName", "reachabilityAnalysisIntentName") + +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: `ReachabilityAnalysisIntentsClient.List` + +```go +ctx := context.TODO() +id := reachabilityanalysisintents.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +// alternatively `client.List(ctx, id, reachabilityanalysisintents.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, reachabilityanalysisintents.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/client.go new file mode 100644 index 000000000000..477d04a3ad14 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/client.go @@ -0,0 +1,26 @@ +package reachabilityanalysisintents + +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 ReachabilityAnalysisIntentsClient struct { + Client *resourcemanager.Client +} + +func NewReachabilityAnalysisIntentsClientWithBaseURI(sdkApi sdkEnv.Api) (*ReachabilityAnalysisIntentsClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "reachabilityanalysisintents", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating ReachabilityAnalysisIntentsClient: %+v", err) + } + + return &ReachabilityAnalysisIntentsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/constants.go new file mode 100644 index 000000000000..6cb8b8101ad3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/constants.go @@ -0,0 +1,110 @@ +package reachabilityanalysisintents + +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 NetworkProtocol string + +const ( + NetworkProtocolAny NetworkProtocol = "Any" + NetworkProtocolICMP NetworkProtocol = "ICMP" + NetworkProtocolTCP NetworkProtocol = "TCP" + NetworkProtocolUDP NetworkProtocol = "UDP" +) + +func PossibleValuesForNetworkProtocol() []string { + return []string{ + string(NetworkProtocolAny), + string(NetworkProtocolICMP), + string(NetworkProtocolTCP), + string(NetworkProtocolUDP), + } +} + +func (s *NetworkProtocol) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNetworkProtocol(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNetworkProtocol(input string) (*NetworkProtocol, error) { + vals := map[string]NetworkProtocol{ + "any": NetworkProtocolAny, + "icmp": NetworkProtocolICMP, + "tcp": NetworkProtocolTCP, + "udp": NetworkProtocolUDP, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NetworkProtocol(input) + return &out, nil +} + +type ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_reachabilityanalysisintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_reachabilityanalysisintent.go new file mode 100644 index 000000000000..35d489e168e5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_reachabilityanalysisintent.go @@ -0,0 +1,148 @@ +package reachabilityanalysisintents + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&ReachabilityAnalysisIntentId{}) +} + +var _ resourceids.ResourceId = &ReachabilityAnalysisIntentId{} + +// ReachabilityAnalysisIntentId is a struct representing the Resource ID for a Reachability Analysis Intent +type ReachabilityAnalysisIntentId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string + ReachabilityAnalysisIntentName string +} + +// NewReachabilityAnalysisIntentID returns a new ReachabilityAnalysisIntentId struct +func NewReachabilityAnalysisIntentID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string, reachabilityAnalysisIntentName string) ReachabilityAnalysisIntentId { + return ReachabilityAnalysisIntentId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + ReachabilityAnalysisIntentName: reachabilityAnalysisIntentName, + } +} + +// ParseReachabilityAnalysisIntentID parses 'input' into a ReachabilityAnalysisIntentId +func ParseReachabilityAnalysisIntentID(input string) (*ReachabilityAnalysisIntentId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisIntentId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisIntentId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseReachabilityAnalysisIntentIDInsensitively parses 'input' case-insensitively into a ReachabilityAnalysisIntentId +// note: this method should only be used for API response data and not user input +func ParseReachabilityAnalysisIntentIDInsensitively(input string) (*ReachabilityAnalysisIntentId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisIntentId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisIntentId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *ReachabilityAnalysisIntentId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + if id.ReachabilityAnalysisIntentName, ok = input.Parsed["reachabilityAnalysisIntentName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "reachabilityAnalysisIntentName", input) + } + + return nil +} + +// ValidateReachabilityAnalysisIntentID checks that 'input' can be parsed as a Reachability Analysis Intent ID +func ValidateReachabilityAnalysisIntentID(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 := ParseReachabilityAnalysisIntentID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s/reachabilityAnalysisIntents/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName, id.ReachabilityAnalysisIntentName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + resourceids.StaticSegment("staticReachabilityAnalysisIntents", "reachabilityAnalysisIntents", "reachabilityAnalysisIntents"), + resourceids.UserSpecifiedSegment("reachabilityAnalysisIntentName", "reachabilityAnalysisIntentName"), + } +} + +// String returns a human-readable description of this Reachability Analysis Intent ID +func (id ReachabilityAnalysisIntentId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + fmt.Sprintf("Reachability Analysis Intent Name: %q", id.ReachabilityAnalysisIntentName), + } + return fmt.Sprintf("Reachability Analysis Intent (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_verifierworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_verifierworkspace.go new file mode 100644 index 000000000000..838b602e9b62 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/id_verifierworkspace.go @@ -0,0 +1,139 @@ +package reachabilityanalysisintents + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&VerifierWorkspaceId{}) +} + +var _ resourceids.ResourceId = &VerifierWorkspaceId{} + +// VerifierWorkspaceId is a struct representing the Resource ID for a Verifier Workspace +type VerifierWorkspaceId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string +} + +// NewVerifierWorkspaceID returns a new VerifierWorkspaceId struct +func NewVerifierWorkspaceID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string) VerifierWorkspaceId { + return VerifierWorkspaceId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + } +} + +// ParseVerifierWorkspaceID parses 'input' into a VerifierWorkspaceId +func ParseVerifierWorkspaceID(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseVerifierWorkspaceIDInsensitively parses 'input' case-insensitively into a VerifierWorkspaceId +// note: this method should only be used for API response data and not user input +func ParseVerifierWorkspaceIDInsensitively(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *VerifierWorkspaceId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + return nil +} + +// ValidateVerifierWorkspaceID checks that 'input' can be parsed as a Verifier Workspace ID +func ValidateVerifierWorkspaceID(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 := ParseVerifierWorkspaceID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Verifier Workspace ID +func (id VerifierWorkspaceId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Verifier Workspace ID +func (id VerifierWorkspaceId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + } +} + +// String returns a human-readable description of this Verifier Workspace ID +func (id VerifierWorkspaceId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + } + return fmt.Sprintf("Verifier Workspace (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_create.go new file mode 100644 index 000000000000..88254ae96025 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_create.go @@ -0,0 +1,58 @@ +package reachabilityanalysisintents + +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 CreateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *ReachabilityAnalysisIntent +} + +// Create ... +func (c ReachabilityAnalysisIntentsClient) Create(ctx context.Context, id ReachabilityAnalysisIntentId, input ReachabilityAnalysisIntent) (result CreateOperationResponse, 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 + } + + var model ReachabilityAnalysisIntent + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_get.go new file mode 100644 index 000000000000..8eadfc891b90 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_get.go @@ -0,0 +1,53 @@ +package reachabilityanalysisintents + +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 *ReachabilityAnalysisIntent +} + +// Get ... +func (c ReachabilityAnalysisIntentsClient) Get(ctx context.Context, id ReachabilityAnalysisIntentId) (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 + } + + var model ReachabilityAnalysisIntent + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_list.go new file mode 100644 index 000000000000..f9bffc5041c6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/method_list.go @@ -0,0 +1,150 @@ +package reachabilityanalysisintents + +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 ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]ReachabilityAnalysisIntent +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []ReachabilityAnalysisIntent +} + +type ListOperationOptions struct { + Skip *int64 + SkipToken *string + SortKey *string + SortValue *string + Top *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Skip != nil { + out.Append("skip", fmt.Sprintf("%v", *o.Skip)) + } + if o.SkipToken != nil { + out.Append("skipToken", fmt.Sprintf("%v", *o.SkipToken)) + } + if o.SortKey != nil { + out.Append("sortKey", fmt.Sprintf("%v", *o.SortKey)) + } + if o.SortValue != nil { + out.Append("sortValue", fmt.Sprintf("%v", *o.SortValue)) + } + if o.Top != nil { + out.Append("top", fmt.Sprintf("%v", *o.Top)) + } + return &out +} + +type ListCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// List ... +func (c ReachabilityAnalysisIntentsClient) List(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + OptionsObject: options, + Pager: &ListCustomPager{}, + Path: fmt.Sprintf("%s/reachabilityAnalysisIntents", 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 *[]ReachabilityAnalysisIntent `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 ReachabilityAnalysisIntentsClient) ListComplete(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, ReachabilityAnalysisIntentOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c ReachabilityAnalysisIntentsClient) ListCompleteMatchingPredicate(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions, predicate ReachabilityAnalysisIntentOperationPredicate) (result ListCompleteResult, err error) { + items := make([]ReachabilityAnalysisIntent, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_iptraffic.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_iptraffic.go new file mode 100644 index 000000000000..9e20b97671ec --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_iptraffic.go @@ -0,0 +1,12 @@ +package reachabilityanalysisintents + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPTraffic struct { + DestinationIPs []string `json:"destinationIps"` + DestinationPorts []string `json:"destinationPorts"` + Protocols []NetworkProtocol `json:"protocols"` + SourceIPs []string `json:"sourceIps"` + SourcePorts []string `json:"sourcePorts"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintent.go new file mode 100644 index 000000000000..d84ce18b72a5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintent.go @@ -0,0 +1,16 @@ +package reachabilityanalysisintents + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisIntent struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties ReachabilityAnalysisIntentProperties `json:"properties"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintentproperties.go new file mode 100644 index 000000000000..2c34fff4eaf5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/model_reachabilityanalysisintentproperties.go @@ -0,0 +1,12 @@ +package reachabilityanalysisintents + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisIntentProperties struct { + Description *string `json:"description,omitempty"` + DestinationResourceId string `json:"destinationResourceId"` + IPTraffic IPTraffic `json:"ipTraffic"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + SourceResourceId string `json:"sourceResourceId"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/predicates.go new file mode 100644 index 000000000000..b8a08136ed42 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/predicates.go @@ -0,0 +1,27 @@ +package reachabilityanalysisintents + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisIntentOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p ReachabilityAnalysisIntentOperationPredicate) Matches(input ReachabilityAnalysisIntent) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/version.go new file mode 100644 index 000000000000..b54b50b7df94 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents/version.go @@ -0,0 +1,10 @@ +package reachabilityanalysisintents + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/reachabilityanalysisintents/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/README.md new file mode 100644 index 000000000000..3da545c0bdae --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/README.md @@ -0,0 +1,86 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns` Documentation + +The `reachabilityanalysisruns` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns" +``` + + +### Client Initialization + +```go +client := reachabilityanalysisruns.NewReachabilityAnalysisRunsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `ReachabilityAnalysisRunsClient.Create` + +```go +ctx := context.TODO() +id := reachabilityanalysisruns.NewReachabilityAnalysisRunID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName", "reachabilityAnalysisRunName") + +payload := reachabilityanalysisruns.ReachabilityAnalysisRun{ + // ... +} + + +read, err := client.Create(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `ReachabilityAnalysisRunsClient.Delete` + +```go +ctx := context.TODO() +id := reachabilityanalysisruns.NewReachabilityAnalysisRunID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName", "reachabilityAnalysisRunName") + +if err := client.DeleteThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `ReachabilityAnalysisRunsClient.Get` + +```go +ctx := context.TODO() +id := reachabilityanalysisruns.NewReachabilityAnalysisRunID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName", "reachabilityAnalysisRunName") + +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: `ReachabilityAnalysisRunsClient.List` + +```go +ctx := context.TODO() +id := reachabilityanalysisruns.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +// alternatively `client.List(ctx, id, reachabilityanalysisruns.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, reachabilityanalysisruns.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/client.go new file mode 100644 index 000000000000..59658cf90da6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/client.go @@ -0,0 +1,26 @@ +package reachabilityanalysisruns + +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 ReachabilityAnalysisRunsClient struct { + Client *resourcemanager.Client +} + +func NewReachabilityAnalysisRunsClientWithBaseURI(sdkApi sdkEnv.Api) (*ReachabilityAnalysisRunsClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "reachabilityanalysisruns", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating ReachabilityAnalysisRunsClient: %+v", err) + } + + return &ReachabilityAnalysisRunsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/constants.go new file mode 100644 index 000000000000..b49091ec995b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/constants.go @@ -0,0 +1,110 @@ +package reachabilityanalysisruns + +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 NetworkProtocol string + +const ( + NetworkProtocolAny NetworkProtocol = "Any" + NetworkProtocolICMP NetworkProtocol = "ICMP" + NetworkProtocolTCP NetworkProtocol = "TCP" + NetworkProtocolUDP NetworkProtocol = "UDP" +) + +func PossibleValuesForNetworkProtocol() []string { + return []string{ + string(NetworkProtocolAny), + string(NetworkProtocolICMP), + string(NetworkProtocolTCP), + string(NetworkProtocolUDP), + } +} + +func (s *NetworkProtocol) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNetworkProtocol(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNetworkProtocol(input string) (*NetworkProtocol, error) { + vals := map[string]NetworkProtocol{ + "any": NetworkProtocolAny, + "icmp": NetworkProtocolICMP, + "tcp": NetworkProtocolTCP, + "udp": NetworkProtocolUDP, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NetworkProtocol(input) + return &out, nil +} + +type ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_reachabilityanalysisrun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_reachabilityanalysisrun.go new file mode 100644 index 000000000000..1d98dccc029d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_reachabilityanalysisrun.go @@ -0,0 +1,148 @@ +package reachabilityanalysisruns + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&ReachabilityAnalysisRunId{}) +} + +var _ resourceids.ResourceId = &ReachabilityAnalysisRunId{} + +// ReachabilityAnalysisRunId is a struct representing the Resource ID for a Reachability Analysis Run +type ReachabilityAnalysisRunId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string + ReachabilityAnalysisRunName string +} + +// NewReachabilityAnalysisRunID returns a new ReachabilityAnalysisRunId struct +func NewReachabilityAnalysisRunID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string, reachabilityAnalysisRunName string) ReachabilityAnalysisRunId { + return ReachabilityAnalysisRunId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + ReachabilityAnalysisRunName: reachabilityAnalysisRunName, + } +} + +// ParseReachabilityAnalysisRunID parses 'input' into a ReachabilityAnalysisRunId +func ParseReachabilityAnalysisRunID(input string) (*ReachabilityAnalysisRunId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisRunId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisRunId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseReachabilityAnalysisRunIDInsensitively parses 'input' case-insensitively into a ReachabilityAnalysisRunId +// note: this method should only be used for API response data and not user input +func ParseReachabilityAnalysisRunIDInsensitively(input string) (*ReachabilityAnalysisRunId, error) { + parser := resourceids.NewParserFromResourceIdType(&ReachabilityAnalysisRunId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := ReachabilityAnalysisRunId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *ReachabilityAnalysisRunId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + if id.ReachabilityAnalysisRunName, ok = input.Parsed["reachabilityAnalysisRunName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "reachabilityAnalysisRunName", input) + } + + return nil +} + +// ValidateReachabilityAnalysisRunID checks that 'input' can be parsed as a Reachability Analysis Run ID +func ValidateReachabilityAnalysisRunID(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 := ParseReachabilityAnalysisRunID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Reachability Analysis Run ID +func (id ReachabilityAnalysisRunId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s/reachabilityAnalysisRuns/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName, id.ReachabilityAnalysisRunName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Reachability Analysis Run ID +func (id ReachabilityAnalysisRunId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + resourceids.StaticSegment("staticReachabilityAnalysisRuns", "reachabilityAnalysisRuns", "reachabilityAnalysisRuns"), + resourceids.UserSpecifiedSegment("reachabilityAnalysisRunName", "reachabilityAnalysisRunName"), + } +} + +// String returns a human-readable description of this Reachability Analysis Run ID +func (id ReachabilityAnalysisRunId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + fmt.Sprintf("Reachability Analysis Run Name: %q", id.ReachabilityAnalysisRunName), + } + return fmt.Sprintf("Reachability Analysis Run (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_verifierworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_verifierworkspace.go new file mode 100644 index 000000000000..3032969101ae --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/id_verifierworkspace.go @@ -0,0 +1,139 @@ +package reachabilityanalysisruns + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&VerifierWorkspaceId{}) +} + +var _ resourceids.ResourceId = &VerifierWorkspaceId{} + +// VerifierWorkspaceId is a struct representing the Resource ID for a Verifier Workspace +type VerifierWorkspaceId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string +} + +// NewVerifierWorkspaceID returns a new VerifierWorkspaceId struct +func NewVerifierWorkspaceID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string) VerifierWorkspaceId { + return VerifierWorkspaceId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + } +} + +// ParseVerifierWorkspaceID parses 'input' into a VerifierWorkspaceId +func ParseVerifierWorkspaceID(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseVerifierWorkspaceIDInsensitively parses 'input' case-insensitively into a VerifierWorkspaceId +// note: this method should only be used for API response data and not user input +func ParseVerifierWorkspaceIDInsensitively(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *VerifierWorkspaceId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + return nil +} + +// ValidateVerifierWorkspaceID checks that 'input' can be parsed as a Verifier Workspace ID +func ValidateVerifierWorkspaceID(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 := ParseVerifierWorkspaceID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Verifier Workspace ID +func (id VerifierWorkspaceId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Verifier Workspace ID +func (id VerifierWorkspaceId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + } +} + +// String returns a human-readable description of this Verifier Workspace ID +func (id VerifierWorkspaceId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + } + return fmt.Sprintf("Verifier Workspace (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_create.go new file mode 100644 index 000000000000..0e187215e466 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_create.go @@ -0,0 +1,58 @@ +package reachabilityanalysisruns + +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 CreateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *ReachabilityAnalysisRun +} + +// Create ... +func (c ReachabilityAnalysisRunsClient) Create(ctx context.Context, id ReachabilityAnalysisRunId, input ReachabilityAnalysisRun) (result CreateOperationResponse, 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 + } + + var model ReachabilityAnalysisRun + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_delete.go new file mode 100644 index 000000000000..2394a3e9a772 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_delete.go @@ -0,0 +1,70 @@ +package reachabilityanalysisruns + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type DeleteOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c ReachabilityAnalysisRunsClient) Delete(ctx context.Context, id ReachabilityAnalysisRunId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusNoContent, + }, + HttpMethod: http.MethodDelete, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// DeleteThenPoll performs Delete then polls until it's completed +func (c ReachabilityAnalysisRunsClient) DeleteThenPoll(ctx context.Context, id ReachabilityAnalysisRunId) error { + result, err := c.Delete(ctx, id) + if err != nil { + return fmt.Errorf("performing Delete: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Delete: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_get.go new file mode 100644 index 000000000000..42240eb5d8c6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_get.go @@ -0,0 +1,53 @@ +package reachabilityanalysisruns + +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 *ReachabilityAnalysisRun +} + +// Get ... +func (c ReachabilityAnalysisRunsClient) Get(ctx context.Context, id ReachabilityAnalysisRunId) (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 + } + + var model ReachabilityAnalysisRun + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_list.go new file mode 100644 index 000000000000..3edb0e689f73 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/method_list.go @@ -0,0 +1,150 @@ +package reachabilityanalysisruns + +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 ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]ReachabilityAnalysisRun +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []ReachabilityAnalysisRun +} + +type ListOperationOptions struct { + Skip *int64 + SkipToken *string + SortKey *string + SortValue *string + Top *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Skip != nil { + out.Append("skip", fmt.Sprintf("%v", *o.Skip)) + } + if o.SkipToken != nil { + out.Append("skipToken", fmt.Sprintf("%v", *o.SkipToken)) + } + if o.SortKey != nil { + out.Append("sortKey", fmt.Sprintf("%v", *o.SortKey)) + } + if o.SortValue != nil { + out.Append("sortValue", fmt.Sprintf("%v", *o.SortValue)) + } + if o.Top != nil { + out.Append("top", fmt.Sprintf("%v", *o.Top)) + } + return &out +} + +type ListCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// List ... +func (c ReachabilityAnalysisRunsClient) List(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + OptionsObject: options, + Pager: &ListCustomPager{}, + Path: fmt.Sprintf("%s/reachabilityAnalysisRuns", 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 *[]ReachabilityAnalysisRun `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 ReachabilityAnalysisRunsClient) ListComplete(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, ReachabilityAnalysisRunOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c ReachabilityAnalysisRunsClient) ListCompleteMatchingPredicate(ctx context.Context, id VerifierWorkspaceId, options ListOperationOptions, predicate ReachabilityAnalysisRunOperationPredicate) (result ListCompleteResult, err error) { + items := make([]ReachabilityAnalysisRun, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_intentcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_intentcontent.go new file mode 100644 index 000000000000..2c0db2c47c67 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_intentcontent.go @@ -0,0 +1,11 @@ +package reachabilityanalysisruns + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IntentContent struct { + Description *string `json:"description,omitempty"` + DestinationResourceId string `json:"destinationResourceId"` + IPTraffic IPTraffic `json:"ipTraffic"` + SourceResourceId string `json:"sourceResourceId"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_iptraffic.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_iptraffic.go new file mode 100644 index 000000000000..aec11d7d1bf7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_iptraffic.go @@ -0,0 +1,12 @@ +package reachabilityanalysisruns + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPTraffic struct { + DestinationIPs []string `json:"destinationIps"` + DestinationPorts []string `json:"destinationPorts"` + Protocols []NetworkProtocol `json:"protocols"` + SourceIPs []string `json:"sourceIps"` + SourcePorts []string `json:"sourcePorts"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrun.go new file mode 100644 index 000000000000..1ce13570f72f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrun.go @@ -0,0 +1,16 @@ +package reachabilityanalysisruns + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisRun struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties ReachabilityAnalysisRunProperties `json:"properties"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrunproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrunproperties.go new file mode 100644 index 000000000000..d1d8b2184d32 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/model_reachabilityanalysisrunproperties.go @@ -0,0 +1,13 @@ +package reachabilityanalysisruns + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisRunProperties struct { + AnalysisResult *string `json:"analysisResult,omitempty"` + Description *string `json:"description,omitempty"` + ErrorMessage *string `json:"errorMessage,omitempty"` + IntentContent *IntentContent `json:"intentContent,omitempty"` + IntentId string `json:"intentId"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/predicates.go new file mode 100644 index 000000000000..4408caca61c6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/predicates.go @@ -0,0 +1,27 @@ +package reachabilityanalysisruns + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ReachabilityAnalysisRunOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p ReachabilityAnalysisRunOperationPredicate) Matches(input ReachabilityAnalysisRun) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/version.go new file mode 100644 index 000000000000..d686e1ea3c3a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns/version.go @@ -0,0 +1,10 @@ +package reachabilityanalysisruns + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/reachabilityanalysisruns/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/README.md index b45ae71eab1d..9edc76dfffc8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules` Documentation -The `routefilterrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routefilterrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/id_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/id_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/id_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/id_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/id_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/id_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/id_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/id_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_listbyroutefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_listbyroutefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/method_listbyroutefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/method_listbyroutefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/model_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/model_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/model_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/model_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/model_routefilterrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/model_routefilterrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/model_routefilterrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/model_routefilterrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/version.go index e66e08f61129..35312e2ea279 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules/version.go @@ -3,8 +3,8 @@ package routefilterrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routefilterrules/2024-03-01" + return "hashicorp/go-azure-sdk/routefilterrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/README.md index acba1b1bf137..aac3164b3d8e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters` Documentation -The `routefilters` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routefilters` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/id_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/id_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/id_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/id_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_routefilterrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_routefilterrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/version.go index 75fe9113b14a..7dc3db02017f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters/version.go @@ -3,8 +3,8 @@ package routefilters // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routefilters/2024-03-01" + return "hashicorp/go-azure-sdk/routefilters/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/README.md index 780e952cda52..81f2815f1241 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes` Documentation -The `routes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routes` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/id_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/id_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/id_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/id_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/id_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/id_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/id_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/id_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/version.go similarity index 69% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/version.go index 97cc3ec350bb..bcd8ed10e4b5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes/version.go @@ -3,8 +3,8 @@ package routes // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routes/2024-03-01" + return "hashicorp/go-azure-sdk/routes/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/README.md index c6dcfd420fae..d57349f35812 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables` Documentation -The `routetables` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routetables` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/id_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/id_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/id_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/id_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..1adc5179025f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package routetables + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..b1e395f98bbe --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package routetables + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..d8ad8727b874 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package routetables + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subnetpropertiesformat.go index e9da12bf739c..dc85cf445554 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/version.go index 904c3ac9da96..3f504fd6a4f0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables/version.go @@ -3,8 +3,8 @@ package routetables // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routetables/2024-03-01" + return "hashicorp/go-azure-sdk/routetables/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/README.md index ef390e4cd44b..7dcca7500818 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections` Documentation -The `routingrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routingrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/id_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/id_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/id_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/id_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/id_rulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/id_rulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/id_rulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/id_rulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_networkmanagerroutinggroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_networkmanagerroutinggroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_networkmanagerroutinggroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_networkmanagerroutinggroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_routingrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_routingrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_routingrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_routingrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_routingrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_routingrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/model_routingrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/model_routingrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/version.go index aac0da658f85..fe1ae676ef48 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections/version.go @@ -3,8 +3,8 @@ package routingrulecollections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routingrulecollections/2024-03-01" + return "hashicorp/go-azure-sdk/routingrulecollections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/README.md index 64ff0a561550..c6bfc68a2056 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules` Documentation -The `routingrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `routingrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/id_rule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/id_rule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/id_rule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/id_rule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/id_rulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/id_rulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/id_rulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/id_rulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrulenexthop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrulenexthop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrulenexthop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrulenexthop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingruleroutedestination.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingruleroutedestination.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/model_routingruleroutedestination.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/model_routingruleroutedestination.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/version.go index 28e9582a9b25..dc44da7de9d5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules/version.go @@ -3,8 +3,8 @@ package routingrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/routingrules/2024-03-01" + return "hashicorp/go-azure-sdk/routingrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/README.md index e696fd59a336..d22a8850a3d2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections` Documentation -The `scopeconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `scopeconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/id_scopeconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/id_scopeconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/id_scopeconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/id_scopeconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/model_scopeconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/model_scopeconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/model_scopeconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/model_scopeconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/model_scopeconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/model_scopeconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/model_scopeconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/model_scopeconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/version.go index 7da54c1ad83a..bb8bb69b0287 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections/version.go @@ -3,8 +3,8 @@ package scopeconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/scopeconnections/2024-03-01" + return "hashicorp/go-azure-sdk/scopeconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/README.md index e72955e6e0dd..aef05d068af5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations` Documentation -The `securityadminconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securityadminconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/constants.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/constants.go index bfadf6115a8f..cde6a1742d58 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/constants.go @@ -9,6 +9,47 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. +type AddressSpaceAggregationOption string + +const ( + AddressSpaceAggregationOptionManual AddressSpaceAggregationOption = "Manual" + AddressSpaceAggregationOptionNone AddressSpaceAggregationOption = "None" +) + +func PossibleValuesForAddressSpaceAggregationOption() []string { + return []string{ + string(AddressSpaceAggregationOptionManual), + string(AddressSpaceAggregationOptionNone), + } +} + +func (s *AddressSpaceAggregationOption) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseAddressSpaceAggregationOption(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseAddressSpaceAggregationOption(input string) (*AddressSpaceAggregationOption, error) { + vals := map[string]AddressSpaceAggregationOption{ + "manual": AddressSpaceAggregationOptionManual, + "none": AddressSpaceAggregationOptionNone, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := AddressSpaceAggregationOption(input) + return &out, nil +} + type NetworkIntentPolicyBasedService string const ( @@ -56,6 +97,8 @@ func parseNetworkIntentPolicyBasedService(input string) (*NetworkIntentPolicyBas type ProvisioningState string const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" @@ -64,6 +107,8 @@ const ( func PossibleValuesForProvisioningState() []string { return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), string(ProvisioningStateDeleting), string(ProvisioningStateFailed), string(ProvisioningStateSucceeded), @@ -86,6 +131,8 @@ func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { func parseProvisioningState(input string) (*ProvisioningState, error) { vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, "deleting": ProvisioningStateDeleting, "failed": ProvisioningStateFailed, "succeeded": ProvisioningStateSucceeded, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/id_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/id_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/id_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/id_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/model_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go new file mode 100644 index 000000000000..c8ed663ad8db --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go @@ -0,0 +1,12 @@ +package securityadminconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SecurityAdminConfigurationPropertiesFormat struct { + ApplyOnNetworkIntentPolicyBasedServices *[]NetworkIntentPolicyBasedService `json:"applyOnNetworkIntentPolicyBasedServices,omitempty"` + Description *string `json:"description,omitempty"` + NetworkGroupAddressSpaceAggregationOption *AddressSpaceAggregationOption `json:"networkGroupAddressSpaceAggregationOption,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/version.go index 94e4d3bae971..426d5935b0a6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations/version.go @@ -3,8 +3,8 @@ package securityadminconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securityadminconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/securityadminconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/README.md index 2df7253b4eb3..135a37020cda 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders` Documentation -The `securitypartnerproviders` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securitypartnerproviders` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/id_securitypartnerprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/id_securitypartnerprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/id_securitypartnerprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/id_securitypartnerprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_securitypartnerprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_securitypartnerprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_securitypartnerprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_securitypartnerprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/version.go index 353e81288182..8d89b2ec1857 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders/version.go @@ -3,8 +3,8 @@ package securitypartnerproviders // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securitypartnerproviders/2024-03-01" + return "hashicorp/go-azure-sdk/securitypartnerproviders/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/README.md index b1455f31447d..0906856e2164 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules` Documentation -The `securityrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securityrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_defaultsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_defaultsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_defaultsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_defaultsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/id_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/id_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_defaultsecurityrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_defaultsecurityrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_defaultsecurityrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_defaultsecurityrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_defaultsecurityruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_defaultsecurityruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_defaultsecurityruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_defaultsecurityruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/version.go index 2a5379084d59..eb502bd99d75 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules/version.go @@ -3,8 +3,8 @@ package securityrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securityrules/2024-03-01" + return "hashicorp/go-azure-sdk/securityrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/README.md index 5437eb2a16c3..36e8b79442ea 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations` Documentation -The `securityuserconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securityuserconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/id_securityuserconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/id_securityuserconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/id_securityuserconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/id_securityuserconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/model_securityuserconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/model_securityuserconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/model_securityuserconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/model_securityuserconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/model_securityuserconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/model_securityuserconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/model_securityuserconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/model_securityuserconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/version.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/version.go index 5f278bd75f04..d8a383ff3780 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations/version.go @@ -3,8 +3,8 @@ package securityuserconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securityuserconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/securityuserconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/README.md index d94abcbf9a0b..7528e2114073 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections` Documentation -The `securityuserrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securityuserrulecollections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/id_securityuserconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/id_securityuserconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/id_securityuserconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/id_securityuserconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/id_securityuserconfigurationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/id_securityuserconfigurationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/id_securityuserconfigurationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/id_securityuserconfigurationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityusergroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityusergroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityusergroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityusergroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityuserrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityuserrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityuserrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityuserrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityuserrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityuserrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/model_securityuserrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/model_securityuserrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/version.go index c504c33da968..73584f3dc320 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections/version.go @@ -3,8 +3,8 @@ package securityuserrulecollections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securityuserrulecollections/2024-03-01" + return "hashicorp/go-azure-sdk/securityuserrulecollections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/README.md index c3506759641c..63b756441914 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules` Documentation -The `securityuserrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `securityuserrules` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/constants.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/constants.go index ef9491794bdf..cb5ed4a5f0af 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/constants.go @@ -12,13 +12,15 @@ import ( type AddressPrefixType string const ( - AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" - AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" + AddressPrefixTypeIPPrefix AddressPrefixType = "IPPrefix" + AddressPrefixTypeNetworkGroup AddressPrefixType = "NetworkGroup" + AddressPrefixTypeServiceTag AddressPrefixType = "ServiceTag" ) func PossibleValuesForAddressPrefixType() []string { return []string{ string(AddressPrefixTypeIPPrefix), + string(AddressPrefixTypeNetworkGroup), string(AddressPrefixTypeServiceTag), } } @@ -38,8 +40,9 @@ func (s *AddressPrefixType) UnmarshalJSON(bytes []byte) error { func parseAddressPrefixType(input string) (*AddressPrefixType, error) { vals := map[string]AddressPrefixType{ - "ipprefix": AddressPrefixTypeIPPrefix, - "servicetag": AddressPrefixTypeServiceTag, + "ipprefix": AddressPrefixTypeIPPrefix, + "networkgroup": AddressPrefixTypeNetworkGroup, + "servicetag": AddressPrefixTypeServiceTag, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/id_rulecollectionrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/id_rulecollectionrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/id_rulecollectionrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/id_rulecollectionrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/id_securityuserconfigurationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/id_securityuserconfigurationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/id_securityuserconfigurationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/id_securityuserconfigurationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_securityuserrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_securityuserrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_securityuserrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_securityuserrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_securityuserrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_securityuserrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/model_securityuserrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/model_securityuserrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/version.go index e5e50fba4fc3..0baf274b6a0b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules/version.go @@ -3,8 +3,8 @@ package securityuserrules // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/securityuserrules/2024-03-01" + return "hashicorp/go-azure-sdk/securityuserrules/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/README.md index b55ecce42b7a..cd227f28db87 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies` Documentation -The `serviceendpointpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `serviceendpointpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/id_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/id_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/id_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/id_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..4bb12897f758 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package serviceendpointpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..242e96e51472 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package serviceendpointpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..57afbb37a80d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package serviceendpointpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subnetpropertiesformat.go index 97f4cb55074d..555ec33d24bf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/version.go index 3e8fbaeed0a5..29d904fc30cc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies/version.go @@ -3,8 +3,8 @@ package serviceendpointpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/serviceendpointpolicies/2024-03-01" + return "hashicorp/go-azure-sdk/serviceendpointpolicies/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/README.md index c9cc1964e5ee..4f44d81f02cb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions` Documentation -The `serviceendpointpolicydefinitions` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `serviceendpointpolicydefinitions` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/version.go index 14fc28700a77..ff2a49e4d414 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions/version.go @@ -3,8 +3,8 @@ package serviceendpointpolicydefinitions // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/serviceendpointpolicydefinitions/2024-03-01" + return "hashicorp/go-azure-sdk/serviceendpointpolicydefinitions/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/README.md index 36b7a9411467..a0781679fba2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags` Documentation -The `servicetags` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `servicetags` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/method_servicetaginformationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/method_servicetaginformationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/method_servicetaginformationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/method_servicetaginformationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/method_servicetagslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/method_servicetagslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/method_servicetagslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/method_servicetagslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetaginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetaginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetaginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetaginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetaginformationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetaginformationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetaginformationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetaginformationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetagslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetagslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/model_servicetagslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/model_servicetagslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/version.go index db645cf800ae..c34b89e0311b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags/version.go @@ -3,8 +3,8 @@ package servicetags // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/servicetags/2024-03-01" + return "hashicorp/go-azure-sdk/servicetags/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/README.md new file mode 100644 index 000000000000..43f5fe24bfe7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/README.md @@ -0,0 +1,86 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs` Documentation + +The `staticcidrs` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs" +``` + + +### Client Initialization + +```go +client := staticcidrs.NewStaticCidrsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `StaticCidrsClient.Create` + +```go +ctx := context.TODO() +id := staticcidrs.NewStaticCidrID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName", "staticCidrName") + +payload := staticcidrs.StaticCidr{ + // ... +} + + +read, err := client.Create(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `StaticCidrsClient.Delete` + +```go +ctx := context.TODO() +id := staticcidrs.NewStaticCidrID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName", "staticCidrName") + +if err := client.DeleteThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `StaticCidrsClient.Get` + +```go +ctx := context.TODO() +id := staticcidrs.NewStaticCidrID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName", "staticCidrName") + +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: `StaticCidrsClient.List` + +```go +ctx := context.TODO() +id := staticcidrs.NewIPamPoolID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "ipamPoolName") + +// alternatively `client.List(ctx, id, staticcidrs.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, staticcidrs.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/client.go new file mode 100644 index 000000000000..7ddac3023aaf --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/client.go @@ -0,0 +1,26 @@ +package staticcidrs + +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 StaticCidrsClient struct { + Client *resourcemanager.Client +} + +func NewStaticCidrsClientWithBaseURI(sdkApi sdkEnv.Api) (*StaticCidrsClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "staticcidrs", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating StaticCidrsClient: %+v", err) + } + + return &StaticCidrsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/constants.go new file mode 100644 index 000000000000..adcb11eff663 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/constants.go @@ -0,0 +1,63 @@ +package staticcidrs + +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 ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_ipampool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_ipampool.go new file mode 100644 index 000000000000..364df07ee7e5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_ipampool.go @@ -0,0 +1,139 @@ +package staticcidrs + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&IPamPoolId{}) +} + +var _ resourceids.ResourceId = &IPamPoolId{} + +// IPamPoolId is a struct representing the Resource ID for a I Pam Pool +type IPamPoolId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + IpamPoolName string +} + +// NewIPamPoolID returns a new IPamPoolId struct +func NewIPamPoolID(subscriptionId string, resourceGroupName string, networkManagerName string, ipamPoolName string) IPamPoolId { + return IPamPoolId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + IpamPoolName: ipamPoolName, + } +} + +// ParseIPamPoolID parses 'input' into a IPamPoolId +func ParseIPamPoolID(input string) (*IPamPoolId, error) { + parser := resourceids.NewParserFromResourceIdType(&IPamPoolId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := IPamPoolId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseIPamPoolIDInsensitively parses 'input' case-insensitively into a IPamPoolId +// note: this method should only be used for API response data and not user input +func ParseIPamPoolIDInsensitively(input string) (*IPamPoolId, error) { + parser := resourceids.NewParserFromResourceIdType(&IPamPoolId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := IPamPoolId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *IPamPoolId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.IpamPoolName, ok = input.Parsed["ipamPoolName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "ipamPoolName", input) + } + + return nil +} + +// ValidateIPamPoolID checks that 'input' can be parsed as a I Pam Pool ID +func ValidateIPamPoolID(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 := ParseIPamPoolID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted I Pam Pool ID +func (id IPamPoolId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/ipamPools/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.IpamPoolName) +} + +// Segments returns a slice of Resource ID Segments which comprise this I Pam Pool ID +func (id IPamPoolId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticIpamPools", "ipamPools", "ipamPools"), + resourceids.UserSpecifiedSegment("ipamPoolName", "ipamPoolName"), + } +} + +// String returns a human-readable description of this I Pam Pool ID +func (id IPamPoolId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Ipam Pool Name: %q", id.IpamPoolName), + } + return fmt.Sprintf("I Pam Pool (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_staticcidr.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_staticcidr.go new file mode 100644 index 000000000000..52e152d7fcb7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/id_staticcidr.go @@ -0,0 +1,148 @@ +package staticcidrs + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&StaticCidrId{}) +} + +var _ resourceids.ResourceId = &StaticCidrId{} + +// StaticCidrId is a struct representing the Resource ID for a Static Cidr +type StaticCidrId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + IpamPoolName string + StaticCidrName string +} + +// NewStaticCidrID returns a new StaticCidrId struct +func NewStaticCidrID(subscriptionId string, resourceGroupName string, networkManagerName string, ipamPoolName string, staticCidrName string) StaticCidrId { + return StaticCidrId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + IpamPoolName: ipamPoolName, + StaticCidrName: staticCidrName, + } +} + +// ParseStaticCidrID parses 'input' into a StaticCidrId +func ParseStaticCidrID(input string) (*StaticCidrId, error) { + parser := resourceids.NewParserFromResourceIdType(&StaticCidrId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := StaticCidrId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseStaticCidrIDInsensitively parses 'input' case-insensitively into a StaticCidrId +// note: this method should only be used for API response data and not user input +func ParseStaticCidrIDInsensitively(input string) (*StaticCidrId, error) { + parser := resourceids.NewParserFromResourceIdType(&StaticCidrId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := StaticCidrId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *StaticCidrId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.IpamPoolName, ok = input.Parsed["ipamPoolName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "ipamPoolName", input) + } + + if id.StaticCidrName, ok = input.Parsed["staticCidrName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "staticCidrName", input) + } + + return nil +} + +// ValidateStaticCidrID checks that 'input' can be parsed as a Static Cidr ID +func ValidateStaticCidrID(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 := ParseStaticCidrID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Static Cidr ID +func (id StaticCidrId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/ipamPools/%s/staticCidrs/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.IpamPoolName, id.StaticCidrName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Static Cidr ID +func (id StaticCidrId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticIpamPools", "ipamPools", "ipamPools"), + resourceids.UserSpecifiedSegment("ipamPoolName", "ipamPoolName"), + resourceids.StaticSegment("staticStaticCidrs", "staticCidrs", "staticCidrs"), + resourceids.UserSpecifiedSegment("staticCidrName", "staticCidrName"), + } +} + +// String returns a human-readable description of this Static Cidr ID +func (id StaticCidrId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Ipam Pool Name: %q", id.IpamPoolName), + fmt.Sprintf("Static Cidr Name: %q", id.StaticCidrName), + } + return fmt.Sprintf("Static Cidr (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_create.go new file mode 100644 index 000000000000..04a198b3a7d5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_create.go @@ -0,0 +1,58 @@ +package staticcidrs + +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 CreateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *StaticCidr +} + +// Create ... +func (c StaticCidrsClient) Create(ctx context.Context, id StaticCidrId, input StaticCidr) (result CreateOperationResponse, 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 + } + + var model StaticCidr + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_delete.go new file mode 100644 index 000000000000..6bb693e7ab73 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_delete.go @@ -0,0 +1,70 @@ +package staticcidrs + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type DeleteOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c StaticCidrsClient) Delete(ctx context.Context, id StaticCidrId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusNoContent, + }, + HttpMethod: http.MethodDelete, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// DeleteThenPoll performs Delete then polls until it's completed +func (c StaticCidrsClient) DeleteThenPoll(ctx context.Context, id StaticCidrId) error { + result, err := c.Delete(ctx, id) + if err != nil { + return fmt.Errorf("performing Delete: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Delete: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_get.go new file mode 100644 index 000000000000..6a9a4c0c74c2 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_get.go @@ -0,0 +1,53 @@ +package staticcidrs + +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 *StaticCidr +} + +// Get ... +func (c StaticCidrsClient) Get(ctx context.Context, id StaticCidrId) (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 + } + + var model StaticCidr + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_list.go new file mode 100644 index 000000000000..a6af83a22fdb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/method_list.go @@ -0,0 +1,150 @@ +package staticcidrs + +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 ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]StaticCidr +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []StaticCidr +} + +type ListOperationOptions struct { + Skip *int64 + SkipToken *string + SortKey *string + SortValue *string + Top *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Skip != nil { + out.Append("skip", fmt.Sprintf("%v", *o.Skip)) + } + if o.SkipToken != nil { + out.Append("skipToken", fmt.Sprintf("%v", *o.SkipToken)) + } + if o.SortKey != nil { + out.Append("sortKey", fmt.Sprintf("%v", *o.SortKey)) + } + if o.SortValue != nil { + out.Append("sortValue", fmt.Sprintf("%v", *o.SortValue)) + } + if o.Top != nil { + out.Append("top", fmt.Sprintf("%v", *o.Top)) + } + return &out +} + +type ListCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// List ... +func (c StaticCidrsClient) List(ctx context.Context, id IPamPoolId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + OptionsObject: options, + Pager: &ListCustomPager{}, + Path: fmt.Sprintf("%s/staticCidrs", 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 *[]StaticCidr `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 StaticCidrsClient) ListComplete(ctx context.Context, id IPamPoolId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, StaticCidrOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c StaticCidrsClient) ListCompleteMatchingPredicate(ctx context.Context, id IPamPoolId, options ListOperationOptions, predicate StaticCidrOperationPredicate) (result ListCompleteResult, err error) { + items := make([]StaticCidr, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidr.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidr.go new file mode 100644 index 000000000000..263f84034ef3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidr.go @@ -0,0 +1,16 @@ +package staticcidrs + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StaticCidr struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *StaticCidrProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidrproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidrproperties.go new file mode 100644 index 000000000000..7b8be5e1d8b0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/model_staticcidrproperties.go @@ -0,0 +1,12 @@ +package staticcidrs + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StaticCidrProperties struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + Description *string `json:"description,omitempty"` + NumberOfIPAddressesToAllocate *string `json:"numberOfIPAddressesToAllocate,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + TotalNumberOfIPAddresses *string `json:"totalNumberOfIPAddresses,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/predicates.go new file mode 100644 index 000000000000..1cae95a63d6f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/predicates.go @@ -0,0 +1,27 @@ +package staticcidrs + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StaticCidrOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p StaticCidrOperationPredicate) Matches(input StaticCidr) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/version.go new file mode 100644 index 000000000000..d52f5991ca45 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs/version.go @@ -0,0 +1,10 @@ +package staticcidrs + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/staticcidrs/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/README.md index b7b56cabe28c..1424f70b8f10 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers` Documentation -The `staticmembers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `staticmembers` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/id_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/id_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/id_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/id_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/id_staticmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/id_staticmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/id_staticmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/id_staticmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/model_staticmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/model_staticmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/model_staticmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/model_staticmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/model_staticmemberproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/model_staticmemberproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/model_staticmemberproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/model_staticmemberproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/version.go index 2a51ba3933fd..290c9d379f18 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers/version.go @@ -3,8 +3,8 @@ package staticmembers // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/staticmembers/2024-03-01" + return "hashicorp/go-azure-sdk/staticmembers/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/README.md index fbf75bc161a7..a87dfc405267 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets` Documentation -The `subnets` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `subnets` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..52440b83acbf --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package subnets + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..8bc0457ea132 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package subnets + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..01f11f189605 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package subnets + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subnetpropertiesformat.go index 23fdab8b9aee..cf58fc115a3d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/version.go similarity index 69% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/version.go index 93b56536f683..9cd9383a10c8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets/version.go @@ -3,8 +3,8 @@ package subnets // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/subnets/2024-03-01" + return "hashicorp/go-azure-sdk/subnets/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/README.md index 003ce69b10fc..5707554f4929 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics` Documentation -The `trafficanalytics` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `trafficanalytics` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowloginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowloginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowloginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowloginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogstatusparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogstatusparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_flowlogstatusparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_flowlogstatusparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/version.go index 37128fd15384..d0c22e453f20 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics/version.go @@ -3,8 +3,8 @@ package trafficanalytics // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/trafficanalytics/2024-03-01" + return "hashicorp/go-azure-sdk/trafficanalytics/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/README.md index ac3c458aa8c3..e95158cb7340 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages` Documentation -The `usages` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `usages` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/model_usage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/model_usage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/model_usage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/model_usage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/model_usagename.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/model_usagename.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/model_usagename.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/model_usagename.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/version.go similarity index 69% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/version.go index bd9406a21a78..7fcb11059d37 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages/version.go @@ -3,8 +3,8 @@ package usages // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/usages/2024-03-01" + return "hashicorp/go-azure-sdk/usages/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/README.md new file mode 100644 index 000000000000..183ed39172c9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/README.md @@ -0,0 +1,107 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces` Documentation + +The `verifierworkspaces` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces" +``` + + +### Client Initialization + +```go +client := verifierworkspaces.NewVerifierWorkspacesClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `VerifierWorkspacesClient.Create` + +```go +ctx := context.TODO() +id := verifierworkspaces.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +payload := verifierworkspaces.VerifierWorkspace{ + // ... +} + + +read, err := client.Create(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `VerifierWorkspacesClient.Delete` + +```go +ctx := context.TODO() +id := verifierworkspaces.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +if err := client.DeleteThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `VerifierWorkspacesClient.Get` + +```go +ctx := context.TODO() +id := verifierworkspaces.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +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: `VerifierWorkspacesClient.List` + +```go +ctx := context.TODO() +id := verifierworkspaces.NewNetworkManagerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName") + +// alternatively `client.List(ctx, id, verifierworkspaces.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, verifierworkspaces.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `VerifierWorkspacesClient.Update` + +```go +ctx := context.TODO() +id := verifierworkspaces.NewVerifierWorkspaceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkManagerName", "verifierWorkspaceName") + +payload := verifierworkspaces.VerifierWorkspaceUpdate{ + // ... +} + + +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/network/2024-05-01/verifierworkspaces/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/client.go new file mode 100644 index 000000000000..606790efb193 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/client.go @@ -0,0 +1,26 @@ +package verifierworkspaces + +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 VerifierWorkspacesClient struct { + Client *resourcemanager.Client +} + +func NewVerifierWorkspacesClientWithBaseURI(sdkApi sdkEnv.Api) (*VerifierWorkspacesClient, error) { + client, err := resourcemanager.NewClient(sdkApi, "verifierworkspaces", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating VerifierWorkspacesClient: %+v", err) + } + + return &VerifierWorkspacesClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/constants.go new file mode 100644 index 000000000000..32b714e22e21 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/constants.go @@ -0,0 +1,63 @@ +package verifierworkspaces + +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 ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_networkmanager.go new file mode 100644 index 000000000000..f332beceaf50 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_networkmanager.go @@ -0,0 +1,130 @@ +package verifierworkspaces + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&NetworkManagerId{}) +} + +var _ resourceids.ResourceId = &NetworkManagerId{} + +// NetworkManagerId is a struct representing the Resource ID for a Network Manager +type NetworkManagerId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string +} + +// NewNetworkManagerID returns a new NetworkManagerId struct +func NewNetworkManagerID(subscriptionId string, resourceGroupName string, networkManagerName string) NetworkManagerId { + return NetworkManagerId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + } +} + +// ParseNetworkManagerID parses 'input' into a NetworkManagerId +func ParseNetworkManagerID(input string) (*NetworkManagerId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkManagerId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkManagerId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseNetworkManagerIDInsensitively parses 'input' case-insensitively into a NetworkManagerId +// note: this method should only be used for API response data and not user input +func ParseNetworkManagerIDInsensitively(input string) (*NetworkManagerId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkManagerId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkManagerId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *NetworkManagerId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + return nil +} + +// ValidateNetworkManagerID checks that 'input' can be parsed as a Network Manager ID +func ValidateNetworkManagerID(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 := ParseNetworkManagerID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Network Manager ID +func (id NetworkManagerId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Network Manager ID +func (id NetworkManagerId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + } +} + +// String returns a human-readable description of this Network Manager ID +func (id NetworkManagerId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + } + return fmt.Sprintf("Network Manager (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_verifierworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_verifierworkspace.go new file mode 100644 index 000000000000..68f27c306c63 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/id_verifierworkspace.go @@ -0,0 +1,139 @@ +package verifierworkspaces + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&VerifierWorkspaceId{}) +} + +var _ resourceids.ResourceId = &VerifierWorkspaceId{} + +// VerifierWorkspaceId is a struct representing the Resource ID for a Verifier Workspace +type VerifierWorkspaceId struct { + SubscriptionId string + ResourceGroupName string + NetworkManagerName string + VerifierWorkspaceName string +} + +// NewVerifierWorkspaceID returns a new VerifierWorkspaceId struct +func NewVerifierWorkspaceID(subscriptionId string, resourceGroupName string, networkManagerName string, verifierWorkspaceName string) VerifierWorkspaceId { + return VerifierWorkspaceId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + NetworkManagerName: networkManagerName, + VerifierWorkspaceName: verifierWorkspaceName, + } +} + +// ParseVerifierWorkspaceID parses 'input' into a VerifierWorkspaceId +func ParseVerifierWorkspaceID(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseVerifierWorkspaceIDInsensitively parses 'input' case-insensitively into a VerifierWorkspaceId +// note: this method should only be used for API response data and not user input +func ParseVerifierWorkspaceIDInsensitively(input string) (*VerifierWorkspaceId, error) { + parser := resourceids.NewParserFromResourceIdType(&VerifierWorkspaceId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := VerifierWorkspaceId{} + if err = id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *VerifierWorkspaceId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.NetworkManagerName, ok = input.Parsed["networkManagerName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkManagerName", input) + } + + if id.VerifierWorkspaceName, ok = input.Parsed["verifierWorkspaceName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "verifierWorkspaceName", input) + } + + return nil +} + +// ValidateVerifierWorkspaceID checks that 'input' can be parsed as a Verifier Workspace ID +func ValidateVerifierWorkspaceID(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 := ParseVerifierWorkspaceID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Verifier Workspace ID +func (id VerifierWorkspaceId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkManagers/%s/verifierWorkspaces/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.NetworkManagerName, id.VerifierWorkspaceName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Verifier Workspace ID +func (id VerifierWorkspaceId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticNetworkManagers", "networkManagers", "networkManagers"), + resourceids.UserSpecifiedSegment("networkManagerName", "networkManagerName"), + resourceids.StaticSegment("staticVerifierWorkspaces", "verifierWorkspaces", "verifierWorkspaces"), + resourceids.UserSpecifiedSegment("verifierWorkspaceName", "verifierWorkspaceName"), + } +} + +// String returns a human-readable description of this Verifier Workspace ID +func (id VerifierWorkspaceId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Network Manager Name: %q", id.NetworkManagerName), + fmt.Sprintf("Verifier Workspace Name: %q", id.VerifierWorkspaceName), + } + return fmt.Sprintf("Verifier Workspace (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_create.go new file mode 100644 index 000000000000..7c7517121225 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_create.go @@ -0,0 +1,58 @@ +package verifierworkspaces + +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 CreateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *VerifierWorkspace +} + +// Create ... +func (c VerifierWorkspacesClient) Create(ctx context.Context, id VerifierWorkspaceId, input VerifierWorkspace) (result CreateOperationResponse, 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 + } + + var model VerifierWorkspace + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_delete.go new file mode 100644 index 000000000000..e6b506fef322 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_delete.go @@ -0,0 +1,70 @@ +package verifierworkspaces + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type DeleteOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c VerifierWorkspacesClient) Delete(ctx context.Context, id VerifierWorkspaceId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusNoContent, + }, + HttpMethod: http.MethodDelete, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// DeleteThenPoll performs Delete then polls until it's completed +func (c VerifierWorkspacesClient) DeleteThenPoll(ctx context.Context, id VerifierWorkspaceId) error { + result, err := c.Delete(ctx, id) + if err != nil { + return fmt.Errorf("performing Delete: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Delete: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_get.go new file mode 100644 index 000000000000..a74d47a0e164 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_get.go @@ -0,0 +1,53 @@ +package verifierworkspaces + +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 *VerifierWorkspace +} + +// Get ... +func (c VerifierWorkspacesClient) Get(ctx context.Context, id VerifierWorkspaceId) (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 + } + + var model VerifierWorkspace + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_list.go new file mode 100644 index 000000000000..2323ebf28773 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_list.go @@ -0,0 +1,150 @@ +package verifierworkspaces + +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 ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]VerifierWorkspace +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []VerifierWorkspace +} + +type ListOperationOptions struct { + Skip *int64 + SkipToken *string + SortKey *string + SortValue *string + Top *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Skip != nil { + out.Append("skip", fmt.Sprintf("%v", *o.Skip)) + } + if o.SkipToken != nil { + out.Append("skipToken", fmt.Sprintf("%v", *o.SkipToken)) + } + if o.SortKey != nil { + out.Append("sortKey", fmt.Sprintf("%v", *o.SortKey)) + } + if o.SortValue != nil { + out.Append("sortValue", fmt.Sprintf("%v", *o.SortValue)) + } + if o.Top != nil { + out.Append("top", fmt.Sprintf("%v", *o.Top)) + } + return &out +} + +type ListCustomPager struct { + NextLink *odata.Link `json:"nextLink"` +} + +func (p *ListCustomPager) NextPageLink() *odata.Link { + defer func() { + p.NextLink = nil + }() + + return p.NextLink +} + +// List ... +func (c VerifierWorkspacesClient) List(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + OptionsObject: options, + Pager: &ListCustomPager{}, + Path: fmt.Sprintf("%s/verifierWorkspaces", 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 *[]VerifierWorkspace `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 VerifierWorkspacesClient) ListComplete(ctx context.Context, id NetworkManagerId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, VerifierWorkspaceOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c VerifierWorkspacesClient) ListCompleteMatchingPredicate(ctx context.Context, id NetworkManagerId, options ListOperationOptions, predicate VerifierWorkspaceOperationPredicate) (result ListCompleteResult, err error) { + items := make([]VerifierWorkspace, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + result.LatestHttpResponse = resp.HttpResponse + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_update.go new file mode 100644 index 000000000000..0562fa1ee3b0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/method_update.go @@ -0,0 +1,57 @@ +package verifierworkspaces + +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 *VerifierWorkspace +} + +// Update ... +func (c VerifierWorkspacesClient) Update(ctx context.Context, id VerifierWorkspaceId, input VerifierWorkspaceUpdate) (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 + } + + var model VerifierWorkspace + result.Model = &model + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspace.go new file mode 100644 index 000000000000..a4d05da13134 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspace.go @@ -0,0 +1,18 @@ +package verifierworkspaces + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VerifierWorkspace struct { + Id *string `json:"id,omitempty"` + Location string `json:"location"` + Name *string `json:"name,omitempty"` + Properties *VerifierWorkspaceProperties `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/network/2024-05-01/verifierworkspaces/model_verifierworkspaceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceproperties.go new file mode 100644 index 000000000000..0f9fb5c183b9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceproperties.go @@ -0,0 +1,9 @@ +package verifierworkspaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VerifierWorkspaceProperties struct { + Description *string `json:"description,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdate.go new file mode 100644 index 000000000000..4372d75e12e7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdate.go @@ -0,0 +1,9 @@ +package verifierworkspaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VerifierWorkspaceUpdate struct { + Properties *VerifierWorkspaceUpdateProperties `json:"properties,omitempty"` + Tags *map[string]string `json:"tags,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdateproperties.go new file mode 100644 index 000000000000..aae46cc7e857 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/model_verifierworkspaceupdateproperties.go @@ -0,0 +1,8 @@ +package verifierworkspaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VerifierWorkspaceUpdateProperties struct { + Description *string `json:"description,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/predicates.go new file mode 100644 index 000000000000..a8f5b88bb07e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/predicates.go @@ -0,0 +1,32 @@ +package verifierworkspaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VerifierWorkspaceOperationPredicate struct { + Id *string + Location *string + Name *string + Type *string +} + +func (p VerifierWorkspaceOperationPredicate) Matches(input VerifierWorkspace) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.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/network/2024-05-01/verifierworkspaces/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/version.go new file mode 100644 index 000000000000..eb7444a021c9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces/version.go @@ -0,0 +1,10 @@ +package verifierworkspaces + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2024-05-01" + +func userAgent() string { + return "hashicorp/go-azure-sdk/verifierworkspaces/2024-05-01" +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/README.md index f8d4cf9aeb6a..84c995e4d9c2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap` Documentation -The `vipswap` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `vipswap` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/id_cloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/id_cloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/id_cloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/id_cloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresourcelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresourcelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresourcelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresourcelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/model_swapresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/model_swapresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/version.go similarity index 69% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/version.go index 280683c8eef8..7e5eee0d9b01 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap/version.go @@ -3,8 +3,8 @@ package vipswap // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vipswap/2024-03-01" + return "hashicorp/go-azure-sdk/vipswap/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/README.md index 9b1b90a265be..6ea808ff82f4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites` Documentation -The `virtualappliancesites` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualappliancesites` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/id_virtualappliancesite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/id_virtualappliancesite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/id_virtualappliancesite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/id_virtualappliancesite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_office365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_office365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_office365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_office365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_virtualappliancesite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_virtualappliancesite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_virtualappliancesite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_virtualappliancesite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_virtualappliancesiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_virtualappliancesiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/model_virtualappliancesiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/model_virtualappliancesiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/version.go index 44a1e1ae185a..98e34946edcc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites/version.go @@ -3,8 +3,8 @@ package virtualappliancesites // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualappliancesites/2024-03-01" + return "hashicorp/go-azure-sdk/virtualappliancesites/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/README.md index f782b8173492..39ae451fdc12 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus` Documentation -The `virtualapplianceskus` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualapplianceskus` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/id_networkvirtualappliancesku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/id_networkvirtualappliancesku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/id_networkvirtualappliancesku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/id_networkvirtualappliancesku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualappliancesku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualappliancesku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualappliancesku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualappliancesku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/version.go index d64ac97e5736..640f3d01e859 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus/version.go @@ -3,8 +3,8 @@ package virtualapplianceskus // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualapplianceskus/2024-03-01" + return "hashicorp/go-azure-sdk/virtualapplianceskus/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/README.md index e01886e18734..c5ed77bee75b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections` Documentation -The `virtualnetworkgatewayconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworkgatewayconnections` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/id_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/id_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/id_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/id_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_getikesas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_getikesas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_getikesas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_getikesas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_getsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_getsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_getsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_getsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_resetconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_resetconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_resetconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_resetconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_resetsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_resetsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_resetsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_resetsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_setsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_setsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_setsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_setsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_addressspace.go new file mode 100644 index 000000000000..190d97ceec96 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_addressspace.go @@ -0,0 +1,9 @@ +package virtualnetworkgatewayconnections + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..b893f772d9c9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworkgatewayconnections + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocationpool.go similarity index 69% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocationpool.go index e94b18200568..8aa24adb0718 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package virtualnetworkgatewayconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/version.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/version.go index 317144dd638b..93ec9e9c3030 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections/version.go @@ -3,8 +3,8 @@ package virtualnetworkgatewayconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworkgatewayconnections/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworkgatewayconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/README.md similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/README.md index 9397f2c4e207..c7dcf7af35a3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways` Documentation -The `virtualnetworkgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworkgateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways" ``` @@ -141,6 +141,30 @@ if err := client.GetBgpPeerStatusThenPoll(ctx, id, virtualnetworkgateways.Defaul ``` +### Example Usage: `VirtualNetworkGatewaysClient.GetFailoverAllTestDetails` + +```go +ctx := context.TODO() +id := virtualnetworkgateways.NewVirtualNetworkGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "virtualNetworkGatewayName") + +if err := client.GetFailoverAllTestDetailsThenPoll(ctx, id, virtualnetworkgateways.DefaultGetFailoverAllTestDetailsOperationOptions()); err != nil { + // handle the error +} +``` + + +### Example Usage: `VirtualNetworkGatewaysClient.GetFailoverSingleTestDetails` + +```go +ctx := context.TODO() +id := virtualnetworkgateways.NewVirtualNetworkGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "virtualNetworkGatewayName") + +if err := client.GetFailoverSingleTestDetailsThenPoll(ctx, id, virtualnetworkgateways.DefaultGetFailoverSingleTestDetailsOperationOptions()); err != nil { + // handle the error +} +``` + + ### Example Usage: `VirtualNetworkGatewaysClient.GetLearnedRoutes` ```go @@ -264,6 +288,18 @@ if err := client.SetVpnclientIPsecParametersThenPoll(ctx, id, payload); err != n ``` +### Example Usage: `VirtualNetworkGatewaysClient.StartExpressRouteSiteFailoverSimulation` + +```go +ctx := context.TODO() +id := virtualnetworkgateways.NewVirtualNetworkGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "virtualNetworkGatewayName") + +if err := client.StartExpressRouteSiteFailoverSimulationThenPoll(ctx, id, virtualnetworkgateways.DefaultStartExpressRouteSiteFailoverSimulationOperationOptions()); err != nil { + // handle the error +} +``` + + ### Example Usage: `VirtualNetworkGatewaysClient.StartPacketCapture` ```go @@ -281,6 +317,23 @@ if err := client.StartPacketCaptureThenPoll(ctx, id, payload); err != nil { ``` +### Example Usage: `VirtualNetworkGatewaysClient.StopExpressRouteSiteFailoverSimulation` + +```go +ctx := context.TODO() +id := virtualnetworkgateways.NewVirtualNetworkGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "virtualNetworkGatewayName") + +payload := virtualnetworkgateways.ExpressRouteFailoverStopApiParameters{ + // ... +} + + +if err := client.StopExpressRouteSiteFailoverSimulationThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` + + ### Example Usage: `VirtualNetworkGatewaysClient.StopPacketCapture` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/constants.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/constants.go index 5f3bc70d78c9..38ad296d78d7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/constants.go @@ -200,6 +200,215 @@ func parseDhGroup(input string) (*DhGroup, error) { return &out, nil } +type FailoverConnectionStatus string + +const ( + FailoverConnectionStatusConnected FailoverConnectionStatus = "Connected" + FailoverConnectionStatusDisconnected FailoverConnectionStatus = "Disconnected" +) + +func PossibleValuesForFailoverConnectionStatus() []string { + return []string{ + string(FailoverConnectionStatusConnected), + string(FailoverConnectionStatusDisconnected), + } +} + +func (s *FailoverConnectionStatus) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFailoverConnectionStatus(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFailoverConnectionStatus(input string) (*FailoverConnectionStatus, error) { + vals := map[string]FailoverConnectionStatus{ + "connected": FailoverConnectionStatusConnected, + "disconnected": FailoverConnectionStatusDisconnected, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FailoverConnectionStatus(input) + return &out, nil +} + +type FailoverTestStatus string + +const ( + FailoverTestStatusCompleted FailoverTestStatus = "Completed" + FailoverTestStatusExpired FailoverTestStatus = "Expired" + FailoverTestStatusInvalid FailoverTestStatus = "Invalid" + FailoverTestStatusNotStarted FailoverTestStatus = "NotStarted" + FailoverTestStatusRunning FailoverTestStatus = "Running" + FailoverTestStatusStartFailed FailoverTestStatus = "StartFailed" + FailoverTestStatusStarting FailoverTestStatus = "Starting" + FailoverTestStatusStopFailed FailoverTestStatus = "StopFailed" + FailoverTestStatusStopping FailoverTestStatus = "Stopping" +) + +func PossibleValuesForFailoverTestStatus() []string { + return []string{ + string(FailoverTestStatusCompleted), + string(FailoverTestStatusExpired), + string(FailoverTestStatusInvalid), + string(FailoverTestStatusNotStarted), + string(FailoverTestStatusRunning), + string(FailoverTestStatusStartFailed), + string(FailoverTestStatusStarting), + string(FailoverTestStatusStopFailed), + string(FailoverTestStatusStopping), + } +} + +func (s *FailoverTestStatus) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFailoverTestStatus(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFailoverTestStatus(input string) (*FailoverTestStatus, error) { + vals := map[string]FailoverTestStatus{ + "completed": FailoverTestStatusCompleted, + "expired": FailoverTestStatusExpired, + "invalid": FailoverTestStatusInvalid, + "notstarted": FailoverTestStatusNotStarted, + "running": FailoverTestStatusRunning, + "startfailed": FailoverTestStatusStartFailed, + "starting": FailoverTestStatusStarting, + "stopfailed": FailoverTestStatusStopFailed, + "stopping": FailoverTestStatusStopping, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FailoverTestStatus(input) + return &out, nil +} + +type FailoverTestStatusForSingleTest string + +const ( + FailoverTestStatusForSingleTestCompleted FailoverTestStatusForSingleTest = "Completed" + FailoverTestStatusForSingleTestExpired FailoverTestStatusForSingleTest = "Expired" + FailoverTestStatusForSingleTestInvalid FailoverTestStatusForSingleTest = "Invalid" + FailoverTestStatusForSingleTestNotStarted FailoverTestStatusForSingleTest = "NotStarted" + FailoverTestStatusForSingleTestRunning FailoverTestStatusForSingleTest = "Running" + FailoverTestStatusForSingleTestStartFailed FailoverTestStatusForSingleTest = "StartFailed" + FailoverTestStatusForSingleTestStarting FailoverTestStatusForSingleTest = "Starting" + FailoverTestStatusForSingleTestStopFailed FailoverTestStatusForSingleTest = "StopFailed" + FailoverTestStatusForSingleTestStopping FailoverTestStatusForSingleTest = "Stopping" +) + +func PossibleValuesForFailoverTestStatusForSingleTest() []string { + return []string{ + string(FailoverTestStatusForSingleTestCompleted), + string(FailoverTestStatusForSingleTestExpired), + string(FailoverTestStatusForSingleTestInvalid), + string(FailoverTestStatusForSingleTestNotStarted), + string(FailoverTestStatusForSingleTestRunning), + string(FailoverTestStatusForSingleTestStartFailed), + string(FailoverTestStatusForSingleTestStarting), + string(FailoverTestStatusForSingleTestStopFailed), + string(FailoverTestStatusForSingleTestStopping), + } +} + +func (s *FailoverTestStatusForSingleTest) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFailoverTestStatusForSingleTest(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFailoverTestStatusForSingleTest(input string) (*FailoverTestStatusForSingleTest, error) { + vals := map[string]FailoverTestStatusForSingleTest{ + "completed": FailoverTestStatusForSingleTestCompleted, + "expired": FailoverTestStatusForSingleTestExpired, + "invalid": FailoverTestStatusForSingleTestInvalid, + "notstarted": FailoverTestStatusForSingleTestNotStarted, + "running": FailoverTestStatusForSingleTestRunning, + "startfailed": FailoverTestStatusForSingleTestStartFailed, + "starting": FailoverTestStatusForSingleTestStarting, + "stopfailed": FailoverTestStatusForSingleTestStopFailed, + "stopping": FailoverTestStatusForSingleTestStopping, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FailoverTestStatusForSingleTest(input) + return &out, nil +} + +type FailoverTestType string + +const ( + FailoverTestTypeAll FailoverTestType = "All" + FailoverTestTypeMultiSiteFailover FailoverTestType = "MultiSiteFailover" + FailoverTestTypeSingleSiteFailover FailoverTestType = "SingleSiteFailover" +) + +func PossibleValuesForFailoverTestType() []string { + return []string{ + string(FailoverTestTypeAll), + string(FailoverTestTypeMultiSiteFailover), + string(FailoverTestTypeSingleSiteFailover), + } +} + +func (s *FailoverTestType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFailoverTestType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFailoverTestType(input string) (*FailoverTestType, error) { + vals := map[string]FailoverTestType{ + "all": FailoverTestTypeAll, + "multisitefailover": FailoverTestTypeMultiSiteFailover, + "singlesitefailover": FailoverTestTypeSingleSiteFailover, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FailoverTestType(input) + return &out, nil +} + type IPAllocationMethod string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_generatevpnclientpackage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_generatevpnclientpackage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_generatevpnclientpackage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_generatevpnclientpackage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_generatevpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_generatevpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_generatevpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_generatevpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getadvertisedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getadvertisedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getadvertisedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getadvertisedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getbgppeerstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getbgppeerstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getbgppeerstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getbgppeerstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoveralltestdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoveralltestdetails.go new file mode 100644 index 000000000000..131d61979b82 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoveralltestdetails.go @@ -0,0 +1,104 @@ +package virtualnetworkgateways + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type GetFailoverAllTestDetailsOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *[]ExpressRouteFailoverTestDetails +} + +type GetFailoverAllTestDetailsOperationOptions struct { + FetchLatest *bool + Type *string +} + +func DefaultGetFailoverAllTestDetailsOperationOptions() GetFailoverAllTestDetailsOperationOptions { + return GetFailoverAllTestDetailsOperationOptions{} +} + +func (o GetFailoverAllTestDetailsOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o GetFailoverAllTestDetailsOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o GetFailoverAllTestDetailsOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.FetchLatest != nil { + out.Append("fetchLatest", fmt.Sprintf("%v", *o.FetchLatest)) + } + if o.Type != nil { + out.Append("type", fmt.Sprintf("%v", *o.Type)) + } + return &out +} + +// GetFailoverAllTestDetails ... +func (c VirtualNetworkGatewaysClient) GetFailoverAllTestDetails(ctx context.Context, id VirtualNetworkGatewayId, options GetFailoverAllTestDetailsOperationOptions) (result GetFailoverAllTestDetailsOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + OptionsObject: options, + Path: fmt.Sprintf("%s/getFailoverAllTestsDetails", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// GetFailoverAllTestDetailsThenPoll performs GetFailoverAllTestDetails then polls until it's completed +func (c VirtualNetworkGatewaysClient) GetFailoverAllTestDetailsThenPoll(ctx context.Context, id VirtualNetworkGatewayId, options GetFailoverAllTestDetailsOperationOptions) error { + result, err := c.GetFailoverAllTestDetails(ctx, id, options) + if err != nil { + return fmt.Errorf("performing GetFailoverAllTestDetails: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after GetFailoverAllTestDetails: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoversingletestdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoversingletestdetails.go new file mode 100644 index 000000000000..31704bd9f58e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getfailoversingletestdetails.go @@ -0,0 +1,104 @@ +package virtualnetworkgateways + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type GetFailoverSingleTestDetailsOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *[]ExpressRouteFailoverSingleTestDetails +} + +type GetFailoverSingleTestDetailsOperationOptions struct { + FailoverTestId *string + PeeringLocation *string +} + +func DefaultGetFailoverSingleTestDetailsOperationOptions() GetFailoverSingleTestDetailsOperationOptions { + return GetFailoverSingleTestDetailsOperationOptions{} +} + +func (o GetFailoverSingleTestDetailsOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o GetFailoverSingleTestDetailsOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o GetFailoverSingleTestDetailsOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.FailoverTestId != nil { + out.Append("failoverTestId", fmt.Sprintf("%v", *o.FailoverTestId)) + } + if o.PeeringLocation != nil { + out.Append("peeringLocation", fmt.Sprintf("%v", *o.PeeringLocation)) + } + return &out +} + +// GetFailoverSingleTestDetails ... +func (c VirtualNetworkGatewaysClient) GetFailoverSingleTestDetails(ctx context.Context, id VirtualNetworkGatewayId, options GetFailoverSingleTestDetailsOperationOptions) (result GetFailoverSingleTestDetailsOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + OptionsObject: options, + Path: fmt.Sprintf("%s/getFailoverSingleTestDetails", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// GetFailoverSingleTestDetailsThenPoll performs GetFailoverSingleTestDetails then polls until it's completed +func (c VirtualNetworkGatewaysClient) GetFailoverSingleTestDetailsThenPoll(ctx context.Context, id VirtualNetworkGatewayId, options GetFailoverSingleTestDetailsOperationOptions) error { + result, err := c.GetFailoverSingleTestDetails(ctx, id, options) + if err != nil { + return fmt.Errorf("performing GetFailoverSingleTestDetails: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after GetFailoverSingleTestDetails: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getlearnedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getlearnedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getlearnedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getlearnedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_listconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_listconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_listconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_listconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startexpressroutesitefailoversimulation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startexpressroutesitefailoversimulation.go new file mode 100644 index 000000000000..2807029e4ff3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startexpressroutesitefailoversimulation.go @@ -0,0 +1,100 @@ +package virtualnetworkgateways + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StartExpressRouteSiteFailoverSimulationOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *string +} + +type StartExpressRouteSiteFailoverSimulationOperationOptions struct { + PeeringLocation *string +} + +func DefaultStartExpressRouteSiteFailoverSimulationOperationOptions() StartExpressRouteSiteFailoverSimulationOperationOptions { + return StartExpressRouteSiteFailoverSimulationOperationOptions{} +} + +func (o StartExpressRouteSiteFailoverSimulationOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o StartExpressRouteSiteFailoverSimulationOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + + return &out +} + +func (o StartExpressRouteSiteFailoverSimulationOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.PeeringLocation != nil { + out.Append("peeringLocation", fmt.Sprintf("%v", *o.PeeringLocation)) + } + return &out +} + +// StartExpressRouteSiteFailoverSimulation ... +func (c VirtualNetworkGatewaysClient) StartExpressRouteSiteFailoverSimulation(ctx context.Context, id VirtualNetworkGatewayId, options StartExpressRouteSiteFailoverSimulationOperationOptions) (result StartExpressRouteSiteFailoverSimulationOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + OptionsObject: options, + Path: fmt.Sprintf("%s/startSiteFailoverTest", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// StartExpressRouteSiteFailoverSimulationThenPoll performs StartExpressRouteSiteFailoverSimulation then polls until it's completed +func (c VirtualNetworkGatewaysClient) StartExpressRouteSiteFailoverSimulationThenPoll(ctx context.Context, id VirtualNetworkGatewayId, options StartExpressRouteSiteFailoverSimulationOperationOptions) error { + result, err := c.StartExpressRouteSiteFailoverSimulation(ctx, id, options) + if err != nil { + return fmt.Errorf("performing StartExpressRouteSiteFailoverSimulation: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after StartExpressRouteSiteFailoverSimulation: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stopexpressroutesitefailoversimulation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stopexpressroutesitefailoversimulation.go new file mode 100644 index 000000000000..6ac35ccdd75d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stopexpressroutesitefailoversimulation.go @@ -0,0 +1,75 @@ +package virtualnetworkgateways + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StopExpressRouteSiteFailoverSimulationOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *string +} + +// StopExpressRouteSiteFailoverSimulation ... +func (c VirtualNetworkGatewaysClient) StopExpressRouteSiteFailoverSimulation(ctx context.Context, id VirtualNetworkGatewayId, input ExpressRouteFailoverStopApiParameters) (result StopExpressRouteSiteFailoverSimulationOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/stopSiteFailoverTest", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + if err = req.Marshal(input); err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// StopExpressRouteSiteFailoverSimulationThenPoll performs StopExpressRouteSiteFailoverSimulation then polls until it's completed +func (c VirtualNetworkGatewaysClient) StopExpressRouteSiteFailoverSimulationThenPoll(ctx context.Context, id VirtualNetworkGatewayId, input ExpressRouteFailoverStopApiParameters) error { + result, err := c.StopExpressRouteSiteFailoverSimulation(ctx, id, input) + if err != nil { + return fmt.Errorf("performing StopExpressRouteSiteFailoverSimulation: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after StopExpressRouteSiteFailoverSimulation: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_supportedvpndevices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_supportedvpndevices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_supportedvpndevices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_supportedvpndevices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_addressspace.go new file mode 100644 index 000000000000..87f7d9c56bf6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_addressspace.go @@ -0,0 +1,9 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgppeerstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgppeerstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgppeerstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgppeerstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovercircuitresourcedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovercircuitresourcedetails.go new file mode 100644 index 000000000000..c472f193b1cb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovercircuitresourcedetails.go @@ -0,0 +1,10 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverCircuitResourceDetails struct { + ConnectionName *string `json:"connectionName,omitempty"` + Name *string `json:"name,omitempty"` + NrpResourceUri *string `json:"nrpResourceUri,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverconnectionresourcedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverconnectionresourcedetails.go new file mode 100644 index 000000000000..6f6d9be99d1e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverconnectionresourcedetails.go @@ -0,0 +1,11 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverConnectionResourceDetails struct { + LastUpdatedTime *string `json:"lastUpdatedTime,omitempty"` + Name *string `json:"name,omitempty"` + NrpResourceUri *string `json:"nrpResourceUri,omitempty"` + Status *FailoverConnectionStatus `json:"status,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverredundantroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverredundantroute.go new file mode 100644 index 000000000000..536b04fafb33 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverredundantroute.go @@ -0,0 +1,9 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverRedundantRoute struct { + PeeringLocations *[]string `json:"peeringLocations,omitempty"` + Routes *[]string `json:"routes,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoversingletestdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoversingletestdetails.go new file mode 100644 index 000000000000..cfc73148f298 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoversingletestdetails.go @@ -0,0 +1,15 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverSingleTestDetails struct { + EndTimeUtc *string `json:"endTimeUtc,omitempty"` + FailoverConnectionDetails *[]FailoverConnectionDetails `json:"failoverConnectionDetails,omitempty"` + NonRedundantRoutes *[]string `json:"nonRedundantRoutes,omitempty"` + PeeringLocation *string `json:"peeringLocation,omitempty"` + RedundantRoutes *[]ExpressRouteFailoverRedundantRoute `json:"redundantRoutes,omitempty"` + StartTimeUtc *string `json:"startTimeUtc,omitempty"` + Status *FailoverTestStatusForSingleTest `json:"status,omitempty"` + WasSimulationSuccessful *bool `json:"wasSimulationSuccessful,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverstopapiparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverstopapiparameters.go new file mode 100644 index 000000000000..cca1354d2b50 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailoverstopapiparameters.go @@ -0,0 +1,10 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverStopApiParameters struct { + Details *[]FailoverConnectionDetails `json:"details,omitempty"` + PeeringLocation *string `json:"peeringLocation,omitempty"` + WasSimulationSuccessful *bool `json:"wasSimulationSuccessful,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovertestdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovertestdetails.go new file mode 100644 index 000000000000..e0860ad589d8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_expressroutefailovertestdetails.go @@ -0,0 +1,16 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExpressRouteFailoverTestDetails struct { + Circuits *[]ExpressRouteFailoverCircuitResourceDetails `json:"circuits,omitempty"` + Connections *[]ExpressRouteFailoverConnectionResourceDetails `json:"connections,omitempty"` + EndTime *string `json:"endTime,omitempty"` + Issues *[]string `json:"issues,omitempty"` + PeeringLocation *string `json:"peeringLocation,omitempty"` + StartTime *string `json:"startTime,omitempty"` + Status *FailoverTestStatus `json:"status,omitempty"` + TestGuid *string `json:"testGuid,omitempty"` + TestType *FailoverTestType `json:"testType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_failoverconnectiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_failoverconnectiondetails.go new file mode 100644 index 000000000000..19b8eb853e4e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_failoverconnectiondetails.go @@ -0,0 +1,10 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FailoverConnectionDetails struct { + FailoverConnectionName *string `json:"failoverConnectionName,omitempty"` + FailoverLocation *string `json:"failoverLocation,omitempty"` + IsVerified *bool `json:"isVerified,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewayroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewayroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewayroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewayroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewayroutelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewayroutelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_gatewayroutelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_gatewayroutelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..8ad39869074a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworkgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocationpool.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocationpool.go index 8ec4b3f0b7dd..38fccb30a41b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package virtualnetworkgateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_tunnelconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_tunnelconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_tunnelconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_tunnelconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpndevicescriptparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpndevicescriptparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpndevicescriptparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpndevicescriptparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/version.go index 94d4b52b0d45..2a27543268d9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways/version.go @@ -3,8 +3,8 @@ package virtualnetworkgateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworkgateways/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworkgateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/README.md index 83eedf629c49..ccaa5d13da95 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings` Documentation -The `virtualnetworkpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworkpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/id_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/id_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/id_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/id_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_addressspace.go new file mode 100644 index 000000000000..62c939fafe88 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_addressspace.go @@ -0,0 +1,9 @@ +package virtualnetworkpeerings + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..5cab441ca6ee --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworkpeerings + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocationpool.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocationpool.go index dadfe5be0b5b..89e1a893cd91 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package virtualnetworkpeerings // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkencryption.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkencryption.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkencryption.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkencryption.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/version.go index 8ddc05448ba7..08fbb701e778 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings/version.go @@ -3,8 +3,8 @@ package virtualnetworkpeerings // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworkpeerings/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworkpeerings/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/README.md index 5a064f325f1a..247861f806f6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks` Documentation -The `virtualnetworks` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworks` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_resourcenavigationlinkslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_resourcenavigationlinkslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_resourcenavigationlinkslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_resourcenavigationlinkslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_serviceassociationlinkslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_serviceassociationlinkslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_serviceassociationlinkslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_serviceassociationlinkslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_subnetspreparenetworkpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_subnetspreparenetworkpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_subnetspreparenetworkpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_subnetspreparenetworkpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkslistusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkslistusage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/method_virtualnetworkslistusage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/method_virtualnetworkslistusage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_addressspace.go new file mode 100644 index 000000000000..bec158f0cdbc --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_addressspace.go @@ -0,0 +1,9 @@ +package virtualnetworks + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_dhcpoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_dhcpoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_dhcpoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_dhcpoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipaddressavailabilityresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipaddressavailabilityresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipaddressavailabilityresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipaddressavailabilityresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..46cd8513eb5b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworks + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocationpool.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocationpool.go index 9e0e23e9145d..5fcdce61fa31 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package virtualnetworks // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkintentpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkintentpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkintentpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkintentpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkintentpolicyconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkintentpolicyconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkintentpolicyconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkintentpolicyconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..baa2e672f8a9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package virtualnetworks + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_preparenetworkpoliciesrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_preparenetworkpoliciesrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_preparenetworkpoliciesrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_preparenetworkpoliciesrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipddosprotectionstatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipddosprotectionstatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_publicipddosprotectionstatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_publicipddosprotectionstatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subnetpropertiesformat.go index 24216334abbb..7f143606e952 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetwork.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetwork.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetwork.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetwork.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkbgpcommunities.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkbgpcommunities.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkbgpcommunities.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkbgpcommunities.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkencryption.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkencryption.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkencryption.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkencryption.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkusage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkusage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkusage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkusagename.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkusagename.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/model_virtualnetworkusagename.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/model_virtualnetworkusagename.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/version.go index 6081d7e5aadc..989e8657ce80 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks/version.go @@ -3,8 +3,8 @@ package virtualnetworks // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworks/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworks/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/README.md index f3c65cd3f138..efaef42d64d9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap` Documentation -The `virtualnetworktap` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworktap` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/id_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/id_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/id_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/id_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..d87a17332bf0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworktap + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..912009e7aecb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package virtualnetworktap + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..fbf0ecc2cc4d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package virtualnetworktap + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subnetpropertiesformat.go index 5fa44918ba27..4270e2d27f2c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/version.go index fa21c3a80162..ecc932f29a50 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap/version.go @@ -3,8 +3,8 @@ package virtualnetworktap // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworktap/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworktap/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/README.md index b3bff9a8c929..26f314d0bd1f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps` Documentation -The `virtualnetworktaps` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualnetworktaps` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..58e72a82b5b8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualnetworktaps + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..473b7fe72dc1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package virtualnetworktaps + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..c7a26035a571 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package virtualnetworktaps + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subnetpropertiesformat.go index 18e3434d7b58..afb81459e43e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/version.go index 9340b39dc17c..715a79f849cf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps/version.go @@ -3,8 +3,8 @@ package virtualnetworktaps // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualnetworktaps/2024-03-01" + return "hashicorp/go-azure-sdk/virtualnetworktaps/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/README.md index 61790bc076e2..715466bd9860 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings` Documentation -The `virtualrouterpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualrouterpeerings` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/id_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/id_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/id_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/id_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/model_virtualrouterpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/model_virtualrouterpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/model_virtualrouterpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/model_virtualrouterpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/version.go index d093d5e27a9c..ebe670489619 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings/version.go @@ -3,8 +3,8 @@ package virtualrouterpeerings // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualrouterpeerings/2024-03-01" + return "hashicorp/go-azure-sdk/virtualrouterpeerings/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/README.md index 39ca47074143..5a774eafe96d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters` Documentation -The `virtualrouters` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualrouters` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/id_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/id_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/id_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/id_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_virtualrouterpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_virtualrouterpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/model_virtualrouterpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/model_virtualrouterpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/version.go index 0992ca8e9f8a..8ab8475e1637 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters/version.go @@ -3,8 +3,8 @@ package virtualrouters // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualrouters/2024-03-01" + return "hashicorp/go-azure-sdk/virtualrouters/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/README.md similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/README.md index e240763e9529..b758e89ec9fa 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans` Documentation -The `virtualwans` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `virtualwans` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_configurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_configurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_configurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_configurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_hubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_hubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_hubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_hubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_hubvirtualnetworkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_hubvirtualnetworkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_hubvirtualnetworkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_hubvirtualnetworkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_natrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_natrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_natrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_networkvirtualapplianceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_networkvirtualapplianceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_networkvirtualapplianceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_networkvirtualapplianceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_routemap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_routemap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_routemap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_routemap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_routingintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_routingintent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_routingintent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_routingintent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualhub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualhub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualhub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualhub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualhubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualhubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualhubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualhubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualwan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualwan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_virtualwan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_virtualwan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnlinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnlinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnlinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnlinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/id_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/id_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetablesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetablesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetableslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetableslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubroutetableslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubroutetableslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_hubvirtualnetworkconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_hubvirtualnetworkconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natruleslistbyvpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natruleslistbyvpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_natruleslistbyvpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_natruleslistbyvpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_networkvirtualapplianceconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_networkvirtualapplianceconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewaysdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewaysdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewaysdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewaysdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewaysget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewaysget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewaysget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewaysget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routemapslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routemapslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentcreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentcreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentcreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentcreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_routingintentlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_routingintentlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_supportedsecurityproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_supportedsecurityproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_supportedsecurityproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_supportedsecurityproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectiondelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectiondelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectiondelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectiondelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubipconfigurationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubipconfigurationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2sdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2sdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2sdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2sdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2sget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2sget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2sget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2sget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2slist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2slist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubroutetablev2slist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubroutetablev2slist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgetinboundroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgetinboundroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgetinboundroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgetinboundroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgetoutboundroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgetoutboundroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsgetoutboundroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsgetoutboundroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsupdatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsupdatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualhubsupdatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualhubsupdatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwansdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwansdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwansdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwansdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwansget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwansget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwansget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwansget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_virtualwanslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_virtualwanslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionslistbyvpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionslistbyvpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionslistbyvpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionslistbyvpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsstartpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsstartpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsstartpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsstartpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsstoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsstoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnconnectionsstoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnconnectionsstoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewaysdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewaysdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewaysdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewaysdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewaysget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewaysget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewaysget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewaysget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpngatewayslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpngatewayslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetallsharedkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetallsharedkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetallsharedkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetallsharedkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetdefaultsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetdefaultsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetdefaultsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetdefaultsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetikesas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetikesas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionsgetikesas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionsgetikesas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionslistdefaultsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionslistdefaultsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionslistdefaultsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionslistdefaultsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionssetorinitdefaultsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionssetorinitdefaultsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnlinkconnectionssetorinitdefaultsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnlinkconnectionssetorinitdefaultsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinkconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinkconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinkconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinkconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinksget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinksget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinksget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinksget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesconfigurationdownload.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesconfigurationdownload.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesconfigurationdownload.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesconfigurationdownload.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsitesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsitesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsiteslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsiteslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsiteslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsiteslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsiteslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsiteslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/method_vpnsiteslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/method_vpnsiteslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_aadauthenticationparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_aadauthenticationparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_aadauthenticationparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_aadauthenticationparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_action.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_action.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_action.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_action.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_addressspace.go new file mode 100644 index 000000000000..8864dd5d9f46 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_addressspace.go @@ -0,0 +1,9 @@ +package virtualwans + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_connectionsharedkeyresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_connectionsharedkeyresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_connectionsharedkeyresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_connectionsharedkeyresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_criterion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_criterion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_criterion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_criterion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_deviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_deviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_deviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_deviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutemaproute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutemaproute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutemaproute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutemaproute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutemaproutelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutemaproutelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutemaproutelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutemaproutelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_effectiveroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_effectiveroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getinboundroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getinboundroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getinboundroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getinboundroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getoutboundroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getoutboundroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getoutboundroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getoutboundroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getvpnsitesconfigurationrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getvpnsitesconfigurationrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_getvpnsitesconfigurationrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_getvpnsitesconfigurationrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroutetableproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroutetableproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubroutetableproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubroutetableproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubvirtualnetworkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubvirtualnetworkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubvirtualnetworkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubvirtualnetworkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..595141132602 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package virtualwans + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocationpool.go similarity index 66% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocationpool.go index e1ac53861fca..a8f5cddb8eab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package virtualwans // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..f1bab47ab04d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package virtualwans + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkvirtualapplianceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkvirtualapplianceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkvirtualapplianceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkvirtualapplianceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_o365breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_o365breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_o365breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_o365breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_o365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_o365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_o365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_o365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_parameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_parameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_parameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_parameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_peerroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_peerroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_peerroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_peerroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemapproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemapproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemapproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemapproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemaprule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemaprule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routemaprule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routemaprule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingintent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingintent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingintent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingintentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingintentproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingintentproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingintentproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_routingpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_routingpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_sharedkeyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_sharedkeyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_sharedkeyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_sharedkeyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subnetpropertiesformat.go index 99ccf399c440..7d476a8c838d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubeffectiveroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubeffectiveroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubeffectiveroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubeffectiveroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubeffectiveroutelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubeffectiveroutelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubeffectiveroutelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubeffectiveroutelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetablev2.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetablev2.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetablev2.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetablev2.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetablev2properties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetablev2properties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutetablev2properties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutetablev2properties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutev2.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutev2.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualhubroutev2.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualhubroutev2.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualrouterautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualrouterautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualrouterautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualrouterautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwanproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwanproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwanproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwanproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwansecurityprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwansecurityprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwansecurityprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwansecurityprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwansecurityproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwansecurityproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwansecurityproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwansecurityproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwanvpnprofileparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwanvpnprofileparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_virtualwanvpnprofileparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_virtualwanvpnprofileparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnlinkbgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnlinkbgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnlinkbgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnlinkbgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnlinkproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnlinkproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnlinkproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnlinkproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnprofileresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnprofileresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnprofileresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnprofileresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationsresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationsresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigurationsresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigurationsresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsitelinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsitelinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/model_vpnsiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/model_vpnsiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/version.go index b721ff625d5b..b6e1c482cffc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans/version.go @@ -3,8 +3,8 @@ package virtualwans // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/virtualwans/2024-03-01" + return "hashicorp/go-azure-sdk/virtualwans/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/README.md index 9dae73b1bb32..b57dbacb88e5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses` Documentation -The `vmsspublicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `vmsspublicipaddresses` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/id_virtualmachinescaleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/id_virtualmachinescaleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/id_virtualmachinescaleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/id_virtualmachinescaleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..539ced7c6a7c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package vmsspublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..6e9a86e45f04 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package vmsspublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..82517d57b07e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package vmsspublicipaddresses + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subnetpropertiesformat.go index 1d53106ccce0..692176aa486d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/version.go index 9e6d5749a1ce..15511d7f7b20 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses/version.go @@ -3,8 +3,8 @@ package vmsspublicipaddresses // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vmsspublicipaddresses/2024-03-01" + return "hashicorp/go-azure-sdk/vmsspublicipaddresses/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/README.md index d9d749105a9f..7c176af2348e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways` Documentation -The `vpngateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `vpngateways` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/id_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/id_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/id_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/id_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnsitelinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnsitelinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnsitelinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnsitelinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnsitelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnsitelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/model_vpnsitelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/model_vpnsitelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/version.go index b97089344a88..d66c0b1d9439 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways/version.go @@ -3,8 +3,8 @@ package vpngateways // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vpngateways/2024-03-01" + return "hashicorp/go-azure-sdk/vpngateways/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/id_vpnlinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/id_vpnlinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/id_vpnlinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/id_vpnlinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/method_resetconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/method_resetconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/method_resetconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/method_resetconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/version.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/version.go index 63317356fc75..0b8a82045aa4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections/version.go @@ -3,8 +3,8 @@ package vpnlinkconnections // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vpnlinkconnections/2024-03-01" + return "hashicorp/go-azure-sdk/vpnlinkconnections/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/README.md index f5b023bdb238..b0eb67efb450 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations` Documentation -The `vpnserverconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `vpnserverconfigurations` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/id_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/id_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/id_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/id_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_aadauthenticationparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_aadauthenticationparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_aadauthenticationparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_aadauthenticationparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_addressspace.go new file mode 100644 index 000000000000..b6f6c36d85a9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_addressspace.go @@ -0,0 +1,9 @@ +package vpnserverconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..f340109c5be8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package vpnserverconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocationpool.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocationpool.go index 9a83a3bb7bf7..d15a0b0b677f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package vpnserverconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/version.go index 179f7d79f553..52565313a979 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations/version.go @@ -3,8 +3,8 @@ package vpnserverconfigurations // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vpnserverconfigurations/2024-03-01" + return "hashicorp/go-azure-sdk/vpnserverconfigurations/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/README.md index 26db6a9f6bd3..d43cd8b95fff 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites` Documentation -The `vpnsites` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `vpnsites` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/id_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/id_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/id_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/id_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_addressspace.go new file mode 100644 index 000000000000..f280616c5e63 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_addressspace.go @@ -0,0 +1,9 @@ +package vpnsites + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AddressSpace struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_deviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_deviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_deviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_deviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..b24353f5081d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package vpnsites + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocationpool.go similarity index 66% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocationpool.go index 14ce21bc15a1..b407e002a847 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_addressspace.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipampoolprefixallocationpool.go @@ -3,6 +3,6 @@ package vpnsites // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type AddressSpace struct { - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_o365breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_o365breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_o365breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_o365breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_o365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_o365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_o365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_o365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnlinkbgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnlinkbgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnlinkbgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnlinkbgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnlinkproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnlinkproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnlinkproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnlinkproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsitelinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsitelinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsitelinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsitelinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/model_vpnsiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/model_vpnsiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/version.go index 12018807ef67..62b52a8116b7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites/version.go @@ -3,8 +3,8 @@ package vpnsites // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/vpnsites/2024-03-01" + return "hashicorp/go-azure-sdk/vpnsites/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/README.md index 3ca5fee1169f..5d266fab3b16 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies` Documentation -The `webapplicationfirewallpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `webapplicationfirewallpolicies` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayforcontainersreferencedefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayforcontainersreferencedefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayforcontainersreferencedefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayforcontainersreferencedefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exceptionentry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exceptionentry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exceptionentry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exceptionentry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_groupbyusersession.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_groupbyusersession.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_groupbyusersession.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_groupbyusersession.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_groupbyvariable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_groupbyvariable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_groupbyvariable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_groupbyvariable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_headervaluematcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_headervaluematcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_headervaluematcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_headervaluematcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocation.go new file mode 100644 index 000000000000..16f1eba58593 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocation.go @@ -0,0 +1,10 @@ +package webapplicationfirewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocation struct { + AllocatedAddressPrefixes *[]string `json:"allocatedAddressPrefixes,omitempty"` + NumberOfIPAddresses *string `json:"numberOfIpAddresses,omitempty"` + Pool *IPamPoolPrefixAllocationPool `json:"pool,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocationpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocationpool.go new file mode 100644 index 000000000000..1d5d7e549f93 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipampoolprefixallocationpool.go @@ -0,0 +1,8 @@ +package webapplicationfirewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IPamPoolPrefixAllocationPool struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedruleoverride.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedruleoverride.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedruleoverride.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedruleoverride.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_managedruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_managedruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_matchcondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_matchcondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_matchcondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_matchcondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_matchvariable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_matchvariable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_matchvariable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_matchvariable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go new file mode 100644 index 000000000000..fc742511fd03 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go @@ -0,0 +1,30 @@ +package webapplicationfirewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkInterfacePropertiesFormat struct { + AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` + DefaultOutboundConnectivityEnabled *bool `json:"defaultOutboundConnectivityEnabled,omitempty"` + DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` + DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` + DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` + EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` + EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` + HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` + IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` + MacAddress *string `json:"macAddress,omitempty"` + MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` + NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` + NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` + Primary *bool `json:"primary,omitempty"` + PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + ResourceGuid *string `json:"resourceGuid,omitempty"` + TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` + VirtualMachine *SubResource `json:"virtualMachine,omitempty"` + VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` + WorkloadType *string `json:"workloadType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_policysettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_policysettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_policysettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_policysettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go index a5152cfbfee8..cbc01b70e9ff 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go @@ -12,6 +12,7 @@ type SubnetPropertiesFormat struct { IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` + IPamPoolPrefixAllocations *[]IPamPoolPrefixAllocation `json:"ipamPoolPrefixAllocations,omitempty"` NatGateway *SubResource `json:"natGateway,omitempty"` NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/version.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/version.go index 1a8ec9f2ba67..4fc2c7129c30 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies/version.go @@ -3,8 +3,8 @@ package webapplicationfirewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/webapplicationfirewallpolicies/2024-03-01" + return "hashicorp/go-azure-sdk/webapplicationfirewallpolicies/2024-05-01" } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/README.md index d7a59c0519db..0e5f9f17bac9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories` Documentation -The `webcategories` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-03-01`). +The `webcategories` SDK allows for interaction with Azure Resource Manager `network` (API Version `2024-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/id_azurewebcategory.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/id_azurewebcategory.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/id_azurewebcategory.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/id_azurewebcategory.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/model_azurewebcategory.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/model_azurewebcategory.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/model_azurewebcategory.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/model_azurewebcategory.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/model_azurewebcategorypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/model_azurewebcategorypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/model_azurewebcategorypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/model_azurewebcategorypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/version.go similarity index 68% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/version.go index 5c0b8e6f959f..c51d9f7e0593 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories/version.go @@ -3,8 +3,8 @@ package webcategories // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2024-03-01" +const defaultApiVersion = "2024-05-01" func userAgent() string { - return "hashicorp/go-azure-sdk/webcategories/2024-03-01" + return "hashicorp/go-azure-sdk/webcategories/2024-05-01" } diff --git a/vendor/modules.txt b/vendor/modules.txt index 3ec4b2db3c67..c79525b2d68b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -148,7 +148,7 @@ github.com/hashicorp/go-azure-helpers/resourcemanager/tags github.com/hashicorp/go-azure-helpers/resourcemanager/zones github.com/hashicorp/go-azure-helpers/sender github.com/hashicorp/go-azure-helpers/storage -# github.com/hashicorp/go-azure-sdk/resource-manager v0.20241118.1115603 +# github.com/hashicorp/go-azure-sdk/resource-manager v0.20241126.1110949 ## explicit; go 1.21 github.com/hashicorp/go-azure-sdk/resource-manager/aad/2021-05-01/domainservices github.com/hashicorp/go-azure-sdk/resource-manager/aadb2c/2021-04-01-preview @@ -736,119 +736,125 @@ github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnet github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01 -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrulecollections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/adminrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivateendpointconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewayprivatelinkresources -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationgatewaywafdynamicmanifests -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/applicationsecuritygroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availabledelegations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/availableservicealiases -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/azurefirewalls -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionhosts -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bastionshareablelink -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/bgpservicecommunities -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/checkdnsavailabilities -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/cloudservicepublicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectionmonitors -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/connectivityconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/customipprefixes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddoscustompolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ddosprotectionplans -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/dscpconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/endpointservices -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitarptable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitauthorizations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitroutestablesummary -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuits -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecircuitstats -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionarptable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnectionroutetablesummary -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutecrossconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutegateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressroutelinks -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportauthorizations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteports -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteportslocations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteproviderports -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/expressrouteserviceproviders -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/firewallpolicyrulecollectiongroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/flowlogs -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipallocations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/ipgroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/loadbalancers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/localnetworkgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/natgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkgroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkinterfaces -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanageractiveconnectivityconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectiveconnectivityconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagereffectivesecurityadminrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagerroutingconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkmanagers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkprofiles -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networksecuritygroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkvirtualappliances -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/networkwatchers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/p2svpngateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/packetcaptures -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/peerexpressroutecircuitconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatednszonegroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privateendpoints -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/privatelinkservices -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/publicipprefixes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilterrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routefilters -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routetables -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrulecollections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/routingrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/scopeconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityadminconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securitypartnerproviders -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrulecollections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/securityuserrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/serviceendpointpolicydefinitions -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/servicetags -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/staticmembers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/subnets -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/trafficanalytics -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/usages -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vipswap -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualappliancesites -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualapplianceskus -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgatewayconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworkpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworks -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktap -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualnetworktaps -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouterpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualrouters -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/virtualwans -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vmsspublicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpngateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnlinkconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnserverconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/vpnsites -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webapplicationfirewallpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-03-01/webcategories +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01 +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrulecollections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/adminrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivateendpointconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewayprivatelinkresources +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationgatewaywafdynamicmanifests +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/applicationsecuritygroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availabledelegations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/availableservicealiases +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/azurefirewalls +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionhosts +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bastionshareablelink +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/bgpservicecommunities +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/checkdnsavailabilities +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/cloudservicepublicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectionmonitors +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/connectivityconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/customipprefixes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddoscustompolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ddosprotectionplans +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/dscpconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/endpointservices +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitarptable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitauthorizations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitroutestablesummary +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuits +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecircuitstats +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionarptable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnectionroutetablesummary +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutecrossconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutegateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressroutelinks +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportauthorizations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteports +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteportslocations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteproviderports +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/expressrouteserviceproviders +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/firewallpolicyrulecollectiongroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/flowlogs +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipallocations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipgroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/loadbalancers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/localnetworkgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/natgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkgroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkinterfaces +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanageractiveconnectivityconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectiveconnectivityconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagereffectivesecurityadminrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagerroutingconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkmanagers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkprofiles +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networksecuritygroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkvirtualappliances +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/networkwatchers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/p2svpngateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/packetcaptures +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/peerexpressroutecircuitconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatednszonegroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privateendpoints +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/privatelinkservices +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/publicipprefixes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintent +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisintents +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/reachabilityanalysisruns +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilterrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routefilters +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routetables +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrulecollections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/routingrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/scopeconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityadminconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securitypartnerproviders +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrulecollections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/securityuserrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/serviceendpointpolicydefinitions +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/servicetags +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticcidrs +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/staticmembers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/subnets +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/trafficanalytics +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/usages +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/verifierworkspaces +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vipswap +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualappliancesites +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualapplianceskus +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgatewayconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworkpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworks +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktap +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualnetworktaps +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouterpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualrouters +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/virtualwans +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vmsspublicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpngateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnlinkconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnserverconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/vpnsites +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webapplicationfirewallpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/webcategories github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/azuretrafficcollectors github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/collectorpolicies github.com/hashicorp/go-azure-sdk/resource-manager/newrelic/2024-03-01/monitors @@ -1158,7 +1164,7 @@ github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/saplands github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/saprecommendations github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/sapsupportedsku github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/sapvirtualinstances -# github.com/hashicorp/go-azure-sdk/sdk v0.20241118.1115603 +# github.com/hashicorp/go-azure-sdk/sdk v0.20241126.1110949 ## explicit; go 1.21 github.com/hashicorp/go-azure-sdk/sdk/auth github.com/hashicorp/go-azure-sdk/sdk/auth/autorest diff --git a/website/docs/r/network_manager_ipam_pool.html.markdown b/website/docs/r/network_manager_ipam_pool.html.markdown new file mode 100644 index 000000000000..ea10805c93b6 --- /dev/null +++ b/website/docs/r/network_manager_ipam_pool.html.markdown @@ -0,0 +1,85 @@ +--- +subcategory: "Network" +layout: "azurerm" +page_title: "Azure Resource Manager: azurerm_network_manager_ipam_pool" +description: |- + Manages a Network Manager IPAM Pool. +--- + +# azurerm_network_manager_ipam_pool + +Manages a Network Manager IPAM Pool. + +## Example Usage + +```hcl +resource "azurerm_resource_group" "example" { + name = "example-resources" + location = "West Europe" +} + +data "azurerm_subscription" "current" {} + +resource "azurerm_network_manager" "example" { + name = "example-network-manager" + location = azurerm_resource_group.example.location + resource_group_name = azurerm_resource_group.example.name + scope { + subscription_ids = [data.azurerm_subscription.current.id] + } + scope_accesses = ["Connectivity", "SecurityAdmin"] +} + +resource "azurerm_network_manager_ipam_pool" "example" { + name = "example-ipam-pool" + location = "West Europe" + network_manager_id = azurerm_network_manager.example.id + display_name = "example-pool" + address_prefixes = [ "10.0.0.0/24" ] +} +``` + +## Arguments Reference + +The following arguments are supported: + +* `name` - (Required) The name which should be used for this Network Manager IPAM Pool. Changing this forces a new Network Manager IPAM Pool to be created. + +* `network_manager_id` - (Required) The ID of the parent Network Manager. Changing this forces a new Network Manager IPAM Pool to be created. + +* `address_prefixes` - (Required) Specifies a list of IPv4 and IPv6 IP address prefixes. Changing this forces a new Network Manager IPAM Pool to be created. + +* `display_name` - (Required) The display name for the Network Manager IPAM Pool. + +* `location` - (Required) The Azure Region where the Network Manager IPAM Pool should exist. Changing this forces a new Network Manager IPAM Pool to be created. + +--- + +* `description` - (Optional) The description of the Network Manager IPAM Pool. + +* `parent_pool_name` - (Optional) The name of the parent IPAM Pool. Changing this forces a new Network Manager IPAM Pool to be created. + +* `tags` - (Optional) A mapping of tags which should be assigned to the Network Manager IPAM Pool. + +## Attributes Reference + +In addition to the Arguments listed above - the following Attributes are exported: + +* `id` - The ID of the Network Manager IPAM Pool. + +## Timeouts + +The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions: + +* `create` - (Defaults to 30 minutes) Used when creating the Network Manager IPAM Pool. +* `read` - (Defaults to 5 minutes) Used when retrieving the Network Manager IPAM Pool. +* `update` - (Defaults to 30 minutes) Used when updating the Network Manager IPAM Pool. +* `delete` - (Defaults to 30 minutes) Used when deleting the Network Manager IPAM Pool. + +## Import + +Network Manager IPAM Pools can be imported using the `resource id`, e.g. + +```shell +terraform import azurerm_network_manager_ipam_pool.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/manager1/ipamPools/pool1 +``` From bad2f7c2f68f84709e581db0df3a6db3c2414f65 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:45:07 +0000 Subject: [PATCH 2/9] fix doc --- website/docs/r/network_manager_ipam_pool.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/r/network_manager_ipam_pool.html.markdown b/website/docs/r/network_manager_ipam_pool.html.markdown index 6daea7f6d0aa..246655273e80 100644 --- a/website/docs/r/network_manager_ipam_pool.html.markdown +++ b/website/docs/r/network_manager_ipam_pool.html.markdown @@ -31,11 +31,11 @@ resource "azurerm_network_manager" "example" { } resource "azurerm_network_manager_ipam_pool" "example" { - name = "example-ipam-pool" - location = "West Europe" + name = "example-ipam-pool" + location = "West Europe" network_manager_id = azurerm_network_manager.example.id - display_name = "example-pool" - address_prefixes = [ "10.0.0.0/24" ] + display_name = "example-pool" + address_prefixes = ["10.0.0.0/24"] } ``` From 7cd763b548f9287226a9135cb638d8a75bfd10b2 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Thu, 6 Feb 2025 02:14:03 +0000 Subject: [PATCH 3/9] fix test --- .../network/network_manager_ipam_pool_resource_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/services/network/network_manager_ipam_pool_resource_test.go b/internal/services/network/network_manager_ipam_pool_resource_test.go index 01d2f7cea624..34f73a0bbf14 100644 --- a/internal/services/network/network_manager_ipam_pool_resource_test.go +++ b/internal/services/network/network_manager_ipam_pool_resource_test.go @@ -242,7 +242,7 @@ resource "azurerm_network_manager_ipam_pool" "parent" { network_manager_id = azurerm_network_manager.test.id location = azurerm_resource_group.test.location display_name = "ipampool0" - address_prefixes = ["10.0.0.0/26", "10.0.1.0" / 27] + address_prefixes = ["10.0.0.0/26", "10.0.1.0/27"] } resource "azurerm_network_manager_ipam_pool" "test" { @@ -272,7 +272,7 @@ resource "azurerm_resource_group" "test" { data "azurerm_subscription" "current" {} resource "azurerm_network_manager" "test" { - name = "acctest-nm-%[1]d" + name = "acctest-nm-ipam-%[1]d" resource_group_name = azurerm_resource_group.test.name location = azurerm_resource_group.test.location scope { From d3f0d5849ea461e691430f320816b380f106abe3 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Thu, 6 Feb 2025 02:29:18 +0000 Subject: [PATCH 4/9] fix test --- .../network/network_manager_ipam_pool_resource_test.go | 10 +++++----- .../services/network/network_manager_resource_test.go | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/internal/services/network/network_manager_ipam_pool_resource_test.go b/internal/services/network/network_manager_ipam_pool_resource_test.go index 34f73a0bbf14..5df0c22aa92e 100644 --- a/internal/services/network/network_manager_ipam_pool_resource_test.go +++ b/internal/services/network/network_manager_ipam_pool_resource_test.go @@ -15,7 +15,7 @@ import ( type ManagerIpamPoolResource struct{} -func TestAccNetorkManagerIpamPool_basic(t *testing.T) { +func testAccNetorkManagerIpamPool_basic(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") r := ManagerIpamPoolResource{} @@ -30,7 +30,7 @@ func TestAccNetorkManagerIpamPool_basic(t *testing.T) { }) } -func TestAccNetorkManagerIpamPool_basicIpv6(t *testing.T) { +func testAccNetorkManagerIpamPool_basicIPv6(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") r := ManagerIpamPoolResource{} @@ -45,7 +45,7 @@ func TestAccNetorkManagerIpamPool_basicIpv6(t *testing.T) { }) } -func TestAccNetorkManagerIpamPool_update(t *testing.T) { +func testAccNetorkManagerIpamPool_update(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") r := ManagerIpamPoolResource{} @@ -81,7 +81,7 @@ func TestAccNetorkManagerIpamPool_update(t *testing.T) { }) } -func TestAccNetorkManagerIpamPool_requiresImport(t *testing.T) { +func testAccNetorkManagerIpamPool_requiresImport(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") r := ManagerIpamPoolResource{} @@ -96,7 +96,7 @@ func TestAccNetorkManagerIpamPool_requiresImport(t *testing.T) { }) } -func TestAccNetorkManagerIpamPool_complete(t *testing.T) { +func testAccNetorkManagerIpamPool_complete(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_network_manager_ipam_pool", "test") r := ManagerIpamPoolResource{} diff --git a/internal/services/network/network_manager_resource_test.go b/internal/services/network/network_manager_resource_test.go index fe6cab0f1557..a8bebb022320 100644 --- a/internal/services/network/network_manager_resource_test.go +++ b/internal/services/network/network_manager_resource_test.go @@ -95,6 +95,13 @@ func TestAccNetworkManager(t *testing.T) { "withTriggers": testAccNetworkManagerDeployment_withTriggers, "requiresImport": testAccNetworkManagerDeployment_requiresImport, }, + "IPAMPool": { + "basic": testAccNetorkManagerIpamPool_basic, + "basicIPv6": testAccNetorkManagerIpamPool_basicIPv6, + "complete": testAccNetorkManagerIpamPool_complete, + "update": testAccNetorkManagerIpamPool_update, + "requiresImport": testAccNetorkManagerIpamPool_requiresImport, + }, } for group, m := range testCases { From 3d0c4e56620a84d60ec163c68edb5aad9b0c7e68 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Tue, 11 Feb 2025 05:54:24 +0000 Subject: [PATCH 5/9] fix test --- internal/services/network/network_manager_data_source_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/network/network_manager_data_source_test.go b/internal/services/network/network_manager_data_source_test.go index 519d7ec704fc..45c5eb84012d 100644 --- a/internal/services/network/network_manager_data_source_test.go +++ b/internal/services/network/network_manager_data_source_test.go @@ -22,7 +22,7 @@ func testAccNetworkManagerDataSource_complete(t *testing.T) { Check: acceptance.ComposeTestCheckFunc( check.That(data.ResourceName).Key("location").IsNotEmpty(), check.That(data.ResourceName).Key("description").IsNotEmpty(), - check.That(data.ResourceName).Key("scope_accesses.#").HasValue("2"), + check.That(data.ResourceName).Key("scope_accesses.#").HasValue("3"), check.That(data.ResourceName).Key("scope_accesses.0").HasValue("Connectivity"), check.That(data.ResourceName).Key("scope.#").HasValue("1"), check.That(data.ResourceName).Key("scope.0.subscription_ids.#").HasValue("1"), From 7b193efd6d0521397dcf7665e1f7f1f5a811be9d Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:07:24 +0000 Subject: [PATCH 6/9] fix name validation --- .../network/network_manager_ipam_pool_resource.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/services/network/network_manager_ipam_pool_resource.go b/internal/services/network/network_manager_ipam_pool_resource.go index eef9c5cc2365..e60a47b345bc 100644 --- a/internal/services/network/network_manager_ipam_pool_resource.go +++ b/internal/services/network/network_manager_ipam_pool_resource.go @@ -55,8 +55,8 @@ func (ManagerIpamPoolResource) Arguments() map[string]*pluginsdk.Schema { Required: true, ForceNew: true, ValidateFunc: validation.StringMatch( - regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), - "name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + regexp.MustCompile(`^[a-zA-Z0-9\_\.\-]{1,64}$`), + "name must be between 1 and 64 characters long and can only contain letters, numbers, underscores(_), periods(.), and hyphens(-).", ), }, @@ -68,8 +68,8 @@ func (ManagerIpamPoolResource) Arguments() map[string]*pluginsdk.Schema { Type: pluginsdk.TypeString, Required: true, ValidateFunc: validation.StringMatch( - regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), - "display_name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + regexp.MustCompile(`^[a-zA-Z0-9\_\.\-]{1,64}$`), + "display_name must be between 1 and 64 characters long and can only contain letters, numbers, underscores(_), periods(.), and hyphens(-).", ), }, @@ -88,8 +88,8 @@ func (ManagerIpamPoolResource) Arguments() map[string]*pluginsdk.Schema { Optional: true, ForceNew: true, ValidateFunc: validation.StringMatch( - regexp.MustCompile(`^[\-a-zA-Z0-9]{1,64}$`), - "parent_pool_name must be between 1 and 64 characters long and can only contain letters, numbers and hyphen(-).", + regexp.MustCompile(`^[a-zA-Z0-9\_\.\-]{1,64}$`), + "parent_pool_name must be between 1 and 64 characters long and can only contain letters, numbers, underscores(_), periods(.), and hyphens(-).", ), }, From c7c0898b6c206c9db2c167fe591ad2eee414f90b Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Wed, 12 Feb 2025 06:00:54 +0000 Subject: [PATCH 7/9] fix error message --- internal/services/network/network_manager_ipam_pool_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/network/network_manager_ipam_pool_resource.go b/internal/services/network/network_manager_ipam_pool_resource.go index e60a47b345bc..598ca06281fd 100644 --- a/internal/services/network/network_manager_ipam_pool_resource.go +++ b/internal/services/network/network_manager_ipam_pool_resource.go @@ -279,7 +279,7 @@ func resourceIpamPoolWaitForDeleted(ctx context.Context, client ipampools.IPamPo } if _, err := state.WaitForStateContext(ctx); err != nil { - return fmt.Errorf("waiting for the name from %s to become available: %+v", id, err) + return fmt.Errorf("waiting for %s to be deleted: %+v", id, err) } return nil From 2049bcbf75ac88ab09af7d89d6aed14863ff942e Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:06:09 +0000 Subject: [PATCH 8/9] fix code --- internal/services/network/network_manager_ipam_pool_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/network/network_manager_ipam_pool_resource.go b/internal/services/network/network_manager_ipam_pool_resource.go index 598ca06281fd..5fa5f537b370 100644 --- a/internal/services/network/network_manager_ipam_pool_resource.go +++ b/internal/services/network/network_manager_ipam_pool_resource.go @@ -112,6 +112,7 @@ func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { Timeout: 30 * time.Minute, Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error { client := metadata.Client.Network.IPamPools + subscriptionId := metadata.Client.Account.SubscriptionId var config ManagerIpamPoolResourceModel if err := metadata.Decode(&config); err != nil { @@ -123,7 +124,6 @@ func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { return fmt.Errorf("parsing `network_manager_id`: %+v", err) } - subscriptionId := metadata.Client.Account.SubscriptionId id := ipampools.NewIPamPoolID(subscriptionId, networkManagerId.ResourceGroupName, networkManagerId.NetworkManagerName, config.Name) existing, err := client.Get(ctx, id) From 7f6b19f7f8b5f435893b0142fe38c642fab08963 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Tue, 18 Feb 2025 08:01:58 +0000 Subject: [PATCH 9/9] fix --- .../network_manager_ipam_pool_poller.go | 36 +++++++++ .../network_manager_ipam_pool_resource.go | 79 +++++-------------- ...network_manager_ipam_pool_resource_test.go | 48 ++--------- .../r/network_manager_ipam_pool.html.markdown | 2 +- 4 files changed, 62 insertions(+), 103 deletions(-) create mode 100644 internal/services/network/custompollers/network_manager_ipam_pool_poller.go diff --git a/internal/services/network/custompollers/network_manager_ipam_pool_poller.go b/internal/services/network/custompollers/network_manager_ipam_pool_poller.go new file mode 100644 index 000000000000..d23939320cad --- /dev/null +++ b/internal/services/network/custompollers/network_manager_ipam_pool_poller.go @@ -0,0 +1,36 @@ +package custompollers + +import ( + "context" + "fmt" + + "github.com/hashicorp/go-azure-helpers/lang/response" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" +) + +var _ pollers.PollerType = &networkManagerIPAMPoolPoller{} + +type networkManagerIPAMPoolPoller struct { + client *ipampools.IPamPoolsClient + id ipampools.IPamPoolId +} + +func NewNetworkManagerIPAMPoolPoller(client *ipampools.IPamPoolsClient, id ipampools.IPamPoolId) *networkManagerIPAMPoolPoller { + return &networkManagerIPAMPoolPoller{ + client: client, + id: id, + } +} + +func (p networkManagerIPAMPoolPoller) Poll(ctx context.Context) (*pollers.PollResult, error) { + resp, err := p.client.Get(ctx, p.id) + if err != nil { + if response.WasNotFound(resp.HttpResponse) { + return &pollingSuccess, nil + } + return nil, fmt.Errorf("retrieving %s: %+v", p.id, err) + } + + return &pollingInProgress, nil +} diff --git a/internal/services/network/network_manager_ipam_pool_resource.go b/internal/services/network/network_manager_ipam_pool_resource.go index 5fa5f537b370..771f6e0863b8 100644 --- a/internal/services/network/network_manager_ipam_pool_resource.go +++ b/internal/services/network/network_manager_ipam_pool_resource.go @@ -3,7 +3,6 @@ package network import ( "context" "fmt" - "log" "regexp" "time" @@ -11,17 +10,15 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-05-01/ipampools" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" + "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/custompollers" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" ) -var ( - _ sdk.Resource = ManagerIpamPoolResource{} - _ sdk.ResourceWithUpdate = ManagerIpamPoolResource{} -) +var _ sdk.ResourceWithUpdate = ManagerIpamPoolResource{} type ManagerIpamPoolResource struct{} @@ -38,14 +35,14 @@ func (ManagerIpamPoolResource) ModelObject() interface{} { } type ManagerIpamPoolResourceModel struct { - AddressPrefixes []string `tfschema:"address_prefixes"` - Description string `tfschema:"description"` - DisplayName string `tfschema:"display_name"` - Location string `tfschema:"location"` - Name string `tfschema:"name"` - NetworkManagerId string `tfschema:"network_manager_id"` - ParentPoolName string `tfschema:"parent_pool_name"` - Tags map[string]interface{} `tfschema:"tags"` + AddressPrefixes []string `tfschema:"address_prefixes"` + Description string `tfschema:"description"` + DisplayName string `tfschema:"display_name"` + Location string `tfschema:"location"` + Name string `tfschema:"name"` + NetworkManagerId string `tfschema:"network_manager_id"` + ParentPoolName string `tfschema:"parent_pool_name"` + Tags map[string]string `tfschema:"tags"` } func (ManagerIpamPoolResource) Arguments() map[string]*pluginsdk.Schema { @@ -121,7 +118,7 @@ func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { networkManagerId, err := ipampools.ParseNetworkManagerID(config.NetworkManagerId) if err != nil { - return fmt.Errorf("parsing `network_manager_id`: %+v", err) + return err } id := ipampools.NewIPamPoolID(subscriptionId, networkManagerId.ResourceGroupName, networkManagerId.NetworkManagerName, config.Name) @@ -137,7 +134,7 @@ func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { payload := ipampools.IPamPool{ Name: pointer.To(config.Name), Location: location.Normalize(config.Location), - Tags: tags.Expand(config.Tags), + Tags: pointer.To(config.Tags), Properties: ipampools.IPamPoolProperties{ AddressPrefixes: config.AddressPrefixes, Description: pointer.To(config.Description), @@ -147,7 +144,7 @@ func (r ManagerIpamPoolResource) Create() sdk.ResourceFunc { } if err := client.CreateThenPoll(ctx, id, payload); err != nil { - return fmt.Errorf("performing create %s: %+v", id, err) + return fmt.Errorf("creating %s: %+v", id, err) } metadata.SetID(id) @@ -185,7 +182,7 @@ func (r ManagerIpamPoolResource) Read() sdk.ResourceFunc { if model := resp.Model; model != nil { schema.Location = location.Normalize(model.Location) - schema.Tags = tags.Flatten(model.Tags) + schema.Tags = pointer.From(model.Tags) props := model.Properties schema.AddressPrefixes = props.AddressPrefixes @@ -220,7 +217,7 @@ func (r ManagerIpamPoolResource) Update() sdk.ResourceFunc { } if metadata.ResourceData.HasChange("tags") { - parameters.Tags = tags.Expand(model.Tags) + parameters.Tags = pointer.To(model.Tags) } if metadata.ResourceData.HasChange("description") { @@ -255,49 +252,13 @@ func (r ManagerIpamPoolResource) Delete() sdk.ResourceFunc { } // https://github.com/Azure/azure-rest-api-specs/issues/31688 - if err := resourceIpamPoolWaitForDeleted(ctx, *client, *id); err != nil { - return fmt.Errorf("waiting for %s to be deleted: %+v", id, err) + pollerType := custompollers.NewNetworkManagerIPAMPoolPoller(client, *id) + poller := pollers.NewPoller(pollerType, 10*time.Second, pollers.DefaultNumberOfDroppedConnectionsToAllow) + if err := poller.PollUntilDone(ctx); err != nil { + return err } return nil }, } } - -func resourceIpamPoolWaitForDeleted(ctx context.Context, client ipampools.IPamPoolsClient, id ipampools.IPamPoolId) error { - deadline, ok := ctx.Deadline() - if !ok { - return fmt.Errorf("internal error: context had no deadline") - } - state := &pluginsdk.StateChangeConf{ - MinTimeout: 5 * time.Second, - ContinuousTargetOccurence: 3, - Pending: []string{"Exists"}, - Target: []string{"NotFound"}, - Refresh: resourceIpamPoolRefreshFunc(ctx, client, id), - Timeout: time.Until(deadline), - } - - if _, err := state.WaitForStateContext(ctx); err != nil { - return fmt.Errorf("waiting for %s to be deleted: %+v", id, err) - } - - return nil -} - -func resourceIpamPoolRefreshFunc(ctx context.Context, client ipampools.IPamPoolsClient, id ipampools.IPamPoolId) pluginsdk.StateRefreshFunc { - return func() (interface{}, string, error) { - log.Printf("[DEBUG] Checking %s status ..", id) - - resp, err := client.Get(ctx, id) - if err != nil { - if response.WasNotFound(resp.HttpResponse) { - return resp, "NotFound", nil - } - - return resp, "Error", fmt.Errorf("retrieving %s: %+v", id, err) - } - - return resp, "Exists", nil - } -} diff --git a/internal/services/network/network_manager_ipam_pool_resource_test.go b/internal/services/network/network_manager_ipam_pool_resource_test.go index 5df0c22aa92e..813f85090745 100644 --- a/internal/services/network/network_manager_ipam_pool_resource_test.go +++ b/internal/services/network/network_manager_ipam_pool_resource_test.go @@ -64,13 +64,6 @@ func testAccNetorkManagerIpamPool_update(t *testing.T) { ), }, data.ImportStep(), - { - Config: r.updateAgain(data), - Check: acceptance.ComposeTestCheckFunc( - check.That(data.ResourceName).ExistsInAzure(r), - ), - }, - data.ImportStep(), { Config: r.basic(data), Check: acceptance.ComposeTestCheckFunc( @@ -126,7 +119,6 @@ func (r ManagerIpamPoolResource) Exists(ctx context.Context, client *clients.Cli } func (r ManagerIpamPoolResource) basic(data acceptance.TestData) string { - template := r.template(data) return fmt.Sprintf(` %[1]s @@ -141,11 +133,10 @@ resource "azurerm_network_manager_ipam_pool" "test" { display_name = "ipampool1" address_prefixes = ["10.0.0.0/27"] } -`, template, data.RandomInteger) +`, r.template(data), data.RandomInteger) } func (r ManagerIpamPoolResource) basicIpv6(data acceptance.TestData) string { - template := r.template(data) return fmt.Sprintf(` %[1]s @@ -160,12 +151,10 @@ resource "azurerm_network_manager_ipam_pool" "test" { display_name = "ipampool1" address_prefixes = ["2001:db8::/46"] } -`, template, data.RandomInteger) +`, r.template(data), data.RandomInteger) } func (r ManagerIpamPoolResource) requiresImport(data acceptance.TestData) string { - config := r.basic(data) - return fmt.Sprintf(` %s @@ -176,11 +165,10 @@ resource "azurerm_network_manager_ipam_pool" "import" { display_name = azurerm_network_manager_ipam_pool.test.display_name address_prefixes = azurerm_network_manager_ipam_pool.test.address_prefixes } -`, config) +`, r.basic(data)) } func (r ManagerIpamPoolResource) update(data acceptance.TestData) string { - template := r.template(data) return fmt.Sprintf(` %[1]s @@ -200,36 +188,10 @@ resource "azurerm_network_manager_ipam_pool" "test" { foo = "bar" } } -`, template, data.RandomInteger) -} - -func (r ManagerIpamPoolResource) updateAgain(data acceptance.TestData) string { - template := r.template(data) - return fmt.Sprintf(` -%[1]s - -provider "azurerm" { - features {} -} - -resource "azurerm_network_manager_ipam_pool" "test" { - name = "acctest-ipampool-%[2]d" - network_manager_id = azurerm_network_manager.test.id - location = azurerm_resource_group.test.location - display_name = "ipampool2" - address_prefixes = ["10.0.0.0/27"] - description = "This is a test IPAM pool" - - tags = { - foo = "bar" - env = "test" - } -} -`, template, data.RandomInteger) +`, r.template(data), data.RandomInteger) } func (r ManagerIpamPoolResource) complete(data acceptance.TestData) string { - template := r.template(data) return fmt.Sprintf(` %[1]s @@ -259,7 +221,7 @@ resource "azurerm_network_manager_ipam_pool" "test" { env = "test" } } -`, template, data.RandomInteger) +`, r.template(data), data.RandomInteger) } func (r ManagerIpamPoolResource) template(data acceptance.TestData) string { diff --git a/website/docs/r/network_manager_ipam_pool.html.markdown b/website/docs/r/network_manager_ipam_pool.html.markdown index 246655273e80..b462a9af84f8 100644 --- a/website/docs/r/network_manager_ipam_pool.html.markdown +++ b/website/docs/r/network_manager_ipam_pool.html.markdown @@ -47,7 +47,7 @@ The following arguments are supported: * `network_manager_id` - (Required) The ID of the parent Network Manager. Changing this forces a new Network Manager IPAM Pool to be created. -* `address_prefixes` - (Required) Specifies a list of IPv4 and IPv6 IP address prefixes. Changing this forces a new Network Manager IPAM Pool to be created. +* `address_prefixes` - (Required) Specifies a list of IPv4 or IPv6 IP address prefixes. Changing this forces a new Network Manager IPAM Pool to be created. * `display_name` - (Required) The display name for the Network Manager IPAM Pool.