pulumi-azure-native 2.76.0a1733162443__py3-none-any.whl → 2.76.0a1733466631__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 (552) hide show
  1. pulumi_azure_native/__init__.py +86 -2
  2. pulumi_azure_native/containerregistry/__init__.py +3 -0
  3. pulumi_azure_native/containerregistry/archife.py +3 -3
  4. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  5. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  6. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  7. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  8. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  9. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  10. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  11. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  12. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  13. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  14. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  15. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  16. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  17. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  18. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  19. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  20. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  21. pulumi_azure_native/containerregistry/get_token.py +2 -2
  22. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  23. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  24. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  25. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  26. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  27. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  28. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  29. pulumi_azure_native/containerregistry/registry.py +3 -3
  30. pulumi_azure_native/containerregistry/replication.py +3 -3
  31. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  32. pulumi_azure_native/containerregistry/token.py +3 -3
  33. pulumi_azure_native/containerregistry/v20170301/registry.py +1 -1
  34. pulumi_azure_native/containerregistry/v20190501/registry.py +1 -1
  35. pulumi_azure_native/containerregistry/v20221201/private_endpoint_connection.py +1 -1
  36. pulumi_azure_native/containerregistry/v20221201/registry.py +1 -1
  37. pulumi_azure_native/containerregistry/v20221201/replication.py +1 -1
  38. pulumi_azure_native/containerregistry/v20221201/scope_map.py +1 -1
  39. pulumi_azure_native/containerregistry/v20221201/token.py +1 -1
  40. pulumi_azure_native/containerregistry/v20221201/webhook.py +1 -1
  41. pulumi_azure_native/containerregistry/v20230101preview/cache_rule.py +1 -1
  42. pulumi_azure_native/containerregistry/v20230101preview/connected_registry.py +1 -1
  43. pulumi_azure_native/containerregistry/v20230101preview/credential_set.py +1 -1
  44. pulumi_azure_native/containerregistry/v20230101preview/export_pipeline.py +1 -1
  45. pulumi_azure_native/containerregistry/v20230101preview/import_pipeline.py +1 -1
  46. pulumi_azure_native/containerregistry/v20230101preview/pipeline_run.py +1 -1
  47. pulumi_azure_native/containerregistry/v20230101preview/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/containerregistry/v20230101preview/registry.py +1 -1
  49. pulumi_azure_native/containerregistry/v20230101preview/replication.py +1 -1
  50. pulumi_azure_native/containerregistry/v20230101preview/scope_map.py +1 -1
  51. pulumi_azure_native/containerregistry/v20230101preview/token.py +1 -1
  52. pulumi_azure_native/containerregistry/v20230101preview/webhook.py +1 -1
  53. pulumi_azure_native/containerregistry/v20230601preview/archife.py +1 -1
  54. pulumi_azure_native/containerregistry/v20230601preview/archive_version.py +1 -1
  55. pulumi_azure_native/containerregistry/v20230601preview/cache_rule.py +1 -1
  56. pulumi_azure_native/containerregistry/v20230601preview/connected_registry.py +1 -1
  57. pulumi_azure_native/containerregistry/v20230601preview/credential_set.py +1 -1
  58. pulumi_azure_native/containerregistry/v20230601preview/export_pipeline.py +1 -1
  59. pulumi_azure_native/containerregistry/v20230601preview/import_pipeline.py +1 -1
  60. pulumi_azure_native/containerregistry/v20230601preview/pipeline_run.py +1 -1
  61. pulumi_azure_native/containerregistry/v20230601preview/private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/containerregistry/v20230601preview/registry.py +1 -1
  63. pulumi_azure_native/containerregistry/v20230601preview/replication.py +1 -1
  64. pulumi_azure_native/containerregistry/v20230601preview/scope_map.py +1 -1
  65. pulumi_azure_native/containerregistry/v20230601preview/token.py +1 -1
  66. pulumi_azure_native/containerregistry/v20230601preview/webhook.py +1 -1
  67. pulumi_azure_native/containerregistry/v20230701/cache_rule.py +1 -1
  68. pulumi_azure_native/containerregistry/v20230701/credential_set.py +1 -1
  69. pulumi_azure_native/containerregistry/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerregistry/v20230701/registry.py +1 -1
  71. pulumi_azure_native/containerregistry/v20230701/replication.py +1 -1
  72. pulumi_azure_native/containerregistry/v20230701/scope_map.py +1 -1
  73. pulumi_azure_native/containerregistry/v20230701/token.py +1 -1
  74. pulumi_azure_native/containerregistry/v20230701/webhook.py +1 -1
  75. pulumi_azure_native/containerregistry/v20230801preview/archife.py +1 -1
  76. pulumi_azure_native/containerregistry/v20230801preview/archive_version.py +1 -1
  77. pulumi_azure_native/containerregistry/v20230801preview/cache_rule.py +1 -1
  78. pulumi_azure_native/containerregistry/v20230801preview/connected_registry.py +1 -1
  79. pulumi_azure_native/containerregistry/v20230801preview/credential_set.py +1 -1
  80. pulumi_azure_native/containerregistry/v20230801preview/export_pipeline.py +1 -1
  81. pulumi_azure_native/containerregistry/v20230801preview/import_pipeline.py +1 -1
  82. pulumi_azure_native/containerregistry/v20230801preview/pipeline_run.py +1 -1
  83. pulumi_azure_native/containerregistry/v20230801preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerregistry/v20230801preview/registry.py +1 -1
  85. pulumi_azure_native/containerregistry/v20230801preview/replication.py +1 -1
  86. pulumi_azure_native/containerregistry/v20230801preview/scope_map.py +1 -1
  87. pulumi_azure_native/containerregistry/v20230801preview/token.py +1 -1
  88. pulumi_azure_native/containerregistry/v20230801preview/webhook.py +1 -1
  89. pulumi_azure_native/containerregistry/v20231101preview/archife.py +1 -1
  90. pulumi_azure_native/containerregistry/v20231101preview/archive_version.py +1 -1
  91. pulumi_azure_native/containerregistry/v20231101preview/cache_rule.py +1 -1
  92. pulumi_azure_native/containerregistry/v20231101preview/connected_registry.py +1 -1
  93. pulumi_azure_native/containerregistry/v20231101preview/credential_set.py +1 -1
  94. pulumi_azure_native/containerregistry/v20231101preview/export_pipeline.py +1 -1
  95. pulumi_azure_native/containerregistry/v20231101preview/import_pipeline.py +1 -1
  96. pulumi_azure_native/containerregistry/v20231101preview/pipeline_run.py +1 -1
  97. pulumi_azure_native/containerregistry/v20231101preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/containerregistry/v20231101preview/registry.py +1 -1
  99. pulumi_azure_native/containerregistry/v20231101preview/replication.py +1 -1
  100. pulumi_azure_native/containerregistry/v20231101preview/scope_map.py +1 -1
  101. pulumi_azure_native/containerregistry/v20231101preview/token.py +1 -1
  102. pulumi_azure_native/containerregistry/v20231101preview/webhook.py +1 -1
  103. pulumi_azure_native/containerregistry/v20241101preview/__init__.py +41 -0
  104. pulumi_azure_native/containerregistry/v20241101preview/_enums.py +290 -0
  105. pulumi_azure_native/containerregistry/v20241101preview/_inputs.py +2010 -0
  106. pulumi_azure_native/containerregistry/v20241101preview/archife.py +309 -0
  107. pulumi_azure_native/containerregistry/v20241101preview/archive_version.py +252 -0
  108. pulumi_azure_native/containerregistry/v20241101preview/cache_rule.py +301 -0
  109. pulumi_azure_native/containerregistry/v20241101preview/connected_registry.py +438 -0
  110. pulumi_azure_native/containerregistry/v20241101preview/credential_set.py +303 -0
  111. pulumi_azure_native/containerregistry/v20241101preview/export_pipeline.py +319 -0
  112. pulumi_azure_native/containerregistry/v20241101preview/get_archife.py +205 -0
  113. pulumi_azure_native/containerregistry/v20241101preview/get_archive_version.py +175 -0
  114. pulumi_azure_native/containerregistry/v20241101preview/get_cache_rule.py +206 -0
  115. pulumi_azure_native/containerregistry/v20241101preview/get_connected_registry.py +317 -0
  116. pulumi_azure_native/containerregistry/v20241101preview/get_credential_set.py +206 -0
  117. pulumi_azure_native/containerregistry/v20241101preview/get_export_pipeline.py +205 -0
  118. pulumi_azure_native/containerregistry/v20241101preview/get_import_pipeline.py +219 -0
  119. pulumi_azure_native/containerregistry/v20241101preview/get_pipeline_run.py +191 -0
  120. pulumi_azure_native/containerregistry/v20241101preview/get_private_endpoint_connection.py +177 -0
  121. pulumi_azure_native/containerregistry/v20241101preview/get_registry.py +423 -0
  122. pulumi_azure_native/containerregistry/v20241101preview/get_replication.py +219 -0
  123. pulumi_azure_native/containerregistry/v20241101preview/get_scope_map.py +193 -0
  124. pulumi_azure_native/containerregistry/v20241101preview/get_token.py +205 -0
  125. pulumi_azure_native/containerregistry/v20241101preview/get_webhook.py +219 -0
  126. pulumi_azure_native/containerregistry/v20241101preview/get_webhook_callback_config.py +106 -0
  127. pulumi_azure_native/containerregistry/v20241101preview/import_pipeline.py +348 -0
  128. pulumi_azure_native/containerregistry/v20241101preview/list_registry_credentials.py +101 -0
  129. pulumi_azure_native/containerregistry/v20241101preview/list_webhook_events.py +107 -0
  130. pulumi_azure_native/containerregistry/v20241101preview/outputs.py +3171 -0
  131. pulumi_azure_native/containerregistry/v20241101preview/pipeline_run.py +270 -0
  132. pulumi_azure_native/containerregistry/v20241101preview/private_endpoint_connection.py +260 -0
  133. pulumi_azure_native/containerregistry/v20241101preview/registry.py +695 -0
  134. pulumi_azure_native/containerregistry/v20241101preview/replication.py +335 -0
  135. pulumi_azure_native/containerregistry/v20241101preview/scope_map.py +277 -0
  136. pulumi_azure_native/containerregistry/v20241101preview/token.py +299 -0
  137. pulumi_azure_native/containerregistry/v20241101preview/webhook.py +388 -0
  138. pulumi_azure_native/containerregistry/webhook.py +3 -3
  139. pulumi_azure_native/dbforpostgresql/v20240801/_enums.py +1 -0
  140. pulumi_azure_native/documentdb/__init__.py +3 -0
  141. pulumi_azure_native/documentdb/firewall_rule.py +3 -3
  142. pulumi_azure_native/documentdb/get_firewall_rule.py +2 -2
  143. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  144. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  145. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  146. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  147. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  148. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  149. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  150. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  151. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  152. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  153. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  154. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  155. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  156. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  157. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +1 -1
  158. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +1 -1
  159. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +1 -1
  161. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +1 -1
  162. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +1 -1
  163. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +1 -1
  164. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +1 -1
  165. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +1 -1
  166. pulumi_azure_native/documentdb/v20241001preview/__init__.py +17 -0
  167. pulumi_azure_native/documentdb/v20241001preview/_enums.py +101 -0
  168. pulumi_azure_native/documentdb/v20241001preview/_inputs.py +813 -0
  169. pulumi_azure_native/documentdb/v20241001preview/firewall_rule.py +220 -0
  170. pulumi_azure_native/documentdb/v20241001preview/get_firewall_rule.py +149 -0
  171. pulumi_azure_native/documentdb/v20241001preview/get_mongo_cluster.py +171 -0
  172. pulumi_azure_native/documentdb/v20241001preview/get_private_endpoint_connection.py +149 -0
  173. pulumi_azure_native/documentdb/v20241001preview/list_mongo_cluster_connection_strings.py +87 -0
  174. pulumi_azure_native/documentdb/v20241001preview/mongo_cluster.py +258 -0
  175. pulumi_azure_native/documentdb/v20241001preview/outputs.py +1086 -0
  176. pulumi_azure_native/documentdb/v20241001preview/private_endpoint_connection.py +221 -0
  177. pulumi_azure_native/eventgrid/__init__.py +3 -0
  178. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  179. pulumi_azure_native/eventgrid/channel.py +3 -3
  180. pulumi_azure_native/eventgrid/client.py +3 -3
  181. pulumi_azure_native/eventgrid/client_group.py +3 -3
  182. pulumi_azure_native/eventgrid/domain.py +3 -3
  183. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  184. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  185. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  186. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  187. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  188. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  189. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  190. pulumi_azure_native/eventgrid/get_client.py +2 -2
  191. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  192. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  193. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  194. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  195. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  196. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  197. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  198. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  199. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  200. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  201. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  202. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  203. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  204. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  205. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  206. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  207. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +4 -0
  208. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  209. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  210. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  211. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  212. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  213. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  214. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  215. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  216. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  217. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  218. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  219. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  220. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  221. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  222. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  223. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  224. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  225. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  226. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  227. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  228. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  229. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  230. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  231. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  232. pulumi_azure_native/eventgrid/namespace.py +3 -3
  233. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  234. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  235. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  236. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  237. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  238. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  239. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  240. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  241. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  242. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  243. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  244. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  245. pulumi_azure_native/eventgrid/topic.py +3 -3
  246. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  247. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  248. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  249. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  250. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  251. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  252. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  253. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  254. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  255. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  256. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  257. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  258. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  259. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  260. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  261. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  262. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  263. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  265. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  266. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  267. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  268. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  269. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  270. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  271. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  272. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  273. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  274. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  275. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  276. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  277. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  278. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  279. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  280. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  281. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  282. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  283. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  284. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  285. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  287. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  288. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  289. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  290. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  291. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  292. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  293. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  294. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  295. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  296. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  297. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  298. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  299. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  300. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  301. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  303. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  304. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  306. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  307. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  308. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  310. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  311. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  312. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  313. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  314. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  315. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  316. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  317. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  318. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
  319. pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
  320. pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
  321. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
  322. pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
  323. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
  324. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
  325. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
  326. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
  328. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
  329. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
  331. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +1 -1
  332. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
  333. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
  335. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
  336. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
  337. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
  339. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
  340. pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
  341. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
  342. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
  343. pulumi_azure_native/eventgrid/v20241215preview/__init__.py +80 -0
  344. pulumi_azure_native/eventgrid/v20241215preview/_enums.py +473 -0
  345. pulumi_azure_native/eventgrid/v20241215preview/_inputs.py +7786 -0
  346. pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +278 -0
  347. pulumi_azure_native/eventgrid/v20241215preview/channel.py +399 -0
  348. pulumi_azure_native/eventgrid/v20241215preview/client.py +359 -0
  349. pulumi_azure_native/eventgrid/v20241215preview/client_group.py +262 -0
  350. pulumi_azure_native/eventgrid/v20241215preview/domain.py +693 -0
  351. pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +493 -0
  352. pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +200 -0
  353. pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +514 -0
  354. pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +472 -0
  355. pulumi_azure_native/eventgrid/v20241215preview/get_ca_certificate.py +205 -0
  356. pulumi_azure_native/eventgrid/v20241215preview/get_channel.py +234 -0
  357. pulumi_azure_native/eventgrid/v20241215preview/get_channel_full_url.py +92 -0
  358. pulumi_azure_native/eventgrid/v20241215preview/get_client.py +221 -0
  359. pulumi_azure_native/eventgrid/v20241215preview/get_client_group.py +178 -0
  360. pulumi_azure_native/eventgrid/v20241215preview/get_domain.py +395 -0
  361. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription.py +293 -0
  362. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_delivery_attributes.py +93 -0
  363. pulumi_azure_native/eventgrid/v20241215preview/get_domain_event_subscription_full_url.py +92 -0
  364. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic.py +149 -0
  365. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription.py +299 -0
  366. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_delivery_attributes.py +99 -0
  367. pulumi_azure_native/eventgrid/v20241215preview/get_domain_topic_event_subscription_full_url.py +98 -0
  368. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription.py +287 -0
  369. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_delivery_attributes.py +87 -0
  370. pulumi_azure_native/eventgrid/v20241215preview/get_event_subscription_full_url.py +86 -0
  371. pulumi_azure_native/eventgrid/v20241215preview/get_namespace.py +302 -0
  372. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic.py +192 -0
  373. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription.py +225 -0
  374. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_delivery_attributes.py +99 -0
  375. pulumi_azure_native/eventgrid/v20241215preview/get_namespace_topic_event_subscription_full_url.py +98 -0
  376. pulumi_azure_native/eventgrid/v20241215preview/get_partner_configuration.py +179 -0
  377. pulumi_azure_native/eventgrid/v20241215preview/get_partner_destination.py +256 -0
  378. pulumi_azure_native/eventgrid/v20241215preview/get_partner_namespace.py +286 -0
  379. pulumi_azure_native/eventgrid/v20241215preview/get_partner_registration.py +186 -0
  380. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic.py +285 -0
  381. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription.py +293 -0
  382. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_delivery_attributes.py +93 -0
  383. pulumi_azure_native/eventgrid/v20241215preview/get_partner_topic_event_subscription_full_url.py +92 -0
  384. pulumi_azure_native/eventgrid/v20241215preview/get_permission_binding.py +207 -0
  385. pulumi_azure_native/eventgrid/v20241215preview/get_private_endpoint_connection.py +180 -0
  386. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic.py +227 -0
  387. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription.py +293 -0
  388. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_delivery_attributes.py +93 -0
  389. pulumi_azure_native/eventgrid/v20241215preview/get_system_topic_event_subscription_full_url.py +92 -0
  390. pulumi_azure_native/eventgrid/v20241215preview/get_topic.py +383 -0
  391. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription.py +293 -0
  392. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_delivery_attributes.py +93 -0
  393. pulumi_azure_native/eventgrid/v20241215preview/get_topic_event_subscription_full_url.py +92 -0
  394. pulumi_azure_native/eventgrid/v20241215preview/get_topic_space.py +181 -0
  395. pulumi_azure_native/eventgrid/v20241215preview/list_domain_shared_access_keys.py +100 -0
  396. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_shared_access_keys.py +100 -0
  397. pulumi_azure_native/eventgrid/v20241215preview/list_namespace_topic_shared_access_keys.py +106 -0
  398. pulumi_azure_native/eventgrid/v20241215preview/list_partner_namespace_shared_access_keys.py +100 -0
  399. pulumi_azure_native/eventgrid/v20241215preview/list_topic_shared_access_keys.py +100 -0
  400. pulumi_azure_native/eventgrid/v20241215preview/namespace.py +520 -0
  401. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +296 -0
  402. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +368 -0
  403. pulumi_azure_native/eventgrid/v20241215preview/outputs.py +6635 -0
  404. pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +267 -0
  405. pulumi_azure_native/eventgrid/v20241215preview/partner_destination.py +416 -0
  406. pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +457 -0
  407. pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +270 -0
  408. pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +479 -0
  409. pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +493 -0
  410. pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +325 -0
  411. pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +317 -0
  412. pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +336 -0
  413. pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +493 -0
  414. pulumi_azure_native/eventgrid/v20241215preview/topic.py +641 -0
  415. pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +493 -0
  416. pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +274 -0
  417. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  418. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  419. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  420. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  421. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  422. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  423. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  424. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  425. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  426. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  427. pulumi_azure_native/hybridcompute/license.py +3 -3
  428. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  429. pulumi_azure_native/hybridcompute/machine.py +3 -3
  430. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  431. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  432. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  433. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  434. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  435. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  436. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  437. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  438. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  439. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  440. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  441. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  442. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  443. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  444. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  445. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  446. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  447. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  448. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  449. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  450. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  451. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  452. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  453. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  454. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  455. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  456. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  457. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  458. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  459. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  460. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  461. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  462. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  463. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  464. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  465. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  466. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  467. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  468. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  469. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  470. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  471. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  472. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  473. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  474. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  475. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  476. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  477. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  478. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  479. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  480. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
  481. pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
  482. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
  483. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
  484. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
  485. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
  486. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
  487. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
  488. pulumi_azure_native/hybridcompute/v20240910preview/gateway.py +1 -1
  489. pulumi_azure_native/hybridcompute/v20240910preview/license.py +1 -1
  490. pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +1 -1
  491. pulumi_azure_native/hybridcompute/v20240910preview/machine.py +1 -1
  492. pulumi_azure_native/hybridcompute/v20240910preview/machine_extension.py +1 -1
  493. pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +1 -1
  494. pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +1 -1
  495. pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +1 -1
  496. pulumi_azure_native/hybridcompute/v20241110preview/__init__.py +26 -0
  497. pulumi_azure_native/hybridcompute/v20241110preview/_enums.py +172 -0
  498. pulumi_azure_native/hybridcompute/v20241110preview/_inputs.py +1924 -0
  499. pulumi_azure_native/hybridcompute/v20241110preview/gateway.py +316 -0
  500. pulumi_azure_native/hybridcompute/v20241110preview/get_gateway.py +227 -0
  501. pulumi_azure_native/hybridcompute/v20241110preview/get_license.py +213 -0
  502. pulumi_azure_native/hybridcompute/v20241110preview/get_license_profile.py +387 -0
  503. pulumi_azure_native/hybridcompute/v20241110preview/get_machine.py +681 -0
  504. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_extension.py +177 -0
  505. pulumi_azure_native/hybridcompute/v20241110preview/get_machine_run_command.py +345 -0
  506. pulumi_azure_native/hybridcompute/v20241110preview/get_private_endpoint_connection.py +149 -0
  507. pulumi_azure_native/hybridcompute/v20241110preview/get_private_link_scope.py +171 -0
  508. pulumi_azure_native/hybridcompute/v20241110preview/license.py +326 -0
  509. pulumi_azure_native/hybridcompute/v20241110preview/license_profile.py +505 -0
  510. pulumi_azure_native/hybridcompute/v20241110preview/machine.py +885 -0
  511. pulumi_azure_native/hybridcompute/v20241110preview/machine_extension.py +279 -0
  512. pulumi_azure_native/hybridcompute/v20241110preview/machine_run_command.py +592 -0
  513. pulumi_azure_native/hybridcompute/v20241110preview/outputs.py +3556 -0
  514. pulumi_azure_native/hybridcompute/v20241110preview/private_endpoint_connection.py +220 -0
  515. pulumi_azure_native/hybridcompute/v20241110preview/private_link_scope.py +258 -0
  516. pulumi_azure_native/insights/__init__.py +0 -2
  517. pulumi_azure_native/insights/_enums.py +0 -12
  518. pulumi_azure_native/insights/_inputs.py +76 -1109
  519. pulumi_azure_native/insights/outputs.py +0 -831
  520. pulumi_azure_native/insights/v20160301/__init__.py +0 -3
  521. pulumi_azure_native/insights/v20160301/_inputs.py +0 -1034
  522. pulumi_azure_native/insights/v20160301/outputs.py +0 -833
  523. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +2 -110
  524. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +2 -104
  525. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +2 -110
  526. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -104
  527. pulumi_azure_native/pulumi-plugin.json +1 -1
  528. pulumi_azure_native/security/__init__.py +3 -0
  529. pulumi_azure_native/security/get_security_connector.py +2 -2
  530. pulumi_azure_native/security/security_connector.py +3 -3
  531. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  532. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  533. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  534. pulumi_azure_native/security/v20240301preview/security_connector.py +1 -1
  535. pulumi_azure_native/security/v20240701preview/security_connector.py +1 -1
  536. pulumi_azure_native/security/v20240801preview/__init__.py +12 -0
  537. pulumi_azure_native/security/v20240801preview/_enums.py +106 -0
  538. pulumi_azure_native/security/v20240801preview/_inputs.py +5542 -0
  539. pulumi_azure_native/security/v20240801preview/get_security_connector.py +255 -0
  540. pulumi_azure_native/security/v20240801preview/outputs.py +5097 -0
  541. pulumi_azure_native/security/v20240801preview/security_connector.py +394 -0
  542. pulumi_azure_native/workloads/v20240901/_inputs.py +8 -8
  543. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  544. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/METADATA +1 -1
  545. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/RECORD +547 -406
  546. pulumi_azure_native/insights/alert_rule.py +0 -427
  547. pulumi_azure_native/insights/get_alert_rule.py +0 -243
  548. pulumi_azure_native/insights/v20160301/_enums.py +0 -31
  549. pulumi_azure_native/insights/v20160301/alert_rule.py +0 -425
  550. pulumi_azure_native/insights/v20160301/get_alert_rule.py +0 -241
  551. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/WHEEL +0 -0
  552. {pulumi_azure_native-2.76.0a1733162443.dist-info → pulumi_azure_native-2.76.0a1733466631.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,388 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = ['WebhookArgs', 'Webhook']
20
+
21
+ @pulumi.input_type
22
+ class WebhookArgs:
23
+ def __init__(__self__, *,
24
+ actions: pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]],
25
+ registry_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ service_uri: pulumi.Input[str],
28
+ custom_headers: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
+ location: Optional[pulumi.Input[str]] = None,
30
+ scope: Optional[pulumi.Input[str]] = None,
31
+ status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
32
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
33
+ webhook_name: Optional[pulumi.Input[str]] = None):
34
+ """
35
+ The set of arguments for constructing a Webhook resource.
36
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]] actions: The list of actions that trigger the webhook to post notifications.
37
+ :param pulumi.Input[str] registry_name: The name of the container registry.
38
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
39
+ :param pulumi.Input[str] service_uri: The service URI for the webhook to post notifications.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_headers: Custom headers that will be added to the webhook notifications.
41
+ :param pulumi.Input[str] location: The location of the webhook. This cannot be changed after the resource is created.
42
+ :param pulumi.Input[str] scope: The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.
43
+ :param pulumi.Input[Union[str, 'WebhookStatus']] status: The status of the webhook at the time the operation was called.
44
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags for the webhook.
45
+ :param pulumi.Input[str] webhook_name: The name of the webhook.
46
+ """
47
+ pulumi.set(__self__, "actions", actions)
48
+ pulumi.set(__self__, "registry_name", registry_name)
49
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
50
+ pulumi.set(__self__, "service_uri", service_uri)
51
+ if custom_headers is not None:
52
+ pulumi.set(__self__, "custom_headers", custom_headers)
53
+ if location is not None:
54
+ pulumi.set(__self__, "location", location)
55
+ if scope is not None:
56
+ pulumi.set(__self__, "scope", scope)
57
+ if status is not None:
58
+ pulumi.set(__self__, "status", status)
59
+ if tags is not None:
60
+ pulumi.set(__self__, "tags", tags)
61
+ if webhook_name is not None:
62
+ pulumi.set(__self__, "webhook_name", webhook_name)
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def actions(self) -> pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]]:
67
+ """
68
+ The list of actions that trigger the webhook to post notifications.
69
+ """
70
+ return pulumi.get(self, "actions")
71
+
72
+ @actions.setter
73
+ def actions(self, value: pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]]):
74
+ pulumi.set(self, "actions", value)
75
+
76
+ @property
77
+ @pulumi.getter(name="registryName")
78
+ def registry_name(self) -> pulumi.Input[str]:
79
+ """
80
+ The name of the container registry.
81
+ """
82
+ return pulumi.get(self, "registry_name")
83
+
84
+ @registry_name.setter
85
+ def registry_name(self, value: pulumi.Input[str]):
86
+ pulumi.set(self, "registry_name", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="resourceGroupName")
90
+ def resource_group_name(self) -> pulumi.Input[str]:
91
+ """
92
+ The name of the resource group. The name is case insensitive.
93
+ """
94
+ return pulumi.get(self, "resource_group_name")
95
+
96
+ @resource_group_name.setter
97
+ def resource_group_name(self, value: pulumi.Input[str]):
98
+ pulumi.set(self, "resource_group_name", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="serviceUri")
102
+ def service_uri(self) -> pulumi.Input[str]:
103
+ """
104
+ The service URI for the webhook to post notifications.
105
+ """
106
+ return pulumi.get(self, "service_uri")
107
+
108
+ @service_uri.setter
109
+ def service_uri(self, value: pulumi.Input[str]):
110
+ pulumi.set(self, "service_uri", value)
111
+
112
+ @property
113
+ @pulumi.getter(name="customHeaders")
114
+ def custom_headers(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
115
+ """
116
+ Custom headers that will be added to the webhook notifications.
117
+ """
118
+ return pulumi.get(self, "custom_headers")
119
+
120
+ @custom_headers.setter
121
+ def custom_headers(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
122
+ pulumi.set(self, "custom_headers", value)
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def location(self) -> Optional[pulumi.Input[str]]:
127
+ """
128
+ The location of the webhook. This cannot be changed after the resource is created.
129
+ """
130
+ return pulumi.get(self, "location")
131
+
132
+ @location.setter
133
+ def location(self, value: Optional[pulumi.Input[str]]):
134
+ pulumi.set(self, "location", value)
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def scope(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.
141
+ """
142
+ return pulumi.get(self, "scope")
143
+
144
+ @scope.setter
145
+ def scope(self, value: Optional[pulumi.Input[str]]):
146
+ pulumi.set(self, "scope", value)
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def status(self) -> Optional[pulumi.Input[Union[str, 'WebhookStatus']]]:
151
+ """
152
+ The status of the webhook at the time the operation was called.
153
+ """
154
+ return pulumi.get(self, "status")
155
+
156
+ @status.setter
157
+ def status(self, value: Optional[pulumi.Input[Union[str, 'WebhookStatus']]]):
158
+ pulumi.set(self, "status", value)
159
+
160
+ @property
161
+ @pulumi.getter
162
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
163
+ """
164
+ The tags for the webhook.
165
+ """
166
+ return pulumi.get(self, "tags")
167
+
168
+ @tags.setter
169
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
170
+ pulumi.set(self, "tags", value)
171
+
172
+ @property
173
+ @pulumi.getter(name="webhookName")
174
+ def webhook_name(self) -> Optional[pulumi.Input[str]]:
175
+ """
176
+ The name of the webhook.
177
+ """
178
+ return pulumi.get(self, "webhook_name")
179
+
180
+ @webhook_name.setter
181
+ def webhook_name(self, value: Optional[pulumi.Input[str]]):
182
+ pulumi.set(self, "webhook_name", value)
183
+
184
+
185
+ class Webhook(pulumi.CustomResource):
186
+ @overload
187
+ def __init__(__self__,
188
+ resource_name: str,
189
+ opts: Optional[pulumi.ResourceOptions] = None,
190
+ actions: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]]] = None,
191
+ custom_headers: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
192
+ location: Optional[pulumi.Input[str]] = None,
193
+ registry_name: Optional[pulumi.Input[str]] = None,
194
+ resource_group_name: Optional[pulumi.Input[str]] = None,
195
+ scope: Optional[pulumi.Input[str]] = None,
196
+ service_uri: Optional[pulumi.Input[str]] = None,
197
+ status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
198
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
199
+ webhook_name: Optional[pulumi.Input[str]] = None,
200
+ __props__=None):
201
+ """
202
+ An object that represents a webhook for a container registry.
203
+
204
+ :param str resource_name: The name of the resource.
205
+ :param pulumi.ResourceOptions opts: Options for the resource.
206
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]] actions: The list of actions that trigger the webhook to post notifications.
207
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_headers: Custom headers that will be added to the webhook notifications.
208
+ :param pulumi.Input[str] location: The location of the webhook. This cannot be changed after the resource is created.
209
+ :param pulumi.Input[str] registry_name: The name of the container registry.
210
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
211
+ :param pulumi.Input[str] scope: The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.
212
+ :param pulumi.Input[str] service_uri: The service URI for the webhook to post notifications.
213
+ :param pulumi.Input[Union[str, 'WebhookStatus']] status: The status of the webhook at the time the operation was called.
214
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags for the webhook.
215
+ :param pulumi.Input[str] webhook_name: The name of the webhook.
216
+ """
217
+ ...
218
+ @overload
219
+ def __init__(__self__,
220
+ resource_name: str,
221
+ args: WebhookArgs,
222
+ opts: Optional[pulumi.ResourceOptions] = None):
223
+ """
224
+ An object that represents a webhook for a container registry.
225
+
226
+ :param str resource_name: The name of the resource.
227
+ :param WebhookArgs args: The arguments to use to populate this resource's properties.
228
+ :param pulumi.ResourceOptions opts: Options for the resource.
229
+ """
230
+ ...
231
+ def __init__(__self__, resource_name: str, *args, **kwargs):
232
+ resource_args, opts = _utilities.get_resource_args_opts(WebhookArgs, pulumi.ResourceOptions, *args, **kwargs)
233
+ if resource_args is not None:
234
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
235
+ else:
236
+ __self__._internal_init(resource_name, *args, **kwargs)
237
+
238
+ def _internal_init(__self__,
239
+ resource_name: str,
240
+ opts: Optional[pulumi.ResourceOptions] = None,
241
+ actions: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WebhookAction']]]]] = None,
242
+ custom_headers: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
243
+ location: Optional[pulumi.Input[str]] = None,
244
+ registry_name: Optional[pulumi.Input[str]] = None,
245
+ resource_group_name: Optional[pulumi.Input[str]] = None,
246
+ scope: Optional[pulumi.Input[str]] = None,
247
+ service_uri: Optional[pulumi.Input[str]] = None,
248
+ status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
249
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
250
+ webhook_name: Optional[pulumi.Input[str]] = None,
251
+ __props__=None):
252
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
253
+ if not isinstance(opts, pulumi.ResourceOptions):
254
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
255
+ if opts.id is None:
256
+ if __props__ is not None:
257
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
258
+ __props__ = WebhookArgs.__new__(WebhookArgs)
259
+
260
+ if actions is None and not opts.urn:
261
+ raise TypeError("Missing required property 'actions'")
262
+ __props__.__dict__["actions"] = actions
263
+ __props__.__dict__["custom_headers"] = custom_headers
264
+ __props__.__dict__["location"] = location
265
+ if registry_name is None and not opts.urn:
266
+ raise TypeError("Missing required property 'registry_name'")
267
+ __props__.__dict__["registry_name"] = registry_name
268
+ if resource_group_name is None and not opts.urn:
269
+ raise TypeError("Missing required property 'resource_group_name'")
270
+ __props__.__dict__["resource_group_name"] = resource_group_name
271
+ __props__.__dict__["scope"] = scope
272
+ if service_uri is None and not opts.urn:
273
+ raise TypeError("Missing required property 'service_uri'")
274
+ __props__.__dict__["service_uri"] = service_uri
275
+ __props__.__dict__["status"] = status
276
+ __props__.__dict__["tags"] = tags
277
+ __props__.__dict__["webhook_name"] = webhook_name
278
+ __props__.__dict__["name"] = None
279
+ __props__.__dict__["provisioning_state"] = None
280
+ __props__.__dict__["system_data"] = None
281
+ __props__.__dict__["type"] = None
282
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20171001:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20190501:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210901:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Webhook")])
283
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
284
+ super(Webhook, __self__).__init__(
285
+ 'azure-native:containerregistry/v20241101preview:Webhook',
286
+ resource_name,
287
+ __props__,
288
+ opts)
289
+
290
+ @staticmethod
291
+ def get(resource_name: str,
292
+ id: pulumi.Input[str],
293
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Webhook':
294
+ """
295
+ Get an existing Webhook resource's state with the given name, id, and optional extra
296
+ properties used to qualify the lookup.
297
+
298
+ :param str resource_name: The unique name of the resulting resource.
299
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
300
+ :param pulumi.ResourceOptions opts: Options for the resource.
301
+ """
302
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
303
+
304
+ __props__ = WebhookArgs.__new__(WebhookArgs)
305
+
306
+ __props__.__dict__["actions"] = None
307
+ __props__.__dict__["location"] = None
308
+ __props__.__dict__["name"] = None
309
+ __props__.__dict__["provisioning_state"] = None
310
+ __props__.__dict__["scope"] = None
311
+ __props__.__dict__["status"] = None
312
+ __props__.__dict__["system_data"] = None
313
+ __props__.__dict__["tags"] = None
314
+ __props__.__dict__["type"] = None
315
+ return Webhook(resource_name, opts=opts, __props__=__props__)
316
+
317
+ @property
318
+ @pulumi.getter
319
+ def actions(self) -> pulumi.Output[Sequence[str]]:
320
+ """
321
+ The list of actions that trigger the webhook to post notifications.
322
+ """
323
+ return pulumi.get(self, "actions")
324
+
325
+ @property
326
+ @pulumi.getter
327
+ def location(self) -> pulumi.Output[str]:
328
+ """
329
+ The location of the resource. This cannot be changed after the resource is created.
330
+ """
331
+ return pulumi.get(self, "location")
332
+
333
+ @property
334
+ @pulumi.getter
335
+ def name(self) -> pulumi.Output[str]:
336
+ """
337
+ The name of the resource.
338
+ """
339
+ return pulumi.get(self, "name")
340
+
341
+ @property
342
+ @pulumi.getter(name="provisioningState")
343
+ def provisioning_state(self) -> pulumi.Output[str]:
344
+ """
345
+ The provisioning state of the webhook at the time the operation was called.
346
+ """
347
+ return pulumi.get(self, "provisioning_state")
348
+
349
+ @property
350
+ @pulumi.getter
351
+ def scope(self) -> pulumi.Output[Optional[str]]:
352
+ """
353
+ The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.
354
+ """
355
+ return pulumi.get(self, "scope")
356
+
357
+ @property
358
+ @pulumi.getter
359
+ def status(self) -> pulumi.Output[Optional[str]]:
360
+ """
361
+ The status of the webhook at the time the operation was called.
362
+ """
363
+ return pulumi.get(self, "status")
364
+
365
+ @property
366
+ @pulumi.getter(name="systemData")
367
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
368
+ """
369
+ Metadata pertaining to creation and last modification of the resource.
370
+ """
371
+ return pulumi.get(self, "system_data")
372
+
373
+ @property
374
+ @pulumi.getter
375
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
376
+ """
377
+ The tags of the resource.
378
+ """
379
+ return pulumi.get(self, "tags")
380
+
381
+ @property
382
+ @pulumi.getter
383
+ def type(self) -> pulumi.Output[str]:
384
+ """
385
+ The type of the resource.
386
+ """
387
+ return pulumi.get(self, "type")
388
+
@@ -202,7 +202,7 @@ class Webhook(pulumi.CustomResource):
202
202
  An object that represents a webhook for a container registry.
203
203
  Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2019-05-01.
204
204
 
205
- Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview.
205
+ Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview.
206
206
 
207
207
  :param str resource_name: The name of the resource.
208
208
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -227,7 +227,7 @@ class Webhook(pulumi.CustomResource):
227
227
  An object that represents a webhook for a container registry.
228
228
  Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2019-05-01.
229
229
 
230
- Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview.
230
+ Other available API versions: 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview.
231
231
 
232
232
  :param str resource_name: The name of the resource.
233
233
  :param WebhookArgs args: The arguments to use to populate this resource's properties.
@@ -285,7 +285,7 @@ class Webhook(pulumi.CustomResource):
285
285
  __props__.__dict__["provisioning_state"] = None
286
286
  __props__.__dict__["system_data"] = None
287
287
  __props__.__dict__["type"] = None
288
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20171001:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20190501:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210901:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Webhook")])
288
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20171001:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20190501:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210901:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Webhook")])
289
289
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
290
290
  super(Webhook, __self__).__init__(
291
291
  'azure-native:containerregistry:Webhook',
@@ -118,6 +118,7 @@ class IdentityType(str, Enum):
118
118
  """
119
119
  NONE = "None"
120
120
  USER_ASSIGNED = "UserAssigned"
121
+ SYSTEM_ASSIGNED = "SystemAssigned"
121
122
 
122
123
 
123
124
  class KeyStatusEnum(str, Enum):
@@ -111,6 +111,8 @@ if typing.TYPE_CHECKING:
111
111
  v20240815 = __v20240815
112
112
  import pulumi_azure_native.documentdb.v20240901preview as __v20240901preview
113
113
  v20240901preview = __v20240901preview
114
+ import pulumi_azure_native.documentdb.v20241001preview as __v20241001preview
115
+ v20241001preview = __v20241001preview
114
116
  import pulumi_azure_native.documentdb.v20241115 as __v20241115
115
117
  v20241115 = __v20241115
116
118
  import pulumi_azure_native.documentdb.v20241201preview as __v20241201preview
@@ -133,6 +135,7 @@ else:
133
135
  v20240701 = _utilities.lazy_import('pulumi_azure_native.documentdb.v20240701')
134
136
  v20240815 = _utilities.lazy_import('pulumi_azure_native.documentdb.v20240815')
135
137
  v20240901preview = _utilities.lazy_import('pulumi_azure_native.documentdb.v20240901preview')
138
+ v20241001preview = _utilities.lazy_import('pulumi_azure_native.documentdb.v20241001preview')
136
139
  v20241115 = _utilities.lazy_import('pulumi_azure_native.documentdb.v20241115')
137
140
  v20241201preview = _utilities.lazy_import('pulumi_azure_native.documentdb.v20241201preview')
138
141
 
@@ -102,7 +102,7 @@ class FirewallRule(pulumi.CustomResource):
102
102
  Represents a mongo cluster firewall rule.
103
103
  Azure REST API version: 2024-03-01-preview.
104
104
 
105
- Other available API versions: 2024-06-01-preview, 2024-07-01.
105
+ Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
106
106
 
107
107
  :param str resource_name: The name of the resource.
108
108
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -121,7 +121,7 @@ class FirewallRule(pulumi.CustomResource):
121
121
  Represents a mongo cluster firewall rule.
122
122
  Azure REST API version: 2024-03-01-preview.
123
123
 
124
- Other available API versions: 2024-06-01-preview, 2024-07-01.
124
+ Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param FirewallRuleArgs args: The arguments to use to populate this resource's properties.
@@ -162,7 +162,7 @@ class FirewallRule(pulumi.CustomResource):
162
162
  __props__.__dict__["name"] = None
163
163
  __props__.__dict__["system_data"] = None
164
164
  __props__.__dict__["type"] = None
165
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:FirewallRule")])
165
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20241001preview:FirewallRule")])
166
166
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
167
167
  super(FirewallRule, __self__).__init__(
168
168
  'azure-native:documentdb:FirewallRule',
@@ -106,7 +106,7 @@ def get_firewall_rule(firewall_rule_name: Optional[str] = None,
106
106
  Gets information about a mongo cluster firewall rule.
107
107
  Azure REST API version: 2024-03-01-preview.
108
108
 
109
- Other available API versions: 2024-06-01-preview, 2024-07-01.
109
+ Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
110
110
 
111
111
 
112
112
  :param str firewall_rule_name: The name of the mongo cluster firewall rule.
@@ -134,7 +134,7 @@ def get_firewall_rule_output(firewall_rule_name: Optional[pulumi.Input[str]] = N
134
134
  Gets information about a mongo cluster firewall rule.
135
135
  Azure REST API version: 2024-03-01-preview.
136
136
 
137
- Other available API versions: 2024-06-01-preview, 2024-07-01.
137
+ Other available API versions: 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
138
138
 
139
139
 
140
140
  :param str firewall_rule_name: The name of the mongo cluster firewall rule.
@@ -201,7 +201,7 @@ def get_mongo_cluster(mongo_cluster_name: Optional[str] = None,
201
201
  Gets information about a mongo cluster.
202
202
  Azure REST API version: 2023-03-15-preview.
203
203
 
204
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
204
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
205
205
 
206
206
 
207
207
  :param str mongo_cluster_name: The name of the mongo cluster.
@@ -234,7 +234,7 @@ def get_mongo_cluster_output(mongo_cluster_name: Optional[pulumi.Input[str]] = N
234
234
  Gets information about a mongo cluster.
235
235
  Azure REST API version: 2023-03-15-preview.
236
236
 
237
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
237
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
238
238
 
239
239
 
240
240
  :param str mongo_cluster_name: The name of the mongo cluster.
@@ -130,7 +130,7 @@ def get_private_endpoint_connection(account_name: Optional[str] = None,
130
130
  Gets a private endpoint connection.
131
131
  Azure REST API version: 2023-04-15.
132
132
 
133
- Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
133
+ Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-10-01-preview, 2024-11-15, 2024-12-01-preview.
134
134
 
135
135
 
136
136
  :param str account_name: Cosmos DB database account name.
@@ -160,7 +160,7 @@ def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[s
160
160
  Gets a private endpoint connection.
161
161
  Azure REST API version: 2023-04-15.
162
162
 
163
- Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
163
+ Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-10-01-preview, 2024-11-15, 2024-12-01-preview.
164
164
 
165
165
 
166
166
  :param str account_name: Cosmos DB database account name.
@@ -57,7 +57,7 @@ def list_mongo_cluster_connection_strings(mongo_cluster_name: Optional[str] = No
57
57
  List mongo cluster connection strings. This includes the default connection string using SCRAM-SHA-256, as well as other connection strings supported by the cluster.
58
58
  Azure REST API version: 2023-03-15-preview.
59
59
 
60
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
60
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
61
61
 
62
62
 
63
63
  :param str mongo_cluster_name: The name of the mongo cluster.
@@ -78,7 +78,7 @@ def list_mongo_cluster_connection_strings_output(mongo_cluster_name: Optional[pu
78
78
  List mongo cluster connection strings. This includes the default connection string using SCRAM-SHA-256, as well as other connection strings supported by the cluster.
79
79
  Azure REST API version: 2023-03-15-preview.
80
80
 
81
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
81
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
82
82
 
83
83
 
84
84
  :param str mongo_cluster_name: The name of the mongo cluster.
@@ -208,7 +208,7 @@ class MongoCluster(pulumi.CustomResource):
208
208
  Represents a mongo cluster resource.
209
209
  Azure REST API version: 2023-03-15-preview.
210
210
 
211
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
211
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
212
212
 
213
213
  :param str resource_name: The name of the resource.
214
214
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -233,7 +233,7 @@ class MongoCluster(pulumi.CustomResource):
233
233
  Represents a mongo cluster resource.
234
234
  Azure REST API version: 2023-03-15-preview.
235
235
 
236
- Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01.
236
+ Other available API versions: 2023-09-15-preview, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
237
237
 
238
238
  :param str resource_name: The name of the resource.
239
239
  :param MongoClusterArgs args: The arguments to use to populate this resource's properties.
@@ -290,7 +290,7 @@ class MongoCluster(pulumi.CustomResource):
290
290
  __props__.__dict__["provisioning_state"] = None
291
291
  __props__.__dict__["system_data"] = None
292
292
  __props__.__dict__["type"] = None
293
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoCluster")])
293
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20241001preview:MongoCluster")])
294
294
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
295
295
  super(MongoCluster, __self__).__init__(
296
296
  'azure-native:documentdb:MongoCluster',
@@ -184,7 +184,7 @@ class MongoClusterFirewallRule(pulumi.CustomResource):
184
184
  __props__.__dict__["provisioning_state"] = None
185
185
  __props__.__dict__["system_data"] = None
186
186
  __props__.__dict__["type"] = None
187
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoClusterFirewallRule")])
187
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20241001preview:MongoClusterFirewallRule")])
188
188
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
189
189
  super(MongoClusterFirewallRule, __self__).__init__(
190
190
  'azure-native:documentdb:MongoClusterFirewallRule',
@@ -153,7 +153,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
153
153
  A private endpoint connection
154
154
  Azure REST API version: 2023-04-15. Prior API version in Azure Native 1.x: 2021-03-15.
155
155
 
156
- Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
156
+ Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-10-01-preview, 2024-11-15, 2024-12-01-preview.
157
157
 
158
158
  :param str resource_name: The name of the resource.
159
159
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -175,7 +175,7 @@ class PrivateEndpointConnection(pulumi.CustomResource):
175
175
  A private endpoint connection
176
176
  Azure REST API version: 2023-04-15. Prior API version in Azure Native 1.x: 2021-03-15.
177
177
 
178
- Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-11-15, 2024-12-01-preview.
178
+ Other available API versions: 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-03-01-preview, 2024-05-15, 2024-05-15-preview, 2024-06-01-preview, 2024-07-01, 2024-08-15, 2024-09-01-preview, 2024-10-01-preview, 2024-11-15, 2024-12-01-preview.
179
179
 
180
180
  :param str resource_name: The name of the resource.
181
181
  :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
@@ -284,7 +284,7 @@ class MongoCluster(pulumi.CustomResource):
284
284
  __props__.__dict__["provisioning_state"] = None
285
285
  __props__.__dict__["system_data"] = None
286
286
  __props__.__dict__["type"] = None
287
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoCluster")])
287
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoCluster"), pulumi.Alias(type_="azure-native:documentdb/v20241001preview:MongoCluster")])
288
288
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
289
289
  super(MongoCluster, __self__).__init__(
290
290
  'azure-native:documentdb/v20230315preview:MongoCluster',
@@ -178,7 +178,7 @@ class MongoClusterFirewallRule(pulumi.CustomResource):
178
178
  __props__.__dict__["provisioning_state"] = None
179
179
  __props__.__dict__["system_data"] = None
180
180
  __props__.__dict__["type"] = None
181
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoClusterFirewallRule")])
181
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240601preview:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240701:MongoClusterFirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20241001preview:MongoClusterFirewallRule")])
182
182
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
183
183
  super(MongoClusterFirewallRule, __self__).__init__(
184
184
  'azure-native:documentdb/v20230315preview:MongoClusterFirewallRule',