pulumi-azure-native 3.5.0a1747180279__py3-none-any.whl → 3.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (361) hide show
  1. pulumi_azure_native/__init__.py +1 -1
  2. pulumi_azure_native/app/app_resiliency.py +3 -3
  3. pulumi_azure_native/app/build.py +3 -3
  4. pulumi_azure_native/app/builder.py +3 -3
  5. pulumi_azure_native/app/certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environment.py +3 -3
  7. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  8. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  9. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  10. pulumi_azure_native/app/container_app.py +3 -3
  11. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  12. pulumi_azure_native/app/container_apps_session_pool.py +3 -3
  13. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  14. pulumi_azure_native/app/dapr_component.py +3 -3
  15. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  16. pulumi_azure_native/app/dapr_subscription.py +3 -3
  17. pulumi_azure_native/app/dot_net_component.py +3 -3
  18. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  19. pulumi_azure_native/app/get_build.py +2 -2
  20. pulumi_azure_native/app/get_builder.py +2 -2
  21. pulumi_azure_native/app/get_certificate.py +2 -2
  22. pulumi_azure_native/app/get_connected_environment.py +2 -2
  23. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  24. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  25. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  26. pulumi_azure_native/app/get_container_app.py +2 -2
  27. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  28. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  29. pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
  30. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  31. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  32. pulumi_azure_native/app/get_dapr_component.py +2 -2
  33. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  34. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  35. pulumi_azure_native/app/get_dot_net_component.py +2 -2
  36. pulumi_azure_native/app/get_http_route_config.py +4 -0
  37. pulumi_azure_native/app/get_java_component.py +2 -2
  38. pulumi_azure_native/app/get_job.py +2 -2
  39. pulumi_azure_native/app/get_logic_app.py +2 -2
  40. pulumi_azure_native/app/get_maintenance_configuration.py +4 -0
  41. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  42. pulumi_azure_native/app/get_managed_environment.py +2 -2
  43. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  44. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
  45. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  46. pulumi_azure_native/app/http_route_config.py +5 -1
  47. pulumi_azure_native/app/java_component.py +3 -3
  48. pulumi_azure_native/app/job.py +3 -3
  49. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  50. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  51. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  52. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  53. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  54. pulumi_azure_native/app/list_job_secrets.py +2 -2
  55. pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
  56. pulumi_azure_native/app/logic_app.py +3 -3
  57. pulumi_azure_native/app/maintenance_configuration.py +5 -1
  58. pulumi_azure_native/app/managed_certificate.py +3 -3
  59. pulumi_azure_native/app/managed_environment.py +3 -3
  60. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
  61. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  62. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  63. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  64. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  65. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  66. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
  67. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
  68. pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
  69. pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
  70. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  71. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  72. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  73. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  74. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  75. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  76. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  77. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  78. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  79. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  80. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  81. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  82. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  83. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  84. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  85. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  86. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  87. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  88. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  89. pulumi_azure_native/containerservice/snapshot.py +3 -3
  90. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  91. pulumi_azure_native/datafactory/_inputs.py +40 -0
  92. pulumi_azure_native/datafactory/outputs.py +28 -0
  93. pulumi_azure_native/network/__init__.py +3 -0
  94. pulumi_azure_native/network/admin_rule.py +3 -3
  95. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  96. pulumi_azure_native/network/application_gateway.py +3 -3
  97. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  98. pulumi_azure_native/network/application_security_group.py +3 -3
  99. pulumi_azure_native/network/azure_firewall.py +3 -3
  100. pulumi_azure_native/network/bastion_host.py +3 -3
  101. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  102. pulumi_azure_native/network/connection_monitor.py +3 -3
  103. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  104. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  105. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  106. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  107. pulumi_azure_native/network/default_admin_rule.py +1 -1
  108. pulumi_azure_native/network/default_user_rule.py +1 -1
  109. pulumi_azure_native/network/dscp_configuration.py +3 -3
  110. pulumi_azure_native/network/express_route_circuit.py +3 -3
  111. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  112. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  113. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  114. pulumi_azure_native/network/express_route_connection.py +3 -3
  115. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  116. pulumi_azure_native/network/express_route_gateway.py +3 -3
  117. pulumi_azure_native/network/express_route_port.py +3 -3
  118. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  119. pulumi_azure_native/network/firewall_policy.py +3 -3
  120. pulumi_azure_native/network/firewall_policy_draft.py +3 -3
  121. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  122. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
  123. pulumi_azure_native/network/flow_log.py +3 -3
  124. pulumi_azure_native/network/get_active_sessions.py +2 -2
  125. pulumi_azure_native/network/get_admin_rule.py +2 -2
  126. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  127. pulumi_azure_native/network/get_application_gateway.py +2 -2
  128. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  129. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  130. pulumi_azure_native/network/get_application_security_group.py +2 -2
  131. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  132. pulumi_azure_native/network/get_bastion_host.py +2 -2
  133. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  134. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  135. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  136. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  137. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  138. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  139. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  140. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  141. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  142. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  143. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  144. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  145. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  146. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  147. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  148. pulumi_azure_native/network/get_express_route_port.py +2 -2
  149. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  150. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  151. pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
  152. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  153. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
  154. pulumi_azure_native/network/get_flow_log.py +2 -2
  155. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  156. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  157. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  158. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  159. pulumi_azure_native/network/get_ip_group.py +2 -2
  160. pulumi_azure_native/network/get_ipam_pool.py +2 -2
  161. pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
  162. pulumi_azure_native/network/get_load_balancer.py +2 -2
  163. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  164. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  165. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  166. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  167. pulumi_azure_native/network/get_nat_rule.py +2 -2
  168. pulumi_azure_native/network/get_network_group.py +2 -2
  169. pulumi_azure_native/network/get_network_interface.py +2 -2
  170. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  171. pulumi_azure_native/network/get_network_manager.py +2 -2
  172. pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
  173. pulumi_azure_native/network/get_network_profile.py +2 -2
  174. pulumi_azure_native/network/get_network_security_group.py +2 -2
  175. pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
  176. pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +4 -0
  177. pulumi_azure_native/network/get_network_security_perimeter_association.py +4 -0
  178. pulumi_azure_native/network/get_network_security_perimeter_link.py +4 -0
  179. pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +4 -0
  180. pulumi_azure_native/network/get_network_security_perimeter_profile.py +4 -0
  181. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  182. pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +106 -0
  183. pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
  184. pulumi_azure_native/network/get_network_watcher.py +2 -2
  185. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  186. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  187. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  188. pulumi_azure_native/network/get_packet_capture.py +2 -2
  189. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  190. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  191. pulumi_azure_native/network/get_private_link_service.py +2 -2
  192. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  193. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  194. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  195. pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
  196. pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
  197. pulumi_azure_native/network/get_route.py +2 -2
  198. pulumi_azure_native/network/get_route_filter.py +2 -2
  199. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  200. pulumi_azure_native/network/get_route_map.py +2 -2
  201. pulumi_azure_native/network/get_route_table.py +2 -2
  202. pulumi_azure_native/network/get_routing_intent.py +2 -2
  203. pulumi_azure_native/network/get_routing_rule.py +2 -2
  204. pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
  205. pulumi_azure_native/network/get_scope_connection.py +2 -2
  206. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  207. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  208. pulumi_azure_native/network/get_security_rule.py +2 -2
  209. pulumi_azure_native/network/get_security_user_configuration.py +2 -2
  210. pulumi_azure_native/network/get_security_user_rule.py +2 -2
  211. pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
  212. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  213. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  214. pulumi_azure_native/network/get_static_cidr.py +2 -2
  215. pulumi_azure_native/network/get_static_member.py +2 -2
  216. pulumi_azure_native/network/get_subnet.py +2 -2
  217. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  218. pulumi_azure_native/network/get_verifier_workspace.py +2 -2
  219. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  220. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  221. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  222. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  223. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  224. pulumi_azure_native/network/get_virtual_network.py +2 -2
  225. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  226. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  227. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  228. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  229. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  230. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  231. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  232. pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +182 -0
  233. pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +154 -0
  234. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  235. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  236. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  237. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  238. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  239. pulumi_azure_native/network/get_virtual_router.py +2 -2
  240. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  241. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  242. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  243. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  244. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  245. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  246. pulumi_azure_native/network/get_vpn_site.py +2 -2
  247. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  248. pulumi_azure_native/network/hub_route_table.py +3 -3
  249. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  250. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  251. pulumi_azure_native/network/interface_endpoint.py +1 -1
  252. pulumi_azure_native/network/ip_allocation.py +3 -3
  253. pulumi_azure_native/network/ip_group.py +3 -3
  254. pulumi_azure_native/network/ipam_pool.py +3 -3
  255. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  256. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  257. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  258. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  259. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
  260. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  261. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  262. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  263. pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
  264. pulumi_azure_native/network/load_balancer.py +3 -3
  265. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  266. pulumi_azure_native/network/local_network_gateway.py +3 -3
  267. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  268. pulumi_azure_native/network/nat_gateway.py +3 -3
  269. pulumi_azure_native/network/nat_rule.py +3 -3
  270. pulumi_azure_native/network/network_group.py +3 -3
  271. pulumi_azure_native/network/network_interface.py +3 -3
  272. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  273. pulumi_azure_native/network/network_manager.py +3 -3
  274. pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
  275. pulumi_azure_native/network/network_profile.py +3 -3
  276. pulumi_azure_native/network/network_security_group.py +3 -3
  277. pulumi_azure_native/network/network_security_perimeter.py +3 -3
  278. pulumi_azure_native/network/network_security_perimeter_access_rule.py +5 -1
  279. pulumi_azure_native/network/network_security_perimeter_association.py +5 -1
  280. pulumi_azure_native/network/network_security_perimeter_link.py +5 -1
  281. pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +5 -1
  282. pulumi_azure_native/network/network_security_perimeter_profile.py +5 -1
  283. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  284. pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
  285. pulumi_azure_native/network/network_watcher.py +3 -3
  286. pulumi_azure_native/network/nsp_access_rule.py +1 -1
  287. pulumi_azure_native/network/nsp_association.py +1 -1
  288. pulumi_azure_native/network/nsp_link.py +1 -1
  289. pulumi_azure_native/network/nsp_profile.py +1 -1
  290. pulumi_azure_native/network/outputs.py +276 -0
  291. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  292. pulumi_azure_native/network/packet_capture.py +3 -3
  293. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  294. pulumi_azure_native/network/private_endpoint.py +3 -3
  295. pulumi_azure_native/network/private_link_service.py +3 -3
  296. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  297. pulumi_azure_native/network/public_ip_address.py +3 -3
  298. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  299. pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
  300. pulumi_azure_native/network/reachability_analysis_run.py +3 -3
  301. pulumi_azure_native/network/route.py +3 -3
  302. pulumi_azure_native/network/route_filter.py +3 -3
  303. pulumi_azure_native/network/route_filter_rule.py +3 -3
  304. pulumi_azure_native/network/route_map.py +3 -3
  305. pulumi_azure_native/network/route_table.py +3 -3
  306. pulumi_azure_native/network/routing_intent.py +3 -3
  307. pulumi_azure_native/network/routing_rule.py +3 -3
  308. pulumi_azure_native/network/routing_rule_collection.py +3 -3
  309. pulumi_azure_native/network/scope_connection.py +3 -3
  310. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  311. pulumi_azure_native/network/security_partner_provider.py +3 -3
  312. pulumi_azure_native/network/security_rule.py +3 -3
  313. pulumi_azure_native/network/security_user_configuration.py +3 -3
  314. pulumi_azure_native/network/security_user_rule.py +3 -3
  315. pulumi_azure_native/network/security_user_rule_collection.py +3 -3
  316. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  317. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  318. pulumi_azure_native/network/static_cidr.py +3 -3
  319. pulumi_azure_native/network/static_member.py +3 -3
  320. pulumi_azure_native/network/subnet.py +3 -3
  321. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  322. pulumi_azure_native/network/user_rule.py +1 -1
  323. pulumi_azure_native/network/user_rule_collection.py +1 -1
  324. pulumi_azure_native/network/verifier_workspace.py +3 -3
  325. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  326. pulumi_azure_native/network/virtual_hub.py +3 -3
  327. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  328. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  329. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  330. pulumi_azure_native/network/virtual_network.py +3 -3
  331. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  332. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  333. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  334. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  335. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  336. pulumi_azure_native/network/virtual_router.py +3 -3
  337. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  338. pulumi_azure_native/network/virtual_wan.py +3 -3
  339. pulumi_azure_native/network/vpn_connection.py +3 -3
  340. pulumi_azure_native/network/vpn_gateway.py +3 -3
  341. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  342. pulumi_azure_native/network/vpn_site.py +3 -3
  343. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  344. pulumi_azure_native/onlineexperimentation/__init__.py +2 -2
  345. pulumi_azure_native/onlineexperimentation/_inputs.py +21 -21
  346. pulumi_azure_native/onlineexperimentation/{get_online_experiment_workspace.py → get_online_experimentation_workspace.py} +23 -23
  347. pulumi_azure_native/onlineexperimentation/{online_experiment_workspace.py → online_experimentation_workspace.py} +29 -29
  348. pulumi_azure_native/onlineexperimentation/outputs.py +19 -19
  349. pulumi_azure_native/pulumi-plugin.json +1 -1
  350. pulumi_azure_native/quantum/get_workspace.py +2 -2
  351. pulumi_azure_native/quantum/list_workspace_keys.py +4 -0
  352. pulumi_azure_native/quantum/workspace.py +3 -3
  353. pulumi_azure_native/videoindexer/account.py +3 -3
  354. pulumi_azure_native/videoindexer/get_account.py +2 -2
  355. pulumi_azure_native/videoindexer/get_private_endpoint_connection.py +4 -0
  356. pulumi_azure_native/videoindexer/private_endpoint_connection.py +5 -1
  357. pulumi_azure_native/workloads/outputs.py +3 -52
  358. {pulumi_azure_native-3.5.0a1747180279.dist-info → pulumi_azure_native-3.5.1.dist-info}/METADATA +1 -1
  359. {pulumi_azure_native-3.5.0a1747180279.dist-info → pulumi_azure_native-3.5.1.dist-info}/RECORD +361 -358
  360. {pulumi_azure_native-3.5.0a1747180279.dist-info → pulumi_azure_native-3.5.1.dist-info}/WHEEL +1 -1
  361. {pulumi_azure_native-3.5.0a1747180279.dist-info → pulumi_azure_native-3.5.1.dist-info}/top_level.txt +0 -0
