pulumi-azure-native 2.36.1a1712854250__py3-none-any.whl → 2.36.1a1713161317__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 (1055) hide show
  1. pulumi_azure_native/__init__.py +134 -0
  2. pulumi_azure_native/authorization/__init__.py +3 -0
  3. pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
  4. pulumi_azure_native/authorization/policy_assignment.py +3 -3
  5. pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
  6. pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
  7. pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
  8. pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
  9. pulumi_azure_native/authorization/v20240401/__init__.py +12 -0
  10. pulumi_azure_native/authorization/v20240401/_enums.py +76 -0
  11. pulumi_azure_native/authorization/v20240401/_inputs.py +276 -0
  12. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +300 -0
  13. pulumi_azure_native/authorization/v20240401/outputs.py +482 -0
  14. pulumi_azure_native/authorization/v20240401/policy_assignment.py +556 -0
  15. pulumi_azure_native/eventhub/__init__.py +3 -0
  16. pulumi_azure_native/eventhub/application_group.py +3 -3
  17. pulumi_azure_native/eventhub/cluster.py +3 -3
  18. pulumi_azure_native/eventhub/consumer_group.py +3 -3
  19. pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
  20. pulumi_azure_native/eventhub/event_hub.py +3 -3
  21. pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
  22. pulumi_azure_native/eventhub/get_application_group.py +2 -2
  23. pulumi_azure_native/eventhub/get_cluster.py +2 -2
  24. pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
  25. pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
  26. pulumi_azure_native/eventhub/get_event_hub.py +2 -2
  27. pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
  28. pulumi_azure_native/eventhub/get_namespace.py +2 -2
  29. pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
  30. pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
  31. pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
  32. pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
  33. pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
  34. pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
  35. pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
  36. pulumi_azure_native/eventhub/namespace.py +3 -3
  37. pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
  38. pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
  39. pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
  40. pulumi_azure_native/eventhub/schema_registry.py +3 -3
  41. pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
  42. pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
  43. pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
  44. pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
  45. pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
  46. pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
  47. pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
  48. pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
  49. pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
  50. pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
  51. pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
  52. pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
  53. pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
  54. pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
  55. pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
  56. pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
  57. pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
  58. pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
  59. pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
  60. pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
  61. pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
  63. pulumi_azure_native/eventhub/v20240101/application_group.py +1 -1
  64. pulumi_azure_native/eventhub/v20240101/cluster.py +1 -1
  65. pulumi_azure_native/eventhub/v20240101/consumer_group.py +1 -1
  66. pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +1 -1
  67. pulumi_azure_native/eventhub/v20240101/event_hub.py +1 -1
  68. pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +1 -1
  69. pulumi_azure_native/eventhub/v20240101/namespace.py +1 -1
  70. pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +1 -1
  71. pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +1 -1
  72. pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/eventhub/v20240101/schema_registry.py +1 -1
  74. pulumi_azure_native/eventhub/v20240501preview/__init__.py +35 -0
  75. pulumi_azure_native/eventhub/v20240501preview/_enums.py +229 -0
  76. pulumi_azure_native/eventhub/v20240501preview/_inputs.py +1059 -0
  77. pulumi_azure_native/eventhub/v20240501preview/application_group.py +285 -0
  78. pulumi_azure_native/eventhub/v20240501preview/cluster.py +332 -0
  79. pulumi_azure_native/eventhub/v20240501preview/consumer_group.py +265 -0
  80. pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py +283 -0
  81. pulumi_azure_native/eventhub/v20240501preview/event_hub.py +440 -0
  82. pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py +247 -0
  83. pulumi_azure_native/eventhub/v20240501preview/get_application_group.py +175 -0
  84. pulumi_azure_native/eventhub/v20240501preview/get_cluster.py +235 -0
  85. pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py +180 -0
  86. pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py +201 -0
  87. pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +279 -0
  88. pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py +154 -0
  89. pulumi_azure_native/eventhub/v20240501preview/get_namespace.py +404 -0
  90. pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py +149 -0
  91. pulumi_azure_native/eventhub/v20240501preview/get_namespace_network_rule_set.py +196 -0
  92. pulumi_azure_native/eventhub/v20240501preview/get_private_endpoint_connection.py +175 -0
  93. pulumi_azure_native/eventhub/v20240501preview/get_schema_registry.py +208 -0
  94. pulumi_azure_native/eventhub/v20240501preview/list_disaster_recovery_config_keys.py +166 -0
  95. pulumi_azure_native/eventhub/v20240501preview/list_event_hub_keys.py +166 -0
  96. pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py +161 -0
  97. pulumi_azure_native/eventhub/v20240501preview/namespace.py +697 -0
  98. pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py +226 -0
  99. pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py +326 -0
  100. pulumi_azure_native/eventhub/v20240501preview/outputs.py +1430 -0
  101. pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py +284 -0
  102. pulumi_azure_native/eventhub/v20240501preview/schema_registry.py +297 -0
  103. pulumi_azure_native/network/__init__.py +7 -0
  104. pulumi_azure_native/network/_enums.py +12 -1
  105. pulumi_azure_native/network/_inputs.py +19 -3
  106. pulumi_azure_native/network/admin_rule.py +3 -3
  107. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  108. pulumi_azure_native/network/application_gateway.py +3 -3
  109. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  110. pulumi_azure_native/network/application_security_group.py +3 -3
  111. pulumi_azure_native/network/azure_firewall.py +3 -3
  112. pulumi_azure_native/network/bastion_host.py +3 -3
  113. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  114. pulumi_azure_native/network/connection_monitor.py +3 -3
  115. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  116. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  117. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  118. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  119. pulumi_azure_native/network/default_admin_rule.py +1 -1
  120. pulumi_azure_native/network/dscp_configuration.py +3 -3
  121. pulumi_azure_native/network/express_route_circuit.py +3 -3
  122. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  123. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  124. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  125. pulumi_azure_native/network/express_route_connection.py +3 -3
  126. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  127. pulumi_azure_native/network/express_route_gateway.py +3 -3
  128. pulumi_azure_native/network/express_route_port.py +3 -3
  129. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  130. pulumi_azure_native/network/firewall_policy.py +3 -3
  131. pulumi_azure_native/network/firewall_policy_draft.py +498 -0
  132. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  133. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +287 -0
  134. pulumi_azure_native/network/flow_log.py +3 -3
  135. pulumi_azure_native/network/get_active_sessions.py +2 -2
  136. pulumi_azure_native/network/get_admin_rule.py +2 -2
  137. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  138. pulumi_azure_native/network/get_application_gateway.py +2 -2
  139. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  140. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  141. pulumi_azure_native/network/get_application_security_group.py +2 -2
  142. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  143. pulumi_azure_native/network/get_bastion_host.py +2 -2
  144. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  145. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  146. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  147. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  148. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  149. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  150. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  151. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  152. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  153. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  154. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  155. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  156. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  157. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  158. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  159. pulumi_azure_native/network/get_express_route_port.py +2 -2
  160. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  161. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  162. pulumi_azure_native/network/get_firewall_policy_draft.py +250 -0
  163. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  164. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +151 -0
  165. pulumi_azure_native/network/get_flow_log.py +2 -2
  166. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  167. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  168. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  169. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  170. pulumi_azure_native/network/get_ip_group.py +2 -2
  171. pulumi_azure_native/network/get_load_balancer.py +2 -2
  172. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  173. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  174. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  175. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  176. pulumi_azure_native/network/get_nat_rule.py +2 -2
  177. pulumi_azure_native/network/get_network_group.py +2 -2
  178. pulumi_azure_native/network/get_network_interface.py +2 -2
  179. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  180. pulumi_azure_native/network/get_network_manager.py +2 -2
  181. pulumi_azure_native/network/get_network_profile.py +2 -2
  182. pulumi_azure_native/network/get_network_security_group.py +2 -2
  183. pulumi_azure_native/network/get_network_virtual_appliance.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_route.py +2 -2
  196. pulumi_azure_native/network/get_route_filter.py +2 -2
  197. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  198. pulumi_azure_native/network/get_route_map.py +2 -2
  199. pulumi_azure_native/network/get_route_table.py +2 -2
  200. pulumi_azure_native/network/get_routing_intent.py +2 -2
  201. pulumi_azure_native/network/get_scope_connection.py +2 -2
  202. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  203. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  204. pulumi_azure_native/network/get_security_rule.py +2 -2
  205. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  206. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  207. pulumi_azure_native/network/get_static_member.py +2 -2
  208. pulumi_azure_native/network/get_subnet.py +2 -2
  209. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  210. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  211. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  212. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  213. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  214. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  215. pulumi_azure_native/network/get_virtual_network.py +2 -2
  216. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  217. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  218. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  219. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  220. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  221. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  222. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  223. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  224. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  225. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  226. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  227. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  228. pulumi_azure_native/network/get_virtual_router.py +2 -2
  229. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  230. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  231. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  232. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  233. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  234. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  235. pulumi_azure_native/network/get_vpn_site.py +2 -2
  236. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  237. pulumi_azure_native/network/hub_route_table.py +3 -3
  238. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  239. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  240. pulumi_azure_native/network/interface_endpoint.py +1 -1
  241. pulumi_azure_native/network/ip_allocation.py +3 -3
  242. pulumi_azure_native/network/ip_group.py +3 -3
  243. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  244. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  245. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  246. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  247. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  248. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  249. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  250. pulumi_azure_native/network/load_balancer.py +3 -3
  251. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  252. pulumi_azure_native/network/local_network_gateway.py +3 -3
  253. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  254. pulumi_azure_native/network/nat_gateway.py +3 -3
  255. pulumi_azure_native/network/nat_rule.py +3 -3
  256. pulumi_azure_native/network/network_group.py +3 -3
  257. pulumi_azure_native/network/network_interface.py +3 -3
  258. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  259. pulumi_azure_native/network/network_manager.py +3 -3
  260. pulumi_azure_native/network/network_profile.py +3 -3
  261. pulumi_azure_native/network/network_security_group.py +3 -3
  262. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  263. pulumi_azure_native/network/network_watcher.py +3 -3
  264. pulumi_azure_native/network/outputs.py +15 -3
  265. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  266. pulumi_azure_native/network/packet_capture.py +3 -3
  267. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  268. pulumi_azure_native/network/private_endpoint.py +3 -3
  269. pulumi_azure_native/network/private_link_service.py +3 -3
  270. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  271. pulumi_azure_native/network/public_ip_address.py +3 -3
  272. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  273. pulumi_azure_native/network/route.py +3 -3
  274. pulumi_azure_native/network/route_filter.py +3 -3
  275. pulumi_azure_native/network/route_filter_rule.py +3 -3
  276. pulumi_azure_native/network/route_map.py +3 -3
  277. pulumi_azure_native/network/route_table.py +3 -3
  278. pulumi_azure_native/network/routing_intent.py +3 -3
  279. pulumi_azure_native/network/scope_connection.py +3 -3
  280. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  281. pulumi_azure_native/network/security_partner_provider.py +3 -3
  282. pulumi_azure_native/network/security_rule.py +3 -3
  283. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  284. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  285. pulumi_azure_native/network/static_member.py +3 -3
  286. pulumi_azure_native/network/subnet.py +3 -3
  287. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  288. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  289. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  290. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  291. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  292. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  293. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  294. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  295. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  296. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  297. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  298. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  299. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  300. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  301. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  302. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  303. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  304. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  305. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  306. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  307. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  308. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  309. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  310. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  311. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  312. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  313. pulumi_azure_native/network/v20190601/route.py +1 -1
  314. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  315. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  316. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  317. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  318. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  319. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  320. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  321. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  322. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  323. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  324. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  325. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  326. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  327. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  328. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  329. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  330. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  331. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  332. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  333. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  334. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  335. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  336. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  337. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  338. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  339. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  340. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  341. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  342. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  343. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  344. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  345. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  346. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  347. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  348. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  349. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  350. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  351. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  352. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  353. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  354. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  355. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  356. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  357. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  358. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  359. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  360. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  361. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  362. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  363. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  364. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  365. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  366. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  367. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  368. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  369. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  370. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  371. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  372. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  373. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  374. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  375. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  376. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  377. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  378. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  379. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  380. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  381. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  382. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  383. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  384. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  385. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  386. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  387. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  388. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  389. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  390. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  391. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  392. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  393. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  394. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  395. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  396. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  397. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  398. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  399. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  400. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  401. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  402. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  403. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  404. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  405. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  406. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  407. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  408. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  409. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  410. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  411. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  412. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  413. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  414. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  415. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  416. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  417. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  418. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  419. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  420. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  421. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  422. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  423. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  424. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  425. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  426. pulumi_azure_native/network/v20230201/route.py +1 -1
  427. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  428. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  429. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  430. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  431. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  432. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  433. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  434. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  435. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  436. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  437. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  438. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  439. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  440. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  441. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  442. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  443. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  444. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  445. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  446. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  447. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  448. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  449. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  450. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  451. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  452. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  453. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  454. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  455. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  456. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  457. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  458. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  459. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  460. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  461. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  462. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  463. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  464. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  465. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  466. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  467. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  468. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  469. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  470. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  471. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  472. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  473. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  474. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  475. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  476. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  477. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  478. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  479. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  480. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  481. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  482. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  483. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  484. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  485. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  486. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  487. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  488. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  489. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  490. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  491. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  492. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  493. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  494. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  495. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  496. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  497. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  498. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  499. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  500. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  501. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  502. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  503. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  504. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  505. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  506. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  507. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  508. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  509. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  510. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  511. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  512. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  513. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  514. pulumi_azure_native/network/v20230401/route.py +1 -1
  515. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  516. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  517. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  518. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  519. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  520. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  521. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  522. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  523. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  524. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  525. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  526. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  527. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  528. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  529. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  530. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  531. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  532. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  533. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  534. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  535. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  536. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  537. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  538. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  539. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  540. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  541. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  542. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  543. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  544. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  545. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  546. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  547. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  548. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  549. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  550. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  551. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  552. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  553. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  554. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  555. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  556. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  557. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  558. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  559. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  560. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  561. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  562. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  563. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  564. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  565. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  566. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  567. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  568. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  569. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  570. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  571. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  572. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  573. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  574. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  575. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  576. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  577. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  578. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  579. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  580. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  581. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  582. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  583. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  584. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  585. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  586. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  587. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  588. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  589. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  590. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  591. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  592. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  593. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  594. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  595. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  596. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  597. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  598. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  599. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  600. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  601. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  602. pulumi_azure_native/network/v20230501/route.py +1 -1
  603. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  604. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  605. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  606. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  607. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  608. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  609. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  610. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  611. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  612. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  613. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  614. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  615. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  616. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  617. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  618. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  619. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  620. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  621. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  622. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  623. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  624. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  625. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  626. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  627. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  628. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  629. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  630. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  631. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  632. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  633. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  634. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  635. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  636. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  637. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  638. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  639. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  640. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  641. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  642. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  643. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  644. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  645. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  646. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  647. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  648. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  649. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  650. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  651. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  652. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  653. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  654. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  655. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  656. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  657. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  658. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  659. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  660. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  661. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  662. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  663. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  664. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  665. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  666. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  667. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  668. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  669. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  670. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  671. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  672. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  673. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  674. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  675. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  676. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  677. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  678. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  679. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  680. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  681. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  682. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  683. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  684. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  685. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  686. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  687. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  688. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  689. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  690. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  691. pulumi_azure_native/network/v20230601/route.py +1 -1
  692. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  693. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  694. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  695. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  696. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  697. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  698. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  699. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  700. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  701. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  702. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  703. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  704. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  705. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  706. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  707. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  708. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  709. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  710. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  711. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  712. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  713. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  714. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  715. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  716. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  717. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  718. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  719. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  720. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  721. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  722. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  723. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  724. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  725. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  726. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  727. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  728. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  729. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  730. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  731. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  732. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  733. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  734. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  735. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  736. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  737. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  738. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  739. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  740. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  741. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  742. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  743. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  744. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  745. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  746. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  747. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  748. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  749. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  750. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  751. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  752. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  753. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  754. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  755. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  756. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  757. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  758. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  759. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  760. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  761. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  762. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  763. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  764. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  765. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  766. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  767. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  768. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  769. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  770. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  771. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  772. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  773. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  774. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  775. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  776. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  777. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  778. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  779. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  780. pulumi_azure_native/network/v20230901/route.py +1 -1
  781. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  782. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  783. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  784. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  785. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  786. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  787. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  788. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  789. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  790. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  791. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  792. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  793. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  794. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  795. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  796. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  797. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  798. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  799. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  800. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  801. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  802. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  803. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  804. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  805. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  806. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  807. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  808. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  809. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  810. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  811. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  812. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  813. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  814. pulumi_azure_native/network/v20231101/__init__.py +212 -0
  815. pulumi_azure_native/network/v20231101/_enums.py +1755 -0
  816. pulumi_azure_native/network/v20231101/_inputs.py +20855 -0
  817. pulumi_azure_native/network/v20231101/admin_rule.py +558 -0
  818. pulumi_azure_native/network/v20231101/admin_rule_collection.py +296 -0
  819. pulumi_azure_native/network/v20231101/application_gateway.py +1251 -0
  820. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +284 -0
  821. pulumi_azure_native/network/v20231101/application_security_group.py +261 -0
  822. pulumi_azure_native/network/v20231101/azure_firewall.py +612 -0
  823. pulumi_azure_native/network/v20231101/bastion_host.py +647 -0
  824. pulumi_azure_native/network/v20231101/configuration_policy_group.py +333 -0
  825. pulumi_azure_native/network/v20231101/connection_monitor.py +574 -0
  826. pulumi_azure_native/network/v20231101/connectivity_configuration.py +393 -0
  827. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +642 -0
  828. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +261 -0
  829. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +262 -0
  830. pulumi_azure_native/network/v20231101/default_admin_rule.py +410 -0
  831. pulumi_azure_native/network/v20231101/dscp_configuration.py +487 -0
  832. pulumi_azure_native/network/v20231101/express_route_circuit.py +715 -0
  833. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +292 -0
  834. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +411 -0
  835. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +733 -0
  836. pulumi_azure_native/network/v20231101/express_route_connection.py +421 -0
  837. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +556 -0
  838. pulumi_azure_native/network/v20231101/express_route_gateway.py +374 -0
  839. pulumi_azure_native/network/v20231101/express_route_port.py +488 -0
  840. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +263 -0
  841. pulumi_azure_native/network/v20231101/firewall_policy.py +642 -0
  842. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +496 -0
  843. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +304 -0
  844. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +285 -0
  845. pulumi_azure_native/network/v20231101/flow_log.py +490 -0
  846. pulumi_azure_native/network/v20231101/get_active_sessions.py +92 -0
  847. pulumi_azure_native/network/v20231101/get_admin_rule.py +303 -0
  848. pulumi_azure_native/network/v20231101/get_admin_rule_collection.py +193 -0
  849. pulumi_azure_native/network/v20231101/get_application_gateway.py +638 -0
  850. pulumi_azure_native/network/v20231101/get_application_gateway_backend_health_on_demand.py +139 -0
  851. pulumi_azure_native/network/v20231101/get_application_gateway_private_endpoint_connection.py +175 -0
  852. pulumi_azure_native/network/v20231101/get_application_security_group.py +169 -0
  853. pulumi_azure_native/network/v20231101/get_azure_firewall.py +326 -0
  854. pulumi_azure_native/network/v20231101/get_bastion_host.py +323 -0
  855. pulumi_azure_native/network/v20231101/get_bastion_shareable_link.py +98 -0
  856. pulumi_azure_native/network/v20231101/get_configuration_policy_group.py +188 -0
  857. pulumi_azure_native/network/v20231101/get_connection_monitor.py +318 -0
  858. pulumi_azure_native/network/v20231101/get_connectivity_configuration.py +240 -0
  859. pulumi_azure_native/network/v20231101/get_custom_ip_prefix.py +370 -0
  860. pulumi_azure_native/network/v20231101/get_ddos_custom_policy.py +169 -0
  861. pulumi_azure_native/network/v20231101/get_ddos_protection_plan.py +196 -0
  862. pulumi_azure_native/network/v20231101/get_default_admin_rule.py +316 -0
  863. pulumi_azure_native/network/v20231101/get_dscp_configuration.py +287 -0
  864. pulumi_azure_native/network/v20231101/get_express_route_circuit.py +378 -0
  865. pulumi_azure_native/network/v20231101/get_express_route_circuit_authorization.py +161 -0
  866. pulumi_azure_native/network/v20231101/get_express_route_circuit_connection.py +219 -0
  867. pulumi_azure_native/network/v20231101/get_express_route_circuit_peering.py +383 -0
  868. pulumi_azure_native/network/v20231101/get_express_route_connection.py +201 -0
  869. pulumi_azure_native/network/v20231101/get_express_route_cross_connection_peering.py +305 -0
  870. pulumi_azure_native/network/v20231101/get_express_route_gateway.py +209 -0
  871. pulumi_azure_native/network/v20231101/get_express_route_port.py +313 -0
  872. pulumi_azure_native/network/v20231101/get_express_route_port_authorization.py +174 -0
  873. pulumi_azure_native/network/v20231101/get_firewall_policy.py +370 -0
  874. pulumi_azure_native/network/v20231101/get_firewall_policy_draft.py +248 -0
  875. pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group.py +175 -0
  876. pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group_draft.py +149 -0
  877. pulumi_azure_native/network/v20231101/get_flow_log.py +266 -0
  878. pulumi_azure_native/network/v20231101/get_hub_route_table.py +188 -0
  879. pulumi_azure_native/network/v20231101/get_hub_virtual_network_connection.py +188 -0
  880. pulumi_azure_native/network/v20231101/get_inbound_nat_rule.py +284 -0
  881. pulumi_azure_native/network/v20231101/get_ip_allocation.py +240 -0
  882. pulumi_azure_native/network/v20231101/get_ip_group.py +201 -0
  883. pulumi_azure_native/network/v20231101/get_load_balancer.py +292 -0
  884. pulumi_azure_native/network/v20231101/get_load_balancer_backend_address_pool.py +279 -0
  885. pulumi_azure_native/network/v20231101/get_local_network_gateway.py +222 -0
  886. pulumi_azure_native/network/v20231101/get_management_group_network_manager_connection.py +157 -0
  887. pulumi_azure_native/network/v20231101/get_nat_gateway.py +253 -0
  888. pulumi_azure_native/network/v20231101/get_nat_rule.py +214 -0
  889. pulumi_azure_native/network/v20231101/get_network_group.py +175 -0
  890. pulumi_azure_native/network/v20231101/get_network_interface.py +448 -0
  891. pulumi_azure_native/network/v20231101/get_network_interface_tap_configuration.py +149 -0
  892. pulumi_azure_native/network/v20231101/get_network_manager.py +222 -0
  893. pulumi_azure_native/network/v20231101/get_network_profile.py +201 -0
  894. pulumi_azure_native/network/v20231101/get_network_security_group.py +253 -0
  895. pulumi_azure_native/network/v20231101/get_network_virtual_appliance.py +409 -0
  896. pulumi_azure_native/network/v20231101/get_network_virtual_appliance_connection.py +175 -0
  897. pulumi_azure_native/network/v20231101/get_network_watcher.py +156 -0
  898. pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway.py +248 -0
  899. pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
  900. pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
  901. pulumi_azure_native/network/v20231101/get_packet_capture.py +253 -0
  902. pulumi_azure_native/network/v20231101/get_private_dns_zone_group.py +136 -0
  903. pulumi_azure_native/network/v20231101/get_private_endpoint.py +279 -0
  904. pulumi_azure_native/network/v20231101/get_private_link_service.py +292 -0
  905. pulumi_azure_native/network/v20231101/get_private_link_service_private_endpoint_connection.py +193 -0
  906. pulumi_azure_native/network/v20231101/get_public_ip_address.py +396 -0
  907. pulumi_azure_native/network/v20231101/get_public_ip_prefix.py +318 -0
  908. pulumi_azure_native/network/v20231101/get_route.py +187 -0
  909. pulumi_azure_native/network/v20231101/get_route_filter.py +201 -0
  910. pulumi_azure_native/network/v20231101/get_route_filter_rule.py +174 -0
  911. pulumi_azure_native/network/v20231101/get_route_map.py +175 -0
  912. pulumi_azure_native/network/v20231101/get_route_table.py +214 -0
  913. pulumi_azure_native/network/v20231101/get_routing_intent.py +149 -0
  914. pulumi_azure_native/network/v20231101/get_scope_connection.py +175 -0
  915. pulumi_azure_native/network/v20231101/get_security_admin_configuration.py +188 -0
  916. pulumi_azure_native/network/v20231101/get_security_partner_provider.py +196 -0
  917. pulumi_azure_native/network/v20231101/get_security_rule.py +331 -0
  918. pulumi_azure_native/network/v20231101/get_service_endpoint_policy.py +240 -0
  919. pulumi_azure_native/network/v20231101/get_service_endpoint_policy_definition.py +174 -0
  920. pulumi_azure_native/network/v20231101/get_static_member.py +180 -0
  921. pulumi_azure_native/network/v20231101/get_subnet.py +401 -0
  922. pulumi_azure_native/network/v20231101/get_subscription_network_manager_connection.py +152 -0
  923. pulumi_azure_native/network/v20231101/get_virtual_appliance_site.py +162 -0
  924. pulumi_azure_native/network/v20231101/get_virtual_hub.py +443 -0
  925. pulumi_azure_native/network/v20231101/get_virtual_hub_bgp_connection.py +188 -0
  926. pulumi_azure_native/network/v20231101/get_virtual_hub_ip_configuration.py +188 -0
  927. pulumi_azure_native/network/v20231101/get_virtual_hub_route_table_v2.py +149 -0
  928. pulumi_azure_native/network/v20231101/get_virtual_network.py +344 -0
  929. pulumi_azure_native/network/v20231101/get_virtual_network_gateway.py +482 -0
  930. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_advertised_routes.py +84 -0
  931. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
  932. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection.py +495 -0
  933. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  934. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_learned_routes.py +79 -0
  935. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_nat_rule.py +188 -0
  936. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  937. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
  938. pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
  939. pulumi_azure_native/network/v20231101/get_virtual_network_peering.py +383 -0
  940. pulumi_azure_native/network/v20231101/get_virtual_network_tap.py +222 -0
  941. pulumi_azure_native/network/v20231101/get_virtual_router.py +227 -0
  942. pulumi_azure_native/network/v20231101/get_virtual_router_peering.py +161 -0
  943. pulumi_azure_native/network/v20231101/get_virtual_wan.py +235 -0
  944. pulumi_azure_native/network/v20231101/get_vpn_connection.py +357 -0
  945. pulumi_azure_native/network/v20231101/get_vpn_gateway.py +261 -0
  946. pulumi_azure_native/network/v20231101/get_vpn_link_connection_ike_sas.py +82 -0
  947. pulumi_azure_native/network/v20231101/get_vpn_server_configuration.py +326 -0
  948. pulumi_azure_native/network/v20231101/get_vpn_site.py +274 -0
  949. pulumi_azure_native/network/v20231101/get_web_application_firewall_policy.py +248 -0
  950. pulumi_azure_native/network/v20231101/hub_route_table.py +313 -0
  951. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +371 -0
  952. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +536 -0
  953. pulumi_azure_native/network/v20231101/ip_allocation.py +431 -0
  954. pulumi_azure_native/network/v20231101/ip_group.py +301 -0
  955. pulumi_azure_native/network/v20231101/list_active_connectivity_configurations.py +107 -0
  956. pulumi_azure_native/network/v20231101/list_active_security_admin_rules.py +107 -0
  957. pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signature.py +119 -0
  958. pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
  959. pulumi_azure_native/network/v20231101/list_network_manager_deployment_status.py +113 -0
  960. pulumi_azure_native/network/v20231101/list_network_manager_effective_connectivity_configurations.py +102 -0
  961. pulumi_azure_native/network/v20231101/list_network_manager_effective_security_admin_rules.py +102 -0
  962. pulumi_azure_native/network/v20231101/load_balancer.py +531 -0
  963. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +460 -0
  964. pulumi_azure_native/network/v20231101/local_network_gateway.py +379 -0
  965. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +232 -0
  966. pulumi_azure_native/network/v20231101/nat_gateway.py +419 -0
  967. pulumi_azure_native/network/v20231101/nat_rule.py +391 -0
  968. pulumi_azure_native/network/v20231101/network_group.py +244 -0
  969. pulumi_azure_native/network/v20231101/network_interface.py +721 -0
  970. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +265 -0
  971. pulumi_azure_native/network/v20231101/network_manager.py +363 -0
  972. pulumi_azure_native/network/v20231101/network_profile.py +303 -0
  973. pulumi_azure_native/network/v20231101/network_security_group.py +365 -0
  974. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +672 -0
  975. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +361 -0
  976. pulumi_azure_native/network/v20231101/network_watcher.py +251 -0
  977. pulumi_azure_native/network/v20231101/outputs.py +30957 -0
  978. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +438 -0
  979. pulumi_azure_native/network/v20231101/packet_capture.py +491 -0
  980. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +254 -0
  981. pulumi_azure_native/network/v20231101/private_endpoint.py +496 -0
  982. pulumi_azure_native/network/v20231101/private_link_service.py +487 -0
  983. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +294 -0
  984. pulumi_azure_native/network/v20231101/public_ip_address.py +738 -0
  985. pulumi_azure_native/network/v20231101/public_ip_prefix.py +526 -0
  986. pulumi_azure_native/network/v20231101/route.py +370 -0
  987. pulumi_azure_native/network/v20231101/route_filter.py +306 -0
  988. pulumi_azure_native/network/v20231101/route_filter_rule.py +343 -0
  989. pulumi_azure_native/network/v20231101/route_map.py +304 -0
  990. pulumi_azure_native/network/v20231101/route_table.py +335 -0
  991. pulumi_azure_native/network/v20231101/routing_intent.py +264 -0
  992. pulumi_azure_native/network/v20231101/scope_connection.py +282 -0
  993. pulumi_azure_native/network/v20231101/security_admin_configuration.py +274 -0
  994. pulumi_azure_native/network/v20231101/security_partner_provider.py +322 -0
  995. pulumi_azure_native/network/v20231101/security_rule.py +694 -0
  996. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +373 -0
  997. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +339 -0
  998. pulumi_azure_native/network/v20231101/static_member.py +265 -0
  999. pulumi_azure_native/network/v20231101/subnet.py +729 -0
  1000. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +211 -0
  1001. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +293 -0
  1002. pulumi_azure_native/network/v20231101/virtual_hub.py +800 -0
  1003. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +332 -0
  1004. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +352 -0
  1005. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +283 -0
  1006. pulumi_azure_native/network/v20231101/virtual_network.py +636 -0
  1007. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +944 -0
  1008. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +915 -0
  1009. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +371 -0
  1010. pulumi_azure_native/network/v20231101/virtual_network_peering.py +788 -0
  1011. pulumi_azure_native/network/v20231101/virtual_network_tap.py +361 -0
  1012. pulumi_azure_native/network/v20231101/virtual_router.py +379 -0
  1013. pulumi_azure_native/network/v20231101/virtual_router_peering.py +291 -0
  1014. pulumi_azure_native/network/v20231101/virtual_wan.py +388 -0
  1015. pulumi_azure_native/network/v20231101/vpn_connection.py +691 -0
  1016. pulumi_azure_native/network/v20231101/vpn_gateway.py +473 -0
  1017. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +634 -0
  1018. pulumi_azure_native/network/v20231101/vpn_site.py +514 -0
  1019. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +382 -0
  1020. pulumi_azure_native/network/v20240201/_inputs.py +2 -4
  1021. pulumi_azure_native/network/v20240201/outputs.py +2 -4
  1022. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  1023. pulumi_azure_native/network/virtual_hub.py +3 -3
  1024. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  1025. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  1026. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  1027. pulumi_azure_native/network/virtual_network.py +3 -3
  1028. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  1029. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  1030. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  1031. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  1032. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  1033. pulumi_azure_native/network/virtual_router.py +3 -3
  1034. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  1035. pulumi_azure_native/network/virtual_wan.py +3 -3
  1036. pulumi_azure_native/network/vpn_connection.py +3 -3
  1037. pulumi_azure_native/network/vpn_gateway.py +3 -3
  1038. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  1039. pulumi_azure_native/network/vpn_site.py +3 -3
  1040. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  1041. pulumi_azure_native/videoindexer/__init__.py +3 -0
  1042. pulumi_azure_native/videoindexer/account.py +3 -3
  1043. pulumi_azure_native/videoindexer/get_account.py +2 -2
  1044. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  1045. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  1046. pulumi_azure_native/videoindexer/v20240401preview/__init__.py +12 -0
  1047. pulumi_azure_native/videoindexer/v20240401preview/_enums.py +19 -0
  1048. pulumi_azure_native/videoindexer/v20240401preview/_inputs.py +137 -0
  1049. pulumi_azure_native/videoindexer/v20240401preview/account.py +383 -0
  1050. pulumi_azure_native/videoindexer/v20240401preview/get_account.py +248 -0
  1051. pulumi_azure_native/videoindexer/v20240401preview/outputs.py +368 -0
  1052. {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/METADATA +1 -1
  1053. {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/RECORD +1055 -804
  1054. {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/WHEEL +0 -0
  1055. {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.36.1a1713161317.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,276 @@
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 copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from ._enums import *
12
+
13
+ __all__ = [
14
+ 'IdentityArgs',
15
+ 'NonComplianceMessageArgs',
16
+ 'OverrideArgs',
17
+ 'ParameterValuesValueArgs',
18
+ 'ResourceSelectorArgs',
19
+ 'SelectorArgs',
20
+ ]
21
+
22
+ @pulumi.input_type
23
+ class IdentityArgs:
24
+ def __init__(__self__, *,
25
+ type: Optional[pulumi.Input['ResourceIdentityType']] = None,
26
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
27
+ """
28
+ Identity for the resource. Policy assignments support a maximum of one identity. That is either a system assigned identity or a single user assigned identity.
29
+ :param pulumi.Input['ResourceIdentityType'] type: The identity type. This is the only required field when adding a system or user assigned identity to a resource.
30
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The user identity associated with the policy. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
31
+ """
32
+ if type is not None:
33
+ pulumi.set(__self__, "type", type)
34
+ if user_assigned_identities is not None:
35
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
36
+
37
+ @property
38
+ @pulumi.getter
39
+ def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
40
+ """
41
+ The identity type. This is the only required field when adding a system or user assigned identity to a resource.
42
+ """
43
+ return pulumi.get(self, "type")
44
+
45
+ @type.setter
46
+ def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
47
+ pulumi.set(self, "type", value)
48
+
49
+ @property
50
+ @pulumi.getter(name="userAssignedIdentities")
51
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
52
+ """
53
+ The user identity associated with the policy. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
54
+ """
55
+ return pulumi.get(self, "user_assigned_identities")
56
+
57
+ @user_assigned_identities.setter
58
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
59
+ pulumi.set(self, "user_assigned_identities", value)
60
+
61
+
62
+ @pulumi.input_type
63
+ class NonComplianceMessageArgs:
64
+ def __init__(__self__, *,
65
+ message: pulumi.Input[str],
66
+ policy_definition_reference_id: Optional[pulumi.Input[str]] = None):
67
+ """
68
+ A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results.
69
+ :param pulumi.Input[str] message: A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results.
70
+ :param pulumi.Input[str] policy_definition_reference_id: The policy definition reference ID within a policy set definition the message is intended for. This is only applicable if the policy assignment assigns a policy set definition. If this is not provided the message applies to all policies assigned by this policy assignment.
71
+ """
72
+ pulumi.set(__self__, "message", message)
73
+ if policy_definition_reference_id is not None:
74
+ pulumi.set(__self__, "policy_definition_reference_id", policy_definition_reference_id)
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def message(self) -> pulumi.Input[str]:
79
+ """
80
+ A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results.
81
+ """
82
+ return pulumi.get(self, "message")
83
+
84
+ @message.setter
85
+ def message(self, value: pulumi.Input[str]):
86
+ pulumi.set(self, "message", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="policyDefinitionReferenceId")
90
+ def policy_definition_reference_id(self) -> Optional[pulumi.Input[str]]:
91
+ """
92
+ The policy definition reference ID within a policy set definition the message is intended for. This is only applicable if the policy assignment assigns a policy set definition. If this is not provided the message applies to all policies assigned by this policy assignment.
93
+ """
94
+ return pulumi.get(self, "policy_definition_reference_id")
95
+
96
+ @policy_definition_reference_id.setter
97
+ def policy_definition_reference_id(self, value: Optional[pulumi.Input[str]]):
98
+ pulumi.set(self, "policy_definition_reference_id", value)
99
+
100
+
101
+ @pulumi.input_type
102
+ class OverrideArgs:
103
+ def __init__(__self__, *,
104
+ kind: Optional[pulumi.Input[Union[str, 'OverrideKind']]] = None,
105
+ selectors: Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]] = None,
106
+ value: Optional[pulumi.Input[str]] = None):
107
+ """
108
+ The policy property value override.
109
+ :param pulumi.Input[Union[str, 'OverrideKind']] kind: The override kind.
110
+ :param pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]] selectors: The list of the selector expressions.
111
+ :param pulumi.Input[str] value: The value to override the policy property.
112
+ """
113
+ if kind is not None:
114
+ pulumi.set(__self__, "kind", kind)
115
+ if selectors is not None:
116
+ pulumi.set(__self__, "selectors", selectors)
117
+ if value is not None:
118
+ pulumi.set(__self__, "value", value)
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def kind(self) -> Optional[pulumi.Input[Union[str, 'OverrideKind']]]:
123
+ """
124
+ The override kind.
125
+ """
126
+ return pulumi.get(self, "kind")
127
+
128
+ @kind.setter
129
+ def kind(self, value: Optional[pulumi.Input[Union[str, 'OverrideKind']]]):
130
+ pulumi.set(self, "kind", value)
131
+
132
+ @property
133
+ @pulumi.getter
134
+ def selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]]:
135
+ """
136
+ The list of the selector expressions.
137
+ """
138
+ return pulumi.get(self, "selectors")
139
+
140
+ @selectors.setter
141
+ def selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]]):
142
+ pulumi.set(self, "selectors", value)
143
+
144
+ @property
145
+ @pulumi.getter
146
+ def value(self) -> Optional[pulumi.Input[str]]:
147
+ """
148
+ The value to override the policy property.
149
+ """
150
+ return pulumi.get(self, "value")
151
+
152
+ @value.setter
153
+ def value(self, value: Optional[pulumi.Input[str]]):
154
+ pulumi.set(self, "value", value)
155
+
156
+
157
+ @pulumi.input_type
158
+ class ParameterValuesValueArgs:
159
+ def __init__(__self__, *,
160
+ value: Optional[Any] = None):
161
+ """
162
+ The value of a parameter.
163
+ :param Any value: The value of the parameter.
164
+ """
165
+ if value is not None:
166
+ pulumi.set(__self__, "value", value)
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def value(self) -> Optional[Any]:
171
+ """
172
+ The value of the parameter.
173
+ """
174
+ return pulumi.get(self, "value")
175
+
176
+ @value.setter
177
+ def value(self, value: Optional[Any]):
178
+ pulumi.set(self, "value", value)
179
+
180
+
181
+ @pulumi.input_type
182
+ class ResourceSelectorArgs:
183
+ def __init__(__self__, *,
184
+ name: Optional[pulumi.Input[str]] = None,
185
+ selectors: Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]] = None):
186
+ """
187
+ The resource selector to filter policies by resource properties.
188
+ :param pulumi.Input[str] name: The name of the resource selector.
189
+ :param pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]] selectors: The list of the selector expressions.
190
+ """
191
+ if name is not None:
192
+ pulumi.set(__self__, "name", name)
193
+ if selectors is not None:
194
+ pulumi.set(__self__, "selectors", selectors)
195
+
196
+ @property
197
+ @pulumi.getter
198
+ def name(self) -> Optional[pulumi.Input[str]]:
199
+ """
200
+ The name of the resource selector.
201
+ """
202
+ return pulumi.get(self, "name")
203
+
204
+ @name.setter
205
+ def name(self, value: Optional[pulumi.Input[str]]):
206
+ pulumi.set(self, "name", value)
207
+
208
+ @property
209
+ @pulumi.getter
210
+ def selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]]:
211
+ """
212
+ The list of the selector expressions.
213
+ """
214
+ return pulumi.get(self, "selectors")
215
+
216
+ @selectors.setter
217
+ def selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SelectorArgs']]]]):
218
+ pulumi.set(self, "selectors", value)
219
+
220
+
221
+ @pulumi.input_type
222
+ class SelectorArgs:
223
+ def __init__(__self__, *,
224
+ in_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
225
+ kind: Optional[pulumi.Input[Union[str, 'SelectorKind']]] = None,
226
+ not_in: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
227
+ """
228
+ The selector expression.
229
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] in_: The list of values to filter in.
230
+ :param pulumi.Input[Union[str, 'SelectorKind']] kind: The selector kind.
231
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] not_in: The list of values to filter out.
232
+ """
233
+ if in_ is not None:
234
+ pulumi.set(__self__, "in_", in_)
235
+ if kind is not None:
236
+ pulumi.set(__self__, "kind", kind)
237
+ if not_in is not None:
238
+ pulumi.set(__self__, "not_in", not_in)
239
+
240
+ @property
241
+ @pulumi.getter(name="in")
242
+ def in_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
243
+ """
244
+ The list of values to filter in.
245
+ """
246
+ return pulumi.get(self, "in_")
247
+
248
+ @in_.setter
249
+ def in_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
250
+ pulumi.set(self, "in_", value)
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def kind(self) -> Optional[pulumi.Input[Union[str, 'SelectorKind']]]:
255
+ """
256
+ The selector kind.
257
+ """
258
+ return pulumi.get(self, "kind")
259
+
260
+ @kind.setter
261
+ def kind(self, value: Optional[pulumi.Input[Union[str, 'SelectorKind']]]):
262
+ pulumi.set(self, "kind", value)
263
+
264
+ @property
265
+ @pulumi.getter(name="notIn")
266
+ def not_in(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
267
+ """
268
+ The list of values to filter out.
269
+ """
270
+ return pulumi.get(self, "not_in")
271
+
272
+ @not_in.setter
273
+ def not_in(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
274
+ pulumi.set(self, "not_in", value)
275
+
276
+
@@ -0,0 +1,300 @@
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 copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetPolicyAssignmentResult',
15
+ 'AwaitableGetPolicyAssignmentResult',
16
+ 'get_policy_assignment',
17
+ 'get_policy_assignment_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPolicyAssignmentResult:
22
+ """
23
+ The policy assignment.
24
+ """
25
+ def __init__(__self__, description=None, display_name=None, enforcement_mode=None, id=None, identity=None, is_system_policy=None, location=None, metadata=None, name=None, non_compliance_messages=None, not_scopes=None, overrides=None, parameters=None, policy_definition_id=None, resource_selectors=None, scope=None, system_data=None, type=None):
26
+ if description and not isinstance(description, str):
27
+ raise TypeError("Expected argument 'description' to be a str")
28
+ pulumi.set(__self__, "description", description)
29
+ if display_name and not isinstance(display_name, str):
30
+ raise TypeError("Expected argument 'display_name' to be a str")
31
+ pulumi.set(__self__, "display_name", display_name)
32
+ if enforcement_mode and not isinstance(enforcement_mode, str):
33
+ raise TypeError("Expected argument 'enforcement_mode' to be a str")
34
+ pulumi.set(__self__, "enforcement_mode", enforcement_mode)
35
+ if id and not isinstance(id, str):
36
+ raise TypeError("Expected argument 'id' to be a str")
37
+ pulumi.set(__self__, "id", id)
38
+ if identity and not isinstance(identity, dict):
39
+ raise TypeError("Expected argument 'identity' to be a dict")
40
+ pulumi.set(__self__, "identity", identity)
41
+ if is_system_policy and not isinstance(is_system_policy, bool):
42
+ raise TypeError("Expected argument 'is_system_policy' to be a bool")
43
+ pulumi.set(__self__, "is_system_policy", is_system_policy)
44
+ if location and not isinstance(location, str):
45
+ raise TypeError("Expected argument 'location' to be a str")
46
+ pulumi.set(__self__, "location", location)
47
+ if metadata and not isinstance(metadata, dict):
48
+ raise TypeError("Expected argument 'metadata' to be a dict")
49
+ pulumi.set(__self__, "metadata", metadata)
50
+ if name and not isinstance(name, str):
51
+ raise TypeError("Expected argument 'name' to be a str")
52
+ pulumi.set(__self__, "name", name)
53
+ if non_compliance_messages and not isinstance(non_compliance_messages, list):
54
+ raise TypeError("Expected argument 'non_compliance_messages' to be a list")
55
+ pulumi.set(__self__, "non_compliance_messages", non_compliance_messages)
56
+ if not_scopes and not isinstance(not_scopes, list):
57
+ raise TypeError("Expected argument 'not_scopes' to be a list")
58
+ pulumi.set(__self__, "not_scopes", not_scopes)
59
+ if overrides and not isinstance(overrides, list):
60
+ raise TypeError("Expected argument 'overrides' to be a list")
61
+ pulumi.set(__self__, "overrides", overrides)
62
+ if parameters and not isinstance(parameters, dict):
63
+ raise TypeError("Expected argument 'parameters' to be a dict")
64
+ pulumi.set(__self__, "parameters", parameters)
65
+ if policy_definition_id and not isinstance(policy_definition_id, str):
66
+ raise TypeError("Expected argument 'policy_definition_id' to be a str")
67
+ pulumi.set(__self__, "policy_definition_id", policy_definition_id)
68
+ if resource_selectors and not isinstance(resource_selectors, list):
69
+ raise TypeError("Expected argument 'resource_selectors' to be a list")
70
+ pulumi.set(__self__, "resource_selectors", resource_selectors)
71
+ if scope and not isinstance(scope, str):
72
+ raise TypeError("Expected argument 'scope' to be a str")
73
+ pulumi.set(__self__, "scope", scope)
74
+ if system_data and not isinstance(system_data, dict):
75
+ raise TypeError("Expected argument 'system_data' to be a dict")
76
+ pulumi.set(__self__, "system_data", system_data)
77
+ if type and not isinstance(type, str):
78
+ raise TypeError("Expected argument 'type' to be a str")
79
+ pulumi.set(__self__, "type", type)
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def description(self) -> Optional[str]:
84
+ """
85
+ This message will be part of response in case of policy violation.
86
+ """
87
+ return pulumi.get(self, "description")
88
+
89
+ @property
90
+ @pulumi.getter(name="displayName")
91
+ def display_name(self) -> Optional[str]:
92
+ """
93
+ The display name of the policy assignment.
94
+ """
95
+ return pulumi.get(self, "display_name")
96
+
97
+ @property
98
+ @pulumi.getter(name="enforcementMode")
99
+ def enforcement_mode(self) -> Optional[str]:
100
+ """
101
+ The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
102
+ """
103
+ return pulumi.get(self, "enforcement_mode")
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def id(self) -> str:
108
+ """
109
+ The ID of the policy assignment.
110
+ """
111
+ return pulumi.get(self, "id")
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def identity(self) -> Optional['outputs.IdentityResponse']:
116
+ """
117
+ The managed identity associated with the policy assignment.
118
+ """
119
+ return pulumi.get(self, "identity")
120
+
121
+ @property
122
+ @pulumi.getter(name="isSystemPolicy")
123
+ def is_system_policy(self) -> Optional[bool]:
124
+ """
125
+ A value indicating whether the policy assignment is for a system level policy assignment. Immutable.
126
+ """
127
+ return pulumi.get(self, "is_system_policy")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def location(self) -> Optional[str]:
132
+ """
133
+ The location of the policy assignment. Only required when utilizing managed identity.
134
+ """
135
+ return pulumi.get(self, "location")
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def metadata(self) -> Optional[Any]:
140
+ """
141
+ The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
142
+ """
143
+ return pulumi.get(self, "metadata")
144
+
145
+ @property
146
+ @pulumi.getter
147
+ def name(self) -> str:
148
+ """
149
+ The name of the policy assignment.
150
+ """
151
+ return pulumi.get(self, "name")
152
+
153
+ @property
154
+ @pulumi.getter(name="nonComplianceMessages")
155
+ def non_compliance_messages(self) -> Optional[Sequence['outputs.NonComplianceMessageResponse']]:
156
+ """
157
+ The messages that describe why a resource is non-compliant with the policy.
158
+ """
159
+ return pulumi.get(self, "non_compliance_messages")
160
+
161
+ @property
162
+ @pulumi.getter(name="notScopes")
163
+ def not_scopes(self) -> Optional[Sequence[str]]:
164
+ """
165
+ The policy's excluded scopes.
166
+ """
167
+ return pulumi.get(self, "not_scopes")
168
+
169
+ @property
170
+ @pulumi.getter
171
+ def overrides(self) -> Optional[Sequence['outputs.OverrideResponse']]:
172
+ """
173
+ The policy property value override.
174
+ """
175
+ return pulumi.get(self, "overrides")
176
+
177
+ @property
178
+ @pulumi.getter
179
+ def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterValuesValueResponse']]:
180
+ """
181
+ The parameter values for the assigned policy rule. The keys are the parameter names.
182
+ """
183
+ return pulumi.get(self, "parameters")
184
+
185
+ @property
186
+ @pulumi.getter(name="policyDefinitionId")
187
+ def policy_definition_id(self) -> Optional[str]:
188
+ """
189
+ The ID of the policy definition or policy set definition being assigned.
190
+ """
191
+ return pulumi.get(self, "policy_definition_id")
192
+
193
+ @property
194
+ @pulumi.getter(name="resourceSelectors")
195
+ def resource_selectors(self) -> Optional[Sequence['outputs.ResourceSelectorResponse']]:
196
+ """
197
+ The resource selector list to filter policies by resource properties.
198
+ """
199
+ return pulumi.get(self, "resource_selectors")
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def scope(self) -> str:
204
+ """
205
+ The scope for the policy assignment.
206
+ """
207
+ return pulumi.get(self, "scope")
208
+
209
+ @property
210
+ @pulumi.getter(name="systemData")
211
+ def system_data(self) -> 'outputs.SystemDataResponse':
212
+ """
213
+ The system metadata relating to this resource.
214
+ """
215
+ return pulumi.get(self, "system_data")
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def type(self) -> str:
220
+ """
221
+ The type of the policy assignment.
222
+ """
223
+ return pulumi.get(self, "type")
224
+
225
+
226
+ class AwaitableGetPolicyAssignmentResult(GetPolicyAssignmentResult):
227
+ # pylint: disable=using-constant-test
228
+ def __await__(self):
229
+ if False:
230
+ yield self
231
+ return GetPolicyAssignmentResult(
232
+ description=self.description,
233
+ display_name=self.display_name,
234
+ enforcement_mode=self.enforcement_mode,
235
+ id=self.id,
236
+ identity=self.identity,
237
+ is_system_policy=self.is_system_policy,
238
+ location=self.location,
239
+ metadata=self.metadata,
240
+ name=self.name,
241
+ non_compliance_messages=self.non_compliance_messages,
242
+ not_scopes=self.not_scopes,
243
+ overrides=self.overrides,
244
+ parameters=self.parameters,
245
+ policy_definition_id=self.policy_definition_id,
246
+ resource_selectors=self.resource_selectors,
247
+ scope=self.scope,
248
+ system_data=self.system_data,
249
+ type=self.type)
250
+
251
+
252
+ def get_policy_assignment(policy_assignment_name: Optional[str] = None,
253
+ scope: Optional[str] = None,
254
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicyAssignmentResult:
255
+ """
256
+ This operation retrieves a single policy assignment, given its name and the scope it was created at.
257
+
258
+
259
+ :param str policy_assignment_name: The name of the policy assignment to get.
260
+ :param str scope: The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'
261
+ """
262
+ __args__ = dict()
263
+ __args__['policyAssignmentName'] = policy_assignment_name
264
+ __args__['scope'] = scope
265
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
266
+ __ret__ = pulumi.runtime.invoke('azure-native:authorization/v20240401:getPolicyAssignment', __args__, opts=opts, typ=GetPolicyAssignmentResult).value
267
+
268
+ return AwaitableGetPolicyAssignmentResult(
269
+ description=pulumi.get(__ret__, 'description'),
270
+ display_name=pulumi.get(__ret__, 'display_name'),
271
+ enforcement_mode=pulumi.get(__ret__, 'enforcement_mode'),
272
+ id=pulumi.get(__ret__, 'id'),
273
+ identity=pulumi.get(__ret__, 'identity'),
274
+ is_system_policy=pulumi.get(__ret__, 'is_system_policy'),
275
+ location=pulumi.get(__ret__, 'location'),
276
+ metadata=pulumi.get(__ret__, 'metadata'),
277
+ name=pulumi.get(__ret__, 'name'),
278
+ non_compliance_messages=pulumi.get(__ret__, 'non_compliance_messages'),
279
+ not_scopes=pulumi.get(__ret__, 'not_scopes'),
280
+ overrides=pulumi.get(__ret__, 'overrides'),
281
+ parameters=pulumi.get(__ret__, 'parameters'),
282
+ policy_definition_id=pulumi.get(__ret__, 'policy_definition_id'),
283
+ resource_selectors=pulumi.get(__ret__, 'resource_selectors'),
284
+ scope=pulumi.get(__ret__, 'scope'),
285
+ system_data=pulumi.get(__ret__, 'system_data'),
286
+ type=pulumi.get(__ret__, 'type'))
287
+
288
+
289
+ @_utilities.lift_output_func(get_policy_assignment)
290
+ def get_policy_assignment_output(policy_assignment_name: Optional[pulumi.Input[str]] = None,
291
+ scope: Optional[pulumi.Input[str]] = None,
292
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPolicyAssignmentResult]:
293
+ """
294
+ This operation retrieves a single policy assignment, given its name and the scope it was created at.
295
+
296
+
297
+ :param str policy_assignment_name: The name of the policy assignment to get.
298
+ :param str scope: The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'
299
+ """
300
+ ...