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,383 @@
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
+
18
+ __all__ = [
19
+ 'GetTopicResult',
20
+ 'AwaitableGetTopicResult',
21
+ 'get_topic',
22
+ 'get_topic_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTopicResult:
27
+ """
28
+ EventGrid Topic
29
+ """
30
+ def __init__(__self__, data_residency_boundary=None, disable_local_auth=None, endpoint=None, event_type_info=None, extended_location=None, id=None, identity=None, inbound_ip_rules=None, input_schema=None, input_schema_mapping=None, kind=None, location=None, metric_resource_id=None, minimum_tls_version_allowed=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, sku=None, system_data=None, tags=None, type=None):
31
+ if data_residency_boundary and not isinstance(data_residency_boundary, str):
32
+ raise TypeError("Expected argument 'data_residency_boundary' to be a str")
33
+ pulumi.set(__self__, "data_residency_boundary", data_residency_boundary)
34
+ if disable_local_auth and not isinstance(disable_local_auth, bool):
35
+ raise TypeError("Expected argument 'disable_local_auth' to be a bool")
36
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
37
+ if endpoint and not isinstance(endpoint, str):
38
+ raise TypeError("Expected argument 'endpoint' to be a str")
39
+ pulumi.set(__self__, "endpoint", endpoint)
40
+ if event_type_info and not isinstance(event_type_info, dict):
41
+ raise TypeError("Expected argument 'event_type_info' to be a dict")
42
+ pulumi.set(__self__, "event_type_info", event_type_info)
43
+ if extended_location and not isinstance(extended_location, dict):
44
+ raise TypeError("Expected argument 'extended_location' to be a dict")
45
+ pulumi.set(__self__, "extended_location", extended_location)
46
+ if id and not isinstance(id, str):
47
+ raise TypeError("Expected argument 'id' to be a str")
48
+ pulumi.set(__self__, "id", id)
49
+ if identity and not isinstance(identity, dict):
50
+ raise TypeError("Expected argument 'identity' to be a dict")
51
+ pulumi.set(__self__, "identity", identity)
52
+ if inbound_ip_rules and not isinstance(inbound_ip_rules, list):
53
+ raise TypeError("Expected argument 'inbound_ip_rules' to be a list")
54
+ pulumi.set(__self__, "inbound_ip_rules", inbound_ip_rules)
55
+ if input_schema and not isinstance(input_schema, str):
56
+ raise TypeError("Expected argument 'input_schema' to be a str")
57
+ pulumi.set(__self__, "input_schema", input_schema)
58
+ if input_schema_mapping and not isinstance(input_schema_mapping, dict):
59
+ raise TypeError("Expected argument 'input_schema_mapping' to be a dict")
60
+ pulumi.set(__self__, "input_schema_mapping", input_schema_mapping)
61
+ if kind and not isinstance(kind, str):
62
+ raise TypeError("Expected argument 'kind' to be a str")
63
+ pulumi.set(__self__, "kind", kind)
64
+ if location and not isinstance(location, str):
65
+ raise TypeError("Expected argument 'location' to be a str")
66
+ pulumi.set(__self__, "location", location)
67
+ if metric_resource_id and not isinstance(metric_resource_id, str):
68
+ raise TypeError("Expected argument 'metric_resource_id' to be a str")
69
+ pulumi.set(__self__, "metric_resource_id", metric_resource_id)
70
+ if minimum_tls_version_allowed and not isinstance(minimum_tls_version_allowed, str):
71
+ raise TypeError("Expected argument 'minimum_tls_version_allowed' to be a str")
72
+ pulumi.set(__self__, "minimum_tls_version_allowed", minimum_tls_version_allowed)
73
+ if name and not isinstance(name, str):
74
+ raise TypeError("Expected argument 'name' to be a str")
75
+ pulumi.set(__self__, "name", name)
76
+ if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
77
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
78
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
79
+ if provisioning_state and not isinstance(provisioning_state, str):
80
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
81
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
82
+ if public_network_access and not isinstance(public_network_access, str):
83
+ raise TypeError("Expected argument 'public_network_access' to be a str")
84
+ pulumi.set(__self__, "public_network_access", public_network_access)
85
+ if sku and not isinstance(sku, dict):
86
+ raise TypeError("Expected argument 'sku' to be a dict")
87
+ pulumi.set(__self__, "sku", sku)
88
+ if system_data and not isinstance(system_data, dict):
89
+ raise TypeError("Expected argument 'system_data' to be a dict")
90
+ pulumi.set(__self__, "system_data", system_data)
91
+ if tags and not isinstance(tags, dict):
92
+ raise TypeError("Expected argument 'tags' to be a dict")
93
+ pulumi.set(__self__, "tags", tags)
94
+ if type and not isinstance(type, str):
95
+ raise TypeError("Expected argument 'type' to be a str")
96
+ pulumi.set(__self__, "type", type)
97
+
98
+ @property
99
+ @pulumi.getter(name="dataResidencyBoundary")
100
+ def data_residency_boundary(self) -> Optional[str]:
101
+ """
102
+ Data Residency Boundary of the resource.
103
+ """
104
+ return pulumi.get(self, "data_residency_boundary")
105
+
106
+ @property
107
+ @pulumi.getter(name="disableLocalAuth")
108
+ def disable_local_auth(self) -> Optional[bool]:
109
+ """
110
+ This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.
111
+ """
112
+ return pulumi.get(self, "disable_local_auth")
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def endpoint(self) -> str:
117
+ """
118
+ Endpoint for the topic.
119
+ """
120
+ return pulumi.get(self, "endpoint")
121
+
122
+ @property
123
+ @pulumi.getter(name="eventTypeInfo")
124
+ def event_type_info(self) -> Optional['outputs.EventTypeInfoResponse']:
125
+ """
126
+ Event Type Information for the user topic. This information is provided by the publisher and can be used by the
127
+ subscriber to view different types of events that are published.
128
+ """
129
+ return pulumi.get(self, "event_type_info")
130
+
131
+ @property
132
+ @pulumi.getter(name="extendedLocation")
133
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
134
+ """
135
+ Extended location of the resource.
136
+ """
137
+ return pulumi.get(self, "extended_location")
138
+
139
+ @property
140
+ @pulumi.getter
141
+ def id(self) -> str:
142
+ """
143
+ Fully qualified identifier of the resource.
144
+ """
145
+ return pulumi.get(self, "id")
146
+
147
+ @property
148
+ @pulumi.getter
149
+ def identity(self) -> Optional['outputs.IdentityInfoResponse']:
150
+ """
151
+ Identity information for the resource.
152
+ """
153
+ return pulumi.get(self, "identity")
154
+
155
+ @property
156
+ @pulumi.getter(name="inboundIpRules")
157
+ def inbound_ip_rules(self) -> Optional[Sequence['outputs.InboundIpRuleResponse']]:
158
+ """
159
+ This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
160
+ """
161
+ return pulumi.get(self, "inbound_ip_rules")
162
+
163
+ @property
164
+ @pulumi.getter(name="inputSchema")
165
+ def input_schema(self) -> Optional[str]:
166
+ """
167
+ This determines the format that Event Grid should expect for incoming events published to the topic.
168
+ """
169
+ return pulumi.get(self, "input_schema")
170
+
171
+ @property
172
+ @pulumi.getter(name="inputSchemaMapping")
173
+ def input_schema_mapping(self) -> Optional['outputs.JsonInputSchemaMappingResponse']:
174
+ """
175
+ This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
176
+ """
177
+ return pulumi.get(self, "input_schema_mapping")
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def kind(self) -> Optional[str]:
182
+ """
183
+ Kind of the resource.
184
+ """
185
+ return pulumi.get(self, "kind")
186
+
187
+ @property
188
+ @pulumi.getter
189
+ def location(self) -> str:
190
+ """
191
+ Location of the resource.
192
+ """
193
+ return pulumi.get(self, "location")
194
+
195
+ @property
196
+ @pulumi.getter(name="metricResourceId")
197
+ def metric_resource_id(self) -> str:
198
+ """
199
+ Metric resource id for the topic.
200
+ """
201
+ return pulumi.get(self, "metric_resource_id")
202
+
203
+ @property
204
+ @pulumi.getter(name="minimumTlsVersionAllowed")
205
+ def minimum_tls_version_allowed(self) -> Optional[str]:
206
+ """
207
+ Minimum TLS version of the publisher allowed to publish to this topic
208
+ """
209
+ return pulumi.get(self, "minimum_tls_version_allowed")
210
+
211
+ @property
212
+ @pulumi.getter
213
+ def name(self) -> str:
214
+ """
215
+ Name of the resource.
216
+ """
217
+ return pulumi.get(self, "name")
218
+
219
+ @property
220
+ @pulumi.getter(name="privateEndpointConnections")
221
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
222
+ """
223
+ List of private endpoint connections.
224
+ """
225
+ return pulumi.get(self, "private_endpoint_connections")
226
+
227
+ @property
228
+ @pulumi.getter(name="provisioningState")
229
+ def provisioning_state(self) -> str:
230
+ """
231
+ Provisioning state of the topic.
232
+ """
233
+ return pulumi.get(self, "provisioning_state")
234
+
235
+ @property
236
+ @pulumi.getter(name="publicNetworkAccess")
237
+ def public_network_access(self) -> Optional[str]:
238
+ """
239
+ This determines if traffic is allowed over public network. By default it is enabled.
240
+ You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
241
+ """
242
+ return pulumi.get(self, "public_network_access")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def sku(self) -> Optional['outputs.ResourceSkuResponse']:
247
+ """
248
+ The Sku pricing tier for the topic.
249
+ """
250
+ return pulumi.get(self, "sku")
251
+
252
+ @property
253
+ @pulumi.getter(name="systemData")
254
+ def system_data(self) -> 'outputs.SystemDataResponse':
255
+ """
256
+ The system metadata relating to the Event Grid resource.
257
+ """
258
+ return pulumi.get(self, "system_data")
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def tags(self) -> Optional[Mapping[str, str]]:
263
+ """
264
+ Tags of the resource.
265
+ """
266
+ return pulumi.get(self, "tags")
267
+
268
+ @property
269
+ @pulumi.getter
270
+ def type(self) -> str:
271
+ """
272
+ Type of the resource.
273
+ """
274
+ return pulumi.get(self, "type")
275
+
276
+
277
+ class AwaitableGetTopicResult(GetTopicResult):
278
+ # pylint: disable=using-constant-test
279
+ def __await__(self):
280
+ if False:
281
+ yield self
282
+ return GetTopicResult(
283
+ data_residency_boundary=self.data_residency_boundary,
284
+ disable_local_auth=self.disable_local_auth,
285
+ endpoint=self.endpoint,
286
+ event_type_info=self.event_type_info,
287
+ extended_location=self.extended_location,
288
+ id=self.id,
289
+ identity=self.identity,
290
+ inbound_ip_rules=self.inbound_ip_rules,
291
+ input_schema=self.input_schema,
292
+ input_schema_mapping=self.input_schema_mapping,
293
+ kind=self.kind,
294
+ location=self.location,
295
+ metric_resource_id=self.metric_resource_id,
296
+ minimum_tls_version_allowed=self.minimum_tls_version_allowed,
297
+ name=self.name,
298
+ private_endpoint_connections=self.private_endpoint_connections,
299
+ provisioning_state=self.provisioning_state,
300
+ public_network_access=self.public_network_access,
301
+ sku=self.sku,
302
+ system_data=self.system_data,
303
+ tags=self.tags,
304
+ type=self.type)
305
+
306
+
307
+ def get_topic(resource_group_name: Optional[str] = None,
308
+ topic_name: Optional[str] = None,
309
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTopicResult:
310
+ """
311
+ Get properties of a topic.
312
+
313
+
314
+ :param str resource_group_name: The name of the resource group within the user's subscription.
315
+ :param str topic_name: Name of the topic.
316
+ """
317
+ __args__ = dict()
318
+ __args__['resourceGroupName'] = resource_group_name
319
+ __args__['topicName'] = topic_name
320
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
321
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20241215preview:getTopic', __args__, opts=opts, typ=GetTopicResult).value
322
+
323
+ return AwaitableGetTopicResult(
324
+ data_residency_boundary=pulumi.get(__ret__, 'data_residency_boundary'),
325
+ disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
326
+ endpoint=pulumi.get(__ret__, 'endpoint'),
327
+ event_type_info=pulumi.get(__ret__, 'event_type_info'),
328
+ extended_location=pulumi.get(__ret__, 'extended_location'),
329
+ id=pulumi.get(__ret__, 'id'),
330
+ identity=pulumi.get(__ret__, 'identity'),
331
+ inbound_ip_rules=pulumi.get(__ret__, 'inbound_ip_rules'),
332
+ input_schema=pulumi.get(__ret__, 'input_schema'),
333
+ input_schema_mapping=pulumi.get(__ret__, 'input_schema_mapping'),
334
+ kind=pulumi.get(__ret__, 'kind'),
335
+ location=pulumi.get(__ret__, 'location'),
336
+ metric_resource_id=pulumi.get(__ret__, 'metric_resource_id'),
337
+ minimum_tls_version_allowed=pulumi.get(__ret__, 'minimum_tls_version_allowed'),
338
+ name=pulumi.get(__ret__, 'name'),
339
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
340
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
341
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
342
+ sku=pulumi.get(__ret__, 'sku'),
343
+ system_data=pulumi.get(__ret__, 'system_data'),
344
+ tags=pulumi.get(__ret__, 'tags'),
345
+ type=pulumi.get(__ret__, 'type'))
346
+ def get_topic_output(resource_group_name: Optional[pulumi.Input[str]] = None,
347
+ topic_name: Optional[pulumi.Input[str]] = None,
348
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTopicResult]:
349
+ """
350
+ Get properties of a topic.
351
+
352
+
353
+ :param str resource_group_name: The name of the resource group within the user's subscription.
354
+ :param str topic_name: Name of the topic.
355
+ """
356
+ __args__ = dict()
357
+ __args__['resourceGroupName'] = resource_group_name
358
+ __args__['topicName'] = topic_name
359
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
360
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20241215preview:getTopic', __args__, opts=opts, typ=GetTopicResult)
361
+ return __ret__.apply(lambda __response__: GetTopicResult(
362
+ data_residency_boundary=pulumi.get(__response__, 'data_residency_boundary'),
363
+ disable_local_auth=pulumi.get(__response__, 'disable_local_auth'),
364
+ endpoint=pulumi.get(__response__, 'endpoint'),
365
+ event_type_info=pulumi.get(__response__, 'event_type_info'),
366
+ extended_location=pulumi.get(__response__, 'extended_location'),
367
+ id=pulumi.get(__response__, 'id'),
368
+ identity=pulumi.get(__response__, 'identity'),
369
+ inbound_ip_rules=pulumi.get(__response__, 'inbound_ip_rules'),
370
+ input_schema=pulumi.get(__response__, 'input_schema'),
371
+ input_schema_mapping=pulumi.get(__response__, 'input_schema_mapping'),
372
+ kind=pulumi.get(__response__, 'kind'),
373
+ location=pulumi.get(__response__, 'location'),
374
+ metric_resource_id=pulumi.get(__response__, 'metric_resource_id'),
375
+ minimum_tls_version_allowed=pulumi.get(__response__, 'minimum_tls_version_allowed'),
376
+ name=pulumi.get(__response__, 'name'),
377
+ private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
378
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
379
+ public_network_access=pulumi.get(__response__, 'public_network_access'),
380
+ sku=pulumi.get(__response__, 'sku'),
381
+ system_data=pulumi.get(__response__, 'system_data'),
382
+ tags=pulumi.get(__response__, 'tags'),
383
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,293 @@
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
+
18
+ __all__ = [
19
+ 'GetTopicEventSubscriptionResult',
20
+ 'AwaitableGetTopicEventSubscriptionResult',
21
+ 'get_topic_event_subscription',
22
+ 'get_topic_event_subscription_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTopicEventSubscriptionResult:
27
+ """
28
+ Event Subscription.
29
+ """
30
+ def __init__(__self__, dead_letter_destination=None, dead_letter_with_resource_identity=None, delivery_with_resource_identity=None, destination=None, event_delivery_schema=None, expiration_time_utc=None, filter=None, id=None, labels=None, name=None, provisioning_state=None, retry_policy=None, system_data=None, topic=None, type=None):
31
+ if dead_letter_destination and not isinstance(dead_letter_destination, dict):
32
+ raise TypeError("Expected argument 'dead_letter_destination' to be a dict")
33
+ pulumi.set(__self__, "dead_letter_destination", dead_letter_destination)
34
+ if dead_letter_with_resource_identity and not isinstance(dead_letter_with_resource_identity, dict):
35
+ raise TypeError("Expected argument 'dead_letter_with_resource_identity' to be a dict")
36
+ pulumi.set(__self__, "dead_letter_with_resource_identity", dead_letter_with_resource_identity)
37
+ if delivery_with_resource_identity and not isinstance(delivery_with_resource_identity, dict):
38
+ raise TypeError("Expected argument 'delivery_with_resource_identity' to be a dict")
39
+ pulumi.set(__self__, "delivery_with_resource_identity", delivery_with_resource_identity)
40
+ if destination and not isinstance(destination, dict):
41
+ raise TypeError("Expected argument 'destination' to be a dict")
42
+ pulumi.set(__self__, "destination", destination)
43
+ if event_delivery_schema and not isinstance(event_delivery_schema, str):
44
+ raise TypeError("Expected argument 'event_delivery_schema' to be a str")
45
+ pulumi.set(__self__, "event_delivery_schema", event_delivery_schema)
46
+ if expiration_time_utc and not isinstance(expiration_time_utc, str):
47
+ raise TypeError("Expected argument 'expiration_time_utc' to be a str")
48
+ pulumi.set(__self__, "expiration_time_utc", expiration_time_utc)
49
+ if filter and not isinstance(filter, dict):
50
+ raise TypeError("Expected argument 'filter' to be a dict")
51
+ pulumi.set(__self__, "filter", filter)
52
+ if id and not isinstance(id, str):
53
+ raise TypeError("Expected argument 'id' to be a str")
54
+ pulumi.set(__self__, "id", id)
55
+ if labels and not isinstance(labels, list):
56
+ raise TypeError("Expected argument 'labels' to be a list")
57
+ pulumi.set(__self__, "labels", labels)
58
+ if name and not isinstance(name, str):
59
+ raise TypeError("Expected argument 'name' to be a str")
60
+ pulumi.set(__self__, "name", name)
61
+ if provisioning_state and not isinstance(provisioning_state, str):
62
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
63
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
64
+ if retry_policy and not isinstance(retry_policy, dict):
65
+ raise TypeError("Expected argument 'retry_policy' to be a dict")
66
+ pulumi.set(__self__, "retry_policy", retry_policy)
67
+ if system_data and not isinstance(system_data, dict):
68
+ raise TypeError("Expected argument 'system_data' to be a dict")
69
+ pulumi.set(__self__, "system_data", system_data)
70
+ if topic and not isinstance(topic, str):
71
+ raise TypeError("Expected argument 'topic' to be a str")
72
+ pulumi.set(__self__, "topic", topic)
73
+ if type and not isinstance(type, str):
74
+ raise TypeError("Expected argument 'type' to be a str")
75
+ pulumi.set(__self__, "type", type)
76
+
77
+ @property
78
+ @pulumi.getter(name="deadLetterDestination")
79
+ def dead_letter_destination(self) -> Optional['outputs.StorageBlobDeadLetterDestinationResponse']:
80
+ """
81
+ The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
82
+ Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
83
+ """
84
+ return pulumi.get(self, "dead_letter_destination")
85
+
86
+ @property
87
+ @pulumi.getter(name="deadLetterWithResourceIdentity")
88
+ def dead_letter_with_resource_identity(self) -> Optional['outputs.DeadLetterWithResourceIdentityResponse']:
89
+ """
90
+ The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
91
+ Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
92
+ """
93
+ return pulumi.get(self, "dead_letter_with_resource_identity")
94
+
95
+ @property
96
+ @pulumi.getter(name="deliveryWithResourceIdentity")
97
+ def delivery_with_resource_identity(self) -> Optional['outputs.DeliveryWithResourceIdentityResponse']:
98
+ """
99
+ Information about the destination where events have to be delivered for the event subscription.
100
+ Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
101
+ """
102
+ return pulumi.get(self, "delivery_with_resource_identity")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def destination(self) -> Optional[Any]:
107
+ """
108
+ Information about the destination where events have to be delivered for the event subscription.
109
+ Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
110
+ """
111
+ return pulumi.get(self, "destination")
112
+
113
+ @property
114
+ @pulumi.getter(name="eventDeliverySchema")
115
+ def event_delivery_schema(self) -> Optional[str]:
116
+ """
117
+ The event delivery schema for the event subscription.
118
+ """
119
+ return pulumi.get(self, "event_delivery_schema")
120
+
121
+ @property
122
+ @pulumi.getter(name="expirationTimeUtc")
123
+ def expiration_time_utc(self) -> Optional[str]:
124
+ """
125
+ Expiration time of the event subscription.
126
+ """
127
+ return pulumi.get(self, "expiration_time_utc")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def filter(self) -> Optional['outputs.EventSubscriptionFilterResponse']:
132
+ """
133
+ Information about the filter for the event subscription.
134
+ """
135
+ return pulumi.get(self, "filter")
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def id(self) -> str:
140
+ """
141
+ Fully qualified identifier of the resource.
142
+ """
143
+ return pulumi.get(self, "id")
144
+
145
+ @property
146
+ @pulumi.getter
147
+ def labels(self) -> Optional[Sequence[str]]:
148
+ """
149
+ List of user defined labels.
150
+ """
151
+ return pulumi.get(self, "labels")
152
+
153
+ @property
154
+ @pulumi.getter
155
+ def name(self) -> str:
156
+ """
157
+ Name of the resource.
158
+ """
159
+ return pulumi.get(self, "name")
160
+
161
+ @property
162
+ @pulumi.getter(name="provisioningState")
163
+ def provisioning_state(self) -> str:
164
+ """
165
+ Provisioning state of the event subscription.
166
+ """
167
+ return pulumi.get(self, "provisioning_state")
168
+
169
+ @property
170
+ @pulumi.getter(name="retryPolicy")
171
+ def retry_policy(self) -> Optional['outputs.RetryPolicyResponse']:
172
+ """
173
+ The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
174
+ """
175
+ return pulumi.get(self, "retry_policy")
176
+
177
+ @property
178
+ @pulumi.getter(name="systemData")
179
+ def system_data(self) -> 'outputs.SystemDataResponse':
180
+ """
181
+ The system metadata relating to the Event Grid resource.
182
+ """
183
+ return pulumi.get(self, "system_data")
184
+
185
+ @property
186
+ @pulumi.getter
187
+ def topic(self) -> str:
188
+ """
189
+ Name of the topic of the event subscription.
190
+ """
191
+ return pulumi.get(self, "topic")
192
+
193
+ @property
194
+ @pulumi.getter
195
+ def type(self) -> str:
196
+ """
197
+ Type of the resource.
198
+ """
199
+ return pulumi.get(self, "type")
200
+
201
+
202
+ class AwaitableGetTopicEventSubscriptionResult(GetTopicEventSubscriptionResult):
203
+ # pylint: disable=using-constant-test
204
+ def __await__(self):
205
+ if False:
206
+ yield self
207
+ return GetTopicEventSubscriptionResult(
208
+ dead_letter_destination=self.dead_letter_destination,
209
+ dead_letter_with_resource_identity=self.dead_letter_with_resource_identity,
210
+ delivery_with_resource_identity=self.delivery_with_resource_identity,
211
+ destination=self.destination,
212
+ event_delivery_schema=self.event_delivery_schema,
213
+ expiration_time_utc=self.expiration_time_utc,
214
+ filter=self.filter,
215
+ id=self.id,
216
+ labels=self.labels,
217
+ name=self.name,
218
+ provisioning_state=self.provisioning_state,
219
+ retry_policy=self.retry_policy,
220
+ system_data=self.system_data,
221
+ topic=self.topic,
222
+ type=self.type)
223
+
224
+
225
+ def get_topic_event_subscription(event_subscription_name: Optional[str] = None,
226
+ resource_group_name: Optional[str] = None,
227
+ topic_name: Optional[str] = None,
228
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTopicEventSubscriptionResult:
229
+ """
230
+ Get properties of an event subscription of a topic.
231
+
232
+
233
+ :param str event_subscription_name: Name of the event subscription to be found.
234
+ :param str resource_group_name: The name of the resource group within the user's subscription.
235
+ :param str topic_name: Name of the topic.
236
+ """
237
+ __args__ = dict()
238
+ __args__['eventSubscriptionName'] = event_subscription_name
239
+ __args__['resourceGroupName'] = resource_group_name
240
+ __args__['topicName'] = topic_name
241
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
242
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20241215preview:getTopicEventSubscription', __args__, opts=opts, typ=GetTopicEventSubscriptionResult).value
243
+
244
+ return AwaitableGetTopicEventSubscriptionResult(
245
+ dead_letter_destination=pulumi.get(__ret__, 'dead_letter_destination'),
246
+ dead_letter_with_resource_identity=pulumi.get(__ret__, 'dead_letter_with_resource_identity'),
247
+ delivery_with_resource_identity=pulumi.get(__ret__, 'delivery_with_resource_identity'),
248
+ destination=pulumi.get(__ret__, 'destination'),
249
+ event_delivery_schema=pulumi.get(__ret__, 'event_delivery_schema'),
250
+ expiration_time_utc=pulumi.get(__ret__, 'expiration_time_utc'),
251
+ filter=pulumi.get(__ret__, 'filter'),
252
+ id=pulumi.get(__ret__, 'id'),
253
+ labels=pulumi.get(__ret__, 'labels'),
254
+ name=pulumi.get(__ret__, 'name'),
255
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
256
+ retry_policy=pulumi.get(__ret__, 'retry_policy'),
257
+ system_data=pulumi.get(__ret__, 'system_data'),
258
+ topic=pulumi.get(__ret__, 'topic'),
259
+ type=pulumi.get(__ret__, 'type'))
260
+ def get_topic_event_subscription_output(event_subscription_name: Optional[pulumi.Input[str]] = None,
261
+ resource_group_name: Optional[pulumi.Input[str]] = None,
262
+ topic_name: Optional[pulumi.Input[str]] = None,
263
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTopicEventSubscriptionResult]:
264
+ """
265
+ Get properties of an event subscription of a topic.
266
+
267
+
268
+ :param str event_subscription_name: Name of the event subscription to be found.
269
+ :param str resource_group_name: The name of the resource group within the user's subscription.
270
+ :param str topic_name: Name of the topic.
271
+ """
272
+ __args__ = dict()
273
+ __args__['eventSubscriptionName'] = event_subscription_name
274
+ __args__['resourceGroupName'] = resource_group_name
275
+ __args__['topicName'] = topic_name
276
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
277
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20241215preview:getTopicEventSubscription', __args__, opts=opts, typ=GetTopicEventSubscriptionResult)
278
+ return __ret__.apply(lambda __response__: GetTopicEventSubscriptionResult(
279
+ dead_letter_destination=pulumi.get(__response__, 'dead_letter_destination'),
280
+ dead_letter_with_resource_identity=pulumi.get(__response__, 'dead_letter_with_resource_identity'),
281
+ delivery_with_resource_identity=pulumi.get(__response__, 'delivery_with_resource_identity'),
282
+ destination=pulumi.get(__response__, 'destination'),
283
+ event_delivery_schema=pulumi.get(__response__, 'event_delivery_schema'),
284
+ expiration_time_utc=pulumi.get(__response__, 'expiration_time_utc'),
285
+ filter=pulumi.get(__response__, 'filter'),
286
+ id=pulumi.get(__response__, 'id'),
287
+ labels=pulumi.get(__response__, 'labels'),
288
+ name=pulumi.get(__response__, 'name'),
289
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
290
+ retry_policy=pulumi.get(__response__, 'retry_policy'),
291
+ system_data=pulumi.get(__response__, 'system_data'),
292
+ topic=pulumi.get(__response__, 'topic'),
293
+ type=pulumi.get(__response__, 'type')))