@@ -372,7 +372,7 @@ def get_network_virtual_appliance(expand: Optional[builtins.str] = None,
372
372
 
373
373
  Uses Azure REST API version 2024-05-01.
374
374
 
375
- Other available API versions: 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
375
+ Other available API versions: 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
376
376
 
377
377
 
378
378
  :param builtins.str expand: Expands referenced resources.
@@ -423,7 +423,7 @@ def get_network_virtual_appliance_output(expand: Optional[pulumi.Input[Optional[
423
423
 
424
424
  Uses Azure REST API version 2024-05-01.
425
425
 
426
- Other available API versions: 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
426
+ Other available API versions: 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
427
427
 
428
428
 
429
429
  :param builtins.str expand: Expands referenced resources.
@@ -0,0 +1,106 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+
18
+ __all__ = [
19
+ 'GetNetworkVirtualApplianceBootDiagnosticLogsResult',
20
+ 'AwaitableGetNetworkVirtualApplianceBootDiagnosticLogsResult',
21
+ 'get_network_virtual_appliance_boot_diagnostic_logs',
22
+ 'get_network_virtual_appliance_boot_diagnostic_logs_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetNetworkVirtualApplianceBootDiagnosticLogsResult:
27
+ def __init__(__self__, instance_id=None):
28
+ if instance_id and not isinstance(instance_id, int):
29
+ raise TypeError("Expected argument 'instance_id' to be a int")
30
+ pulumi.set(__self__, "instance_id", instance_id)
31
+
32
+ @property
33
+ @pulumi.getter(name="instanceId")
34
+ def instance_id(self) -> Optional[builtins.int]:
35
+ """
36
+ The network virtual appliance instance id for which boot diagnostic logs is being requested
37
+ """
38
+ return pulumi.get(self, "instance_id")
39
+
40
+
41
+ class AwaitableGetNetworkVirtualApplianceBootDiagnosticLogsResult(GetNetworkVirtualApplianceBootDiagnosticLogsResult):
42
+ # pylint: disable=using-constant-test
43
+ def __await__(self):
44
+ if False:
45
+ yield self
46
+ return GetNetworkVirtualApplianceBootDiagnosticLogsResult(
47
+ instance_id=self.instance_id)
48
+
49
+
50
+ def get_network_virtual_appliance_boot_diagnostic_logs(console_screenshot_storage_sas_url: Optional[builtins.str] = None,
51
+ instance_id: Optional[builtins.int] = None,
52
+ network_virtual_appliance_name: Optional[builtins.str] = None,
53
+ resource_group_name: Optional[builtins.str] = None,
54
+ serial_console_storage_sas_url: Optional[builtins.str] = None,
55
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkVirtualApplianceBootDiagnosticLogsResult:
56
+ """
57
+ Retrieves the boot diagnostic logs for a VM instance belonging to the specified Network Virtual Appliance.
58
+
59
+ Uses Azure REST API version 2024-07-01.
60
+
61
+
62
+ :param builtins.str console_screenshot_storage_sas_url: Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written
63
+ :param builtins.int instance_id: The network virtual appliance instance id for which boot diagnostic logs is being requested
64
+ :param builtins.str network_virtual_appliance_name: The name of Network Virtual Appliance.
65
+ :param builtins.str resource_group_name: The name of the resource group.
66
+ :param builtins.str serial_console_storage_sas_url: Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written
67
+ """
68
+ __args__ = dict()
69
+ __args__['consoleScreenshotStorageSasUrl'] = console_screenshot_storage_sas_url
70
+ __args__['instanceId'] = instance_id
71
+ __args__['networkVirtualApplianceName'] = network_virtual_appliance_name
72
+ __args__['resourceGroupName'] = resource_group_name
73
+ __args__['serialConsoleStorageSasUrl'] = serial_console_storage_sas_url
74
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
75
+ __ret__ = pulumi.runtime.invoke('azure-native:network:getNetworkVirtualApplianceBootDiagnosticLogs', __args__, opts=opts, typ=GetNetworkVirtualApplianceBootDiagnosticLogsResult).value
76
+
77
+ return AwaitableGetNetworkVirtualApplianceBootDiagnosticLogsResult(
78
+ instance_id=pulumi.get(__ret__, 'instance_id'))
79
+ def get_network_virtual_appliance_boot_diagnostic_logs_output(console_screenshot_storage_sas_url: Optional[pulumi.Input[Optional[builtins.str]]] = None,
80
+ instance_id: Optional[pulumi.Input[Optional[builtins.int]]] = None,
81
+ network_virtual_appliance_name: Optional[pulumi.Input[builtins.str]] = None,
82
+ resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
83
+ serial_console_storage_sas_url: Optional[pulumi.Input[Optional[builtins.str]]] = None,
84
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNetworkVirtualApplianceBootDiagnosticLogsResult]:
85
+ """
86
+ Retrieves the boot diagnostic logs for a VM instance belonging to the specified Network Virtual Appliance.
87
+
88
+ Uses Azure REST API version 2024-07-01.
89
+
90
+
91
+ :param builtins.str console_screenshot_storage_sas_url: Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written
92
+ :param builtins.int instance_id: The network virtual appliance instance id for which boot diagnostic logs is being requested
93
+ :param builtins.str network_virtual_appliance_name: The name of Network Virtual Appliance.
94
+ :param builtins.str resource_group_name: The name of the resource group.
95
+ :param builtins.str serial_console_storage_sas_url: Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written
96
+ """
97
+ __args__ = dict()
98
+ __args__['consoleScreenshotStorageSasUrl'] = console_screenshot_storage_sas_url
99
+ __args__['instanceId'] = instance_id
100
+ __args__['networkVirtualApplianceName'] = network_virtual_appliance_name
101
+ __args__['resourceGroupName'] = resource_group_name
102
+ __args__['serialConsoleStorageSasUrl'] = serial_console_storage_sas_url
103
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
104
+ __ret__ = pulumi.runtime.invoke_output('azure-native:network:getNetworkVirtualApplianceBootDiagnosticLogs', __args__, opts=opts, typ=GetNetworkVirtualApplianceBootDiagnosticLogsResult)
105
+ return __ret__.apply(lambda __response__: GetNetworkVirtualApplianceBootDiagnosticLogsResult(
106
+ instance_id=pulumi.get(__response__, 'instance_id')))
@@ -96,7 +96,7 @@ def get_network_virtual_appliance_connection(connection_name: Optional[builtins.
96
96
 
97
97
  Uses Azure REST API version 2024-05-01.
98
98
 
99
- Other available API versions: 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
99
+ Other available API versions: 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
100
100
 
101
101
 
102
102
  :param builtins.str connection_name: The name of the NVA connection.
@@ -124,7 +124,7 @@ def get_network_virtual_appliance_connection_output(connection_name: Optional[pu
124
124
 
125
125
  Uses Azure REST API version 2024-05-01.
126
126
 
127
- Other available API versions: 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
127
+ Other available API versions: 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
128
128
 
129
129
 
130
130
  :param builtins.str connection_name: The name of the NVA connection.
@@ -142,7 +142,7 @@ def get_network_watcher(network_watcher_name: Optional[builtins.str] = None,
142
142
 
143
143
  Uses Azure REST API version 2024-05-01.
144
144
 
145
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
145
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
146
146
 
147
147
 
148
148
  :param builtins.str network_watcher_name: The name of the network watcher.
@@ -171,7 +171,7 @@ def get_network_watcher_output(network_watcher_name: Optional[pulumi.Input[built
171
171
 
172
172
  Uses Azure REST API version 2024-05-01.
173
173
 
174
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
174
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
175
175
 
176
176
 
177
177
  :param builtins.str network_watcher_name: The name of the network watcher.
@@ -227,7 +227,7 @@ def get_p2s_vpn_gateway(gateway_name: Optional[builtins.str] = None,
227
227
 
228
228
  Uses Azure REST API version 2024-05-01.
229
229
 
230
- Other available API versions: 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
230
+ Other available API versions: 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
231
231
 
232
232
 
233
233
  :param builtins.str gateway_name: The name of the gateway.
@@ -263,7 +263,7 @@ def get_p2s_vpn_gateway_output(gateway_name: Optional[pulumi.Input[builtins.str]
263
263
 
264
264
  Uses Azure REST API version 2024-05-01.
265
265
 
266
- Other available API versions: 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
266
+ Other available API versions: 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
267
267
 
268
268
 
269
269
  :param builtins.str gateway_name: The name of the gateway.
@@ -215,7 +215,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health(gateway_name: Optional[builtin
215
215
 
216
216
  Uses Azure REST API version 2024-05-01.
217
217
 
218
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
219
219
 
220
220
 
221
221
  :param builtins.str gateway_name: The name of the P2SVpnGateway.
@@ -250,7 +250,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_output(gateway_name: Optional[
250
250
 
251
251
  Uses Azure REST API version 2024-05-01.
252
252
 
253
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
253
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
254
254
 
255
255
 
256
256
  :param builtins.str gateway_name: The name of the P2SVpnGateway.
@@ -60,7 +60,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed(gateway_name: Optiona
60
60
 
61
61
  Uses Azure REST API version 2024-05-01.
62
62
 
63
- Other available API versions: 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
63
+ Other available API versions: 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
64
64
 
65
65
 
66
66
  :param builtins.str gateway_name: The name of the P2SVpnGateway.
@@ -88,7 +88,7 @@ def get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed_output(gateway_name:
88
88
 
89
89
  Uses Azure REST API version 2024-05-01.
90
90
 
91
- Other available API versions: 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
91
+ Other available API versions: 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
92
92
 
93
93
 
94
94
  :param builtins.str gateway_name: The name of the P2SVpnGateway.
@@ -228,7 +228,7 @@ def get_packet_capture(network_watcher_name: Optional[builtins.str] = None,
228
228
 
229
229
  Uses Azure REST API version 2024-05-01.
230
230
 
231
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
231
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
232
232
 
233
233
 
234
234
  :param builtins.str network_watcher_name: The name of the network watcher.
@@ -267,7 +267,7 @@ def get_packet_capture_output(network_watcher_name: Optional[pulumi.Input[builti
267
267
 
268
268
  Uses Azure REST API version 2024-05-01.
269
269
 
270
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
270
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
271
271
 
272
272
 
273
273
  :param builtins.str network_watcher_name: The name of the network watcher.
@@ -120,7 +120,7 @@ def get_private_dns_zone_group(private_dns_zone_group_name: Optional[builtins.st
120
120
 
121
121
  Uses Azure REST API version 2024-05-01.
122
122
 
123
- Other available API versions: 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
+ Other available API versions: 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
124
 
125
125
 
126
126
  :param builtins.str private_dns_zone_group_name: The name of the private dns zone group.
@@ -150,7 +150,7 @@ def get_private_dns_zone_group_output(private_dns_zone_group_name: Optional[pulu
150
150
 
151
151
  Uses Azure REST API version 2024-05-01.
152
152
 
153
- Other available API versions: 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
+ Other available API versions: 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
154
154
 
155
155
 
156
156
  :param builtins.str private_dns_zone_group_name: The name of the private dns zone group.
@@ -252,7 +252,7 @@ def get_private_endpoint(expand: Optional[builtins.str] = None,
252
252
 
253
253
  Uses Azure REST API version 2024-05-01.
254
254
 
255
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
255
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
256
256
 
257
257
 
258
258
  :param builtins.str expand: Expands referenced resources.
@@ -293,7 +293,7 @@ def get_private_endpoint_output(expand: Optional[pulumi.Input[Optional[builtins.
293
293
 
294
294
  Uses Azure REST API version 2024-05-01.
295
295
 
296
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
296
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
297
297
 
298
298
 
299
299
  :param builtins.str expand: Expands referenced resources.
@@ -276,7 +276,7 @@ def get_private_link_service(expand: Optional[builtins.str] = None,
276
276
 
277
277
  Uses Azure REST API version 2024-05-01.
278
278
 
279
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
279
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
280
280
 
281
281
 
282
282
  :param builtins.str expand: Expands referenced resources.
@@ -319,7 +319,7 @@ def get_private_link_service_output(expand: Optional[pulumi.Input[Optional[built
319
319
 
320
320
  Uses Azure REST API version 2024-05-01.
321
321
 
322
- Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
322
+ Other available API versions: 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
323
323
 
324
324
 
325
325
  :param builtins.str expand: Expands referenced resources.
@@ -169,7 +169,7 @@ def get_private_link_service_private_endpoint_connection(expand: Optional[builti
169
169
 
170
170
  Uses Azure REST API version 2024-05-01.
171
171
 
172
- Other available API versions: 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
172
+ Other available API versions: 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
173
173
 
174
174
 
175
175
  :param builtins.str expand: Expands referenced resources.
@@ -206,7 +206,7 @@ def get_private_link_service_private_endpoint_connection_output(expand: Optional
206
206
 
207
207
  Uses Azure REST API version 2024-05-01.
208
208
 
209
- Other available API versions: 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
209
+ Other available API versions: 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
210
210
 
211
211
 
212
212
  :param builtins.str expand: Expands referenced resources.
@@ -360,7 +360,7 @@ def get_public_ip_address(expand: Optional[builtins.str] = None,
360
360
 
361
361
  Uses Azure REST API version 2024-05-01.
362
362
 
363
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
363
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
364
364
 
365
365
 
366
366
  :param builtins.str expand: Expands referenced resources.
@@ -410,7 +410,7 @@ def get_public_ip_address_output(expand: Optional[pulumi.Input[Optional[builtins
410
410
 
411
411
  Uses Azure REST API version 2024-05-01.
412
412
 
413
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
413
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
414
414
 
415
415
 
416
416
  :param builtins.str expand: Expands referenced resources.
@@ -288,7 +288,7 @@ def get_public_ip_prefix(expand: Optional[builtins.str] = None,
288
288
 
289
289
  Uses Azure REST API version 2024-05-01.
290
290
 
291
- Other available API versions: 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
291
+ Other available API versions: 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
292
292
 
293
293
 
294
294
  :param builtins.str expand: Expands referenced resources.
@@ -332,7 +332,7 @@ def get_public_ip_prefix_output(expand: Optional[pulumi.Input[Optional[builtins.
332
332
 
333
333
  Uses Azure REST API version 2024-05-01.
334
334
 
335
- Other available API versions: 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
335
+ Other available API versions: 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
336
336
 
337
337
 
338
338
  :param builtins.str expand: Expands referenced resources.
@@ -121,7 +121,7 @@ def get_reachability_analysis_intent(network_manager_name: Optional[builtins.str
121
121
 
122
122
  Uses Azure REST API version 2024-05-01.
123
123
 
124
- Other available API versions: 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
+ Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
125
125
 
126
126
 
127
127
  :param builtins.str network_manager_name: The name of the network manager.
@@ -154,7 +154,7 @@ def get_reachability_analysis_intent_output(network_manager_name: Optional[pulum
154
154
 
155
155
  Uses Azure REST API version 2024-05-01.
156
156
 
157
- Other available API versions: 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
157
+ Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
158
 
159
159
 
160
160
  :param builtins.str network_manager_name: The name of the network manager.
@@ -121,7 +121,7 @@ def get_reachability_analysis_run(network_manager_name: Optional[builtins.str] =
121
121
 
122
122
  Uses Azure REST API version 2024-05-01.
123
123
 
124
- Other available API versions: 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
+ Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
125
125
 
126
126
 
127
127
  :param builtins.str network_manager_name: The name of the network manager.
@@ -154,7 +154,7 @@ def get_reachability_analysis_run_output(network_manager_name: Optional[pulumi.I
154
154
 
155
155
  Uses Azure REST API version 2024-05-01.
156
156
 
157
- Other available API versions: 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
157
+ Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
158
 
159
159
 
160
160
  :param builtins.str network_manager_name: The name of the network manager.
@@ -167,7 +167,7 @@ def get_route(resource_group_name: Optional[builtins.str] = None,
167
167
 
168
168
  Uses Azure REST API version 2024-05-01.
169
169
 
170
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
170
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
171
171
 
172
172
 
173
173
  :param builtins.str resource_group_name: The name of the resource group.
@@ -201,7 +201,7 @@ def get_route_output(resource_group_name: Optional[pulumi.Input[builtins.str]] =
201
201
 
202
202
  Uses Azure REST API version 2024-05-01.
203
203
 
204
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
204
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
205
205
 
206
206
 
207
207
  :param builtins.str resource_group_name: The name of the resource group.
@@ -180,7 +180,7 @@ def get_route_filter(expand: Optional[builtins.str] = None,
180
180
 
181
181
  Uses Azure REST API version 2024-05-01.
182
182
 
183
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
183
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
184
184
 
185
185
 
186
186
  :param builtins.str expand: Expands referenced express route bgp peering resources.
@@ -215,7 +215,7 @@ def get_route_filter_output(expand: Optional[pulumi.Input[Optional[builtins.str]
215
215
 
216
216
  Uses Azure REST API version 2024-05-01.
217
217
 
218
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
218
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
219
219
 
220
220
 
221
221
  :param builtins.str expand: Expands referenced express route bgp peering resources.
@@ -155,7 +155,7 @@ def get_route_filter_rule(resource_group_name: Optional[builtins.str] = None,
155
155
 
156
156
  Uses Azure REST API version 2024-05-01.
157
157
 
158
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
158
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
159
 
160
160
 
161
161
  :param builtins.str resource_group_name: The name of the resource group.
@@ -188,7 +188,7 @@ def get_route_filter_rule_output(resource_group_name: Optional[pulumi.Input[buil
188
188
 
189
189
  Uses Azure REST API version 2024-05-01.
190
190
 
191
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
191
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
192
 
193
193
 
194
194
  :param builtins.str resource_group_name: The name of the resource group.
@@ -156,7 +156,7 @@ def get_route_map(resource_group_name: Optional[builtins.str] = None,
156
156
 
157
157
  Uses Azure REST API version 2024-05-01.
158
158
 
159
- Other available API versions: 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
+ Other available API versions: 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
160
 
161
161
 
162
162
  :param builtins.str resource_group_name: The resource group name of the RouteMap's resource group.
@@ -189,7 +189,7 @@ def get_route_map_output(resource_group_name: Optional[pulumi.Input[builtins.str
189
189
 
190
190
  Uses Azure REST API version 2024-05-01.
191
191
 
192
- Other available API versions: 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
+ Other available API versions: 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
193
193
 
194
194
 
195
195
  :param builtins.str resource_group_name: The resource group name of the RouteMap's resource group.
@@ -192,7 +192,7 @@ def get_route_table(expand: Optional[builtins.str] = None,
192
192
 
193
193
  Uses Azure REST API version 2024-05-01.
194
194
 
195
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
195
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
196
196
 
197
197
 
198
198
  :param builtins.str expand: Expands referenced resources.
@@ -228,7 +228,7 @@ def get_route_table_output(expand: Optional[pulumi.Input[Optional[builtins.str]]
228
228
 
229
229
  Uses Azure REST API version 2024-05-01.
230
230
 
231
- Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
231
+ Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
232
232
 
233
233
 
234
234
  :param builtins.str expand: Expands referenced resources.
@@ -132,7 +132,7 @@ def get_routing_intent(resource_group_name: Optional[builtins.str] = None,
132
132
 
133
133
  Uses Azure REST API version 2024-05-01.
134
134
 
135
- Other available API versions: 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
135
+ Other available API versions: 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
136
136
 
137
137
 
138
138
  :param builtins.str resource_group_name: The resource group name of the RoutingIntent.
@@ -163,7 +163,7 @@ def get_routing_intent_output(resource_group_name: Optional[pulumi.Input[builtin
163
163
 
164
164
  Uses Azure REST API version 2024-05-01.
165
165
 
166
- Other available API versions: 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
166
+ Other available API versions: 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
167
167
 
168
168
 
169
169
  :param builtins.str resource_group_name: The resource group name of the RoutingIntent.
@@ -182,7 +182,7 @@ def get_routing_rule(configuration_name: Optional[builtins.str] = None,
182
182
 
183
183
  Uses Azure REST API version 2024-05-01.
184
184
 
185
- Other available API versions: 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
185
+ Other available API versions: 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
186
186
 
187
187
 
188
188
  :param builtins.str configuration_name: The name of the network manager Routing Configuration.
@@ -223,7 +223,7 @@ def get_routing_rule_output(configuration_name: Optional[pulumi.Input[builtins.s
223
223
 
224
224
  Uses Azure REST API version 2024-05-01.
225
225
 
226
- Other available API versions: 2024-03-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
226
+ Other available API versions: 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
227
227
 
228
228
 
229
229
  :param builtins.str configuration_name: The name of the network manager Routing Configuration.