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,1752 +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 . import outputs
12
- from ._enums import *
13
-
14
- __all__ = [
15
- 'ConnectedPartnerResourcePropertiesResponse',
16
- 'ConnectedPartnerResourcesListFormatResponse',
17
- 'ElasticCloudDeploymentResponse',
18
- 'ElasticCloudUserResponse',
19
- 'ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse',
20
- 'ElasticPropertiesResponse',
21
- 'ElasticTrafficFilterResponse',
22
- 'ElasticTrafficFilterRuleResponse',
23
- 'FilteringTagResponse',
24
- 'IdentityPropertiesResponse',
25
- 'LogRulesResponse',
26
- 'MarketplaceSaaSInfoResponse',
27
- 'MarketplaceSaaSInfoResponseMarketplaceSubscription',
28
- 'MonitorPropertiesResponse',
29
- 'MonitoredResourceResponse',
30
- 'MonitoredSubscriptionResponse',
31
- 'MonitoringTagRulesPropertiesResponse',
32
- 'OpenAIIntegrationPropertiesResponse',
33
- 'OpenAIIntegrationStatusResponsePropertiesResponse',
34
- 'PartnerBillingEntityResponse',
35
- 'PlanDetailsResponse',
36
- 'ResourceSkuResponse',
37
- 'SubscriptionListResponse',
38
- 'SystemDataResponse',
39
- 'UserApiKeyResponsePropertiesResponse',
40
- 'VMResourcesResponse',
41
- ]
42
-
43
- @pulumi.output_type
44
- class ConnectedPartnerResourcePropertiesResponse(dict):
45
- """
46
- Connected Partner Resource Properties
47
- """
48
- def __init__(__self__, *,
49
- azure_resource_id: Optional[str] = None,
50
- location: Optional[str] = None,
51
- partner_deployment_name: Optional[str] = None,
52
- partner_deployment_uri: Optional[str] = None):
53
- """
54
- Connected Partner Resource Properties
55
- :param str azure_resource_id: The azure resource Id of the deployment.
56
- :param str location: The location of the deployment.
57
- :param str partner_deployment_name: Elastic deployment name
58
- :param str partner_deployment_uri: Deployment URL of the elasticsearch in Elastic cloud deployment.
59
- """
60
- if azure_resource_id is not None:
61
- pulumi.set(__self__, "azure_resource_id", azure_resource_id)
62
- if location is not None:
63
- pulumi.set(__self__, "location", location)
64
- if partner_deployment_name is not None:
65
- pulumi.set(__self__, "partner_deployment_name", partner_deployment_name)
66
- if partner_deployment_uri is not None:
67
- pulumi.set(__self__, "partner_deployment_uri", partner_deployment_uri)
68
-
69
- @property
70
- @pulumi.getter(name="azureResourceId")
71
- def azure_resource_id(self) -> Optional[str]:
72
- """
73
- The azure resource Id of the deployment.
74
- """
75
- return pulumi.get(self, "azure_resource_id")
76
-
77
- @property
78
- @pulumi.getter
79
- def location(self) -> Optional[str]:
80
- """
81
- The location of the deployment.
82
- """
83
- return pulumi.get(self, "location")
84
-
85
- @property
86
- @pulumi.getter(name="partnerDeploymentName")
87
- def partner_deployment_name(self) -> Optional[str]:
88
- """
89
- Elastic deployment name
90
- """
91
- return pulumi.get(self, "partner_deployment_name")
92
-
93
- @property
94
- @pulumi.getter(name="partnerDeploymentUri")
95
- def partner_deployment_uri(self) -> Optional[str]:
96
- """
97
- Deployment URL of the elasticsearch in Elastic cloud deployment.
98
- """
99
- return pulumi.get(self, "partner_deployment_uri")
100
-
101
-
102
- @pulumi.output_type
103
- class ConnectedPartnerResourcesListFormatResponse(dict):
104
- """
105
- Connected Partner Resources List Format
106
- """
107
- def __init__(__self__, *,
108
- properties: Optional['outputs.ConnectedPartnerResourcePropertiesResponse'] = None):
109
- """
110
- Connected Partner Resources List Format
111
- :param 'ConnectedPartnerResourcePropertiesResponse' properties: Connected Partner Resource Properties
112
- """
113
- if properties is not None:
114
- pulumi.set(__self__, "properties", properties)
115
-
116
- @property
117
- @pulumi.getter
118
- def properties(self) -> Optional['outputs.ConnectedPartnerResourcePropertiesResponse']:
119
- """
120
- Connected Partner Resource Properties
121
- """
122
- return pulumi.get(self, "properties")
123
-
124
-
125
- @pulumi.output_type
126
- class ElasticCloudDeploymentResponse(dict):
127
- """
128
- Details of the user's elastic deployment associated with the monitor resource.
129
- """
130
- @staticmethod
131
- def __key_warning(key: str):
132
- suggest = None
133
- if key == "azureSubscriptionId":
134
- suggest = "azure_subscription_id"
135
- elif key == "deploymentId":
136
- suggest = "deployment_id"
137
- elif key == "elasticsearchRegion":
138
- suggest = "elasticsearch_region"
139
- elif key == "elasticsearchServiceUrl":
140
- suggest = "elasticsearch_service_url"
141
- elif key == "kibanaServiceUrl":
142
- suggest = "kibana_service_url"
143
- elif key == "kibanaSsoUrl":
144
- suggest = "kibana_sso_url"
145
-
146
- if suggest:
147
- pulumi.log.warn(f"Key '{key}' not found in ElasticCloudDeploymentResponse. Access the value via the '{suggest}' property getter instead.")
148
-
149
- def __getitem__(self, key: str) -> Any:
150
- ElasticCloudDeploymentResponse.__key_warning(key)
151
- return super().__getitem__(key)
152
-
153
- def get(self, key: str, default = None) -> Any:
154
- ElasticCloudDeploymentResponse.__key_warning(key)
155
- return super().get(key, default)
156
-
157
- def __init__(__self__, *,
158
- azure_subscription_id: str,
159
- deployment_id: str,
160
- elasticsearch_region: str,
161
- elasticsearch_service_url: str,
162
- kibana_service_url: str,
163
- kibana_sso_url: str,
164
- name: str):
165
- """
166
- Details of the user's elastic deployment associated with the monitor resource.
167
- :param str azure_subscription_id: Associated Azure subscription Id for the elastic deployment.
168
- :param str deployment_id: Elastic deployment Id
169
- :param str elasticsearch_region: Region where Deployment at Elastic side took place.
170
- :param str elasticsearch_service_url: Elasticsearch ingestion endpoint of the Elastic deployment.
171
- :param str kibana_service_url: Kibana endpoint of the Elastic deployment.
172
- :param str kibana_sso_url: Kibana dashboard sso URL of the Elastic deployment.
173
- :param str name: Elastic deployment name
174
- """
175
- pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
176
- pulumi.set(__self__, "deployment_id", deployment_id)
177
- pulumi.set(__self__, "elasticsearch_region", elasticsearch_region)
178
- pulumi.set(__self__, "elasticsearch_service_url", elasticsearch_service_url)
179
- pulumi.set(__self__, "kibana_service_url", kibana_service_url)
180
- pulumi.set(__self__, "kibana_sso_url", kibana_sso_url)
181
- pulumi.set(__self__, "name", name)
182
-
183
- @property
184
- @pulumi.getter(name="azureSubscriptionId")
185
- def azure_subscription_id(self) -> str:
186
- """
187
- Associated Azure subscription Id for the elastic deployment.
188
- """
189
- return pulumi.get(self, "azure_subscription_id")
190
-
191
- @property
192
- @pulumi.getter(name="deploymentId")
193
- def deployment_id(self) -> str:
194
- """
195
- Elastic deployment Id
196
- """
197
- return pulumi.get(self, "deployment_id")
198
-
199
- @property
200
- @pulumi.getter(name="elasticsearchRegion")
201
- def elasticsearch_region(self) -> str:
202
- """
203
- Region where Deployment at Elastic side took place.
204
- """
205
- return pulumi.get(self, "elasticsearch_region")
206
-
207
- @property
208
- @pulumi.getter(name="elasticsearchServiceUrl")
209
- def elasticsearch_service_url(self) -> str:
210
- """
211
- Elasticsearch ingestion endpoint of the Elastic deployment.
212
- """
213
- return pulumi.get(self, "elasticsearch_service_url")
214
-
215
- @property
216
- @pulumi.getter(name="kibanaServiceUrl")
217
- def kibana_service_url(self) -> str:
218
- """
219
- Kibana endpoint of the Elastic deployment.
220
- """
221
- return pulumi.get(self, "kibana_service_url")
222
-
223
- @property
224
- @pulumi.getter(name="kibanaSsoUrl")
225
- def kibana_sso_url(self) -> str:
226
- """
227
- Kibana dashboard sso URL of the Elastic deployment.
228
- """
229
- return pulumi.get(self, "kibana_sso_url")
230
-
231
- @property
232
- @pulumi.getter
233
- def name(self) -> str:
234
- """
235
- Elastic deployment name
236
- """
237
- return pulumi.get(self, "name")
238
-
239
-
240
- @pulumi.output_type
241
- class ElasticCloudUserResponse(dict):
242
- """
243
- Details of the user's elastic account.
244
- """
245
- @staticmethod
246
- def __key_warning(key: str):
247
- suggest = None
248
- if key == "elasticCloudSsoDefaultUrl":
249
- suggest = "elastic_cloud_sso_default_url"
250
- elif key == "emailAddress":
251
- suggest = "email_address"
252
-
253
- if suggest:
254
- pulumi.log.warn(f"Key '{key}' not found in ElasticCloudUserResponse. Access the value via the '{suggest}' property getter instead.")
255
-
256
- def __getitem__(self, key: str) -> Any:
257
- ElasticCloudUserResponse.__key_warning(key)
258
- return super().__getitem__(key)
259
-
260
- def get(self, key: str, default = None) -> Any:
261
- ElasticCloudUserResponse.__key_warning(key)
262
- return super().get(key, default)
263
-
264
- def __init__(__self__, *,
265
- elastic_cloud_sso_default_url: str,
266
- email_address: str,
267
- id: str):
268
- """
269
- Details of the user's elastic account.
270
- :param str elastic_cloud_sso_default_url: Elastic cloud default dashboard sso URL of the Elastic user account.
271
- :param str email_address: Email of the Elastic User Account.
272
- :param str id: User Id of the elastic account of the User.
273
- """
274
- pulumi.set(__self__, "elastic_cloud_sso_default_url", elastic_cloud_sso_default_url)
275
- pulumi.set(__self__, "email_address", email_address)
276
- pulumi.set(__self__, "id", id)
277
-
278
- @property
279
- @pulumi.getter(name="elasticCloudSsoDefaultUrl")
280
- def elastic_cloud_sso_default_url(self) -> str:
281
- """
282
- Elastic cloud default dashboard sso URL of the Elastic user account.
283
- """
284
- return pulumi.get(self, "elastic_cloud_sso_default_url")
285
-
286
- @property
287
- @pulumi.getter(name="emailAddress")
288
- def email_address(self) -> str:
289
- """
290
- Email of the Elastic User Account.
291
- """
292
- return pulumi.get(self, "email_address")
293
-
294
- @property
295
- @pulumi.getter
296
- def id(self) -> str:
297
- """
298
- User Id of the elastic account of the User.
299
- """
300
- return pulumi.get(self, "id")
301
-
302
-
303
- @pulumi.output_type
304
- class ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse(dict):
305
- """
306
- The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
307
- """
308
- def __init__(__self__, *,
309
- marketplace_saas_info: 'outputs.MarketplaceSaaSInfoResponse',
310
- billed_azure_subscription_id: Optional[str] = None,
311
- elastic_organization_id: Optional[str] = None,
312
- elastic_organization_name: Optional[str] = None):
313
- """
314
- The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
315
- :param 'MarketplaceSaaSInfoResponse' marketplace_saas_info: Marketplace SaaS Info of the resource.
316
- :param str billed_azure_subscription_id: The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.
317
- :param str elastic_organization_id: The Elastic Organization Id.
318
- :param str elastic_organization_name: The Elastic Organization Name.
319
- """
320
- pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
321
- if billed_azure_subscription_id is not None:
322
- pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
323
- if elastic_organization_id is not None:
324
- pulumi.set(__self__, "elastic_organization_id", elastic_organization_id)
325
- if elastic_organization_name is not None:
326
- pulumi.set(__self__, "elastic_organization_name", elastic_organization_name)
327
-
328
- @property
329
- @pulumi.getter(name="marketplaceSaasInfo")
330
- def marketplace_saas_info(self) -> 'outputs.MarketplaceSaaSInfoResponse':
331
- """
332
- Marketplace SaaS Info of the resource.
333
- """
334
- return pulumi.get(self, "marketplace_saas_info")
335
-
336
- @property
337
- @pulumi.getter(name="billedAzureSubscriptionId")
338
- def billed_azure_subscription_id(self) -> Optional[str]:
339
- """
340
- The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.
341
- """
342
- return pulumi.get(self, "billed_azure_subscription_id")
343
-
344
- @property
345
- @pulumi.getter(name="elasticOrganizationId")
346
- def elastic_organization_id(self) -> Optional[str]:
347
- """
348
- The Elastic Organization Id.
349
- """
350
- return pulumi.get(self, "elastic_organization_id")
351
-
352
- @property
353
- @pulumi.getter(name="elasticOrganizationName")
354
- def elastic_organization_name(self) -> Optional[str]:
355
- """
356
- The Elastic Organization Name.
357
- """
358
- return pulumi.get(self, "elastic_organization_name")
359
-
360
-
361
- @pulumi.output_type
362
- class ElasticPropertiesResponse(dict):
363
- """
364
- Elastic Resource Properties.
365
- """
366
- @staticmethod
367
- def __key_warning(key: str):
368
- suggest = None
369
- if key == "elasticCloudDeployment":
370
- suggest = "elastic_cloud_deployment"
371
- elif key == "elasticCloudUser":
372
- suggest = "elastic_cloud_user"
373
-
374
- if suggest:
375
- pulumi.log.warn(f"Key '{key}' not found in ElasticPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
376
-
377
- def __getitem__(self, key: str) -> Any:
378
- ElasticPropertiesResponse.__key_warning(key)
379
- return super().__getitem__(key)
380
-
381
- def get(self, key: str, default = None) -> Any:
382
- ElasticPropertiesResponse.__key_warning(key)
383
- return super().get(key, default)
384
-
385
- def __init__(__self__, *,
386
- elastic_cloud_deployment: Optional['outputs.ElasticCloudDeploymentResponse'] = None,
387
- elastic_cloud_user: Optional['outputs.ElasticCloudUserResponse'] = None):
388
- """
389
- Elastic Resource Properties.
390
- :param 'ElasticCloudDeploymentResponse' elastic_cloud_deployment: Details of the elastic cloud deployment.
391
- :param 'ElasticCloudUserResponse' elastic_cloud_user: Details of the user's elastic account.
392
- """
393
- if elastic_cloud_deployment is not None:
394
- pulumi.set(__self__, "elastic_cloud_deployment", elastic_cloud_deployment)
395
- if elastic_cloud_user is not None:
396
- pulumi.set(__self__, "elastic_cloud_user", elastic_cloud_user)
397
-
398
- @property
399
- @pulumi.getter(name="elasticCloudDeployment")
400
- def elastic_cloud_deployment(self) -> Optional['outputs.ElasticCloudDeploymentResponse']:
401
- """
402
- Details of the elastic cloud deployment.
403
- """
404
- return pulumi.get(self, "elastic_cloud_deployment")
405
-
406
- @property
407
- @pulumi.getter(name="elasticCloudUser")
408
- def elastic_cloud_user(self) -> Optional['outputs.ElasticCloudUserResponse']:
409
- """
410
- Details of the user's elastic account.
411
- """
412
- return pulumi.get(self, "elastic_cloud_user")
413
-
414
-
415
- @pulumi.output_type
416
- class ElasticTrafficFilterResponse(dict):
417
- """
418
- Elastic traffic filter object
419
- """
420
- def __init__(__self__, *,
421
- description: Optional[str] = None,
422
- id: Optional[str] = None,
423
- include_by_default: Optional[bool] = None,
424
- name: Optional[str] = None,
425
- region: Optional[str] = None,
426
- rules: Optional[Sequence['outputs.ElasticTrafficFilterRuleResponse']] = None,
427
- type: Optional[str] = None):
428
- """
429
- Elastic traffic filter object
430
- :param str description: Description of the elastic filter
431
- :param str id: Id of the elastic filter
432
- :param bool include_by_default: IncludeByDefault for the elastic filter
433
- :param str name: Name of the elastic filter
434
- :param str region: Region of the elastic filter
435
- :param Sequence['ElasticTrafficFilterRuleResponse'] rules: Rules in the elastic filter
436
- :param str type: Type of the elastic filter
437
- """
438
- if description is not None:
439
- pulumi.set(__self__, "description", description)
440
- if id is not None:
441
- pulumi.set(__self__, "id", id)
442
- if include_by_default is not None:
443
- pulumi.set(__self__, "include_by_default", include_by_default)
444
- if name is not None:
445
- pulumi.set(__self__, "name", name)
446
- if region is not None:
447
- pulumi.set(__self__, "region", region)
448
- if rules is not None:
449
- pulumi.set(__self__, "rules", rules)
450
- if type is not None:
451
- pulumi.set(__self__, "type", type)
452
-
453
- @property
454
- @pulumi.getter
455
- def description(self) -> Optional[str]:
456
- """
457
- Description of the elastic filter
458
- """
459
- return pulumi.get(self, "description")
460
-
461
- @property
462
- @pulumi.getter
463
- def id(self) -> Optional[str]:
464
- """
465
- Id of the elastic filter
466
- """
467
- return pulumi.get(self, "id")
468
-
469
- @property
470
- @pulumi.getter(name="includeByDefault")
471
- def include_by_default(self) -> Optional[bool]:
472
- """
473
- IncludeByDefault for the elastic filter
474
- """
475
- return pulumi.get(self, "include_by_default")
476
-
477
- @property
478
- @pulumi.getter
479
- def name(self) -> Optional[str]:
480
- """
481
- Name of the elastic filter
482
- """
483
- return pulumi.get(self, "name")
484
-
485
- @property
486
- @pulumi.getter
487
- def region(self) -> Optional[str]:
488
- """
489
- Region of the elastic filter
490
- """
491
- return pulumi.get(self, "region")
492
-
493
- @property
494
- @pulumi.getter
495
- def rules(self) -> Optional[Sequence['outputs.ElasticTrafficFilterRuleResponse']]:
496
- """
497
- Rules in the elastic filter
498
- """
499
- return pulumi.get(self, "rules")
500
-
501
- @property
502
- @pulumi.getter
503
- def type(self) -> Optional[str]:
504
- """
505
- Type of the elastic filter
506
- """
507
- return pulumi.get(self, "type")
508
-
509
-
510
- @pulumi.output_type
511
- class ElasticTrafficFilterRuleResponse(dict):
512
- """
513
- Elastic traffic filter rule object
514
- """
515
- def __init__(__self__, *,
516
- azure_endpoint_guid: Optional[str] = None,
517
- azure_endpoint_name: Optional[str] = None,
518
- description: Optional[str] = None,
519
- id: Optional[str] = None,
520
- source: Optional[str] = None):
521
- """
522
- Elastic traffic filter rule object
523
- :param str azure_endpoint_guid: Guid of Private Endpoint in the elastic filter rule
524
- :param str azure_endpoint_name: Name of the Private Endpoint in the elastic filter rule
525
- :param str description: Description of the elastic filter rule
526
- :param str id: Id of the elastic filter rule
527
- :param str source: IP of the elastic filter rule
528
- """
529
- if azure_endpoint_guid is not None:
530
- pulumi.set(__self__, "azure_endpoint_guid", azure_endpoint_guid)
531
- if azure_endpoint_name is not None:
532
- pulumi.set(__self__, "azure_endpoint_name", azure_endpoint_name)
533
- if description is not None:
534
- pulumi.set(__self__, "description", description)
535
- if id is not None:
536
- pulumi.set(__self__, "id", id)
537
- if source is not None:
538
- pulumi.set(__self__, "source", source)
539
-
540
- @property
541
- @pulumi.getter(name="azureEndpointGuid")
542
- def azure_endpoint_guid(self) -> Optional[str]:
543
- """
544
- Guid of Private Endpoint in the elastic filter rule
545
- """
546
- return pulumi.get(self, "azure_endpoint_guid")
547
-
548
- @property
549
- @pulumi.getter(name="azureEndpointName")
550
- def azure_endpoint_name(self) -> Optional[str]:
551
- """
552
- Name of the Private Endpoint in the elastic filter rule
553
- """
554
- return pulumi.get(self, "azure_endpoint_name")
555
-
556
- @property
557
- @pulumi.getter
558
- def description(self) -> Optional[str]:
559
- """
560
- Description of the elastic filter rule
561
- """
562
- return pulumi.get(self, "description")
563
-
564
- @property
565
- @pulumi.getter
566
- def id(self) -> Optional[str]:
567
- """
568
- Id of the elastic filter rule
569
- """
570
- return pulumi.get(self, "id")
571
-
572
- @property
573
- @pulumi.getter
574
- def source(self) -> Optional[str]:
575
- """
576
- IP of the elastic filter rule
577
- """
578
- return pulumi.get(self, "source")
579
-
580
-
581
- @pulumi.output_type
582
- class FilteringTagResponse(dict):
583
- """
584
- The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
585
- """
586
- def __init__(__self__, *,
587
- action: Optional[str] = None,
588
- name: Optional[str] = None,
589
- value: Optional[str] = None):
590
- """
591
- The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
592
- :param str action: Valid actions for a filtering tag.
593
- :param str name: The name (also known as the key) of the tag.
594
- :param str value: The value of the tag.
595
- """
596
- if action is not None:
597
- pulumi.set(__self__, "action", action)
598
- if name is not None:
599
- pulumi.set(__self__, "name", name)
600
- if value is not None:
601
- pulumi.set(__self__, "value", value)
602
-
603
- @property
604
- @pulumi.getter
605
- def action(self) -> Optional[str]:
606
- """
607
- Valid actions for a filtering tag.
608
- """
609
- return pulumi.get(self, "action")
610
-
611
- @property
612
- @pulumi.getter
613
- def name(self) -> Optional[str]:
614
- """
615
- The name (also known as the key) of the tag.
616
- """
617
- return pulumi.get(self, "name")
618
-
619
- @property
620
- @pulumi.getter
621
- def value(self) -> Optional[str]:
622
- """
623
- The value of the tag.
624
- """
625
- return pulumi.get(self, "value")
626
-
627
-
628
- @pulumi.output_type
629
- class IdentityPropertiesResponse(dict):
630
- """
631
- Identity properties.
632
- """
633
- @staticmethod
634
- def __key_warning(key: str):
635
- suggest = None
636
- if key == "principalId":
637
- suggest = "principal_id"
638
- elif key == "tenantId":
639
- suggest = "tenant_id"
640
-
641
- if suggest:
642
- pulumi.log.warn(f"Key '{key}' not found in IdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
643
-
644
- def __getitem__(self, key: str) -> Any:
645
- IdentityPropertiesResponse.__key_warning(key)
646
- return super().__getitem__(key)
647
-
648
- def get(self, key: str, default = None) -> Any:
649
- IdentityPropertiesResponse.__key_warning(key)
650
- return super().get(key, default)
651
-
652
- def __init__(__self__, *,
653
- principal_id: str,
654
- tenant_id: str,
655
- type: Optional[str] = None):
656
- """
657
- Identity properties.
658
- :param str principal_id: The identity ID.
659
- :param str tenant_id: The tenant ID of resource.
660
- :param str type: Managed identity type.
661
- """
662
- pulumi.set(__self__, "principal_id", principal_id)
663
- pulumi.set(__self__, "tenant_id", tenant_id)
664
- if type is not None:
665
- pulumi.set(__self__, "type", type)
666
-
667
- @property
668
- @pulumi.getter(name="principalId")
669
- def principal_id(self) -> str:
670
- """
671
- The identity ID.
672
- """
673
- return pulumi.get(self, "principal_id")
674
-
675
- @property
676
- @pulumi.getter(name="tenantId")
677
- def tenant_id(self) -> str:
678
- """
679
- The tenant ID of resource.
680
- """
681
- return pulumi.get(self, "tenant_id")
682
-
683
- @property
684
- @pulumi.getter
685
- def type(self) -> Optional[str]:
686
- """
687
- Managed identity type.
688
- """
689
- return pulumi.get(self, "type")
690
-
691
-
692
- @pulumi.output_type
693
- class LogRulesResponse(dict):
694
- """
695
- Set of rules for sending logs for the Monitor resource.
696
- """
697
- @staticmethod
698
- def __key_warning(key: str):
699
- suggest = None
700
- if key == "filteringTags":
701
- suggest = "filtering_tags"
702
- elif key == "sendAadLogs":
703
- suggest = "send_aad_logs"
704
- elif key == "sendActivityLogs":
705
- suggest = "send_activity_logs"
706
- elif key == "sendSubscriptionLogs":
707
- suggest = "send_subscription_logs"
708
-
709
- if suggest:
710
- pulumi.log.warn(f"Key '{key}' not found in LogRulesResponse. Access the value via the '{suggest}' property getter instead.")
711
-
712
- def __getitem__(self, key: str) -> Any:
713
- LogRulesResponse.__key_warning(key)
714
- return super().__getitem__(key)
715
-
716
- def get(self, key: str, default = None) -> Any:
717
- LogRulesResponse.__key_warning(key)
718
- return super().get(key, default)
719
-
720
- def __init__(__self__, *,
721
- filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None,
722
- send_aad_logs: Optional[bool] = None,
723
- send_activity_logs: Optional[bool] = None,
724
- send_subscription_logs: Optional[bool] = None):
725
- """
726
- Set of rules for sending logs for the Monitor resource.
727
- :param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
728
- :param bool send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
729
- :param bool send_activity_logs: Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.
730
- :param bool send_subscription_logs: Flag specifying if subscription logs should be sent for the Monitor resource.
731
- """
732
- if filtering_tags is not None:
733
- pulumi.set(__self__, "filtering_tags", filtering_tags)
734
- if send_aad_logs is not None:
735
- pulumi.set(__self__, "send_aad_logs", send_aad_logs)
736
- if send_activity_logs is not None:
737
- pulumi.set(__self__, "send_activity_logs", send_activity_logs)
738
- if send_subscription_logs is not None:
739
- pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
740
-
741
- @property
742
- @pulumi.getter(name="filteringTags")
743
- def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
744
- """
745
- List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
746
- """
747
- return pulumi.get(self, "filtering_tags")
748
-
749
- @property
750
- @pulumi.getter(name="sendAadLogs")
751
- def send_aad_logs(self) -> Optional[bool]:
752
- """
753
- Flag specifying if AAD logs should be sent for the Monitor resource.
754
- """
755
- return pulumi.get(self, "send_aad_logs")
756
-
757
- @property
758
- @pulumi.getter(name="sendActivityLogs")
759
- def send_activity_logs(self) -> Optional[bool]:
760
- """
761
- Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.
762
- """
763
- return pulumi.get(self, "send_activity_logs")
764
-
765
- @property
766
- @pulumi.getter(name="sendSubscriptionLogs")
767
- def send_subscription_logs(self) -> Optional[bool]:
768
- """
769
- Flag specifying if subscription logs should be sent for the Monitor resource.
770
- """
771
- return pulumi.get(self, "send_subscription_logs")
772
-
773
-
774
- @pulumi.output_type
775
- class MarketplaceSaaSInfoResponse(dict):
776
- """
777
- Marketplace SAAS Info of the resource.
778
- """
779
- def __init__(__self__, *,
780
- billed_azure_subscription_id: Optional[str] = None,
781
- marketplace_name: Optional[str] = None,
782
- marketplace_resource_id: Optional[str] = None,
783
- marketplace_status: Optional[str] = None,
784
- marketplace_subscription: Optional['outputs.MarketplaceSaaSInfoResponseMarketplaceSubscription'] = None,
785
- subscribed: Optional[bool] = None):
786
- """
787
- Marketplace SAAS Info of the resource.
788
- :param str billed_azure_subscription_id: The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
789
- :param str marketplace_name: Marketplace Subscription Details: SAAS Name
790
- :param str marketplace_resource_id: Marketplace Subscription Details: Resource URI
791
- :param str marketplace_status: Marketplace Subscription Details: SaaS Subscription Status
792
- :param 'MarketplaceSaaSInfoResponseMarketplaceSubscription' marketplace_subscription: Marketplace Subscription
793
- :param bool subscribed: Flag specifying if the Marketplace status is subscribed or not.
794
- """
795
- if billed_azure_subscription_id is not None:
796
- pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
797
- if marketplace_name is not None:
798
- pulumi.set(__self__, "marketplace_name", marketplace_name)
799
- if marketplace_resource_id is not None:
800
- pulumi.set(__self__, "marketplace_resource_id", marketplace_resource_id)
801
- if marketplace_status is not None:
802
- pulumi.set(__self__, "marketplace_status", marketplace_status)
803
- if marketplace_subscription is not None:
804
- pulumi.set(__self__, "marketplace_subscription", marketplace_subscription)
805
- if subscribed is not None:
806
- pulumi.set(__self__, "subscribed", subscribed)
807
-
808
- @property
809
- @pulumi.getter(name="billedAzureSubscriptionId")
810
- def billed_azure_subscription_id(self) -> Optional[str]:
811
- """
812
- The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
813
- """
814
- return pulumi.get(self, "billed_azure_subscription_id")
815
-
816
- @property
817
- @pulumi.getter(name="marketplaceName")
818
- def marketplace_name(self) -> Optional[str]:
819
- """
820
- Marketplace Subscription Details: SAAS Name
821
- """
822
- return pulumi.get(self, "marketplace_name")
823
-
824
- @property
825
- @pulumi.getter(name="marketplaceResourceId")
826
- def marketplace_resource_id(self) -> Optional[str]:
827
- """
828
- Marketplace Subscription Details: Resource URI
829
- """
830
- return pulumi.get(self, "marketplace_resource_id")
831
-
832
- @property
833
- @pulumi.getter(name="marketplaceStatus")
834
- def marketplace_status(self) -> Optional[str]:
835
- """
836
- Marketplace Subscription Details: SaaS Subscription Status
837
- """
838
- return pulumi.get(self, "marketplace_status")
839
-
840
- @property
841
- @pulumi.getter(name="marketplaceSubscription")
842
- def marketplace_subscription(self) -> Optional['outputs.MarketplaceSaaSInfoResponseMarketplaceSubscription']:
843
- """
844
- Marketplace Subscription
845
- """
846
- return pulumi.get(self, "marketplace_subscription")
847
-
848
- @property
849
- @pulumi.getter
850
- def subscribed(self) -> Optional[bool]:
851
- """
852
- Flag specifying if the Marketplace status is subscribed or not.
853
- """
854
- return pulumi.get(self, "subscribed")
855
-
856
-
857
- @pulumi.output_type
858
- class MarketplaceSaaSInfoResponseMarketplaceSubscription(dict):
859
- """
860
- Marketplace Subscription
861
- """
862
- def __init__(__self__, *,
863
- id: Optional[str] = None,
864
- offer_id: Optional[str] = None,
865
- publisher_id: Optional[str] = None):
866
- """
867
- Marketplace Subscription
868
- :param str id: Marketplace Subscription Id. This is a GUID-formatted string.
869
- :param str offer_id: Offer Id of the Marketplace offer,
870
- :param str publisher_id: Publisher Id of the Marketplace offer.
871
- """
872
- if id is not None:
873
- pulumi.set(__self__, "id", id)
874
- if offer_id is not None:
875
- pulumi.set(__self__, "offer_id", offer_id)
876
- if publisher_id is not None:
877
- pulumi.set(__self__, "publisher_id", publisher_id)
878
-
879
- @property
880
- @pulumi.getter
881
- def id(self) -> Optional[str]:
882
- """
883
- Marketplace Subscription Id. This is a GUID-formatted string.
884
- """
885
- return pulumi.get(self, "id")
886
-
887
- @property
888
- @pulumi.getter(name="offerId")
889
- def offer_id(self) -> Optional[str]:
890
- """
891
- Offer Id of the Marketplace offer,
892
- """
893
- return pulumi.get(self, "offer_id")
894
-
895
- @property
896
- @pulumi.getter(name="publisherId")
897
- def publisher_id(self) -> Optional[str]:
898
- """
899
- Publisher Id of the Marketplace offer.
900
- """
901
- return pulumi.get(self, "publisher_id")
902
-
903
-
904
- @pulumi.output_type
905
- class MonitorPropertiesResponse(dict):
906
- """
907
- Properties specific to the monitor resource.
908
- """
909
- @staticmethod
910
- def __key_warning(key: str):
911
- suggest = None
912
- if key == "liftrResourceCategory":
913
- suggest = "liftr_resource_category"
914
- elif key == "liftrResourcePreference":
915
- suggest = "liftr_resource_preference"
916
- elif key == "provisioningState":
917
- suggest = "provisioning_state"
918
- elif key == "elasticProperties":
919
- suggest = "elastic_properties"
920
- elif key == "generateApiKey":
921
- suggest = "generate_api_key"
922
- elif key == "monitoringStatus":
923
- suggest = "monitoring_status"
924
- elif key == "planDetails":
925
- suggest = "plan_details"
926
- elif key == "saaSAzureSubscriptionStatus":
927
- suggest = "saa_s_azure_subscription_status"
928
- elif key == "sourceCampaignId":
929
- suggest = "source_campaign_id"
930
- elif key == "sourceCampaignName":
931
- suggest = "source_campaign_name"
932
- elif key == "subscriptionState":
933
- suggest = "subscription_state"
934
-
935
- if suggest:
936
- pulumi.log.warn(f"Key '{key}' not found in MonitorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
937
-
938
- def __getitem__(self, key: str) -> Any:
939
- MonitorPropertiesResponse.__key_warning(key)
940
- return super().__getitem__(key)
941
-
942
- def get(self, key: str, default = None) -> Any:
943
- MonitorPropertiesResponse.__key_warning(key)
944
- return super().get(key, default)
945
-
946
- def __init__(__self__, *,
947
- liftr_resource_category: str,
948
- liftr_resource_preference: int,
949
- provisioning_state: str,
950
- elastic_properties: Optional['outputs.ElasticPropertiesResponse'] = None,
951
- generate_api_key: Optional[bool] = None,
952
- monitoring_status: Optional[str] = None,
953
- plan_details: Optional['outputs.PlanDetailsResponse'] = None,
954
- saa_s_azure_subscription_status: Optional[str] = None,
955
- source_campaign_id: Optional[str] = None,
956
- source_campaign_name: Optional[str] = None,
957
- subscription_state: Optional[str] = None,
958
- version: Optional[str] = None):
959
- """
960
- Properties specific to the monitor resource.
961
- :param int liftr_resource_preference: The priority of the resource.
962
- :param str provisioning_state: Provisioning state of the monitor resource.
963
- :param 'ElasticPropertiesResponse' elastic_properties: Elastic cloud properties.
964
- :param bool generate_api_key: Flag to determine if User API Key has to be generated and shared.
965
- :param str monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
966
- :param 'PlanDetailsResponse' plan_details: Plan details of the monitor resource.
967
- :param str saa_s_azure_subscription_status: Status of Azure Subscription where Marketplace SaaS is located.
968
- :param str source_campaign_id: A unique identifier associated with the campaign.
969
- :param str source_campaign_name: Name of the marketing campaign.
970
- :param str subscription_state: State of the Azure Subscription containing the monitor resource
971
- :param str version: Version of elastic of the monitor resource
972
- """
973
- pulumi.set(__self__, "liftr_resource_category", liftr_resource_category)
974
- pulumi.set(__self__, "liftr_resource_preference", liftr_resource_preference)
975
- pulumi.set(__self__, "provisioning_state", provisioning_state)
976
- if elastic_properties is not None:
977
- pulumi.set(__self__, "elastic_properties", elastic_properties)
978
- if generate_api_key is not None:
979
- pulumi.set(__self__, "generate_api_key", generate_api_key)
980
- if monitoring_status is not None:
981
- pulumi.set(__self__, "monitoring_status", monitoring_status)
982
- if plan_details is not None:
983
- pulumi.set(__self__, "plan_details", plan_details)
984
- if saa_s_azure_subscription_status is not None:
985
- pulumi.set(__self__, "saa_s_azure_subscription_status", saa_s_azure_subscription_status)
986
- if source_campaign_id is not None:
987
- pulumi.set(__self__, "source_campaign_id", source_campaign_id)
988
- if source_campaign_name is not None:
989
- pulumi.set(__self__, "source_campaign_name", source_campaign_name)
990
- if subscription_state is not None:
991
- pulumi.set(__self__, "subscription_state", subscription_state)
992
- if version is not None:
993
- pulumi.set(__self__, "version", version)
994
-
995
- @property
996
- @pulumi.getter(name="liftrResourceCategory")
997
- def liftr_resource_category(self) -> str:
998
- return pulumi.get(self, "liftr_resource_category")
999
-
1000
- @property
1001
- @pulumi.getter(name="liftrResourcePreference")
1002
- def liftr_resource_preference(self) -> int:
1003
- """
1004
- The priority of the resource.
1005
- """
1006
- return pulumi.get(self, "liftr_resource_preference")
1007
-
1008
- @property
1009
- @pulumi.getter(name="provisioningState")
1010
- def provisioning_state(self) -> str:
1011
- """
1012
- Provisioning state of the monitor resource.
1013
- """
1014
- return pulumi.get(self, "provisioning_state")
1015
-
1016
- @property
1017
- @pulumi.getter(name="elasticProperties")
1018
- def elastic_properties(self) -> Optional['outputs.ElasticPropertiesResponse']:
1019
- """
1020
- Elastic cloud properties.
1021
- """
1022
- return pulumi.get(self, "elastic_properties")
1023
-
1024
- @property
1025
- @pulumi.getter(name="generateApiKey")
1026
- def generate_api_key(self) -> Optional[bool]:
1027
- """
1028
- Flag to determine if User API Key has to be generated and shared.
1029
- """
1030
- return pulumi.get(self, "generate_api_key")
1031
-
1032
- @property
1033
- @pulumi.getter(name="monitoringStatus")
1034
- def monitoring_status(self) -> Optional[str]:
1035
- """
1036
- Flag specifying if the resource monitoring is enabled or disabled.
1037
- """
1038
- return pulumi.get(self, "monitoring_status")
1039
-
1040
- @property
1041
- @pulumi.getter(name="planDetails")
1042
- def plan_details(self) -> Optional['outputs.PlanDetailsResponse']:
1043
- """
1044
- Plan details of the monitor resource.
1045
- """
1046
- return pulumi.get(self, "plan_details")
1047
-
1048
- @property
1049
- @pulumi.getter(name="saaSAzureSubscriptionStatus")
1050
- def saa_s_azure_subscription_status(self) -> Optional[str]:
1051
- """
1052
- Status of Azure Subscription where Marketplace SaaS is located.
1053
- """
1054
- return pulumi.get(self, "saa_s_azure_subscription_status")
1055
-
1056
- @property
1057
- @pulumi.getter(name="sourceCampaignId")
1058
- def source_campaign_id(self) -> Optional[str]:
1059
- """
1060
- A unique identifier associated with the campaign.
1061
- """
1062
- return pulumi.get(self, "source_campaign_id")
1063
-
1064
- @property
1065
- @pulumi.getter(name="sourceCampaignName")
1066
- def source_campaign_name(self) -> Optional[str]:
1067
- """
1068
- Name of the marketing campaign.
1069
- """
1070
- return pulumi.get(self, "source_campaign_name")
1071
-
1072
- @property
1073
- @pulumi.getter(name="subscriptionState")
1074
- def subscription_state(self) -> Optional[str]:
1075
- """
1076
- State of the Azure Subscription containing the monitor resource
1077
- """
1078
- return pulumi.get(self, "subscription_state")
1079
-
1080
- @property
1081
- @pulumi.getter
1082
- def version(self) -> Optional[str]:
1083
- """
1084
- Version of elastic of the monitor resource
1085
- """
1086
- return pulumi.get(self, "version")
1087
-
1088
-
1089
- @pulumi.output_type
1090
- class MonitoredResourceResponse(dict):
1091
- """
1092
- The properties of a resource currently being monitored by the Elastic monitor resource.
1093
- """
1094
- def __init__(__self__, *,
1095
- id: Optional[str] = None,
1096
- reason_for_logs_status: Optional[str] = None,
1097
- sending_logs: Optional[str] = None):
1098
- """
1099
- The properties of a resource currently being monitored by the Elastic monitor resource.
1100
- :param str id: The ARM id of the resource.
1101
- :param str reason_for_logs_status: Reason for why the resource is sending logs (or why it is not sending).
1102
- :param str sending_logs: Flag indicating the status of the resource for sending logs operation to Elastic.
1103
- """
1104
- if id is not None:
1105
- pulumi.set(__self__, "id", id)
1106
- if reason_for_logs_status is not None:
1107
- pulumi.set(__self__, "reason_for_logs_status", reason_for_logs_status)
1108
- if sending_logs is not None:
1109
- pulumi.set(__self__, "sending_logs", sending_logs)
1110
-
1111
- @property
1112
- @pulumi.getter
1113
- def id(self) -> Optional[str]:
1114
- """
1115
- The ARM id of the resource.
1116
- """
1117
- return pulumi.get(self, "id")
1118
-
1119
- @property
1120
- @pulumi.getter(name="reasonForLogsStatus")
1121
- def reason_for_logs_status(self) -> Optional[str]:
1122
- """
1123
- Reason for why the resource is sending logs (or why it is not sending).
1124
- """
1125
- return pulumi.get(self, "reason_for_logs_status")
1126
-
1127
- @property
1128
- @pulumi.getter(name="sendingLogs")
1129
- def sending_logs(self) -> Optional[str]:
1130
- """
1131
- Flag indicating the status of the resource for sending logs operation to Elastic.
1132
- """
1133
- return pulumi.get(self, "sending_logs")
1134
-
1135
-
1136
- @pulumi.output_type
1137
- class MonitoredSubscriptionResponse(dict):
1138
- """
1139
- The list of subscriptions and it's monitoring status by current Elastic monitor.
1140
- """
1141
- @staticmethod
1142
- def __key_warning(key: str):
1143
- suggest = None
1144
- if key == "subscriptionId":
1145
- suggest = "subscription_id"
1146
- elif key == "tagRules":
1147
- suggest = "tag_rules"
1148
-
1149
- if suggest:
1150
- pulumi.log.warn(f"Key '{key}' not found in MonitoredSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
1151
-
1152
- def __getitem__(self, key: str) -> Any:
1153
- MonitoredSubscriptionResponse.__key_warning(key)
1154
- return super().__getitem__(key)
1155
-
1156
- def get(self, key: str, default = None) -> Any:
1157
- MonitoredSubscriptionResponse.__key_warning(key)
1158
- return super().get(key, default)
1159
-
1160
- def __init__(__self__, *,
1161
- error: Optional[str] = None,
1162
- status: Optional[str] = None,
1163
- subscription_id: Optional[str] = None,
1164
- tag_rules: Optional['outputs.MonitoringTagRulesPropertiesResponse'] = None):
1165
- """
1166
- The list of subscriptions and it's monitoring status by current Elastic monitor.
1167
- :param str error: The reason of not monitoring the subscription.
1168
- :param str status: The state of monitoring.
1169
- :param str subscription_id: The subscriptionId to be monitored.
1170
- :param 'MonitoringTagRulesPropertiesResponse' tag_rules: Definition of the properties for a TagRules resource.
1171
- """
1172
- if error is not None:
1173
- pulumi.set(__self__, "error", error)
1174
- if status is not None:
1175
- pulumi.set(__self__, "status", status)
1176
- if subscription_id is not None:
1177
- pulumi.set(__self__, "subscription_id", subscription_id)
1178
- if tag_rules is not None:
1179
- pulumi.set(__self__, "tag_rules", tag_rules)
1180
-
1181
- @property
1182
- @pulumi.getter
1183
- def error(self) -> Optional[str]:
1184
- """
1185
- The reason of not monitoring the subscription.
1186
- """
1187
- return pulumi.get(self, "error")
1188
-
1189
- @property
1190
- @pulumi.getter
1191
- def status(self) -> Optional[str]:
1192
- """
1193
- The state of monitoring.
1194
- """
1195
- return pulumi.get(self, "status")
1196
-
1197
- @property
1198
- @pulumi.getter(name="subscriptionId")
1199
- def subscription_id(self) -> Optional[str]:
1200
- """
1201
- The subscriptionId to be monitored.
1202
- """
1203
- return pulumi.get(self, "subscription_id")
1204
-
1205
- @property
1206
- @pulumi.getter(name="tagRules")
1207
- def tag_rules(self) -> Optional['outputs.MonitoringTagRulesPropertiesResponse']:
1208
- """
1209
- Definition of the properties for a TagRules resource.
1210
- """
1211
- return pulumi.get(self, "tag_rules")
1212
-
1213
-
1214
- @pulumi.output_type
1215
- class MonitoringTagRulesPropertiesResponse(dict):
1216
- """
1217
- Definition of the properties for a TagRules resource.
1218
- """
1219
- @staticmethod
1220
- def __key_warning(key: str):
1221
- suggest = None
1222
- if key == "provisioningState":
1223
- suggest = "provisioning_state"
1224
- elif key == "logRules":
1225
- suggest = "log_rules"
1226
-
1227
- if suggest:
1228
- pulumi.log.warn(f"Key '{key}' not found in MonitoringTagRulesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1229
-
1230
- def __getitem__(self, key: str) -> Any:
1231
- MonitoringTagRulesPropertiesResponse.__key_warning(key)
1232
- return super().__getitem__(key)
1233
-
1234
- def get(self, key: str, default = None) -> Any:
1235
- MonitoringTagRulesPropertiesResponse.__key_warning(key)
1236
- return super().get(key, default)
1237
-
1238
- def __init__(__self__, *,
1239
- provisioning_state: str,
1240
- log_rules: Optional['outputs.LogRulesResponse'] = None):
1241
- """
1242
- Definition of the properties for a TagRules resource.
1243
- :param str provisioning_state: Provisioning state of the monitoring tag rules.
1244
- :param 'LogRulesResponse' log_rules: Rules for sending logs.
1245
- """
1246
- pulumi.set(__self__, "provisioning_state", provisioning_state)
1247
- if log_rules is not None:
1248
- pulumi.set(__self__, "log_rules", log_rules)
1249
-
1250
- @property
1251
- @pulumi.getter(name="provisioningState")
1252
- def provisioning_state(self) -> str:
1253
- """
1254
- Provisioning state of the monitoring tag rules.
1255
- """
1256
- return pulumi.get(self, "provisioning_state")
1257
-
1258
- @property
1259
- @pulumi.getter(name="logRules")
1260
- def log_rules(self) -> Optional['outputs.LogRulesResponse']:
1261
- """
1262
- Rules for sending logs.
1263
- """
1264
- return pulumi.get(self, "log_rules")
1265
-
1266
-
1267
- @pulumi.output_type
1268
- class OpenAIIntegrationPropertiesResponse(dict):
1269
- """
1270
- Open AI Integration details.
1271
- """
1272
- @staticmethod
1273
- def __key_warning(key: str):
1274
- suggest = None
1275
- if key == "lastRefreshAt":
1276
- suggest = "last_refresh_at"
1277
- elif key == "openAIConnectorId":
1278
- suggest = "open_ai_connector_id"
1279
- elif key == "openAIResourceEndpoint":
1280
- suggest = "open_ai_resource_endpoint"
1281
- elif key == "openAIResourceId":
1282
- suggest = "open_ai_resource_id"
1283
-
1284
- if suggest:
1285
- pulumi.log.warn(f"Key '{key}' not found in OpenAIIntegrationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1286
-
1287
- def __getitem__(self, key: str) -> Any:
1288
- OpenAIIntegrationPropertiesResponse.__key_warning(key)
1289
- return super().__getitem__(key)
1290
-
1291
- def get(self, key: str, default = None) -> Any:
1292
- OpenAIIntegrationPropertiesResponse.__key_warning(key)
1293
- return super().get(key, default)
1294
-
1295
- def __init__(__self__, *,
1296
- last_refresh_at: str,
1297
- key: Optional[str] = None,
1298
- open_ai_connector_id: Optional[str] = None,
1299
- open_ai_resource_endpoint: Optional[str] = None,
1300
- open_ai_resource_id: Optional[str] = None):
1301
- """
1302
- Open AI Integration details.
1303
- :param str last_refresh_at: Last Update Timestamp for key updation
1304
- :param str key: Value of API key for Open AI resource
1305
- :param str open_ai_connector_id: The connector id of Open AI resource
1306
- :param str open_ai_resource_endpoint: The API endpoint for Open AI resource
1307
- :param str open_ai_resource_id: The resource id of Open AI resource
1308
- """
1309
- pulumi.set(__self__, "last_refresh_at", last_refresh_at)
1310
- if key is not None:
1311
- pulumi.set(__self__, "key", key)
1312
- if open_ai_connector_id is not None:
1313
- pulumi.set(__self__, "open_ai_connector_id", open_ai_connector_id)
1314
- if open_ai_resource_endpoint is not None:
1315
- pulumi.set(__self__, "open_ai_resource_endpoint", open_ai_resource_endpoint)
1316
- if open_ai_resource_id is not None:
1317
- pulumi.set(__self__, "open_ai_resource_id", open_ai_resource_id)
1318
-
1319
- @property
1320
- @pulumi.getter(name="lastRefreshAt")
1321
- def last_refresh_at(self) -> str:
1322
- """
1323
- Last Update Timestamp for key updation
1324
- """
1325
- return pulumi.get(self, "last_refresh_at")
1326
-
1327
- @property
1328
- @pulumi.getter
1329
- def key(self) -> Optional[str]:
1330
- """
1331
- Value of API key for Open AI resource
1332
- """
1333
- return pulumi.get(self, "key")
1334
-
1335
- @property
1336
- @pulumi.getter(name="openAIConnectorId")
1337
- def open_ai_connector_id(self) -> Optional[str]:
1338
- """
1339
- The connector id of Open AI resource
1340
- """
1341
- return pulumi.get(self, "open_ai_connector_id")
1342
-
1343
- @property
1344
- @pulumi.getter(name="openAIResourceEndpoint")
1345
- def open_ai_resource_endpoint(self) -> Optional[str]:
1346
- """
1347
- The API endpoint for Open AI resource
1348
- """
1349
- return pulumi.get(self, "open_ai_resource_endpoint")
1350
-
1351
- @property
1352
- @pulumi.getter(name="openAIResourceId")
1353
- def open_ai_resource_id(self) -> Optional[str]:
1354
- """
1355
- The resource id of Open AI resource
1356
- """
1357
- return pulumi.get(self, "open_ai_resource_id")
1358
-
1359
-
1360
- @pulumi.output_type
1361
- class OpenAIIntegrationStatusResponsePropertiesResponse(dict):
1362
- """
1363
- Status of the OpenAI Integration
1364
- """
1365
- def __init__(__self__, *,
1366
- status: Optional[str] = None):
1367
- """
1368
- Status of the OpenAI Integration
1369
- :param str status: Status of the OpenAI Integration
1370
- """
1371
- if status is not None:
1372
- pulumi.set(__self__, "status", status)
1373
-
1374
- @property
1375
- @pulumi.getter
1376
- def status(self) -> Optional[str]:
1377
- """
1378
- Status of the OpenAI Integration
1379
- """
1380
- return pulumi.get(self, "status")
1381
-
1382
-
1383
- @pulumi.output_type
1384
- class PartnerBillingEntityResponse(dict):
1385
- """
1386
- Partner Billing details associated with the resource.
1387
- """
1388
- def __init__(__self__, *,
1389
- id: Optional[str] = None,
1390
- name: Optional[str] = None,
1391
- partner_entity_uri: Optional[str] = None):
1392
- """
1393
- Partner Billing details associated with the resource.
1394
- :param str id: The Elastic Organization Id.
1395
- :param str name: The Elastic Organization Name.
1396
- :param str partner_entity_uri: Link to the elastic organization page
1397
- """
1398
- if id is not None:
1399
- pulumi.set(__self__, "id", id)
1400
- if name is not None:
1401
- pulumi.set(__self__, "name", name)
1402
- if partner_entity_uri is not None:
1403
- pulumi.set(__self__, "partner_entity_uri", partner_entity_uri)
1404
-
1405
- @property
1406
- @pulumi.getter
1407
- def id(self) -> Optional[str]:
1408
- """
1409
- The Elastic Organization Id.
1410
- """
1411
- return pulumi.get(self, "id")
1412
-
1413
- @property
1414
- @pulumi.getter
1415
- def name(self) -> Optional[str]:
1416
- """
1417
- The Elastic Organization Name.
1418
- """
1419
- return pulumi.get(self, "name")
1420
-
1421
- @property
1422
- @pulumi.getter(name="partnerEntityUri")
1423
- def partner_entity_uri(self) -> Optional[str]:
1424
- """
1425
- Link to the elastic organization page
1426
- """
1427
- return pulumi.get(self, "partner_entity_uri")
1428
-
1429
-
1430
- @pulumi.output_type
1431
- class PlanDetailsResponse(dict):
1432
- """
1433
- Plan details of the monitor resource.
1434
- """
1435
- @staticmethod
1436
- def __key_warning(key: str):
1437
- suggest = None
1438
- if key == "offerID":
1439
- suggest = "offer_id"
1440
- elif key == "planID":
1441
- suggest = "plan_id"
1442
- elif key == "planName":
1443
- suggest = "plan_name"
1444
- elif key == "publisherID":
1445
- suggest = "publisher_id"
1446
- elif key == "termID":
1447
- suggest = "term_id"
1448
-
1449
- if suggest:
1450
- pulumi.log.warn(f"Key '{key}' not found in PlanDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1451
-
1452
- def __getitem__(self, key: str) -> Any:
1453
- PlanDetailsResponse.__key_warning(key)
1454
- return super().__getitem__(key)
1455
-
1456
- def get(self, key: str, default = None) -> Any:
1457
- PlanDetailsResponse.__key_warning(key)
1458
- return super().get(key, default)
1459
-
1460
- def __init__(__self__, *,
1461
- offer_id: Optional[str] = None,
1462
- plan_id: Optional[str] = None,
1463
- plan_name: Optional[str] = None,
1464
- publisher_id: Optional[str] = None,
1465
- term_id: Optional[str] = None):
1466
- """
1467
- Plan details of the monitor resource.
1468
- :param str offer_id: Offer ID of the plan
1469
- :param str plan_id: Plan ID
1470
- :param str plan_name: Plan Name
1471
- :param str publisher_id: Publisher ID of the plan
1472
- :param str term_id: Term ID of the plan
1473
- """
1474
- if offer_id is not None:
1475
- pulumi.set(__self__, "offer_id", offer_id)
1476
- if plan_id is not None:
1477
- pulumi.set(__self__, "plan_id", plan_id)
1478
- if plan_name is not None:
1479
- pulumi.set(__self__, "plan_name", plan_name)
1480
- if publisher_id is not None:
1481
- pulumi.set(__self__, "publisher_id", publisher_id)
1482
- if term_id is not None:
1483
- pulumi.set(__self__, "term_id", term_id)
1484
-
1485
- @property
1486
- @pulumi.getter(name="offerID")
1487
- def offer_id(self) -> Optional[str]:
1488
- """
1489
- Offer ID of the plan
1490
- """
1491
- return pulumi.get(self, "offer_id")
1492
-
1493
- @property
1494
- @pulumi.getter(name="planID")
1495
- def plan_id(self) -> Optional[str]:
1496
- """
1497
- Plan ID
1498
- """
1499
- return pulumi.get(self, "plan_id")
1500
-
1501
- @property
1502
- @pulumi.getter(name="planName")
1503
- def plan_name(self) -> Optional[str]:
1504
- """
1505
- Plan Name
1506
- """
1507
- return pulumi.get(self, "plan_name")
1508
-
1509
- @property
1510
- @pulumi.getter(name="publisherID")
1511
- def publisher_id(self) -> Optional[str]:
1512
- """
1513
- Publisher ID of the plan
1514
- """
1515
- return pulumi.get(self, "publisher_id")
1516
-
1517
- @property
1518
- @pulumi.getter(name="termID")
1519
- def term_id(self) -> Optional[str]:
1520
- """
1521
- Term ID of the plan
1522
- """
1523
- return pulumi.get(self, "term_id")
1524
-
1525
-
1526
- @pulumi.output_type
1527
- class ResourceSkuResponse(dict):
1528
- """
1529
- Microsoft.Elastic SKU.
1530
- """
1531
- def __init__(__self__, *,
1532
- name: str):
1533
- """
1534
- Microsoft.Elastic SKU.
1535
- :param str name: Name of the SKU.
1536
- """
1537
- pulumi.set(__self__, "name", name)
1538
-
1539
- @property
1540
- @pulumi.getter
1541
- def name(self) -> str:
1542
- """
1543
- Name of the SKU.
1544
- """
1545
- return pulumi.get(self, "name")
1546
-
1547
-
1548
- @pulumi.output_type
1549
- class SubscriptionListResponse(dict):
1550
- """
1551
- The request to update subscriptions needed to be monitored by the Elastic monitor resource.
1552
- """
1553
- @staticmethod
1554
- def __key_warning(key: str):
1555
- suggest = None
1556
- if key == "provisioningState":
1557
- suggest = "provisioning_state"
1558
- elif key == "monitoredSubscriptionList":
1559
- suggest = "monitored_subscription_list"
1560
-
1561
- if suggest:
1562
- pulumi.log.warn(f"Key '{key}' not found in SubscriptionListResponse. Access the value via the '{suggest}' property getter instead.")
1563
-
1564
- def __getitem__(self, key: str) -> Any:
1565
- SubscriptionListResponse.__key_warning(key)
1566
- return super().__getitem__(key)
1567
-
1568
- def get(self, key: str, default = None) -> Any:
1569
- SubscriptionListResponse.__key_warning(key)
1570
- return super().get(key, default)
1571
-
1572
- def __init__(__self__, *,
1573
- provisioning_state: str,
1574
- monitored_subscription_list: Optional[Sequence['outputs.MonitoredSubscriptionResponse']] = None):
1575
- """
1576
- The request to update subscriptions needed to be monitored by the Elastic monitor resource.
1577
- :param str provisioning_state: Provisioning State of the resource
1578
- :param Sequence['MonitoredSubscriptionResponse'] monitored_subscription_list: List of subscriptions and the state of the monitoring.
1579
- """
1580
- pulumi.set(__self__, "provisioning_state", provisioning_state)
1581
- if monitored_subscription_list is not None:
1582
- pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
1583
-
1584
- @property
1585
- @pulumi.getter(name="provisioningState")
1586
- def provisioning_state(self) -> str:
1587
- """
1588
- Provisioning State of the resource
1589
- """
1590
- return pulumi.get(self, "provisioning_state")
1591
-
1592
- @property
1593
- @pulumi.getter(name="monitoredSubscriptionList")
1594
- def monitored_subscription_list(self) -> Optional[Sequence['outputs.MonitoredSubscriptionResponse']]:
1595
- """
1596
- List of subscriptions and the state of the monitoring.
1597
- """
1598
- return pulumi.get(self, "monitored_subscription_list")
1599
-
1600
-
1601
- @pulumi.output_type
1602
- class SystemDataResponse(dict):
1603
- """
1604
- Metadata pertaining to creation and last modification of the resource.
1605
- """
1606
- @staticmethod
1607
- def __key_warning(key: str):
1608
- suggest = None
1609
- if key == "createdAt":
1610
- suggest = "created_at"
1611
- elif key == "createdBy":
1612
- suggest = "created_by"
1613
- elif key == "createdByType":
1614
- suggest = "created_by_type"
1615
- elif key == "lastModifiedAt":
1616
- suggest = "last_modified_at"
1617
- elif key == "lastModifiedBy":
1618
- suggest = "last_modified_by"
1619
- elif key == "lastModifiedByType":
1620
- suggest = "last_modified_by_type"
1621
-
1622
- if suggest:
1623
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1624
-
1625
- def __getitem__(self, key: str) -> Any:
1626
- SystemDataResponse.__key_warning(key)
1627
- return super().__getitem__(key)
1628
-
1629
- def get(self, key: str, default = None) -> Any:
1630
- SystemDataResponse.__key_warning(key)
1631
- return super().get(key, default)
1632
-
1633
- def __init__(__self__, *,
1634
- created_at: Optional[str] = None,
1635
- created_by: Optional[str] = None,
1636
- created_by_type: Optional[str] = None,
1637
- last_modified_at: Optional[str] = None,
1638
- last_modified_by: Optional[str] = None,
1639
- last_modified_by_type: Optional[str] = None):
1640
- """
1641
- Metadata pertaining to creation and last modification of the resource.
1642
- :param str created_at: The timestamp of resource creation (UTC).
1643
- :param str created_by: The identity that created the resource.
1644
- :param str created_by_type: The type of identity that created the resource.
1645
- :param str last_modified_at: The timestamp of resource last modification (UTC)
1646
- :param str last_modified_by: The identity that last modified the resource.
1647
- :param str last_modified_by_type: The type of identity that last modified the resource.
1648
- """
1649
- if created_at is not None:
1650
- pulumi.set(__self__, "created_at", created_at)
1651
- if created_by is not None:
1652
- pulumi.set(__self__, "created_by", created_by)
1653
- if created_by_type is not None:
1654
- pulumi.set(__self__, "created_by_type", created_by_type)
1655
- if last_modified_at is not None:
1656
- pulumi.set(__self__, "last_modified_at", last_modified_at)
1657
- if last_modified_by is not None:
1658
- pulumi.set(__self__, "last_modified_by", last_modified_by)
1659
- if last_modified_by_type is not None:
1660
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1661
-
1662
- @property
1663
- @pulumi.getter(name="createdAt")
1664
- def created_at(self) -> Optional[str]:
1665
- """
1666
- The timestamp of resource creation (UTC).
1667
- """
1668
- return pulumi.get(self, "created_at")
1669
-
1670
- @property
1671
- @pulumi.getter(name="createdBy")
1672
- def created_by(self) -> Optional[str]:
1673
- """
1674
- The identity that created the resource.
1675
- """
1676
- return pulumi.get(self, "created_by")
1677
-
1678
- @property
1679
- @pulumi.getter(name="createdByType")
1680
- def created_by_type(self) -> Optional[str]:
1681
- """
1682
- The type of identity that created the resource.
1683
- """
1684
- return pulumi.get(self, "created_by_type")
1685
-
1686
- @property
1687
- @pulumi.getter(name="lastModifiedAt")
1688
- def last_modified_at(self) -> Optional[str]:
1689
- """
1690
- The timestamp of resource last modification (UTC)
1691
- """
1692
- return pulumi.get(self, "last_modified_at")
1693
-
1694
- @property
1695
- @pulumi.getter(name="lastModifiedBy")
1696
- def last_modified_by(self) -> Optional[str]:
1697
- """
1698
- The identity that last modified the resource.
1699
- """
1700
- return pulumi.get(self, "last_modified_by")
1701
-
1702
- @property
1703
- @pulumi.getter(name="lastModifiedByType")
1704
- def last_modified_by_type(self) -> Optional[str]:
1705
- """
1706
- The type of identity that last modified the resource.
1707
- """
1708
- return pulumi.get(self, "last_modified_by_type")
1709
-
1710
-
1711
- @pulumi.output_type
1712
- class UserApiKeyResponsePropertiesResponse(dict):
1713
- def __init__(__self__, *,
1714
- api_key: Optional[str] = None):
1715
- """
1716
- :param str api_key: The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.
1717
- """
1718
- if api_key is not None:
1719
- pulumi.set(__self__, "api_key", api_key)
1720
-
1721
- @property
1722
- @pulumi.getter(name="apiKey")
1723
- def api_key(self) -> Optional[str]:
1724
- """
1725
- The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.
1726
- """
1727
- return pulumi.get(self, "api_key")
1728
-
1729
-
1730
- @pulumi.output_type
1731
- class VMResourcesResponse(dict):
1732
- """
1733
- The vm resource properties that is currently being monitored by the Elastic monitor resource.
1734
- """
1735
- def __init__(__self__, *,
1736
- vm_resource_id: Optional[str] = None):
1737
- """
1738
- The vm resource properties that is currently being monitored by the Elastic monitor resource.
1739
- :param str vm_resource_id: The ARM id of the VM resource.
1740
- """
1741
- if vm_resource_id is not None:
1742
- pulumi.set(__self__, "vm_resource_id", vm_resource_id)
1743
-
1744
- @property
1745
- @pulumi.getter(name="vmResourceId")
1746
- def vm_resource_id(self) -> Optional[str]:
1747
- """
1748
- The ARM id of the VM resource.
1749
- """
1750
- return pulumi.get(self, "vm_resource_id")
1751
-
1752
-