pulumi-azure-native 2.47.0__py3-none-any.whl → 2.47.0a1719221358__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 (1804) hide show
  1. pulumi_azure_native/__init__.py +4 -239
  2. pulumi_azure_native/app/__init__.py +0 -10
  3. pulumi_azure_native/app/_enums.py +0 -46
  4. pulumi_azure_native/app/_inputs.py +0 -490
  5. pulumi_azure_native/app/app_resiliency.py +3 -3
  6. pulumi_azure_native/app/build.py +3 -3
  7. pulumi_azure_native/app/builder.py +3 -3
  8. pulumi_azure_native/app/certificate.py +3 -3
  9. pulumi_azure_native/app/connected_environment.py +3 -3
  10. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  11. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  12. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  13. pulumi_azure_native/app/container_app.py +3 -3
  14. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  15. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  16. pulumi_azure_native/app/dapr_component.py +3 -3
  17. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  18. pulumi_azure_native/app/dapr_subscription.py +3 -3
  19. pulumi_azure_native/app/dot_net_component.py +1 -5
  20. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  21. pulumi_azure_native/app/get_build.py +2 -2
  22. pulumi_azure_native/app/get_builder.py +2 -2
  23. pulumi_azure_native/app/get_certificate.py +2 -2
  24. pulumi_azure_native/app/get_connected_environment.py +2 -2
  25. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  26. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  27. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  28. pulumi_azure_native/app/get_container_app.py +2 -2
  29. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  30. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  31. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  33. pulumi_azure_native/app/get_dapr_component.py +2 -2
  34. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  35. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  36. pulumi_azure_native/app/get_dot_net_component.py +0 -4
  37. pulumi_azure_native/app/get_java_component.py +0 -4
  38. pulumi_azure_native/app/get_job.py +2 -2
  39. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  40. pulumi_azure_native/app/get_managed_environment.py +2 -2
  41. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  42. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  43. pulumi_azure_native/app/java_component.py +1 -5
  44. pulumi_azure_native/app/job.py +3 -3
  45. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  46. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  47. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  48. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  49. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  50. pulumi_azure_native/app/list_job_secrets.py +2 -2
  51. pulumi_azure_native/app/managed_certificate.py +3 -3
  52. pulumi_azure_native/app/managed_environment.py +3 -3
  53. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  54. pulumi_azure_native/app/outputs.py +0 -730
  55. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  56. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  57. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  58. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  59. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  60. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  61. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  62. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  63. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  64. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  65. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  66. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  67. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  68. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  69. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  70. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  71. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  72. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  73. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  74. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  75. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  76. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  77. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  78. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  79. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  80. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  86. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  87. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  88. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  89. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  90. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  91. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  92. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  93. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  94. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  95. pulumi_azure_native/app/v20230501/job.py +1 -1
  96. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  97. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  98. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  99. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  100. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  101. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  102. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  103. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  104. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  105. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  106. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  112. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  113. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  114. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  115. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  116. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  117. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  118. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  119. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  130. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  131. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  132. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  133. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  134. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  135. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  136. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  137. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  150. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  151. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  152. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  153. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  154. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  155. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  156. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  157. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  158. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  159. pulumi_azure_native/app/v20240301/job.py +1 -1
  160. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  161. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  162. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  163. pulumi_azure_native/cdn/__init__.py +0 -3
  164. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  165. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  166. pulumi_azure_native/cdn/afd_origin.py +3 -3
  167. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  168. pulumi_azure_native/cdn/custom_domain.py +3 -3
  169. pulumi_azure_native/cdn/endpoint.py +3 -3
  170. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  171. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  172. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  173. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  174. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  175. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  176. pulumi_azure_native/cdn/get_key_group.py +0 -4
  177. pulumi_azure_native/cdn/get_origin.py +2 -2
  178. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  179. pulumi_azure_native/cdn/get_policy.py +2 -2
  180. pulumi_azure_native/cdn/get_profile.py +2 -2
  181. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  182. pulumi_azure_native/cdn/get_route.py +2 -2
  183. pulumi_azure_native/cdn/get_rule.py +2 -2
  184. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  185. pulumi_azure_native/cdn/get_secret.py +2 -2
  186. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  187. pulumi_azure_native/cdn/key_group.py +1 -5
  188. pulumi_azure_native/cdn/origin.py +3 -3
  189. pulumi_azure_native/cdn/origin_group.py +3 -3
  190. pulumi_azure_native/cdn/policy.py +3 -3
  191. pulumi_azure_native/cdn/profile.py +3 -3
  192. pulumi_azure_native/cdn/route.py +3 -3
  193. pulumi_azure_native/cdn/rule.py +3 -3
  194. pulumi_azure_native/cdn/rule_set.py +3 -3
  195. pulumi_azure_native/cdn/secret.py +3 -3
  196. pulumi_azure_native/cdn/security_policy.py +3 -3
  197. pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
  198. pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
  199. pulumi_azure_native/cdn/v20200901/profile.py +1 -1
  200. pulumi_azure_native/cdn/v20200901/route.py +1 -1
  201. pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
  202. pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
  203. pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
  204. pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
  205. pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
  206. pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
  207. pulumi_azure_native/cdn/v20230501/origin.py +1 -1
  208. pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
  209. pulumi_azure_native/cdn/v20230501/policy.py +1 -1
  210. pulumi_azure_native/cdn/v20230501/profile.py +1 -1
  211. pulumi_azure_native/cdn/v20230501/route.py +1 -1
  212. pulumi_azure_native/cdn/v20230501/rule.py +1 -1
  213. pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
  214. pulumi_azure_native/cdn/v20230501/secret.py +1 -1
  215. pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
  216. pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
  217. pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
  218. pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
  219. pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
  220. pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
  221. pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
  222. pulumi_azure_native/cdn/v20230701preview/key_group.py +1 -1
  223. pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
  224. pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
  225. pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
  226. pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
  227. pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
  228. pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
  229. pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
  230. pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
  231. pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
  232. pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
  233. pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
  234. pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
  235. pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
  236. pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
  237. pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
  238. pulumi_azure_native/cdn/v20240201/origin.py +1 -1
  239. pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
  240. pulumi_azure_native/cdn/v20240201/policy.py +1 -1
  241. pulumi_azure_native/cdn/v20240201/profile.py +1 -1
  242. pulumi_azure_native/cdn/v20240201/route.py +1 -1
  243. pulumi_azure_native/cdn/v20240201/rule.py +1 -1
  244. pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
  245. pulumi_azure_native/cdn/v20240201/secret.py +1 -1
  246. pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
  247. pulumi_azure_native/config/__init__.pyi +1 -6
  248. pulumi_azure_native/config/vars.py +1 -8
  249. pulumi_azure_native/devcenter/__init__.py +0 -4
  250. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  251. pulumi_azure_native/devcenter/catalog.py +3 -3
  252. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  253. pulumi_azure_native/devcenter/dev_center.py +3 -3
  254. pulumi_azure_native/devcenter/encryption_set.py +1 -5
  255. pulumi_azure_native/devcenter/environment_type.py +3 -3
  256. pulumi_azure_native/devcenter/gallery.py +3 -3
  257. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  258. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  259. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  260. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  261. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  262. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  263. pulumi_azure_native/devcenter/get_encryption_set.py +0 -4
  264. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  265. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  266. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  267. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  268. pulumi_azure_native/devcenter/get_plan.py +0 -4
  269. pulumi_azure_native/devcenter/get_plan_member.py +0 -4
  270. pulumi_azure_native/devcenter/get_pool.py +2 -2
  271. pulumi_azure_native/devcenter/get_project.py +2 -2
  272. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  273. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  274. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  275. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  276. pulumi_azure_native/devcenter/get_project_inherited_settings.py +0 -4
  277. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  278. pulumi_azure_native/devcenter/network_connection.py +3 -3
  279. pulumi_azure_native/devcenter/outputs.py +0 -138
  280. pulumi_azure_native/devcenter/plan.py +1 -5
  281. pulumi_azure_native/devcenter/plan_member.py +1 -5
  282. pulumi_azure_native/devcenter/pool.py +3 -3
  283. pulumi_azure_native/devcenter/project.py +3 -3
  284. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  285. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  286. pulumi_azure_native/devcenter/schedule.py +3 -3
  287. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  288. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  289. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  290. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  291. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  292. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  293. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  294. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  295. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  296. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  297. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  298. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  299. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  300. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  301. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  302. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  303. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  304. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  305. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  306. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  307. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  308. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  309. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  310. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  311. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  312. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  313. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  314. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  315. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  316. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  317. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  318. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  319. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  320. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  321. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  322. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  323. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  324. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  325. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  326. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  327. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  328. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  329. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  330. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  331. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  332. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  333. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  334. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  335. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  336. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  337. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  338. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  339. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  340. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  341. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  342. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  343. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  344. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  345. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  346. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  347. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  348. pulumi_azure_native/elastic/__init__.py +0 -3
  349. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  350. pulumi_azure_native/elastic/get_monitor.py +2 -2
  351. pulumi_azure_native/elastic/get_monitored_subscription.py +0 -4
  352. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  353. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  354. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  355. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  356. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  357. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  358. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  359. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  360. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  361. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  362. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  363. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  364. pulumi_azure_native/elastic/monitor.py +3 -3
  365. pulumi_azure_native/elastic/monitored_subscription.py +1 -5
  366. pulumi_azure_native/elastic/open_ai.py +3 -3
  367. pulumi_azure_native/elastic/tag_rule.py +3 -3
  368. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  369. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  370. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  371. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  372. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  373. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  374. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  375. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  376. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  377. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  378. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  379. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  380. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  381. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  382. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  383. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  384. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  385. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  386. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  387. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  388. pulumi_azure_native/hdinsight/__init__.py +3 -3
  389. pulumi_azure_native/hdinsight/cluster.py +2 -2
  390. pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
  391. pulumi_azure_native/hdinsight/get_cluster.py +2 -2
  392. pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
  393. pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
  394. pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
  395. pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
  396. pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
  397. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/_inputs.py +1 -56
  398. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster.py +1 -1
  399. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/cluster_pool.py +1 -1
  400. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster.py +1 -1
  401. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/get_cluster_pool.py +1 -1
  402. pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/outputs.py +1 -66
  403. pulumi_azure_native/keyvault/__init__.py +0 -3
  404. pulumi_azure_native/keyvault/get_key.py +2 -2
  405. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  406. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  407. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  408. pulumi_azure_native/keyvault/get_secret.py +2 -2
  409. pulumi_azure_native/keyvault/get_vault.py +2 -2
  410. pulumi_azure_native/keyvault/key.py +3 -3
  411. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  412. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  413. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  414. pulumi_azure_native/keyvault/secret.py +3 -3
  415. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  416. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  417. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  418. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  419. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  420. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  421. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  422. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  423. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  424. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  425. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  426. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  427. pulumi_azure_native/keyvault/vault.py +3 -3
  428. pulumi_azure_native/kubernetes/__init__.py +0 -3
  429. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  430. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  431. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  432. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  433. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  434. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  435. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  436. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  437. pulumi_azure_native/network/__init__.py +0 -3
  438. pulumi_azure_native/network/admin_rule.py +3 -3
  439. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  440. pulumi_azure_native/network/application_gateway.py +3 -3
  441. pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
  442. pulumi_azure_native/network/application_security_group.py +3 -3
  443. pulumi_azure_native/network/azure_firewall.py +3 -3
  444. pulumi_azure_native/network/bastion_host.py +3 -3
  445. pulumi_azure_native/network/configuration_policy_group.py +3 -3
  446. pulumi_azure_native/network/connection_monitor.py +3 -3
  447. pulumi_azure_native/network/connectivity_configuration.py +3 -3
  448. pulumi_azure_native/network/custom_ip_prefix.py +3 -3
  449. pulumi_azure_native/network/ddos_custom_policy.py +3 -3
  450. pulumi_azure_native/network/ddos_protection_plan.py +3 -3
  451. pulumi_azure_native/network/default_admin_rule.py +1 -1
  452. pulumi_azure_native/network/dscp_configuration.py +3 -3
  453. pulumi_azure_native/network/express_route_circuit.py +3 -3
  454. pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
  455. pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
  456. pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
  457. pulumi_azure_native/network/express_route_connection.py +3 -3
  458. pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
  459. pulumi_azure_native/network/express_route_gateway.py +3 -3
  460. pulumi_azure_native/network/express_route_port.py +3 -3
  461. pulumi_azure_native/network/express_route_port_authorization.py +3 -3
  462. pulumi_azure_native/network/firewall_policy.py +3 -3
  463. pulumi_azure_native/network/firewall_policy_draft.py +1 -5
  464. pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
  465. pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +1 -5
  466. pulumi_azure_native/network/flow_log.py +3 -3
  467. pulumi_azure_native/network/get_active_sessions.py +2 -2
  468. pulumi_azure_native/network/get_admin_rule.py +2 -2
  469. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  470. pulumi_azure_native/network/get_application_gateway.py +2 -2
  471. pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
  472. pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
  473. pulumi_azure_native/network/get_application_security_group.py +2 -2
  474. pulumi_azure_native/network/get_azure_firewall.py +2 -2
  475. pulumi_azure_native/network/get_bastion_host.py +2 -2
  476. pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
  477. pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
  478. pulumi_azure_native/network/get_connection_monitor.py +2 -2
  479. pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
  480. pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
  481. pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
  482. pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
  483. pulumi_azure_native/network/get_dscp_configuration.py +2 -2
  484. pulumi_azure_native/network/get_express_route_circuit.py +2 -2
  485. pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
  486. pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
  487. pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
  488. pulumi_azure_native/network/get_express_route_connection.py +2 -2
  489. pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
  490. pulumi_azure_native/network/get_express_route_gateway.py +2 -2
  491. pulumi_azure_native/network/get_express_route_port.py +2 -2
  492. pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
  493. pulumi_azure_native/network/get_firewall_policy.py +2 -2
  494. pulumi_azure_native/network/get_firewall_policy_draft.py +0 -4
  495. pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
  496. pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +0 -4
  497. pulumi_azure_native/network/get_flow_log.py +2 -2
  498. pulumi_azure_native/network/get_hub_route_table.py +2 -2
  499. pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
  500. pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
  501. pulumi_azure_native/network/get_ip_allocation.py +2 -2
  502. pulumi_azure_native/network/get_ip_group.py +2 -2
  503. pulumi_azure_native/network/get_load_balancer.py +2 -2
  504. pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
  505. pulumi_azure_native/network/get_local_network_gateway.py +2 -2
  506. pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
  507. pulumi_azure_native/network/get_nat_gateway.py +2 -2
  508. pulumi_azure_native/network/get_nat_rule.py +2 -2
  509. pulumi_azure_native/network/get_network_group.py +2 -2
  510. pulumi_azure_native/network/get_network_interface.py +2 -2
  511. pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
  512. pulumi_azure_native/network/get_network_manager.py +2 -2
  513. pulumi_azure_native/network/get_network_profile.py +2 -2
  514. pulumi_azure_native/network/get_network_security_group.py +2 -2
  515. pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
  516. pulumi_azure_native/network/get_network_watcher.py +2 -2
  517. pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
  518. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
  519. pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
  520. pulumi_azure_native/network/get_packet_capture.py +2 -2
  521. pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
  522. pulumi_azure_native/network/get_private_endpoint.py +2 -2
  523. pulumi_azure_native/network/get_private_link_service.py +2 -2
  524. pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
  525. pulumi_azure_native/network/get_public_ip_address.py +2 -2
  526. pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
  527. pulumi_azure_native/network/get_route.py +2 -2
  528. pulumi_azure_native/network/get_route_filter.py +2 -2
  529. pulumi_azure_native/network/get_route_filter_rule.py +2 -2
  530. pulumi_azure_native/network/get_route_map.py +2 -2
  531. pulumi_azure_native/network/get_route_table.py +2 -2
  532. pulumi_azure_native/network/get_routing_intent.py +2 -2
  533. pulumi_azure_native/network/get_scope_connection.py +2 -2
  534. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  535. pulumi_azure_native/network/get_security_partner_provider.py +2 -2
  536. pulumi_azure_native/network/get_security_rule.py +2 -2
  537. pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
  538. pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
  539. pulumi_azure_native/network/get_static_member.py +2 -2
  540. pulumi_azure_native/network/get_subnet.py +2 -2
  541. pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
  542. pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
  543. pulumi_azure_native/network/get_virtual_hub.py +2 -2
  544. pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
  545. pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
  546. pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
  547. pulumi_azure_native/network/get_virtual_network.py +2 -2
  548. pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
  549. pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
  550. pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
  551. pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
  552. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
  553. pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
  554. pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
  555. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
  556. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
  557. pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
  558. pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
  559. pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
  560. pulumi_azure_native/network/get_virtual_router.py +2 -2
  561. pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
  562. pulumi_azure_native/network/get_virtual_wan.py +2 -2
  563. pulumi_azure_native/network/get_vpn_connection.py +2 -2
  564. pulumi_azure_native/network/get_vpn_gateway.py +2 -2
  565. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
  566. pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
  567. pulumi_azure_native/network/get_vpn_site.py +2 -2
  568. pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
  569. pulumi_azure_native/network/hub_route_table.py +3 -3
  570. pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
  571. pulumi_azure_native/network/inbound_nat_rule.py +3 -3
  572. pulumi_azure_native/network/interface_endpoint.py +1 -1
  573. pulumi_azure_native/network/ip_allocation.py +3 -3
  574. pulumi_azure_native/network/ip_group.py +3 -3
  575. pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
  576. pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
  577. pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
  578. pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
  579. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  580. pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
  581. pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
  582. pulumi_azure_native/network/load_balancer.py +3 -3
  583. pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
  584. pulumi_azure_native/network/local_network_gateway.py +3 -3
  585. pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
  586. pulumi_azure_native/network/nat_gateway.py +3 -3
  587. pulumi_azure_native/network/nat_rule.py +3 -3
  588. pulumi_azure_native/network/network_group.py +3 -3
  589. pulumi_azure_native/network/network_interface.py +3 -3
  590. pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
  591. pulumi_azure_native/network/network_manager.py +3 -3
  592. pulumi_azure_native/network/network_profile.py +3 -3
  593. pulumi_azure_native/network/network_security_group.py +3 -3
  594. pulumi_azure_native/network/network_virtual_appliance.py +3 -3
  595. pulumi_azure_native/network/network_watcher.py +3 -3
  596. pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
  597. pulumi_azure_native/network/packet_capture.py +3 -3
  598. pulumi_azure_native/network/private_dns_zone_group.py +3 -3
  599. pulumi_azure_native/network/private_endpoint.py +3 -3
  600. pulumi_azure_native/network/private_link_service.py +3 -3
  601. pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
  602. pulumi_azure_native/network/public_ip_address.py +3 -3
  603. pulumi_azure_native/network/public_ip_prefix.py +3 -3
  604. pulumi_azure_native/network/route.py +3 -3
  605. pulumi_azure_native/network/route_filter.py +3 -3
  606. pulumi_azure_native/network/route_filter_rule.py +3 -3
  607. pulumi_azure_native/network/route_map.py +3 -3
  608. pulumi_azure_native/network/route_table.py +3 -3
  609. pulumi_azure_native/network/routing_intent.py +3 -3
  610. pulumi_azure_native/network/scope_connection.py +3 -3
  611. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  612. pulumi_azure_native/network/security_partner_provider.py +3 -3
  613. pulumi_azure_native/network/security_rule.py +3 -3
  614. pulumi_azure_native/network/service_endpoint_policy.py +3 -3
  615. pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
  616. pulumi_azure_native/network/static_member.py +3 -3
  617. pulumi_azure_native/network/subnet.py +3 -3
  618. pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
  619. pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
  620. pulumi_azure_native/network/v20180701/network_interface.py +1 -1
  621. pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
  622. pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
  623. pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
  624. pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
  625. pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
  626. pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
  627. pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
  628. pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
  629. pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
  630. pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
  631. pulumi_azure_native/network/v20190201/network_interface.py +1 -1
  632. pulumi_azure_native/network/v20190201/subnet.py +1 -1
  633. pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
  634. pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
  635. pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
  636. pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
  637. pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
  638. pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
  639. pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
  640. pulumi_azure_native/network/v20190601/network_interface.py +1 -1
  641. pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
  642. pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
  643. pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
  644. pulumi_azure_native/network/v20190601/route.py +1 -1
  645. pulumi_azure_native/network/v20190601/route_table.py +1 -1
  646. pulumi_azure_native/network/v20190601/security_rule.py +1 -1
  647. pulumi_azure_native/network/v20190601/subnet.py +1 -1
  648. pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
  649. pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
  650. pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
  651. pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
  652. pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
  653. pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
  654. pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
  655. pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
  656. pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
  657. pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
  658. pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
  659. pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
  660. pulumi_azure_native/network/v20190801/network_interface.py +1 -1
  661. pulumi_azure_native/network/v20190801/network_profile.py +1 -1
  662. pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
  663. pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
  664. pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
  665. pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
  666. pulumi_azure_native/network/v20190801/route_filter.py +1 -1
  667. pulumi_azure_native/network/v20190801/subnet.py +1 -1
  668. pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
  669. pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
  670. pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
  671. pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
  672. pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
  673. pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
  674. pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
  675. pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
  676. pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
  677. pulumi_azure_native/network/v20200601/subnet.py +1 -1
  678. pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
  679. pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
  680. pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
  681. pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
  682. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  683. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  684. pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
  685. pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
  686. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  687. pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
  688. pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
  689. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  690. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  691. pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
  692. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  693. pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
  694. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  695. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  696. pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
  697. pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
  698. pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
  699. pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
  700. pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
  701. pulumi_azure_native/network/v20220701/security_rule.py +1 -1
  702. pulumi_azure_native/network/v20220701/subnet.py +1 -1
  703. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  704. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  705. pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
  706. pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
  707. pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
  708. pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
  709. pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
  710. pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
  711. pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
  712. pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
  713. pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
  714. pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
  715. pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
  716. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  717. pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
  718. pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
  719. pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
  720. pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
  721. pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
  722. pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
  723. pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
  724. pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
  725. pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
  726. pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
  727. pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
  728. pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
  729. pulumi_azure_native/network/v20230201/flow_log.py +1 -1
  730. pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
  731. pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
  732. pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
  733. pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
  734. pulumi_azure_native/network/v20230201/ip_group.py +1 -1
  735. pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
  736. pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
  737. pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
  738. pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
  739. pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
  740. pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
  741. pulumi_azure_native/network/v20230201/network_group.py +1 -1
  742. pulumi_azure_native/network/v20230201/network_interface.py +1 -1
  743. pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
  744. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  745. pulumi_azure_native/network/v20230201/network_profile.py +1 -1
  746. pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
  747. pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
  748. pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
  749. pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
  750. pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
  751. pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
  752. pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
  753. pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
  754. pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
  755. pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
  756. pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
  757. pulumi_azure_native/network/v20230201/route.py +1 -1
  758. pulumi_azure_native/network/v20230201/route_filter.py +1 -1
  759. pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
  760. pulumi_azure_native/network/v20230201/route_map.py +1 -1
  761. pulumi_azure_native/network/v20230201/route_table.py +1 -1
  762. pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
  763. pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
  764. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  765. pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
  766. pulumi_azure_native/network/v20230201/security_rule.py +1 -1
  767. pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
  768. pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
  769. pulumi_azure_native/network/v20230201/static_member.py +1 -1
  770. pulumi_azure_native/network/v20230201/subnet.py +1 -1
  771. pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
  772. pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
  773. pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
  774. pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
  775. pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
  776. pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
  777. pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
  778. pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
  779. pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
  780. pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
  781. pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
  782. pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
  783. pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
  784. pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
  785. pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
  786. pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
  787. pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
  788. pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
  789. pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
  790. pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
  791. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  792. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  793. pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
  794. pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
  795. pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
  796. pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
  797. pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
  798. pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
  799. pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
  800. pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
  801. pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
  802. pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
  803. pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
  804. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  805. pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
  806. pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
  807. pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
  808. pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
  809. pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
  810. pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
  811. pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
  812. pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
  813. pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
  814. pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
  815. pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
  816. pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
  817. pulumi_azure_native/network/v20230401/flow_log.py +1 -1
  818. pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
  819. pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
  820. pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
  821. pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
  822. pulumi_azure_native/network/v20230401/ip_group.py +1 -1
  823. pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
  824. pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
  825. pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
  826. pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
  827. pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
  828. pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
  829. pulumi_azure_native/network/v20230401/network_group.py +1 -1
  830. pulumi_azure_native/network/v20230401/network_interface.py +1 -1
  831. pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
  832. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  833. pulumi_azure_native/network/v20230401/network_profile.py +1 -1
  834. pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
  835. pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
  836. pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
  837. pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
  838. pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
  839. pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
  840. pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
  841. pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
  842. pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
  843. pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
  844. pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
  845. pulumi_azure_native/network/v20230401/route.py +1 -1
  846. pulumi_azure_native/network/v20230401/route_filter.py +1 -1
  847. pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
  848. pulumi_azure_native/network/v20230401/route_map.py +1 -1
  849. pulumi_azure_native/network/v20230401/route_table.py +1 -1
  850. pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
  851. pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
  852. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  853. pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
  854. pulumi_azure_native/network/v20230401/security_rule.py +1 -1
  855. pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
  856. pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
  857. pulumi_azure_native/network/v20230401/static_member.py +1 -1
  858. pulumi_azure_native/network/v20230401/subnet.py +1 -1
  859. pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
  860. pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
  861. pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
  862. pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
  863. pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
  864. pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
  865. pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
  866. pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
  867. pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
  868. pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
  869. pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
  870. pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
  871. pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
  872. pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
  873. pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
  874. pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
  875. pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
  876. pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
  877. pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
  878. pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
  879. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  880. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  881. pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
  882. pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
  883. pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
  884. pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
  885. pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
  886. pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
  887. pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
  888. pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
  889. pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
  890. pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
  891. pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
  892. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  893. pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
  894. pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
  895. pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
  896. pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
  897. pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
  898. pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
  899. pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
  900. pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
  901. pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
  902. pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
  903. pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
  904. pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
  905. pulumi_azure_native/network/v20230501/flow_log.py +1 -1
  906. pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
  907. pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
  908. pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
  909. pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
  910. pulumi_azure_native/network/v20230501/ip_group.py +1 -1
  911. pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
  912. pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
  913. pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
  914. pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
  915. pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
  916. pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
  917. pulumi_azure_native/network/v20230501/network_group.py +1 -1
  918. pulumi_azure_native/network/v20230501/network_interface.py +1 -1
  919. pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
  920. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  921. pulumi_azure_native/network/v20230501/network_profile.py +1 -1
  922. pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
  923. pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
  924. pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
  925. pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
  926. pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
  927. pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
  928. pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
  929. pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
  930. pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
  931. pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
  932. pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
  933. pulumi_azure_native/network/v20230501/route.py +1 -1
  934. pulumi_azure_native/network/v20230501/route_filter.py +1 -1
  935. pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
  936. pulumi_azure_native/network/v20230501/route_map.py +1 -1
  937. pulumi_azure_native/network/v20230501/route_table.py +1 -1
  938. pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
  939. pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
  940. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  941. pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
  942. pulumi_azure_native/network/v20230501/security_rule.py +1 -1
  943. pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
  944. pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
  945. pulumi_azure_native/network/v20230501/static_member.py +1 -1
  946. pulumi_azure_native/network/v20230501/subnet.py +1 -1
  947. pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
  948. pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
  949. pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
  950. pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
  951. pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
  952. pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
  953. pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
  954. pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
  955. pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
  956. pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
  957. pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
  958. pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
  959. pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
  960. pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
  961. pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
  962. pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
  963. pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
  964. pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
  965. pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
  966. pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
  967. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  968. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  969. pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
  970. pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
  971. pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
  972. pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
  973. pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
  974. pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
  975. pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
  976. pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
  977. pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
  978. pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
  979. pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
  980. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  981. pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
  982. pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
  983. pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
  984. pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
  985. pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
  986. pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
  987. pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
  988. pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
  989. pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
  990. pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
  991. pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
  992. pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
  993. pulumi_azure_native/network/v20230601/flow_log.py +1 -1
  994. pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
  995. pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
  996. pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
  997. pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
  998. pulumi_azure_native/network/v20230601/ip_group.py +1 -1
  999. pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
  1000. pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
  1001. pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
  1002. pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
  1003. pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
  1004. pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
  1005. pulumi_azure_native/network/v20230601/network_group.py +1 -1
  1006. pulumi_azure_native/network/v20230601/network_interface.py +1 -1
  1007. pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
  1008. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  1009. pulumi_azure_native/network/v20230601/network_profile.py +1 -1
  1010. pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
  1011. pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
  1012. pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
  1013. pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
  1014. pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
  1015. pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
  1016. pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
  1017. pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
  1018. pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
  1019. pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
  1020. pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
  1021. pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
  1022. pulumi_azure_native/network/v20230601/route.py +1 -1
  1023. pulumi_azure_native/network/v20230601/route_filter.py +1 -1
  1024. pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
  1025. pulumi_azure_native/network/v20230601/route_map.py +1 -1
  1026. pulumi_azure_native/network/v20230601/route_table.py +1 -1
  1027. pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
  1028. pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
  1029. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  1030. pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
  1031. pulumi_azure_native/network/v20230601/security_rule.py +1 -1
  1032. pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
  1033. pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
  1034. pulumi_azure_native/network/v20230601/static_member.py +1 -1
  1035. pulumi_azure_native/network/v20230601/subnet.py +1 -1
  1036. pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
  1037. pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
  1038. pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
  1039. pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
  1040. pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
  1041. pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
  1042. pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
  1043. pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
  1044. pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
  1045. pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
  1046. pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
  1047. pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
  1048. pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
  1049. pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
  1050. pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
  1051. pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
  1052. pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
  1053. pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
  1054. pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
  1055. pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
  1056. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  1057. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  1058. pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
  1059. pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
  1060. pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
  1061. pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
  1062. pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
  1063. pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
  1064. pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
  1065. pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
  1066. pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
  1067. pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
  1068. pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
  1069. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  1070. pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
  1071. pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
  1072. pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
  1073. pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
  1074. pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
  1075. pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
  1076. pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
  1077. pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
  1078. pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
  1079. pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
  1080. pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
  1081. pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
  1082. pulumi_azure_native/network/v20230901/flow_log.py +1 -1
  1083. pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
  1084. pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
  1085. pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
  1086. pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
  1087. pulumi_azure_native/network/v20230901/ip_group.py +1 -1
  1088. pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
  1089. pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
  1090. pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
  1091. pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
  1092. pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
  1093. pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
  1094. pulumi_azure_native/network/v20230901/network_group.py +1 -1
  1095. pulumi_azure_native/network/v20230901/network_interface.py +1 -1
  1096. pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
  1097. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  1098. pulumi_azure_native/network/v20230901/network_profile.py +1 -1
  1099. pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
  1100. pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
  1101. pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
  1102. pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
  1103. pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
  1104. pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
  1105. pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
  1106. pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
  1107. pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
  1108. pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
  1109. pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
  1110. pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
  1111. pulumi_azure_native/network/v20230901/route.py +1 -1
  1112. pulumi_azure_native/network/v20230901/route_filter.py +1 -1
  1113. pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
  1114. pulumi_azure_native/network/v20230901/route_map.py +1 -1
  1115. pulumi_azure_native/network/v20230901/route_table.py +1 -1
  1116. pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
  1117. pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
  1118. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  1119. pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
  1120. pulumi_azure_native/network/v20230901/security_rule.py +1 -1
  1121. pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
  1122. pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
  1123. pulumi_azure_native/network/v20230901/static_member.py +1 -1
  1124. pulumi_azure_native/network/v20230901/subnet.py +1 -1
  1125. pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
  1126. pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
  1127. pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
  1128. pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
  1129. pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
  1130. pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
  1131. pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
  1132. pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
  1133. pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
  1134. pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
  1135. pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
  1136. pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
  1137. pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
  1138. pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
  1139. pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
  1140. pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
  1141. pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
  1142. pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
  1143. pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
  1144. pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
  1145. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  1146. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  1147. pulumi_azure_native/network/v20231101/application_gateway.py +1 -1
  1148. pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +1 -1
  1149. pulumi_azure_native/network/v20231101/application_security_group.py +1 -1
  1150. pulumi_azure_native/network/v20231101/azure_firewall.py +1 -1
  1151. pulumi_azure_native/network/v20231101/bastion_host.py +1 -1
  1152. pulumi_azure_native/network/v20231101/configuration_policy_group.py +1 -1
  1153. pulumi_azure_native/network/v20231101/connection_monitor.py +1 -1
  1154. pulumi_azure_native/network/v20231101/connectivity_configuration.py +1 -1
  1155. pulumi_azure_native/network/v20231101/custom_ip_prefix.py +1 -1
  1156. pulumi_azure_native/network/v20231101/ddos_custom_policy.py +1 -1
  1157. pulumi_azure_native/network/v20231101/ddos_protection_plan.py +1 -1
  1158. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  1159. pulumi_azure_native/network/v20231101/dscp_configuration.py +1 -1
  1160. pulumi_azure_native/network/v20231101/express_route_circuit.py +1 -1
  1161. pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +1 -1
  1162. pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +1 -1
  1163. pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +1 -1
  1164. pulumi_azure_native/network/v20231101/express_route_connection.py +1 -1
  1165. pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +1 -1
  1166. pulumi_azure_native/network/v20231101/express_route_gateway.py +1 -1
  1167. pulumi_azure_native/network/v20231101/express_route_port.py +1 -1
  1168. pulumi_azure_native/network/v20231101/express_route_port_authorization.py +1 -1
  1169. pulumi_azure_native/network/v20231101/firewall_policy.py +1 -1
  1170. pulumi_azure_native/network/v20231101/firewall_policy_draft.py +1 -1
  1171. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +1 -1
  1172. pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +1 -1
  1173. pulumi_azure_native/network/v20231101/flow_log.py +1 -1
  1174. pulumi_azure_native/network/v20231101/hub_route_table.py +1 -1
  1175. pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +1 -1
  1176. pulumi_azure_native/network/v20231101/inbound_nat_rule.py +1 -1
  1177. pulumi_azure_native/network/v20231101/ip_allocation.py +1 -1
  1178. pulumi_azure_native/network/v20231101/ip_group.py +1 -1
  1179. pulumi_azure_native/network/v20231101/load_balancer.py +1 -1
  1180. pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +1 -1
  1181. pulumi_azure_native/network/v20231101/local_network_gateway.py +1 -1
  1182. pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +1 -1
  1183. pulumi_azure_native/network/v20231101/nat_gateway.py +1 -1
  1184. pulumi_azure_native/network/v20231101/nat_rule.py +1 -1
  1185. pulumi_azure_native/network/v20231101/network_group.py +1 -1
  1186. pulumi_azure_native/network/v20231101/network_interface.py +1 -1
  1187. pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +1 -1
  1188. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  1189. pulumi_azure_native/network/v20231101/network_profile.py +1 -1
  1190. pulumi_azure_native/network/v20231101/network_security_group.py +1 -1
  1191. pulumi_azure_native/network/v20231101/network_virtual_appliance.py +1 -1
  1192. pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +1 -1
  1193. pulumi_azure_native/network/v20231101/network_watcher.py +1 -1
  1194. pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +1 -1
  1195. pulumi_azure_native/network/v20231101/packet_capture.py +1 -1
  1196. pulumi_azure_native/network/v20231101/private_dns_zone_group.py +1 -1
  1197. pulumi_azure_native/network/v20231101/private_endpoint.py +1 -1
  1198. pulumi_azure_native/network/v20231101/private_link_service.py +1 -1
  1199. pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +1 -1
  1200. pulumi_azure_native/network/v20231101/public_ip_address.py +1 -1
  1201. pulumi_azure_native/network/v20231101/public_ip_prefix.py +1 -1
  1202. pulumi_azure_native/network/v20231101/route.py +1 -1
  1203. pulumi_azure_native/network/v20231101/route_filter.py +1 -1
  1204. pulumi_azure_native/network/v20231101/route_filter_rule.py +1 -1
  1205. pulumi_azure_native/network/v20231101/route_map.py +1 -1
  1206. pulumi_azure_native/network/v20231101/route_table.py +1 -1
  1207. pulumi_azure_native/network/v20231101/routing_intent.py +1 -1
  1208. pulumi_azure_native/network/v20231101/scope_connection.py +1 -1
  1209. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  1210. pulumi_azure_native/network/v20231101/security_partner_provider.py +1 -1
  1211. pulumi_azure_native/network/v20231101/security_rule.py +1 -1
  1212. pulumi_azure_native/network/v20231101/service_endpoint_policy.py +1 -1
  1213. pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +1 -1
  1214. pulumi_azure_native/network/v20231101/static_member.py +1 -1
  1215. pulumi_azure_native/network/v20231101/subnet.py +1 -1
  1216. pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +1 -1
  1217. pulumi_azure_native/network/v20231101/virtual_appliance_site.py +1 -1
  1218. pulumi_azure_native/network/v20231101/virtual_hub.py +1 -1
  1219. pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +1 -1
  1220. pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +1 -1
  1221. pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +1 -1
  1222. pulumi_azure_native/network/v20231101/virtual_network.py +1 -1
  1223. pulumi_azure_native/network/v20231101/virtual_network_gateway.py +1 -1
  1224. pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +1 -1
  1225. pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +1 -1
  1226. pulumi_azure_native/network/v20231101/virtual_network_peering.py +1 -1
  1227. pulumi_azure_native/network/v20231101/virtual_network_tap.py +1 -1
  1228. pulumi_azure_native/network/v20231101/virtual_router.py +1 -1
  1229. pulumi_azure_native/network/v20231101/virtual_router_peering.py +1 -1
  1230. pulumi_azure_native/network/v20231101/virtual_wan.py +1 -1
  1231. pulumi_azure_native/network/v20231101/vpn_connection.py +1 -1
  1232. pulumi_azure_native/network/v20231101/vpn_gateway.py +1 -1
  1233. pulumi_azure_native/network/v20231101/vpn_server_configuration.py +1 -1
  1234. pulumi_azure_native/network/v20231101/vpn_site.py +1 -1
  1235. pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +1 -1
  1236. pulumi_azure_native/network/virtual_appliance_site.py +3 -3
  1237. pulumi_azure_native/network/virtual_hub.py +3 -3
  1238. pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
  1239. pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
  1240. pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
  1241. pulumi_azure_native/network/virtual_network.py +3 -3
  1242. pulumi_azure_native/network/virtual_network_gateway.py +3 -3
  1243. pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
  1244. pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
  1245. pulumi_azure_native/network/virtual_network_peering.py +3 -3
  1246. pulumi_azure_native/network/virtual_network_tap.py +3 -3
  1247. pulumi_azure_native/network/virtual_router.py +3 -3
  1248. pulumi_azure_native/network/virtual_router_peering.py +3 -3
  1249. pulumi_azure_native/network/virtual_wan.py +3 -3
  1250. pulumi_azure_native/network/vpn_connection.py +3 -3
  1251. pulumi_azure_native/network/vpn_gateway.py +3 -3
  1252. pulumi_azure_native/network/vpn_server_configuration.py +3 -3
  1253. pulumi_azure_native/network/vpn_site.py +3 -3
  1254. pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
  1255. pulumi_azure_native/pulumi-plugin.json +1 -1
  1256. pulumi_azure_native/signalrservice/__init__.py +0 -3
  1257. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  1258. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  1259. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  1260. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  1261. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  1262. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  1263. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  1264. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  1265. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  1266. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  1267. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  1268. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  1269. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  1270. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  1271. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  1272. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  1273. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  1274. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  1275. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  1276. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  1277. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  1278. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  1279. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  1280. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  1281. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  1282. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  1283. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  1284. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  1285. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  1286. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  1287. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  1288. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  1289. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  1290. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  1291. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  1292. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  1293. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  1294. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  1295. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  1296. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  1297. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  1298. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  1299. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  1300. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  1301. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  1302. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  1303. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  1304. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  1305. pulumi_azure_native/webpubsub/__init__.py +0 -3
  1306. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1307. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1308. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1309. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1310. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1311. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1312. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1313. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1314. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  1315. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  1316. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  1317. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  1318. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  1319. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  1320. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  1321. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  1322. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  1323. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  1324. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  1325. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  1326. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  1327. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1328. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  1329. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1330. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  1331. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  1332. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  1333. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  1334. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1335. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  1336. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1337. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  1338. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  1339. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  1340. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  1341. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1342. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  1343. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1344. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  1345. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  1346. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  1347. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  1348. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  1349. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  1350. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  1351. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  1352. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  1353. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  1354. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  1355. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  1356. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  1357. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  1358. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1359. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1360. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1361. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1362. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1363. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1364. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1365. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/METADATA +1 -1
  1366. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/RECORD +1370 -1804
  1367. pulumi_azure_native/app/container_apps_session_pool.py +0 -488
  1368. pulumi_azure_native/app/get_container_apps_session_pool.py +0 -289
  1369. pulumi_azure_native/app/get_logic_app.py +0 -125
  1370. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +0 -177
  1371. pulumi_azure_native/app/list_logic_app_workflows_connections.py +0 -151
  1372. pulumi_azure_native/app/logic_app.py +0 -187
  1373. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +0 -249
  1374. pulumi_azure_native/app/v20240202preview/__init__.py +0 -66
  1375. pulumi_azure_native/app/v20240202preview/_enums.py +0 -346
  1376. pulumi_azure_native/app/v20240202preview/_inputs.py +0 -9269
  1377. pulumi_azure_native/app/v20240202preview/app_resiliency.py +0 -359
  1378. pulumi_azure_native/app/v20240202preview/build.py +0 -294
  1379. pulumi_azure_native/app/v20240202preview/builder.py +0 -322
  1380. pulumi_azure_native/app/v20240202preview/certificate.py +0 -274
  1381. pulumi_azure_native/app/v20240202preview/connected_environment.py +0 -370
  1382. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +0 -274
  1383. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +0 -451
  1384. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +0 -216
  1385. pulumi_azure_native/app/v20240202preview/container_app.py +0 -584
  1386. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +0 -361
  1387. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +0 -486
  1388. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +0 -291
  1389. pulumi_azure_native/app/v20240202preview/dapr_component.py +0 -451
  1390. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +0 -264
  1391. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +0 -388
  1392. pulumi_azure_native/app/v20240202preview/dot_net_component.py +0 -283
  1393. pulumi_azure_native/app/v20240202preview/get_app_resiliency.py +0 -201
  1394. pulumi_azure_native/app/v20240202preview/get_build.py +0 -214
  1395. pulumi_azure_native/app/v20240202preview/get_builder.py +0 -196
  1396. pulumi_azure_native/app/v20240202preview/get_certificate.py +0 -162
  1397. pulumi_azure_native/app/v20240202preview/get_connected_environment.py +0 -235
  1398. pulumi_azure_native/app/v20240202preview/get_connected_environments_certificate.py +0 -162
  1399. pulumi_azure_native/app/v20240202preview/get_connected_environments_dapr_component.py +0 -240
  1400. pulumi_azure_native/app/v20240202preview/get_connected_environments_storage.py +0 -136
  1401. pulumi_azure_native/app/v20240202preview/get_container_app.py +0 -365
  1402. pulumi_azure_native/app/v20240202preview/get_container_app_auth_token.py +0 -170
  1403. pulumi_azure_native/app/v20240202preview/get_container_apps_auth_config.py +0 -201
  1404. pulumi_azure_native/app/v20240202preview/get_container_apps_session_pool.py +0 -287
  1405. pulumi_azure_native/app/v20240202preview/get_container_apps_source_control.py +0 -177
  1406. pulumi_azure_native/app/v20240202preview/get_custom_domain_verification_id.py +0 -61
  1407. pulumi_azure_native/app/v20240202preview/get_dapr_component.py +0 -240
  1408. pulumi_azure_native/app/v20240202preview/get_dapr_component_resiliency_policy.py +0 -154
  1409. pulumi_azure_native/app/v20240202preview/get_dapr_subscription.py +0 -214
  1410. pulumi_azure_native/app/v20240202preview/get_dot_net_component.py +0 -175
  1411. pulumi_azure_native/app/v20240202preview/get_java_component.py +0 -136
  1412. pulumi_azure_native/app/v20240202preview/get_job.py +0 -261
  1413. pulumi_azure_native/app/v20240202preview/get_logic_app.py +0 -123
  1414. pulumi_azure_native/app/v20240202preview/get_managed_certificate.py +0 -162
  1415. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +0 -445
  1416. pulumi_azure_native/app/v20240202preview/get_managed_environment_auth_token.py +0 -170
  1417. pulumi_azure_native/app/v20240202preview/get_managed_environment_private_endpoint_connection.py +0 -175
  1418. pulumi_azure_native/app/v20240202preview/get_managed_environments_storage.py +0 -136
  1419. pulumi_azure_native/app/v20240202preview/java_component.py +0 -214
  1420. pulumi_azure_native/app/v20240202preview/job.py +0 -428
  1421. pulumi_azure_native/app/v20240202preview/list_build_auth_token.py +0 -96
  1422. pulumi_azure_native/app/v20240202preview/list_connected_environments_dapr_component_secrets.py +0 -84
  1423. pulumi_azure_native/app/v20240202preview/list_container_app_custom_host_name_analysis.py +0 -227
  1424. pulumi_azure_native/app/v20240202preview/list_container_app_secrets.py +0 -79
  1425. pulumi_azure_native/app/v20240202preview/list_dapr_component_secrets.py +0 -84
  1426. pulumi_azure_native/app/v20240202preview/list_job_secrets.py +0 -79
  1427. pulumi_azure_native/app/v20240202preview/list_logic_app_workflows_connections.py +0 -149
  1428. pulumi_azure_native/app/v20240202preview/logic_app.py +0 -185
  1429. pulumi_azure_native/app/v20240202preview/managed_certificate.py +0 -274
  1430. pulumi_azure_native/app/v20240202preview/managed_environment.py +0 -747
  1431. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +0 -247
  1432. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +0 -216
  1433. pulumi_azure_native/app/v20240202preview/outputs.py +0 -11065
  1434. pulumi_azure_native/cdn/v20240501preview/__init__.py +0 -43
  1435. pulumi_azure_native/cdn/v20240501preview/_enums.py +0 -839
  1436. pulumi_azure_native/cdn/v20240501preview/_inputs.py +0 -6013
  1437. pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +0 -418
  1438. pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +0 -338
  1439. pulumi_azure_native/cdn/v20240501preview/afd_origin.py +0 -537
  1440. pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +0 -329
  1441. pulumi_azure_native/cdn/v20240501preview/custom_domain.py +0 -296
  1442. pulumi_azure_native/cdn/v20240501preview/endpoint.py +0 -762
  1443. pulumi_azure_native/cdn/v20240501preview/get_afd_custom_domain.py +0 -276
  1444. pulumi_azure_native/cdn/v20240501preview/get_afd_endpoint.py +0 -224
  1445. pulumi_azure_native/cdn/v20240501preview/get_afd_origin.py +0 -294
  1446. pulumi_azure_native/cdn/v20240501preview/get_afd_origin_group.py +0 -211
  1447. pulumi_azure_native/cdn/v20240501preview/get_custom_domain.py +0 -219
  1448. pulumi_azure_native/cdn/v20240501preview/get_endpoint.py +0 -409
  1449. pulumi_azure_native/cdn/v20240501preview/get_key_group.py +0 -159
  1450. pulumi_azure_native/cdn/v20240501preview/get_origin.py +0 -310
  1451. pulumi_azure_native/cdn/v20240501preview/get_origin_group.py +0 -206
  1452. pulumi_azure_native/cdn/v20240501preview/get_policy.py +0 -271
  1453. pulumi_azure_native/cdn/v20240501preview/get_profile.py +0 -261
  1454. pulumi_azure_native/cdn/v20240501preview/get_profile_supported_optimization_types.py +0 -78
  1455. pulumi_azure_native/cdn/v20240501preview/get_route.py +0 -320
  1456. pulumi_azure_native/cdn/v20240501preview/get_rule.py +0 -216
  1457. pulumi_azure_native/cdn/v20240501preview/get_rule_set.py +0 -159
  1458. pulumi_azure_native/cdn/v20240501preview/get_secret.py +0 -172
  1459. pulumi_azure_native/cdn/v20240501preview/get_security_policy.py +0 -172
  1460. pulumi_azure_native/cdn/v20240501preview/key_group.py +0 -232
  1461. pulumi_azure_native/cdn/v20240501preview/origin.py +0 -556
  1462. pulumi_azure_native/cdn/v20240501preview/origin_group.py +0 -345
  1463. pulumi_azure_native/cdn/v20240501preview/outputs.py +0 -7210
  1464. pulumi_azure_native/cdn/v20240501preview/policy.py +0 -436
  1465. pulumi_azure_native/cdn/v20240501preview/profile.py +0 -391
  1466. pulumi_azure_native/cdn/v20240501preview/route.py +0 -595
  1467. pulumi_azure_native/cdn/v20240501preview/rule.py +0 -356
  1468. pulumi_azure_native/cdn/v20240501preview/rule_set.py +0 -211
  1469. pulumi_azure_native/cdn/v20240501preview/secret.py +0 -241
  1470. pulumi_azure_native/cdn/v20240501preview/security_policy.py +0 -241
  1471. pulumi_azure_native/devcenter/list_skus_by_project.py +0 -94
  1472. pulumi_azure_native/devcenter/v20240601preview/__init__.py +0 -47
  1473. pulumi_azure_native/devcenter/v20240601preview/_enums.py +0 -209
  1474. pulumi_azure_native/devcenter/v20240601preview/_inputs.py +0 -595
  1475. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +0 -255
  1476. pulumi_azure_native/devcenter/v20240601preview/catalog.py +0 -363
  1477. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +0 -413
  1478. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +0 -447
  1479. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +0 -342
  1480. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +0 -253
  1481. pulumi_azure_native/devcenter/v20240601preview/gallery.py +0 -225
  1482. pulumi_azure_native/devcenter/v20240601preview/get_attached_network_by_dev_center.py +0 -188
  1483. pulumi_azure_native/devcenter/v20240601preview/get_catalog.py +0 -253
  1484. pulumi_azure_native/devcenter/v20240601preview/get_catalog_sync_error_details.py +0 -110
  1485. pulumi_azure_native/devcenter/v20240601preview/get_customization_task_error_details.py +0 -89
  1486. pulumi_azure_native/devcenter/v20240601preview/get_dev_box_definition.py +0 -266
  1487. pulumi_azure_native/devcenter/v20240601preview/get_dev_center.py +0 -261
  1488. pulumi_azure_native/devcenter/v20240601preview/get_encryption_set.py +0 -201
  1489. pulumi_azure_native/devcenter/v20240601preview/get_environment_definition_error_details.py +0 -89
  1490. pulumi_azure_native/devcenter/v20240601preview/get_environment_type.py +0 -162
  1491. pulumi_azure_native/devcenter/v20240601preview/get_gallery.py +0 -149
  1492. pulumi_azure_native/devcenter/v20240601preview/get_network_connection.py +0 -261
  1493. pulumi_azure_native/devcenter/v20240601preview/get_plan.py +0 -170
  1494. pulumi_azure_native/devcenter/v20240601preview/get_plan_member.py +0 -175
  1495. pulumi_azure_native/devcenter/v20240601preview/get_pool.py +0 -344
  1496. pulumi_azure_native/devcenter/v20240601preview/get_project.py +0 -248
  1497. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog.py +0 -253
  1498. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_environment_definition_error_details.py +0 -89
  1499. pulumi_azure_native/devcenter/v20240601preview/get_project_catalog_sync_error_details.py +0 -110
  1500. pulumi_azure_native/devcenter/v20240601preview/get_project_environment_type.py +0 -253
  1501. pulumi_azure_native/devcenter/v20240601preview/get_project_inherited_settings.py +0 -92
  1502. pulumi_azure_native/devcenter/v20240601preview/get_schedule.py +0 -224
  1503. pulumi_azure_native/devcenter/v20240601preview/list_skus_by_project.py +0 -92
  1504. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +0 -448
  1505. pulumi_azure_native/devcenter/v20240601preview/outputs.py +0 -1447
  1506. pulumi_azure_native/devcenter/v20240601preview/plan.py +0 -263
  1507. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +0 -283
  1508. pulumi_azure_native/devcenter/v20240601preview/pool.py +0 -608
  1509. pulumi_azure_native/devcenter/v20240601preview/project.py +0 -418
  1510. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +0 -363
  1511. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +0 -439
  1512. pulumi_azure_native/devcenter/v20240601preview/schedule.py +0 -434
  1513. pulumi_azure_native/elastic/v20240615preview/__init__.py +0 -29
  1514. pulumi_azure_native/elastic/v20240615preview/_enums.py +0 -57
  1515. pulumi_azure_native/elastic/v20240615preview/_inputs.py +0 -826
  1516. pulumi_azure_native/elastic/v20240615preview/get_billing_info.py +0 -92
  1517. pulumi_azure_native/elastic/v20240615preview/get_monitor.py +0 -183
  1518. pulumi_azure_native/elastic/v20240615preview/get_monitored_subscription.py +0 -123
  1519. pulumi_azure_native/elastic/v20240615preview/get_open_ai.py +0 -123
  1520. pulumi_azure_native/elastic/v20240615preview/get_open_ai_status.py +0 -84
  1521. pulumi_azure_native/elastic/v20240615preview/get_organization_api_key.py +0 -71
  1522. pulumi_azure_native/elastic/v20240615preview/get_organization_elastic_to_azure_subscription_mapping.py +0 -65
  1523. pulumi_azure_native/elastic/v20240615preview/get_tag_rule.py +0 -136
  1524. pulumi_azure_native/elastic/v20240615preview/list_all_traffic_filter.py +0 -79
  1525. pulumi_azure_native/elastic/v20240615preview/list_connected_partner_resource.py +0 -92
  1526. pulumi_azure_native/elastic/v20240615preview/list_deployment_info.py +0 -157
  1527. pulumi_azure_native/elastic/v20240615preview/list_monitored_resource.py +0 -92
  1528. pulumi_azure_native/elastic/v20240615preview/list_upgradable_version_details.py +0 -91
  1529. pulumi_azure_native/elastic/v20240615preview/list_vm_host.py +0 -92
  1530. pulumi_azure_native/elastic/v20240615preview/listlist_associated_traffic_filter.py +0 -79
  1531. pulumi_azure_native/elastic/v20240615preview/monitor.py +0 -311
  1532. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +0 -206
  1533. pulumi_azure_native/elastic/v20240615preview/open_ai.py +0 -205
  1534. pulumi_azure_native/elastic/v20240615preview/outputs.py +0 -1752
  1535. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +0 -216
  1536. pulumi_azure_native/keyvault/v20240401preview/__init__.py +0 -22
  1537. pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -242
  1538. pulumi_azure_native/keyvault/v20240401preview/_inputs.py +0 -1623
  1539. pulumi_azure_native/keyvault/v20240401preview/get_key.py +0 -250
  1540. pulumi_azure_native/keyvault/v20240401preview/get_managed_hsm.py +0 -183
  1541. pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connection.py +0 -227
  1542. pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py +0 -188
  1543. pulumi_azure_native/keyvault/v20240401preview/get_secret.py +0 -149
  1544. pulumi_azure_native/keyvault/v20240401preview/get_vault.py +0 -157
  1545. pulumi_azure_native/keyvault/v20240401preview/key.py +0 -324
  1546. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +0 -310
  1547. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +0 -361
  1548. pulumi_azure_native/keyvault/v20240401preview/outputs.py +0 -2258
  1549. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +0 -256
  1550. pulumi_azure_native/keyvault/v20240401preview/secret.py +0 -245
  1551. pulumi_azure_native/keyvault/v20240401preview/vault.py +0 -254
  1552. pulumi_azure_native/kubernetes/v20240601preview/__init__.py +0 -13
  1553. pulumi_azure_native/kubernetes/v20240601preview/_enums.py +0 -76
  1554. pulumi_azure_native/kubernetes/v20240601preview/_inputs.py +0 -305
  1555. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +0 -730
  1556. pulumi_azure_native/kubernetes/v20240601preview/get_connected_cluster.py +0 -443
  1557. pulumi_azure_native/kubernetes/v20240601preview/list_connected_cluster_user_credential.py +0 -103
  1558. pulumi_azure_native/kubernetes/v20240601preview/outputs.py +0 -717
  1559. pulumi_azure_native/network/v20240101/__init__.py +0 -212
  1560. pulumi_azure_native/network/v20240101/_enums.py +0 -1771
  1561. pulumi_azure_native/network/v20240101/_inputs.py +0 -20903
  1562. pulumi_azure_native/network/v20240101/admin_rule.py +0 -558
  1563. pulumi_azure_native/network/v20240101/admin_rule_collection.py +0 -296
  1564. pulumi_azure_native/network/v20240101/application_gateway.py +0 -1251
  1565. pulumi_azure_native/network/v20240101/application_gateway_private_endpoint_connection.py +0 -284
  1566. pulumi_azure_native/network/v20240101/application_security_group.py +0 -261
  1567. pulumi_azure_native/network/v20240101/azure_firewall.py +0 -612
  1568. pulumi_azure_native/network/v20240101/bastion_host.py +0 -680
  1569. pulumi_azure_native/network/v20240101/configuration_policy_group.py +0 -333
  1570. pulumi_azure_native/network/v20240101/connection_monitor.py +0 -574
  1571. pulumi_azure_native/network/v20240101/connectivity_configuration.py +0 -393
  1572. pulumi_azure_native/network/v20240101/custom_ip_prefix.py +0 -642
  1573. pulumi_azure_native/network/v20240101/ddos_custom_policy.py +0 -261
  1574. pulumi_azure_native/network/v20240101/ddos_protection_plan.py +0 -262
  1575. pulumi_azure_native/network/v20240101/default_admin_rule.py +0 -410
  1576. pulumi_azure_native/network/v20240101/dscp_configuration.py +0 -487
  1577. pulumi_azure_native/network/v20240101/express_route_circuit.py +0 -715
  1578. pulumi_azure_native/network/v20240101/express_route_circuit_authorization.py +0 -302
  1579. pulumi_azure_native/network/v20240101/express_route_circuit_connection.py +0 -411
  1580. pulumi_azure_native/network/v20240101/express_route_circuit_peering.py +0 -733
  1581. pulumi_azure_native/network/v20240101/express_route_connection.py +0 -421
  1582. pulumi_azure_native/network/v20240101/express_route_cross_connection_peering.py +0 -556
  1583. pulumi_azure_native/network/v20240101/express_route_gateway.py +0 -374
  1584. pulumi_azure_native/network/v20240101/express_route_port.py +0 -488
  1585. pulumi_azure_native/network/v20240101/express_route_port_authorization.py +0 -263
  1586. pulumi_azure_native/network/v20240101/firewall_policy.py +0 -642
  1587. pulumi_azure_native/network/v20240101/firewall_policy_draft.py +0 -496
  1588. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group.py +0 -304
  1589. pulumi_azure_native/network/v20240101/firewall_policy_rule_collection_group_draft.py +0 -285
  1590. pulumi_azure_native/network/v20240101/flow_log.py +0 -490
  1591. pulumi_azure_native/network/v20240101/get_active_sessions.py +0 -92
  1592. pulumi_azure_native/network/v20240101/get_admin_rule.py +0 -303
  1593. pulumi_azure_native/network/v20240101/get_admin_rule_collection.py +0 -193
  1594. pulumi_azure_native/network/v20240101/get_application_gateway.py +0 -638
  1595. pulumi_azure_native/network/v20240101/get_application_gateway_backend_health_on_demand.py +0 -139
  1596. pulumi_azure_native/network/v20240101/get_application_gateway_private_endpoint_connection.py +0 -175
  1597. pulumi_azure_native/network/v20240101/get_application_security_group.py +0 -169
  1598. pulumi_azure_native/network/v20240101/get_azure_firewall.py +0 -326
  1599. pulumi_azure_native/network/v20240101/get_bastion_host.py +0 -336
  1600. pulumi_azure_native/network/v20240101/get_bastion_shareable_link.py +0 -98
  1601. pulumi_azure_native/network/v20240101/get_configuration_policy_group.py +0 -188
  1602. pulumi_azure_native/network/v20240101/get_connection_monitor.py +0 -318
  1603. pulumi_azure_native/network/v20240101/get_connectivity_configuration.py +0 -240
  1604. pulumi_azure_native/network/v20240101/get_custom_ip_prefix.py +0 -370
  1605. pulumi_azure_native/network/v20240101/get_ddos_custom_policy.py +0 -169
  1606. pulumi_azure_native/network/v20240101/get_ddos_protection_plan.py +0 -196
  1607. pulumi_azure_native/network/v20240101/get_default_admin_rule.py +0 -316
  1608. pulumi_azure_native/network/v20240101/get_dscp_configuration.py +0 -287
  1609. pulumi_azure_native/network/v20240101/get_express_route_circuit.py +0 -378
  1610. pulumi_azure_native/network/v20240101/get_express_route_circuit_authorization.py +0 -174
  1611. pulumi_azure_native/network/v20240101/get_express_route_circuit_connection.py +0 -219
  1612. pulumi_azure_native/network/v20240101/get_express_route_circuit_peering.py +0 -383
  1613. pulumi_azure_native/network/v20240101/get_express_route_connection.py +0 -201
  1614. pulumi_azure_native/network/v20240101/get_express_route_cross_connection_peering.py +0 -305
  1615. pulumi_azure_native/network/v20240101/get_express_route_gateway.py +0 -209
  1616. pulumi_azure_native/network/v20240101/get_express_route_port.py +0 -313
  1617. pulumi_azure_native/network/v20240101/get_express_route_port_authorization.py +0 -174
  1618. pulumi_azure_native/network/v20240101/get_firewall_policy.py +0 -370
  1619. pulumi_azure_native/network/v20240101/get_firewall_policy_draft.py +0 -248
  1620. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group.py +0 -175
  1621. pulumi_azure_native/network/v20240101/get_firewall_policy_rule_collection_group_draft.py +0 -149
  1622. pulumi_azure_native/network/v20240101/get_flow_log.py +0 -266
  1623. pulumi_azure_native/network/v20240101/get_hub_route_table.py +0 -188
  1624. pulumi_azure_native/network/v20240101/get_hub_virtual_network_connection.py +0 -188
  1625. pulumi_azure_native/network/v20240101/get_inbound_nat_rule.py +0 -284
  1626. pulumi_azure_native/network/v20240101/get_ip_allocation.py +0 -240
  1627. pulumi_azure_native/network/v20240101/get_ip_group.py +0 -201
  1628. pulumi_azure_native/network/v20240101/get_load_balancer.py +0 -292
  1629. pulumi_azure_native/network/v20240101/get_load_balancer_backend_address_pool.py +0 -279
  1630. pulumi_azure_native/network/v20240101/get_local_network_gateway.py +0 -222
  1631. pulumi_azure_native/network/v20240101/get_management_group_network_manager_connection.py +0 -157
  1632. pulumi_azure_native/network/v20240101/get_nat_gateway.py +0 -253
  1633. pulumi_azure_native/network/v20240101/get_nat_rule.py +0 -214
  1634. pulumi_azure_native/network/v20240101/get_network_group.py +0 -175
  1635. pulumi_azure_native/network/v20240101/get_network_interface.py +0 -448
  1636. pulumi_azure_native/network/v20240101/get_network_interface_tap_configuration.py +0 -149
  1637. pulumi_azure_native/network/v20240101/get_network_manager.py +0 -222
  1638. pulumi_azure_native/network/v20240101/get_network_profile.py +0 -201
  1639. pulumi_azure_native/network/v20240101/get_network_security_group.py +0 -253
  1640. pulumi_azure_native/network/v20240101/get_network_virtual_appliance.py +0 -409
  1641. pulumi_azure_native/network/v20240101/get_network_virtual_appliance_connection.py +0 -175
  1642. pulumi_azure_native/network/v20240101/get_network_watcher.py +0 -156
  1643. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway.py +0 -248
  1644. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +0 -248
  1645. pulumi_azure_native/network/v20240101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +0 -88
  1646. pulumi_azure_native/network/v20240101/get_packet_capture.py +0 -253
  1647. pulumi_azure_native/network/v20240101/get_private_dns_zone_group.py +0 -136
  1648. pulumi_azure_native/network/v20240101/get_private_endpoint.py +0 -279
  1649. pulumi_azure_native/network/v20240101/get_private_link_service.py +0 -292
  1650. pulumi_azure_native/network/v20240101/get_private_link_service_private_endpoint_connection.py +0 -193
  1651. pulumi_azure_native/network/v20240101/get_public_ip_address.py +0 -396
  1652. pulumi_azure_native/network/v20240101/get_public_ip_prefix.py +0 -318
  1653. pulumi_azure_native/network/v20240101/get_route.py +0 -187
  1654. pulumi_azure_native/network/v20240101/get_route_filter.py +0 -201
  1655. pulumi_azure_native/network/v20240101/get_route_filter_rule.py +0 -174
  1656. pulumi_azure_native/network/v20240101/get_route_map.py +0 -175
  1657. pulumi_azure_native/network/v20240101/get_route_table.py +0 -214
  1658. pulumi_azure_native/network/v20240101/get_routing_intent.py +0 -149
  1659. pulumi_azure_native/network/v20240101/get_scope_connection.py +0 -175
  1660. pulumi_azure_native/network/v20240101/get_security_admin_configuration.py +0 -188
  1661. pulumi_azure_native/network/v20240101/get_security_partner_provider.py +0 -196
  1662. pulumi_azure_native/network/v20240101/get_security_rule.py +0 -331
  1663. pulumi_azure_native/network/v20240101/get_service_endpoint_policy.py +0 -240
  1664. pulumi_azure_native/network/v20240101/get_service_endpoint_policy_definition.py +0 -174
  1665. pulumi_azure_native/network/v20240101/get_static_member.py +0 -180
  1666. pulumi_azure_native/network/v20240101/get_subnet.py +0 -401
  1667. pulumi_azure_native/network/v20240101/get_subscription_network_manager_connection.py +0 -152
  1668. pulumi_azure_native/network/v20240101/get_virtual_appliance_site.py +0 -162
  1669. pulumi_azure_native/network/v20240101/get_virtual_hub.py +0 -443
  1670. pulumi_azure_native/network/v20240101/get_virtual_hub_bgp_connection.py +0 -188
  1671. pulumi_azure_native/network/v20240101/get_virtual_hub_ip_configuration.py +0 -188
  1672. pulumi_azure_native/network/v20240101/get_virtual_hub_route_table_v2.py +0 -149
  1673. pulumi_azure_native/network/v20240101/get_virtual_network.py +0 -344
  1674. pulumi_azure_native/network/v20240101/get_virtual_network_gateway.py +0 -495
  1675. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_advertised_routes.py +0 -84
  1676. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_bgp_peer_status.py +0 -84
  1677. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection.py +0 -495
  1678. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_connection_ike_sas.py +0 -72
  1679. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_learned_routes.py +0 -79
  1680. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_nat_rule.py +0 -188
  1681. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpn_profile_package_url.py +0 -72
  1682. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_connection_health.py +0 -79
  1683. pulumi_azure_native/network/v20240101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +0 -169
  1684. pulumi_azure_native/network/v20240101/get_virtual_network_peering.py +0 -383
  1685. pulumi_azure_native/network/v20240101/get_virtual_network_tap.py +0 -222
  1686. pulumi_azure_native/network/v20240101/get_virtual_router.py +0 -227
  1687. pulumi_azure_native/network/v20240101/get_virtual_router_peering.py +0 -161
  1688. pulumi_azure_native/network/v20240101/get_virtual_wan.py +0 -235
  1689. pulumi_azure_native/network/v20240101/get_vpn_connection.py +0 -357
  1690. pulumi_azure_native/network/v20240101/get_vpn_gateway.py +0 -261
  1691. pulumi_azure_native/network/v20240101/get_vpn_link_connection_ike_sas.py +0 -82
  1692. pulumi_azure_native/network/v20240101/get_vpn_server_configuration.py +0 -326
  1693. pulumi_azure_native/network/v20240101/get_vpn_site.py +0 -274
  1694. pulumi_azure_native/network/v20240101/get_web_application_firewall_policy.py +0 -248
  1695. pulumi_azure_native/network/v20240101/hub_route_table.py +0 -313
  1696. pulumi_azure_native/network/v20240101/hub_virtual_network_connection.py +0 -371
  1697. pulumi_azure_native/network/v20240101/inbound_nat_rule.py +0 -536
  1698. pulumi_azure_native/network/v20240101/ip_allocation.py +0 -431
  1699. pulumi_azure_native/network/v20240101/ip_group.py +0 -301
  1700. pulumi_azure_native/network/v20240101/list_active_connectivity_configurations.py +0 -107
  1701. pulumi_azure_native/network/v20240101/list_active_security_admin_rules.py +0 -107
  1702. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signature.py +0 -119
  1703. pulumi_azure_native/network/v20240101/list_firewall_policy_idps_signatures_filter_value.py +0 -83
  1704. pulumi_azure_native/network/v20240101/list_network_manager_deployment_status.py +0 -113
  1705. pulumi_azure_native/network/v20240101/list_network_manager_effective_connectivity_configurations.py +0 -102
  1706. pulumi_azure_native/network/v20240101/list_network_manager_effective_security_admin_rules.py +0 -102
  1707. pulumi_azure_native/network/v20240101/load_balancer.py +0 -531
  1708. pulumi_azure_native/network/v20240101/load_balancer_backend_address_pool.py +0 -460
  1709. pulumi_azure_native/network/v20240101/local_network_gateway.py +0 -379
  1710. pulumi_azure_native/network/v20240101/management_group_network_manager_connection.py +0 -232
  1711. pulumi_azure_native/network/v20240101/nat_gateway.py +0 -419
  1712. pulumi_azure_native/network/v20240101/nat_rule.py +0 -391
  1713. pulumi_azure_native/network/v20240101/network_group.py +0 -244
  1714. pulumi_azure_native/network/v20240101/network_interface.py +0 -721
  1715. pulumi_azure_native/network/v20240101/network_interface_tap_configuration.py +0 -265
  1716. pulumi_azure_native/network/v20240101/network_manager.py +0 -363
  1717. pulumi_azure_native/network/v20240101/network_profile.py +0 -303
  1718. pulumi_azure_native/network/v20240101/network_security_group.py +0 -365
  1719. pulumi_azure_native/network/v20240101/network_virtual_appliance.py +0 -672
  1720. pulumi_azure_native/network/v20240101/network_virtual_appliance_connection.py +0 -361
  1721. pulumi_azure_native/network/v20240101/network_watcher.py +0 -251
  1722. pulumi_azure_native/network/v20240101/outputs.py +0 -31010
  1723. pulumi_azure_native/network/v20240101/p2s_vpn_gateway.py +0 -438
  1724. pulumi_azure_native/network/v20240101/packet_capture.py +0 -491
  1725. pulumi_azure_native/network/v20240101/private_dns_zone_group.py +0 -254
  1726. pulumi_azure_native/network/v20240101/private_endpoint.py +0 -496
  1727. pulumi_azure_native/network/v20240101/private_link_service.py +0 -487
  1728. pulumi_azure_native/network/v20240101/private_link_service_private_endpoint_connection.py +0 -294
  1729. pulumi_azure_native/network/v20240101/public_ip_address.py +0 -738
  1730. pulumi_azure_native/network/v20240101/public_ip_prefix.py +0 -526
  1731. pulumi_azure_native/network/v20240101/route.py +0 -370
  1732. pulumi_azure_native/network/v20240101/route_filter.py +0 -306
  1733. pulumi_azure_native/network/v20240101/route_filter_rule.py +0 -343
  1734. pulumi_azure_native/network/v20240101/route_map.py +0 -304
  1735. pulumi_azure_native/network/v20240101/route_table.py +0 -335
  1736. pulumi_azure_native/network/v20240101/routing_intent.py +0 -264
  1737. pulumi_azure_native/network/v20240101/scope_connection.py +0 -282
  1738. pulumi_azure_native/network/v20240101/security_admin_configuration.py +0 -274
  1739. pulumi_azure_native/network/v20240101/security_partner_provider.py +0 -322
  1740. pulumi_azure_native/network/v20240101/security_rule.py +0 -694
  1741. pulumi_azure_native/network/v20240101/service_endpoint_policy.py +0 -373
  1742. pulumi_azure_native/network/v20240101/service_endpoint_policy_definition.py +0 -339
  1743. pulumi_azure_native/network/v20240101/static_member.py +0 -265
  1744. pulumi_azure_native/network/v20240101/subnet.py +0 -729
  1745. pulumi_azure_native/network/v20240101/subscription_network_manager_connection.py +0 -211
  1746. pulumi_azure_native/network/v20240101/virtual_appliance_site.py +0 -293
  1747. pulumi_azure_native/network/v20240101/virtual_hub.py +0 -800
  1748. pulumi_azure_native/network/v20240101/virtual_hub_bgp_connection.py +0 -332
  1749. pulumi_azure_native/network/v20240101/virtual_hub_ip_configuration.py +0 -352
  1750. pulumi_azure_native/network/v20240101/virtual_hub_route_table_v2.py +0 -283
  1751. pulumi_azure_native/network/v20240101/virtual_network.py +0 -636
  1752. pulumi_azure_native/network/v20240101/virtual_network_gateway.py +0 -973
  1753. pulumi_azure_native/network/v20240101/virtual_network_gateway_connection.py +0 -915
  1754. pulumi_azure_native/network/v20240101/virtual_network_gateway_nat_rule.py +0 -371
  1755. pulumi_azure_native/network/v20240101/virtual_network_peering.py +0 -788
  1756. pulumi_azure_native/network/v20240101/virtual_network_tap.py +0 -361
  1757. pulumi_azure_native/network/v20240101/virtual_router.py +0 -379
  1758. pulumi_azure_native/network/v20240101/virtual_router_peering.py +0 -291
  1759. pulumi_azure_native/network/v20240101/virtual_wan.py +0 -388
  1760. pulumi_azure_native/network/v20240101/vpn_connection.py +0 -691
  1761. pulumi_azure_native/network/v20240101/vpn_gateway.py +0 -473
  1762. pulumi_azure_native/network/v20240101/vpn_server_configuration.py +0 -634
  1763. pulumi_azure_native/network/v20240101/vpn_site.py +0 -514
  1764. pulumi_azure_native/network/v20240101/web_application_firewall_policy.py +0 -382
  1765. pulumi_azure_native/signalrservice/v20240401preview/__init__.py +0 -23
  1766. pulumi_azure_native/signalrservice/v20240401preview/_enums.py +0 -102
  1767. pulumi_azure_native/signalrservice/v20240401preview/_inputs.py +0 -1162
  1768. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r.py +0 -497
  1769. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_certificate.py +0 -175
  1770. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_custom_domain.py +0 -162
  1771. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_private_endpoint_connection.py +0 -175
  1772. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_replica.py +0 -204
  1773. pulumi_azure_native/signalrservice/v20240401preview/get_signal_r_shared_private_link_resource.py +0 -188
  1774. pulumi_azure_native/signalrservice/v20240401preview/list_signal_r_keys.py +0 -117
  1775. pulumi_azure_native/signalrservice/v20240401preview/outputs.py +0 -1733
  1776. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +0 -887
  1777. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +0 -284
  1778. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +0 -255
  1779. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +0 -265
  1780. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +0 -362
  1781. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +0 -294
  1782. pulumi_azure_native/webpubsub/v20240401preview/__init__.py +0 -25
  1783. pulumi_azure_native/webpubsub/v20240401preview/_enums.py +0 -97
  1784. pulumi_azure_native/webpubsub/v20240401preview/_inputs.py +0 -1249
  1785. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub.py +0 -453
  1786. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_certificate.py +0 -175
  1787. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_custom_domain.py +0 -162
  1788. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_hub.py +0 -136
  1789. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_private_endpoint_connection.py +0 -175
  1790. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_replica.py +0 -204
  1791. pulumi_azure_native/webpubsub/v20240401preview/get_web_pub_sub_shared_private_link_resource.py +0 -188
  1792. pulumi_azure_native/webpubsub/v20240401preview/list_web_pub_sub_keys.py +0 -117
  1793. pulumi_azure_native/webpubsub/v20240401preview/outputs.py +0 -1841
  1794. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +0 -780
  1795. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +0 -284
  1796. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +0 -255
  1797. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +0 -217
  1798. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +0 -265
  1799. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +0 -362
  1800. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +0 -294
  1801. /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/__init__.py +0 -0
  1802. /pulumi_azure_native/hdinsight/{v20240501preview → v20240501}/_enums.py +0 -0
  1803. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/WHEEL +0 -0
  1804. {pulumi_azure_native-2.47.0.dist-info → pulumi_azure_native-2.47.0a1719221358.dist-info}/top_level.txt +0 -0
@@ -1,1249 +0,0 @@
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
- 'ApplicationFirewallSettingsArgs',
15
- 'EventHandlerArgs',
16
- 'EventHubEndpointArgs',
17
- 'EventListenerArgs',
18
- 'EventNameFilterArgs',
19
- 'IPRuleArgs',
20
- 'LiveTraceCategoryArgs',
21
- 'LiveTraceConfigurationArgs',
22
- 'ManagedIdentitySettingsArgs',
23
- 'ManagedIdentityArgs',
24
- 'NetworkACLArgs',
25
- 'PrivateEndpointACLArgs',
26
- 'PrivateEndpointArgs',
27
- 'PrivateLinkServiceConnectionStateArgs',
28
- 'ResourceLogCategoryArgs',
29
- 'ResourceLogConfigurationArgs',
30
- 'ResourceReferenceArgs',
31
- 'ResourceSkuArgs',
32
- 'ThrottleByJwtCustomClaimRuleArgs',
33
- 'ThrottleByJwtSignatureRuleArgs',
34
- 'ThrottleByUserIdRuleArgs',
35
- 'UpstreamAuthSettingsArgs',
36
- 'WebPubSubHubPropertiesArgs',
37
- 'WebPubSubNetworkACLsArgs',
38
- 'WebPubSubSocketIOSettingsArgs',
39
- 'WebPubSubTlsSettingsArgs',
40
- ]
41
-
42
- @pulumi.input_type
43
- class ApplicationFirewallSettingsArgs:
44
- def __init__(__self__, *,
45
- client_connection_count_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]] = None):
46
- """
47
- Application firewall settings for the resource
48
- :param pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]] client_connection_count_rules: Rules to control the client connection count
49
- """
50
- if client_connection_count_rules is not None:
51
- pulumi.set(__self__, "client_connection_count_rules", client_connection_count_rules)
52
-
53
- @property
54
- @pulumi.getter(name="clientConnectionCountRules")
55
- def client_connection_count_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]]:
56
- """
57
- Rules to control the client connection count
58
- """
59
- return pulumi.get(self, "client_connection_count_rules")
60
-
61
- @client_connection_count_rules.setter
62
- def client_connection_count_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThrottleByJwtCustomClaimRuleArgs', 'ThrottleByJwtSignatureRuleArgs', 'ThrottleByUserIdRuleArgs']]]]]):
63
- pulumi.set(self, "client_connection_count_rules", value)
64
-
65
-
66
- @pulumi.input_type
67
- class EventHandlerArgs:
68
- def __init__(__self__, *,
69
- url_template: pulumi.Input[str],
70
- auth: Optional[pulumi.Input['UpstreamAuthSettingsArgs']] = None,
71
- system_events: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
72
- user_event_pattern: Optional[pulumi.Input[str]] = None):
73
- """
74
- Properties of event handler.
75
- :param pulumi.Input[str] url_template: Gets or sets the EventHandler URL template. You can use a predefined parameter {hub} and {event} inside the template, the value of the EventHandler URL is dynamically calculated when the client request comes in.
76
- For example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters.
77
- :param pulumi.Input['UpstreamAuthSettingsArgs'] auth: Upstream auth settings. If not set, no auth is used for upstream messages.
78
- :param pulumi.Input[Sequence[pulumi.Input[str]]] system_events: Gets or sets the list of system events.
79
- :param pulumi.Input[str] user_event_pattern: Gets or sets the matching pattern for event names.
80
- There are 3 kinds of patterns supported:
81
- 1. "*", it matches any event name
82
- 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
83
- 3. A single event name, for example, "event1", it matches "event1"
84
- """
85
- pulumi.set(__self__, "url_template", url_template)
86
- if auth is not None:
87
- pulumi.set(__self__, "auth", auth)
88
- if system_events is not None:
89
- pulumi.set(__self__, "system_events", system_events)
90
- if user_event_pattern is not None:
91
- pulumi.set(__self__, "user_event_pattern", user_event_pattern)
92
-
93
- @property
94
- @pulumi.getter(name="urlTemplate")
95
- def url_template(self) -> pulumi.Input[str]:
96
- """
97
- Gets or sets the EventHandler URL template. You can use a predefined parameter {hub} and {event} inside the template, the value of the EventHandler URL is dynamically calculated when the client request comes in.
98
- For example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters.
99
- """
100
- return pulumi.get(self, "url_template")
101
-
102
- @url_template.setter
103
- def url_template(self, value: pulumi.Input[str]):
104
- pulumi.set(self, "url_template", value)
105
-
106
- @property
107
- @pulumi.getter
108
- def auth(self) -> Optional[pulumi.Input['UpstreamAuthSettingsArgs']]:
109
- """
110
- Upstream auth settings. If not set, no auth is used for upstream messages.
111
- """
112
- return pulumi.get(self, "auth")
113
-
114
- @auth.setter
115
- def auth(self, value: Optional[pulumi.Input['UpstreamAuthSettingsArgs']]):
116
- pulumi.set(self, "auth", value)
117
-
118
- @property
119
- @pulumi.getter(name="systemEvents")
120
- def system_events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
121
- """
122
- Gets or sets the list of system events.
123
- """
124
- return pulumi.get(self, "system_events")
125
-
126
- @system_events.setter
127
- def system_events(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
128
- pulumi.set(self, "system_events", value)
129
-
130
- @property
131
- @pulumi.getter(name="userEventPattern")
132
- def user_event_pattern(self) -> Optional[pulumi.Input[str]]:
133
- """
134
- Gets or sets the matching pattern for event names.
135
- There are 3 kinds of patterns supported:
136
- 1. "*", it matches any event name
137
- 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
138
- 3. A single event name, for example, "event1", it matches "event1"
139
- """
140
- return pulumi.get(self, "user_event_pattern")
141
-
142
- @user_event_pattern.setter
143
- def user_event_pattern(self, value: Optional[pulumi.Input[str]]):
144
- pulumi.set(self, "user_event_pattern", value)
145
-
146
-
147
- @pulumi.input_type
148
- class EventHubEndpointArgs:
149
- def __init__(__self__, *,
150
- event_hub_name: pulumi.Input[str],
151
- fully_qualified_namespace: pulumi.Input[str],
152
- type: pulumi.Input[str]):
153
- """
154
- An Event Hub endpoint.
155
- The managed identity of Web PubSub service must be enabled, and the identity should have the "Azure Event Hubs Data sender" role to access Event Hub.
156
- :param pulumi.Input[str] event_hub_name: The name of the Event Hub.
157
- :param pulumi.Input[str] fully_qualified_namespace: The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net".
158
- :param pulumi.Input[str] type:
159
- Expected value is 'EventHub'.
160
- """
161
- pulumi.set(__self__, "event_hub_name", event_hub_name)
162
- pulumi.set(__self__, "fully_qualified_namespace", fully_qualified_namespace)
163
- pulumi.set(__self__, "type", 'EventHub')
164
-
165
- @property
166
- @pulumi.getter(name="eventHubName")
167
- def event_hub_name(self) -> pulumi.Input[str]:
168
- """
169
- The name of the Event Hub.
170
- """
171
- return pulumi.get(self, "event_hub_name")
172
-
173
- @event_hub_name.setter
174
- def event_hub_name(self, value: pulumi.Input[str]):
175
- pulumi.set(self, "event_hub_name", value)
176
-
177
- @property
178
- @pulumi.getter(name="fullyQualifiedNamespace")
179
- def fully_qualified_namespace(self) -> pulumi.Input[str]:
180
- """
181
- The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net".
182
- """
183
- return pulumi.get(self, "fully_qualified_namespace")
184
-
185
- @fully_qualified_namespace.setter
186
- def fully_qualified_namespace(self, value: pulumi.Input[str]):
187
- pulumi.set(self, "fully_qualified_namespace", value)
188
-
189
- @property
190
- @pulumi.getter
191
- def type(self) -> pulumi.Input[str]:
192
- """
193
-
194
- Expected value is 'EventHub'.
195
- """
196
- return pulumi.get(self, "type")
197
-
198
- @type.setter
199
- def type(self, value: pulumi.Input[str]):
200
- pulumi.set(self, "type", value)
201
-
202
-
203
- @pulumi.input_type
204
- class EventListenerArgs:
205
- def __init__(__self__, *,
206
- endpoint: pulumi.Input['EventHubEndpointArgs'],
207
- filter: pulumi.Input['EventNameFilterArgs']):
208
- """
209
- A setting defines which kinds of events should be sent to which endpoint.
210
- :param pulumi.Input['EventHubEndpointArgs'] endpoint: An endpoint specifying where Web PubSub should send events to.
211
- :param pulumi.Input['EventNameFilterArgs'] filter: A base class for event filter which determines whether an event should be sent to an event listener.
212
- """
213
- pulumi.set(__self__, "endpoint", endpoint)
214
- pulumi.set(__self__, "filter", filter)
215
-
216
- @property
217
- @pulumi.getter
218
- def endpoint(self) -> pulumi.Input['EventHubEndpointArgs']:
219
- """
220
- An endpoint specifying where Web PubSub should send events to.
221
- """
222
- return pulumi.get(self, "endpoint")
223
-
224
- @endpoint.setter
225
- def endpoint(self, value: pulumi.Input['EventHubEndpointArgs']):
226
- pulumi.set(self, "endpoint", value)
227
-
228
- @property
229
- @pulumi.getter
230
- def filter(self) -> pulumi.Input['EventNameFilterArgs']:
231
- """
232
- A base class for event filter which determines whether an event should be sent to an event listener.
233
- """
234
- return pulumi.get(self, "filter")
235
-
236
- @filter.setter
237
- def filter(self, value: pulumi.Input['EventNameFilterArgs']):
238
- pulumi.set(self, "filter", value)
239
-
240
-
241
- @pulumi.input_type
242
- class EventNameFilterArgs:
243
- def __init__(__self__, *,
244
- type: pulumi.Input[str],
245
- system_events: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
246
- user_event_pattern: Optional[pulumi.Input[str]] = None):
247
- """
248
- Filter events by their name.
249
- :param pulumi.Input[str] type:
250
- Expected value is 'EventName'.
251
- :param pulumi.Input[Sequence[pulumi.Input[str]]] system_events: Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response.
252
- :param pulumi.Input[str] user_event_pattern: Gets or sets a matching pattern for event names.
253
- There are 3 kinds of patterns supported:
254
- 1. "*", it matches any event name
255
- 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
256
- 3. A single event name, for example, "event1", it matches "event1"
257
- """
258
- pulumi.set(__self__, "type", 'EventName')
259
- if system_events is not None:
260
- pulumi.set(__self__, "system_events", system_events)
261
- if user_event_pattern is not None:
262
- pulumi.set(__self__, "user_event_pattern", user_event_pattern)
263
-
264
- @property
265
- @pulumi.getter
266
- def type(self) -> pulumi.Input[str]:
267
- """
268
-
269
- Expected value is 'EventName'.
270
- """
271
- return pulumi.get(self, "type")
272
-
273
- @type.setter
274
- def type(self, value: pulumi.Input[str]):
275
- pulumi.set(self, "type", value)
276
-
277
- @property
278
- @pulumi.getter(name="systemEvents")
279
- def system_events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
280
- """
281
- Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response.
282
- """
283
- return pulumi.get(self, "system_events")
284
-
285
- @system_events.setter
286
- def system_events(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
287
- pulumi.set(self, "system_events", value)
288
-
289
- @property
290
- @pulumi.getter(name="userEventPattern")
291
- def user_event_pattern(self) -> Optional[pulumi.Input[str]]:
292
- """
293
- Gets or sets a matching pattern for event names.
294
- There are 3 kinds of patterns supported:
295
- 1. "*", it matches any event name
296
- 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
297
- 3. A single event name, for example, "event1", it matches "event1"
298
- """
299
- return pulumi.get(self, "user_event_pattern")
300
-
301
- @user_event_pattern.setter
302
- def user_event_pattern(self, value: Optional[pulumi.Input[str]]):
303
- pulumi.set(self, "user_event_pattern", value)
304
-
305
-
306
- @pulumi.input_type
307
- class IPRuleArgs:
308
- def __init__(__self__, *,
309
- action: Optional[pulumi.Input[Union[str, 'ACLAction']]] = None,
310
- value: Optional[pulumi.Input[str]] = None):
311
- """
312
- An IP rule
313
- :param pulumi.Input[Union[str, 'ACLAction']] action: Azure Networking ACL Action.
314
- :param pulumi.Input[str] value: An IP or CIDR or ServiceTag
315
- """
316
- if action is not None:
317
- pulumi.set(__self__, "action", action)
318
- if value is not None:
319
- pulumi.set(__self__, "value", value)
320
-
321
- @property
322
- @pulumi.getter
323
- def action(self) -> Optional[pulumi.Input[Union[str, 'ACLAction']]]:
324
- """
325
- Azure Networking ACL Action.
326
- """
327
- return pulumi.get(self, "action")
328
-
329
- @action.setter
330
- def action(self, value: Optional[pulumi.Input[Union[str, 'ACLAction']]]):
331
- pulumi.set(self, "action", value)
332
-
333
- @property
334
- @pulumi.getter
335
- def value(self) -> Optional[pulumi.Input[str]]:
336
- """
337
- An IP or CIDR or ServiceTag
338
- """
339
- return pulumi.get(self, "value")
340
-
341
- @value.setter
342
- def value(self, value: Optional[pulumi.Input[str]]):
343
- pulumi.set(self, "value", value)
344
-
345
-
346
- @pulumi.input_type
347
- class LiveTraceCategoryArgs:
348
- def __init__(__self__, *,
349
- enabled: Optional[pulumi.Input[str]] = None,
350
- name: Optional[pulumi.Input[str]] = None):
351
- """
352
- Live trace category configuration of a Microsoft.SignalRService resource.
353
- :param pulumi.Input[str] enabled: Indicates whether or the live trace category is enabled.
354
- Available values: true, false.
355
- Case insensitive.
356
- :param pulumi.Input[str] name: Gets or sets the live trace category's name.
357
- Available values: ConnectivityLogs, MessagingLogs.
358
- Case insensitive.
359
- """
360
- if enabled is not None:
361
- pulumi.set(__self__, "enabled", enabled)
362
- if name is not None:
363
- pulumi.set(__self__, "name", name)
364
-
365
- @property
366
- @pulumi.getter
367
- def enabled(self) -> Optional[pulumi.Input[str]]:
368
- """
369
- Indicates whether or the live trace category is enabled.
370
- Available values: true, false.
371
- Case insensitive.
372
- """
373
- return pulumi.get(self, "enabled")
374
-
375
- @enabled.setter
376
- def enabled(self, value: Optional[pulumi.Input[str]]):
377
- pulumi.set(self, "enabled", value)
378
-
379
- @property
380
- @pulumi.getter
381
- def name(self) -> Optional[pulumi.Input[str]]:
382
- """
383
- Gets or sets the live trace category's name.
384
- Available values: ConnectivityLogs, MessagingLogs.
385
- Case insensitive.
386
- """
387
- return pulumi.get(self, "name")
388
-
389
- @name.setter
390
- def name(self, value: Optional[pulumi.Input[str]]):
391
- pulumi.set(self, "name", value)
392
-
393
-
394
- @pulumi.input_type
395
- class LiveTraceConfigurationArgs:
396
- def __init__(__self__, *,
397
- categories: Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]] = None,
398
- enabled: Optional[pulumi.Input[str]] = None):
399
- """
400
- Live trace configuration of a Microsoft.SignalRService resource.
401
- :param pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]] categories: Gets or sets the list of category configurations.
402
- :param pulumi.Input[str] enabled: Indicates whether or not enable live trace.
403
- When it's set to true, live trace client can connect to the service.
404
- Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
405
- Available values: true, false.
406
- Case insensitive.
407
- """
408
- if categories is not None:
409
- pulumi.set(__self__, "categories", categories)
410
- if enabled is None:
411
- enabled = 'false'
412
- if enabled is not None:
413
- pulumi.set(__self__, "enabled", enabled)
414
-
415
- @property
416
- @pulumi.getter
417
- def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]]:
418
- """
419
- Gets or sets the list of category configurations.
420
- """
421
- return pulumi.get(self, "categories")
422
-
423
- @categories.setter
424
- def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LiveTraceCategoryArgs']]]]):
425
- pulumi.set(self, "categories", value)
426
-
427
- @property
428
- @pulumi.getter
429
- def enabled(self) -> Optional[pulumi.Input[str]]:
430
- """
431
- Indicates whether or not enable live trace.
432
- When it's set to true, live trace client can connect to the service.
433
- Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
434
- Available values: true, false.
435
- Case insensitive.
436
- """
437
- return pulumi.get(self, "enabled")
438
-
439
- @enabled.setter
440
- def enabled(self, value: Optional[pulumi.Input[str]]):
441
- pulumi.set(self, "enabled", value)
442
-
443
-
444
- @pulumi.input_type
445
- class ManagedIdentitySettingsArgs:
446
- def __init__(__self__, *,
447
- resource: Optional[pulumi.Input[str]] = None):
448
- """
449
- Managed identity settings for upstream.
450
- :param pulumi.Input[str] resource: The Resource indicating the App ID URI of the target resource.
451
- It also appears in the aud (audience) claim of the issued token.
452
- """
453
- if resource is not None:
454
- pulumi.set(__self__, "resource", resource)
455
-
456
- @property
457
- @pulumi.getter
458
- def resource(self) -> Optional[pulumi.Input[str]]:
459
- """
460
- The Resource indicating the App ID URI of the target resource.
461
- It also appears in the aud (audience) claim of the issued token.
462
- """
463
- return pulumi.get(self, "resource")
464
-
465
- @resource.setter
466
- def resource(self, value: Optional[pulumi.Input[str]]):
467
- pulumi.set(self, "resource", value)
468
-
469
-
470
- @pulumi.input_type
471
- class ManagedIdentityArgs:
472
- def __init__(__self__, *,
473
- type: Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]] = None,
474
- user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
475
- """
476
- A class represent managed identities used for request and response
477
- :param pulumi.Input[Union[str, 'ManagedIdentityType']] type: Represents the identity type: systemAssigned, userAssigned, None
478
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Get or set the user assigned identities
479
- """
480
- if type is not None:
481
- pulumi.set(__self__, "type", type)
482
- if user_assigned_identities is not None:
483
- pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
484
-
485
- @property
486
- @pulumi.getter
487
- def type(self) -> Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]]:
488
- """
489
- Represents the identity type: systemAssigned, userAssigned, None
490
- """
491
- return pulumi.get(self, "type")
492
-
493
- @type.setter
494
- def type(self, value: Optional[pulumi.Input[Union[str, 'ManagedIdentityType']]]):
495
- pulumi.set(self, "type", value)
496
-
497
- @property
498
- @pulumi.getter(name="userAssignedIdentities")
499
- def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
500
- """
501
- Get or set the user assigned identities
502
- """
503
- return pulumi.get(self, "user_assigned_identities")
504
-
505
- @user_assigned_identities.setter
506
- def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
507
- pulumi.set(self, "user_assigned_identities", value)
508
-
509
-
510
- @pulumi.input_type
511
- class NetworkACLArgs:
512
- def __init__(__self__, *,
513
- allow: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]] = None,
514
- deny: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]] = None):
515
- """
516
- Network ACL
517
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]] allow: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
518
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]] deny: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
519
- """
520
- if allow is not None:
521
- pulumi.set(__self__, "allow", allow)
522
- if deny is not None:
523
- pulumi.set(__self__, "deny", deny)
524
-
525
- @property
526
- @pulumi.getter
527
- def allow(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]:
528
- """
529
- Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
530
- """
531
- return pulumi.get(self, "allow")
532
-
533
- @allow.setter
534
- def allow(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]):
535
- pulumi.set(self, "allow", value)
536
-
537
- @property
538
- @pulumi.getter
539
- def deny(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]:
540
- """
541
- Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
542
- """
543
- return pulumi.get(self, "deny")
544
-
545
- @deny.setter
546
- def deny(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]):
547
- pulumi.set(self, "deny", value)
548
-
549
-
550
- @pulumi.input_type
551
- class PrivateEndpointACLArgs:
552
- def __init__(__self__, *,
553
- name: pulumi.Input[str],
554
- allow: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]] = None,
555
- deny: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]] = None):
556
- """
557
- ACL for a private endpoint
558
- :param pulumi.Input[str] name: Name of the private endpoint connection
559
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]] allow: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
560
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]] deny: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
561
- """
562
- pulumi.set(__self__, "name", name)
563
- if allow is not None:
564
- pulumi.set(__self__, "allow", allow)
565
- if deny is not None:
566
- pulumi.set(__self__, "deny", deny)
567
-
568
- @property
569
- @pulumi.getter
570
- def name(self) -> pulumi.Input[str]:
571
- """
572
- Name of the private endpoint connection
573
- """
574
- return pulumi.get(self, "name")
575
-
576
- @name.setter
577
- def name(self, value: pulumi.Input[str]):
578
- pulumi.set(self, "name", value)
579
-
580
- @property
581
- @pulumi.getter
582
- def allow(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]:
583
- """
584
- Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
585
- """
586
- return pulumi.get(self, "allow")
587
-
588
- @allow.setter
589
- def allow(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]):
590
- pulumi.set(self, "allow", value)
591
-
592
- @property
593
- @pulumi.getter
594
- def deny(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]:
595
- """
596
- Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
597
- """
598
- return pulumi.get(self, "deny")
599
-
600
- @deny.setter
601
- def deny(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebPubSubRequestType']]]]]):
602
- pulumi.set(self, "deny", value)
603
-
604
-
605
- @pulumi.input_type
606
- class PrivateEndpointArgs:
607
- def __init__(__self__, *,
608
- id: Optional[pulumi.Input[str]] = None):
609
- """
610
- Private endpoint
611
- :param pulumi.Input[str] id: Full qualified Id of the private endpoint
612
- """
613
- if id is not None:
614
- pulumi.set(__self__, "id", id)
615
-
616
- @property
617
- @pulumi.getter
618
- def id(self) -> Optional[pulumi.Input[str]]:
619
- """
620
- Full qualified Id of the private endpoint
621
- """
622
- return pulumi.get(self, "id")
623
-
624
- @id.setter
625
- def id(self, value: Optional[pulumi.Input[str]]):
626
- pulumi.set(self, "id", value)
627
-
628
-
629
- @pulumi.input_type
630
- class PrivateLinkServiceConnectionStateArgs:
631
- def __init__(__self__, *,
632
- actions_required: Optional[pulumi.Input[str]] = None,
633
- description: Optional[pulumi.Input[str]] = None,
634
- status: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]] = None):
635
- """
636
- Connection state of the private endpoint connection
637
- :param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
638
- :param pulumi.Input[str] description: The reason for approval/rejection of the connection.
639
- :param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
640
- """
641
- if actions_required is not None:
642
- pulumi.set(__self__, "actions_required", actions_required)
643
- if description is not None:
644
- pulumi.set(__self__, "description", description)
645
- if status is not None:
646
- pulumi.set(__self__, "status", status)
647
-
648
- @property
649
- @pulumi.getter(name="actionsRequired")
650
- def actions_required(self) -> Optional[pulumi.Input[str]]:
651
- """
652
- A message indicating if changes on the service provider require any updates on the consumer.
653
- """
654
- return pulumi.get(self, "actions_required")
655
-
656
- @actions_required.setter
657
- def actions_required(self, value: Optional[pulumi.Input[str]]):
658
- pulumi.set(self, "actions_required", value)
659
-
660
- @property
661
- @pulumi.getter
662
- def description(self) -> Optional[pulumi.Input[str]]:
663
- """
664
- The reason for approval/rejection of the connection.
665
- """
666
- return pulumi.get(self, "description")
667
-
668
- @description.setter
669
- def description(self, value: Optional[pulumi.Input[str]]):
670
- pulumi.set(self, "description", value)
671
-
672
- @property
673
- @pulumi.getter
674
- def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]]:
675
- """
676
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
677
- """
678
- return pulumi.get(self, "status")
679
-
680
- @status.setter
681
- def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]]):
682
- pulumi.set(self, "status", value)
683
-
684
-
685
- @pulumi.input_type
686
- class ResourceLogCategoryArgs:
687
- def __init__(__self__, *,
688
- enabled: Optional[pulumi.Input[str]] = None,
689
- name: Optional[pulumi.Input[str]] = None):
690
- """
691
- Resource log category configuration of a Microsoft.SignalRService resource.
692
- :param pulumi.Input[str] enabled: Indicates whether or the resource log category is enabled.
693
- Available values: true, false.
694
- Case insensitive.
695
- :param pulumi.Input[str] name: Gets or sets the resource log category's name.
696
- Available values: ConnectivityLogs, MessagingLogs.
697
- Case insensitive.
698
- """
699
- if enabled is not None:
700
- pulumi.set(__self__, "enabled", enabled)
701
- if name is not None:
702
- pulumi.set(__self__, "name", name)
703
-
704
- @property
705
- @pulumi.getter
706
- def enabled(self) -> Optional[pulumi.Input[str]]:
707
- """
708
- Indicates whether or the resource log category is enabled.
709
- Available values: true, false.
710
- Case insensitive.
711
- """
712
- return pulumi.get(self, "enabled")
713
-
714
- @enabled.setter
715
- def enabled(self, value: Optional[pulumi.Input[str]]):
716
- pulumi.set(self, "enabled", value)
717
-
718
- @property
719
- @pulumi.getter
720
- def name(self) -> Optional[pulumi.Input[str]]:
721
- """
722
- Gets or sets the resource log category's name.
723
- Available values: ConnectivityLogs, MessagingLogs.
724
- Case insensitive.
725
- """
726
- return pulumi.get(self, "name")
727
-
728
- @name.setter
729
- def name(self, value: Optional[pulumi.Input[str]]):
730
- pulumi.set(self, "name", value)
731
-
732
-
733
- @pulumi.input_type
734
- class ResourceLogConfigurationArgs:
735
- def __init__(__self__, *,
736
- categories: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]] = None):
737
- """
738
- Resource log configuration of a Microsoft.SignalRService resource.
739
- :param pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]] categories: Gets or sets the list of category configurations.
740
- """
741
- if categories is not None:
742
- pulumi.set(__self__, "categories", categories)
743
-
744
- @property
745
- @pulumi.getter
746
- def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]]:
747
- """
748
- Gets or sets the list of category configurations.
749
- """
750
- return pulumi.get(self, "categories")
751
-
752
- @categories.setter
753
- def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceLogCategoryArgs']]]]):
754
- pulumi.set(self, "categories", value)
755
-
756
-
757
- @pulumi.input_type
758
- class ResourceReferenceArgs:
759
- def __init__(__self__, *,
760
- id: Optional[pulumi.Input[str]] = None):
761
- """
762
- Reference to a resource.
763
- :param pulumi.Input[str] id: Resource ID.
764
- """
765
- if id is not None:
766
- pulumi.set(__self__, "id", id)
767
-
768
- @property
769
- @pulumi.getter
770
- def id(self) -> Optional[pulumi.Input[str]]:
771
- """
772
- Resource ID.
773
- """
774
- return pulumi.get(self, "id")
775
-
776
- @id.setter
777
- def id(self, value: Optional[pulumi.Input[str]]):
778
- pulumi.set(self, "id", value)
779
-
780
-
781
- @pulumi.input_type
782
- class ResourceSkuArgs:
783
- def __init__(__self__, *,
784
- name: pulumi.Input[str],
785
- capacity: Optional[pulumi.Input[int]] = None,
786
- tier: Optional[pulumi.Input[Union[str, 'WebPubSubSkuTier']]] = None):
787
- """
788
- The billing information of the resource.
789
- :param pulumi.Input[str] name: The name of the SKU. Required.
790
-
791
- Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
792
- :param pulumi.Input[int] capacity: Optional, integer. The unit count of the resource.
793
- 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
794
-
795
- If present, following values are allowed:
796
- Free_F1: 1;
797
- Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
798
- Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
799
- Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
800
- :param pulumi.Input[Union[str, 'WebPubSubSkuTier']] tier: Optional tier of this particular SKU. 'Standard' or 'Free'.
801
-
802
- `Basic` is deprecated, use `Standard` instead.
803
- """
804
- pulumi.set(__self__, "name", name)
805
- if capacity is not None:
806
- pulumi.set(__self__, "capacity", capacity)
807
- if tier is not None:
808
- pulumi.set(__self__, "tier", tier)
809
-
810
- @property
811
- @pulumi.getter
812
- def name(self) -> pulumi.Input[str]:
813
- """
814
- The name of the SKU. Required.
815
-
816
- Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
817
- """
818
- return pulumi.get(self, "name")
819
-
820
- @name.setter
821
- def name(self, value: pulumi.Input[str]):
822
- pulumi.set(self, "name", value)
823
-
824
- @property
825
- @pulumi.getter
826
- def capacity(self) -> Optional[pulumi.Input[int]]:
827
- """
828
- Optional, integer. The unit count of the resource.
829
- 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
830
-
831
- If present, following values are allowed:
832
- Free_F1: 1;
833
- Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
834
- Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
835
- Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
836
- """
837
- return pulumi.get(self, "capacity")
838
-
839
- @capacity.setter
840
- def capacity(self, value: Optional[pulumi.Input[int]]):
841
- pulumi.set(self, "capacity", value)
842
-
843
- @property
844
- @pulumi.getter
845
- def tier(self) -> Optional[pulumi.Input[Union[str, 'WebPubSubSkuTier']]]:
846
- """
847
- Optional tier of this particular SKU. 'Standard' or 'Free'.
848
-
849
- `Basic` is deprecated, use `Standard` instead.
850
- """
851
- return pulumi.get(self, "tier")
852
-
853
- @tier.setter
854
- def tier(self, value: Optional[pulumi.Input[Union[str, 'WebPubSubSkuTier']]]):
855
- pulumi.set(self, "tier", value)
856
-
857
-
858
- @pulumi.input_type
859
- class ThrottleByJwtCustomClaimRuleArgs:
860
- def __init__(__self__, *,
861
- claim_name: pulumi.Input[str],
862
- type: pulumi.Input[str],
863
- max_count: Optional[pulumi.Input[int]] = None):
864
- """
865
- Throttle the client connection by a custom JWT claim
866
- :param pulumi.Input[str] claim_name: The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed.
867
- :param pulumi.Input[str] type:
868
- Expected value is 'ThrottleByJwtCustomClaimRule'.
869
- :param pulumi.Input[int] max_count: Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20.
870
- """
871
- pulumi.set(__self__, "claim_name", claim_name)
872
- pulumi.set(__self__, "type", 'ThrottleByJwtCustomClaimRule')
873
- if max_count is None:
874
- max_count = 20
875
- if max_count is not None:
876
- pulumi.set(__self__, "max_count", max_count)
877
-
878
- @property
879
- @pulumi.getter(name="claimName")
880
- def claim_name(self) -> pulumi.Input[str]:
881
- """
882
- The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed.
883
- """
884
- return pulumi.get(self, "claim_name")
885
-
886
- @claim_name.setter
887
- def claim_name(self, value: pulumi.Input[str]):
888
- pulumi.set(self, "claim_name", value)
889
-
890
- @property
891
- @pulumi.getter
892
- def type(self) -> pulumi.Input[str]:
893
- """
894
-
895
- Expected value is 'ThrottleByJwtCustomClaimRule'.
896
- """
897
- return pulumi.get(self, "type")
898
-
899
- @type.setter
900
- def type(self, value: pulumi.Input[str]):
901
- pulumi.set(self, "type", value)
902
-
903
- @property
904
- @pulumi.getter(name="maxCount")
905
- def max_count(self) -> Optional[pulumi.Input[int]]:
906
- """
907
- Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20.
908
- """
909
- return pulumi.get(self, "max_count")
910
-
911
- @max_count.setter
912
- def max_count(self, value: Optional[pulumi.Input[int]]):
913
- pulumi.set(self, "max_count", value)
914
-
915
-
916
- @pulumi.input_type
917
- class ThrottleByJwtSignatureRuleArgs:
918
- def __init__(__self__, *,
919
- type: pulumi.Input[str],
920
- max_count: Optional[pulumi.Input[int]] = None):
921
- """
922
- Throttle the client connection by the JWT signature
923
- :param pulumi.Input[str] type:
924
- Expected value is 'ThrottleByJwtSignatureRule'.
925
- :param pulumi.Input[int] max_count: Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.
926
- """
927
- pulumi.set(__self__, "type", 'ThrottleByJwtSignatureRule')
928
- if max_count is None:
929
- max_count = 20
930
- if max_count is not None:
931
- pulumi.set(__self__, "max_count", max_count)
932
-
933
- @property
934
- @pulumi.getter
935
- def type(self) -> pulumi.Input[str]:
936
- """
937
-
938
- Expected value is 'ThrottleByJwtSignatureRule'.
939
- """
940
- return pulumi.get(self, "type")
941
-
942
- @type.setter
943
- def type(self, value: pulumi.Input[str]):
944
- pulumi.set(self, "type", value)
945
-
946
- @property
947
- @pulumi.getter(name="maxCount")
948
- def max_count(self) -> Optional[pulumi.Input[int]]:
949
- """
950
- Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.
951
- """
952
- return pulumi.get(self, "max_count")
953
-
954
- @max_count.setter
955
- def max_count(self, value: Optional[pulumi.Input[int]]):
956
- pulumi.set(self, "max_count", value)
957
-
958
-
959
- @pulumi.input_type
960
- class ThrottleByUserIdRuleArgs:
961
- def __init__(__self__, *,
962
- type: pulumi.Input[str],
963
- max_count: Optional[pulumi.Input[int]] = None):
964
- """
965
- Throttle the client connection by the user ID
966
- :param pulumi.Input[str] type:
967
- Expected value is 'ThrottleByUserIdRule'.
968
- :param pulumi.Input[int] max_count: Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
969
- """
970
- pulumi.set(__self__, "type", 'ThrottleByUserIdRule')
971
- if max_count is None:
972
- max_count = 20
973
- if max_count is not None:
974
- pulumi.set(__self__, "max_count", max_count)
975
-
976
- @property
977
- @pulumi.getter
978
- def type(self) -> pulumi.Input[str]:
979
- """
980
-
981
- Expected value is 'ThrottleByUserIdRule'.
982
- """
983
- return pulumi.get(self, "type")
984
-
985
- @type.setter
986
- def type(self, value: pulumi.Input[str]):
987
- pulumi.set(self, "type", value)
988
-
989
- @property
990
- @pulumi.getter(name="maxCount")
991
- def max_count(self) -> Optional[pulumi.Input[int]]:
992
- """
993
- Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
994
- """
995
- return pulumi.get(self, "max_count")
996
-
997
- @max_count.setter
998
- def max_count(self, value: Optional[pulumi.Input[int]]):
999
- pulumi.set(self, "max_count", value)
1000
-
1001
-
1002
- @pulumi.input_type
1003
- class UpstreamAuthSettingsArgs:
1004
- def __init__(__self__, *,
1005
- managed_identity: Optional[pulumi.Input['ManagedIdentitySettingsArgs']] = None,
1006
- type: Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]] = None):
1007
- """
1008
- Upstream auth settings. If not set, no auth is used for upstream messages.
1009
- :param pulumi.Input['ManagedIdentitySettingsArgs'] managed_identity: Managed identity settings for upstream.
1010
- :param pulumi.Input[Union[str, 'UpstreamAuthType']] type: Upstream auth type enum.
1011
- """
1012
- if managed_identity is not None:
1013
- pulumi.set(__self__, "managed_identity", managed_identity)
1014
- if type is not None:
1015
- pulumi.set(__self__, "type", type)
1016
-
1017
- @property
1018
- @pulumi.getter(name="managedIdentity")
1019
- def managed_identity(self) -> Optional[pulumi.Input['ManagedIdentitySettingsArgs']]:
1020
- """
1021
- Managed identity settings for upstream.
1022
- """
1023
- return pulumi.get(self, "managed_identity")
1024
-
1025
- @managed_identity.setter
1026
- def managed_identity(self, value: Optional[pulumi.Input['ManagedIdentitySettingsArgs']]):
1027
- pulumi.set(self, "managed_identity", value)
1028
-
1029
- @property
1030
- @pulumi.getter
1031
- def type(self) -> Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]]:
1032
- """
1033
- Upstream auth type enum.
1034
- """
1035
- return pulumi.get(self, "type")
1036
-
1037
- @type.setter
1038
- def type(self, value: Optional[pulumi.Input[Union[str, 'UpstreamAuthType']]]):
1039
- pulumi.set(self, "type", value)
1040
-
1041
-
1042
- @pulumi.input_type
1043
- class WebPubSubHubPropertiesArgs:
1044
- def __init__(__self__, *,
1045
- anonymous_connect_policy: Optional[pulumi.Input[str]] = None,
1046
- event_handlers: Optional[pulumi.Input[Sequence[pulumi.Input['EventHandlerArgs']]]] = None,
1047
- event_listeners: Optional[pulumi.Input[Sequence[pulumi.Input['EventListenerArgs']]]] = None,
1048
- web_socket_keep_alive_interval_in_seconds: Optional[pulumi.Input[int]] = None):
1049
- """
1050
- Properties of a hub.
1051
- :param pulumi.Input[str] anonymous_connect_policy: The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny".
1052
- :param pulumi.Input[Sequence[pulumi.Input['EventHandlerArgs']]] event_handlers: Event handler of a hub.
1053
- :param pulumi.Input[Sequence[pulumi.Input['EventListenerArgs']]] event_listeners: Event listener settings for forwarding your client events to listeners.
1054
- Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.
1055
- One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.
1056
- Maximum count of event listeners among all hubs is 10.
1057
- :param pulumi.Input[int] web_socket_keep_alive_interval_in_seconds: The settings for configuring the WebSocket ping-pong interval in seconds for all clients in the hub. Valid range: 1 to 120. Default to 20 seconds.
1058
- """
1059
- if anonymous_connect_policy is None:
1060
- anonymous_connect_policy = 'deny'
1061
- if anonymous_connect_policy is not None:
1062
- pulumi.set(__self__, "anonymous_connect_policy", anonymous_connect_policy)
1063
- if event_handlers is not None:
1064
- pulumi.set(__self__, "event_handlers", event_handlers)
1065
- if event_listeners is not None:
1066
- pulumi.set(__self__, "event_listeners", event_listeners)
1067
- if web_socket_keep_alive_interval_in_seconds is None:
1068
- web_socket_keep_alive_interval_in_seconds = 20
1069
- if web_socket_keep_alive_interval_in_seconds is not None:
1070
- pulumi.set(__self__, "web_socket_keep_alive_interval_in_seconds", web_socket_keep_alive_interval_in_seconds)
1071
-
1072
- @property
1073
- @pulumi.getter(name="anonymousConnectPolicy")
1074
- def anonymous_connect_policy(self) -> Optional[pulumi.Input[str]]:
1075
- """
1076
- The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny".
1077
- """
1078
- return pulumi.get(self, "anonymous_connect_policy")
1079
-
1080
- @anonymous_connect_policy.setter
1081
- def anonymous_connect_policy(self, value: Optional[pulumi.Input[str]]):
1082
- pulumi.set(self, "anonymous_connect_policy", value)
1083
-
1084
- @property
1085
- @pulumi.getter(name="eventHandlers")
1086
- def event_handlers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EventHandlerArgs']]]]:
1087
- """
1088
- Event handler of a hub.
1089
- """
1090
- return pulumi.get(self, "event_handlers")
1091
-
1092
- @event_handlers.setter
1093
- def event_handlers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EventHandlerArgs']]]]):
1094
- pulumi.set(self, "event_handlers", value)
1095
-
1096
- @property
1097
- @pulumi.getter(name="eventListeners")
1098
- def event_listeners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EventListenerArgs']]]]:
1099
- """
1100
- Event listener settings for forwarding your client events to listeners.
1101
- Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.
1102
- One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.
1103
- Maximum count of event listeners among all hubs is 10.
1104
- """
1105
- return pulumi.get(self, "event_listeners")
1106
-
1107
- @event_listeners.setter
1108
- def event_listeners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EventListenerArgs']]]]):
1109
- pulumi.set(self, "event_listeners", value)
1110
-
1111
- @property
1112
- @pulumi.getter(name="webSocketKeepAliveIntervalInSeconds")
1113
- def web_socket_keep_alive_interval_in_seconds(self) -> Optional[pulumi.Input[int]]:
1114
- """
1115
- The settings for configuring the WebSocket ping-pong interval in seconds for all clients in the hub. Valid range: 1 to 120. Default to 20 seconds.
1116
- """
1117
- return pulumi.get(self, "web_socket_keep_alive_interval_in_seconds")
1118
-
1119
- @web_socket_keep_alive_interval_in_seconds.setter
1120
- def web_socket_keep_alive_interval_in_seconds(self, value: Optional[pulumi.Input[int]]):
1121
- pulumi.set(self, "web_socket_keep_alive_interval_in_seconds", value)
1122
-
1123
-
1124
- @pulumi.input_type
1125
- class WebPubSubNetworkACLsArgs:
1126
- def __init__(__self__, *,
1127
- default_action: Optional[pulumi.Input[Union[str, 'ACLAction']]] = None,
1128
- ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]] = None,
1129
- private_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]] = None,
1130
- public_network: Optional[pulumi.Input['NetworkACLArgs']] = None):
1131
- """
1132
- Network ACLs for the resource
1133
- :param pulumi.Input[Union[str, 'ACLAction']] default_action: Azure Networking ACL Action.
1134
- :param pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]] ip_rules: IP rules for filtering public traffic
1135
- :param pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]] private_endpoints: ACLs for requests from private endpoints
1136
- :param pulumi.Input['NetworkACLArgs'] public_network: Network ACL
1137
- """
1138
- if default_action is not None:
1139
- pulumi.set(__self__, "default_action", default_action)
1140
- if ip_rules is not None:
1141
- pulumi.set(__self__, "ip_rules", ip_rules)
1142
- if private_endpoints is not None:
1143
- pulumi.set(__self__, "private_endpoints", private_endpoints)
1144
- if public_network is not None:
1145
- pulumi.set(__self__, "public_network", public_network)
1146
-
1147
- @property
1148
- @pulumi.getter(name="defaultAction")
1149
- def default_action(self) -> Optional[pulumi.Input[Union[str, 'ACLAction']]]:
1150
- """
1151
- Azure Networking ACL Action.
1152
- """
1153
- return pulumi.get(self, "default_action")
1154
-
1155
- @default_action.setter
1156
- def default_action(self, value: Optional[pulumi.Input[Union[str, 'ACLAction']]]):
1157
- pulumi.set(self, "default_action", value)
1158
-
1159
- @property
1160
- @pulumi.getter(name="ipRules")
1161
- def ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]:
1162
- """
1163
- IP rules for filtering public traffic
1164
- """
1165
- return pulumi.get(self, "ip_rules")
1166
-
1167
- @ip_rules.setter
1168
- def ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IPRuleArgs']]]]):
1169
- pulumi.set(self, "ip_rules", value)
1170
-
1171
- @property
1172
- @pulumi.getter(name="privateEndpoints")
1173
- def private_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]]:
1174
- """
1175
- ACLs for requests from private endpoints
1176
- """
1177
- return pulumi.get(self, "private_endpoints")
1178
-
1179
- @private_endpoints.setter
1180
- def private_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateEndpointACLArgs']]]]):
1181
- pulumi.set(self, "private_endpoints", value)
1182
-
1183
- @property
1184
- @pulumi.getter(name="publicNetwork")
1185
- def public_network(self) -> Optional[pulumi.Input['NetworkACLArgs']]:
1186
- """
1187
- Network ACL
1188
- """
1189
- return pulumi.get(self, "public_network")
1190
-
1191
- @public_network.setter
1192
- def public_network(self, value: Optional[pulumi.Input['NetworkACLArgs']]):
1193
- pulumi.set(self, "public_network", value)
1194
-
1195
-
1196
- @pulumi.input_type
1197
- class WebPubSubSocketIOSettingsArgs:
1198
- def __init__(__self__, *,
1199
- service_mode: Optional[pulumi.Input[str]] = None):
1200
- """
1201
- SocketIO settings for the resource
1202
- :param pulumi.Input[str] service_mode: The service mode of Web PubSub for Socket.IO. Values allowed:
1203
- "Default": have your own backend Socket.IO server
1204
- "Serverless": your application doesn't have a backend server
1205
- """
1206
- if service_mode is not None:
1207
- pulumi.set(__self__, "service_mode", service_mode)
1208
-
1209
- @property
1210
- @pulumi.getter(name="serviceMode")
1211
- def service_mode(self) -> Optional[pulumi.Input[str]]:
1212
- """
1213
- The service mode of Web PubSub for Socket.IO. Values allowed:
1214
- "Default": have your own backend Socket.IO server
1215
- "Serverless": your application doesn't have a backend server
1216
- """
1217
- return pulumi.get(self, "service_mode")
1218
-
1219
- @service_mode.setter
1220
- def service_mode(self, value: Optional[pulumi.Input[str]]):
1221
- pulumi.set(self, "service_mode", value)
1222
-
1223
-
1224
- @pulumi.input_type
1225
- class WebPubSubTlsSettingsArgs:
1226
- def __init__(__self__, *,
1227
- client_cert_enabled: Optional[pulumi.Input[bool]] = None):
1228
- """
1229
- TLS settings for the resource
1230
- :param pulumi.Input[bool] client_cert_enabled: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
1231
- """
1232
- if client_cert_enabled is None:
1233
- client_cert_enabled = False
1234
- if client_cert_enabled is not None:
1235
- pulumi.set(__self__, "client_cert_enabled", client_cert_enabled)
1236
-
1237
- @property
1238
- @pulumi.getter(name="clientCertEnabled")
1239
- def client_cert_enabled(self) -> Optional[pulumi.Input[bool]]:
1240
- """
1241
- Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
1242
- """
1243
- return pulumi.get(self, "client_cert_enabled")
1244
-
1245
- @client_cert_enabled.setter
1246
- def client_cert_enabled(self, value: Optional[pulumi.Input[bool]]):
1247
- pulumi.set(self, "client_cert_enabled", value)
1248
-
1249
-