pulumi-azure-native 2.88.0a1739348902__py3-none-any.whl → 2.89.0__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 (431) hide show
  1. pulumi_azure_native/__init__.py +74 -1
  2. pulumi_azure_native/authorization/__init__.py +2 -0
  3. pulumi_azure_native/authorization/_enums.py +26 -0
  4. pulumi_azure_native/authorization/_inputs.py +194 -0
  5. pulumi_azure_native/authorization/get_management_lock_at_resource_level.py +8 -2
  6. pulumi_azure_native/authorization/get_pim_role_eligibility_schedule.py +355 -0
  7. pulumi_azure_native/authorization/management_lock_at_resource_level.py +21 -0
  8. pulumi_azure_native/authorization/outputs.py +445 -0
  9. pulumi_azure_native/authorization/pim_role_eligibility_schedule.py +511 -0
  10. pulumi_azure_native/authorization/v20200501/get_management_lock_at_resource_level.py +8 -2
  11. pulumi_azure_native/authorization/v20200501/management_lock_at_resource_level.py +21 -0
  12. pulumi_azure_native/authorization/v20201001/__init__.py +2 -0
  13. pulumi_azure_native/authorization/v20201001/_enums.py +26 -0
  14. pulumi_azure_native/authorization/v20201001/_inputs.py +194 -0
  15. pulumi_azure_native/authorization/v20201001/get_pim_role_eligibility_schedule.py +353 -0
  16. pulumi_azure_native/authorization/v20201001/outputs.py +445 -0
  17. pulumi_azure_native/authorization/v20201001/pim_role_eligibility_schedule.py +523 -0
  18. pulumi_azure_native/communication/__init__.py +3 -0
  19. pulumi_azure_native/communication/communication_service.py +3 -3
  20. pulumi_azure_native/communication/domain.py +3 -3
  21. pulumi_azure_native/communication/email_service.py +3 -3
  22. pulumi_azure_native/communication/get_communication_service.py +2 -2
  23. pulumi_azure_native/communication/get_domain.py +2 -2
  24. pulumi_azure_native/communication/get_email_service.py +2 -2
  25. pulumi_azure_native/communication/get_sender_username.py +2 -2
  26. pulumi_azure_native/communication/get_suppression_list.py +4 -0
  27. pulumi_azure_native/communication/get_suppression_list_address.py +4 -0
  28. pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
  29. pulumi_azure_native/communication/sender_username.py +3 -3
  30. pulumi_azure_native/communication/suppression_list.py +5 -1
  31. pulumi_azure_native/communication/suppression_list_address.py +5 -1
  32. pulumi_azure_native/communication/v20220701preview/domain.py +1 -1
  33. pulumi_azure_native/communication/v20230331/communication_service.py +1 -1
  34. pulumi_azure_native/communication/v20230331/domain.py +1 -1
  35. pulumi_azure_native/communication/v20230331/email_service.py +1 -1
  36. pulumi_azure_native/communication/v20230331/sender_username.py +1 -1
  37. pulumi_azure_native/communication/v20230401/communication_service.py +1 -1
  38. pulumi_azure_native/communication/v20230401/domain.py +1 -1
  39. pulumi_azure_native/communication/v20230401/email_service.py +1 -1
  40. pulumi_azure_native/communication/v20230401/sender_username.py +1 -1
  41. pulumi_azure_native/communication/v20230401preview/communication_service.py +1 -1
  42. pulumi_azure_native/communication/v20230401preview/domain.py +1 -1
  43. pulumi_azure_native/communication/v20230401preview/email_service.py +1 -1
  44. pulumi_azure_native/communication/v20230401preview/sender_username.py +1 -1
  45. pulumi_azure_native/communication/v20230601preview/communication_service.py +1 -1
  46. pulumi_azure_native/communication/v20230601preview/domain.py +1 -1
  47. pulumi_azure_native/communication/v20230601preview/email_service.py +1 -1
  48. pulumi_azure_native/communication/v20230601preview/sender_username.py +1 -1
  49. pulumi_azure_native/communication/v20230601preview/suppression_list.py +1 -1
  50. pulumi_azure_native/communication/v20230601preview/suppression_list_address.py +1 -1
  51. pulumi_azure_native/communication/v20240901preview/__init__.py +25 -0
  52. pulumi_azure_native/communication/v20240901preview/_enums.py +38 -0
  53. pulumi_azure_native/communication/v20240901preview/_inputs.py +79 -0
  54. pulumi_azure_native/communication/v20240901preview/communication_service.py +367 -0
  55. pulumi_azure_native/communication/v20240901preview/domain.py +368 -0
  56. pulumi_azure_native/communication/v20240901preview/email_service.py +267 -0
  57. pulumi_azure_native/communication/v20240901preview/get_communication_service.py +269 -0
  58. pulumi_azure_native/communication/v20240901preview/get_domain.py +275 -0
  59. pulumi_azure_native/communication/v20240901preview/get_email_service.py +185 -0
  60. pulumi_azure_native/communication/v20240901preview/get_sender_username.py +197 -0
  61. pulumi_azure_native/communication/v20240901preview/get_smtp_username.py +177 -0
  62. pulumi_azure_native/communication/v20240901preview/get_suppression_list.py +197 -0
  63. pulumi_azure_native/communication/v20240901preview/get_suppression_list_address.py +231 -0
  64. pulumi_azure_native/communication/v20240901preview/list_communication_service_keys.py +128 -0
  65. pulumi_azure_native/communication/v20240901preview/outputs.py +560 -0
  66. pulumi_azure_native/communication/v20240901preview/sender_username.py +290 -0
  67. pulumi_azure_native/communication/v20240901preview/smtp_username.py +278 -0
  68. pulumi_azure_native/communication/v20240901preview/suppression_list.py +270 -0
  69. pulumi_azure_native/communication/v20240901preview/suppression_list_address.py +369 -0
  70. pulumi_azure_native/datafactory/_inputs.py +43 -43
  71. pulumi_azure_native/datafactory/outputs.py +34 -34
  72. pulumi_azure_native/datafactory/v20180601/_inputs.py +43 -43
  73. pulumi_azure_native/datafactory/v20180601/outputs.py +34 -34
  74. pulumi_azure_native/eventgrid/__init__.py +3 -0
  75. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  76. pulumi_azure_native/eventgrid/channel.py +3 -3
  77. pulumi_azure_native/eventgrid/client.py +3 -3
  78. pulumi_azure_native/eventgrid/client_group.py +3 -3
  79. pulumi_azure_native/eventgrid/domain.py +3 -3
  80. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  81. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  82. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  83. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  84. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  85. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  86. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  87. pulumi_azure_native/eventgrid/get_client.py +2 -2
  88. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  89. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  90. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  91. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  92. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  93. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  94. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  95. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  96. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  97. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  98. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  99. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  100. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  101. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  102. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  103. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  104. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
  105. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  106. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  107. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  108. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  109. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  110. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  111. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  112. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  113. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  114. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  115. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  116. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  117. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  118. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  119. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  120. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  121. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  122. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  123. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  124. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  125. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  126. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  127. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  128. pulumi_azure_native/eventgrid/namespace.py +3 -3
  129. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  130. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  131. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  132. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  133. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  134. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  135. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  136. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  137. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  138. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  139. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  140. pulumi_azure_native/eventgrid/topic.py +3 -3
  141. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  142. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  143. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  144. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  145. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  146. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  147. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  148. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  149. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  150. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  151. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  152. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  153. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  154. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  155. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  156. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  157. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  158. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  159. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  160. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  161. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  162. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  163. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  164. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  165. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  166. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  167. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  168. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  169. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  170. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  171. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  172. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  173. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  174. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  175. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  176. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  177. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  178. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  179. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  180. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  181. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  182. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  183. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  184. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  185. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  186. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  187. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  188. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  189. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  190. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  191. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  192. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  193. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  194. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  195. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  196. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  197. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  198. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  199. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  200. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  201. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  202. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  203. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  204. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  205. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  206. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  207. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  208. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  209. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  210. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
  211. pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
  212. pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
  213. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
  214. pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
  215. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
  216. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
  217. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
  218. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
  219. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
  220. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
  221. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
  222. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
  223. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
  224. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
  225. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
  226. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
  227. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
  228. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
  229. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
  230. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
  231. pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
  232. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
  233. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
  234. pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +1 -1
  235. pulumi_azure_native/eventgrid/v20241215preview/channel.py +1 -1
  236. pulumi_azure_native/eventgrid/v20241215preview/client.py +1 -1
  237. pulumi_azure_native/eventgrid/v20241215preview/client_group.py +1 -1
  238. pulumi_azure_native/eventgrid/v20241215preview/domain.py +1 -1
  239. pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +1 -1
  240. pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +1 -1
  241. pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +1 -1
  242. pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +1 -1
  243. pulumi_azure_native/eventgrid/v20241215preview/namespace.py +1 -1
  244. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +1 -1
  245. pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +1 -1
  246. pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +1 -1
  247. pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +1 -1
  248. pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +1 -1
  249. pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +1 -1
  250. pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +1 -1
  251. pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +1 -1
  252. pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +1 -1
  253. pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +1 -1
  254. pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +1 -1
  255. pulumi_azure_native/eventgrid/v20241215preview/topic.py +1 -1
  256. pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +1 -1
  257. pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +1 -1
  258. pulumi_azure_native/eventgrid/v20250215/__init__.py +78 -0
  259. pulumi_azure_native/eventgrid/v20250215/_enums.py +405 -0
  260. pulumi_azure_native/eventgrid/v20250215/_inputs.py +6881 -0
  261. pulumi_azure_native/eventgrid/v20250215/ca_certificate.py +278 -0
  262. pulumi_azure_native/eventgrid/v20250215/channel.py +370 -0
  263. pulumi_azure_native/eventgrid/v20250215/client.py +359 -0
  264. pulumi_azure_native/eventgrid/v20250215/client_group.py +262 -0
  265. pulumi_azure_native/eventgrid/v20250215/domain.py +664 -0
  266. pulumi_azure_native/eventgrid/v20250215/domain_event_subscription.py +493 -0
  267. pulumi_azure_native/eventgrid/v20250215/domain_topic.py +200 -0
  268. pulumi_azure_native/eventgrid/v20250215/domain_topic_event_subscription.py +514 -0
  269. pulumi_azure_native/eventgrid/v20250215/event_subscription.py +472 -0
  270. pulumi_azure_native/eventgrid/v20250215/get_ca_certificate.py +205 -0
  271. pulumi_azure_native/eventgrid/v20250215/get_channel.py +220 -0
  272. pulumi_azure_native/eventgrid/v20250215/get_channel_full_url.py +92 -0
  273. pulumi_azure_native/eventgrid/v20250215/get_client.py +221 -0
  274. pulumi_azure_native/eventgrid/v20250215/get_client_group.py +178 -0
  275. pulumi_azure_native/eventgrid/v20250215/get_domain.py +381 -0
  276. pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription.py +293 -0
  277. pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_delivery_attributes.py +93 -0
  278. pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_full_url.py +92 -0
  279. pulumi_azure_native/eventgrid/v20250215/get_domain_topic.py +149 -0
  280. pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription.py +299 -0
  281. pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_delivery_attributes.py +99 -0
  282. pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_full_url.py +98 -0
  283. pulumi_azure_native/eventgrid/v20250215/get_event_subscription.py +287 -0
  284. pulumi_azure_native/eventgrid/v20250215/get_event_subscription_delivery_attributes.py +87 -0
  285. pulumi_azure_native/eventgrid/v20250215/get_event_subscription_full_url.py +86 -0
  286. pulumi_azure_native/eventgrid/v20250215/get_namespace.py +302 -0
  287. pulumi_azure_native/eventgrid/v20250215/get_namespace_topic.py +192 -0
  288. pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription.py +211 -0
  289. pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_delivery_attributes.py +99 -0
  290. pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_full_url.py +98 -0
  291. pulumi_azure_native/eventgrid/v20250215/get_partner_configuration.py +179 -0
  292. pulumi_azure_native/eventgrid/v20250215/get_partner_namespace.py +286 -0
  293. pulumi_azure_native/eventgrid/v20250215/get_partner_registration.py +186 -0
  294. pulumi_azure_native/eventgrid/v20250215/get_partner_topic.py +285 -0
  295. pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription.py +293 -0
  296. pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_delivery_attributes.py +93 -0
  297. pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_full_url.py +92 -0
  298. pulumi_azure_native/eventgrid/v20250215/get_permission_binding.py +207 -0
  299. pulumi_azure_native/eventgrid/v20250215/get_private_endpoint_connection.py +180 -0
  300. pulumi_azure_native/eventgrid/v20250215/get_system_topic.py +227 -0
  301. pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription.py +293 -0
  302. pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_delivery_attributes.py +93 -0
  303. pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_full_url.py +92 -0
  304. pulumi_azure_native/eventgrid/v20250215/get_topic.py +341 -0
  305. pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription.py +293 -0
  306. pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_delivery_attributes.py +93 -0
  307. pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_full_url.py +92 -0
  308. pulumi_azure_native/eventgrid/v20250215/get_topic_space.py +181 -0
  309. pulumi_azure_native/eventgrid/v20250215/list_domain_shared_access_keys.py +100 -0
  310. pulumi_azure_native/eventgrid/v20250215/list_namespace_shared_access_keys.py +100 -0
  311. pulumi_azure_native/eventgrid/v20250215/list_namespace_topic_shared_access_keys.py +106 -0
  312. pulumi_azure_native/eventgrid/v20250215/list_partner_namespace_shared_access_keys.py +100 -0
  313. pulumi_azure_native/eventgrid/v20250215/list_topic_shared_access_keys.py +100 -0
  314. pulumi_azure_native/eventgrid/v20250215/namespace.py +520 -0
  315. pulumi_azure_native/eventgrid/v20250215/namespace_topic.py +296 -0
  316. pulumi_azure_native/eventgrid/v20250215/namespace_topic_event_subscription.py +339 -0
  317. pulumi_azure_native/eventgrid/v20250215/outputs.py +5875 -0
  318. pulumi_azure_native/eventgrid/v20250215/partner_configuration.py +267 -0
  319. pulumi_azure_native/eventgrid/v20250215/partner_namespace.py +457 -0
  320. pulumi_azure_native/eventgrid/v20250215/partner_registration.py +270 -0
  321. pulumi_azure_native/eventgrid/v20250215/partner_topic.py +479 -0
  322. pulumi_azure_native/eventgrid/v20250215/partner_topic_event_subscription.py +493 -0
  323. pulumi_azure_native/eventgrid/v20250215/permission_binding.py +325 -0
  324. pulumi_azure_native/eventgrid/v20250215/private_endpoint_connection.py +317 -0
  325. pulumi_azure_native/eventgrid/v20250215/system_topic.py +336 -0
  326. pulumi_azure_native/eventgrid/v20250215/system_topic_event_subscription.py +493 -0
  327. pulumi_azure_native/eventgrid/v20250215/topic.py +550 -0
  328. pulumi_azure_native/eventgrid/v20250215/topic_event_subscription.py +493 -0
  329. pulumi_azure_native/eventgrid/v20250215/topic_space.py +274 -0
  330. pulumi_azure_native/keyvault/_enums.py +0 -9
  331. pulumi_azure_native/keyvault/_inputs.py +1 -41
  332. pulumi_azure_native/keyvault/outputs.py +27 -29
  333. pulumi_azure_native/keyvault/v20230201/_enums.py +0 -9
  334. pulumi_azure_native/keyvault/v20230201/_inputs.py +1 -41
  335. pulumi_azure_native/keyvault/v20230201/outputs.py +27 -29
  336. pulumi_azure_native/keyvault/v20230701/_enums.py +0 -9
  337. pulumi_azure_native/keyvault/v20230701/_inputs.py +1 -41
  338. pulumi_azure_native/keyvault/v20230701/outputs.py +27 -29
  339. pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -9
  340. pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1 -41
  341. pulumi_azure_native/keyvault/v20240401preview/outputs.py +27 -29
  342. pulumi_azure_native/keyvault/v20241101/_enums.py +0 -9
  343. pulumi_azure_native/keyvault/v20241101/_inputs.py +1 -41
  344. pulumi_azure_native/keyvault/v20241101/outputs.py +27 -29
  345. pulumi_azure_native/keyvault/v20241201preview/_enums.py +0 -9
  346. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +1 -41
  347. pulumi_azure_native/keyvault/v20241201preview/outputs.py +27 -29
  348. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +13 -78
  349. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +10 -69
  350. pulumi_azure_native/netapp/__init__.py +1 -0
  351. pulumi_azure_native/netapp/get_account_key_vault_status.py +131 -0
  352. pulumi_azure_native/netapp/outputs.py +36 -0
  353. pulumi_azure_native/netapp/v20240901/__init__.py +1 -0
  354. pulumi_azure_native/netapp/v20240901/get_account_change_key_vault_information.py +129 -0
  355. pulumi_azure_native/netapp/v20240901/outputs.py +36 -0
  356. pulumi_azure_native/netapp/v20240901preview/__init__.py +1 -0
  357. pulumi_azure_native/netapp/v20240901preview/get_account_key_vault_status.py +129 -0
  358. pulumi_azure_native/netapp/v20240901preview/outputs.py +36 -0
  359. pulumi_azure_native/pulumi-plugin.json +1 -1
  360. pulumi_azure_native/resources/get_resource.py +8 -2
  361. pulumi_azure_native/resources/resource.py +21 -0
  362. pulumi_azure_native/resources/v20220901/get_resource.py +8 -2
  363. pulumi_azure_native/resources/v20220901/resource.py +21 -0
  364. pulumi_azure_native/resources/v20230701/get_resource.py +8 -2
  365. pulumi_azure_native/resources/v20230701/resource.py +21 -0
  366. pulumi_azure_native/resources/v20240301/get_resource.py +8 -2
  367. pulumi_azure_native/resources/v20240301/resource.py +21 -0
  368. pulumi_azure_native/resources/v20240701/get_resource.py +8 -2
  369. pulumi_azure_native/resources/v20240701/resource.py +21 -0
  370. pulumi_azure_native/resources/v20241101/get_resource.py +8 -2
  371. pulumi_azure_native/resources/v20241101/resource.py +21 -0
  372. pulumi_azure_native/sovereign/_enums.py +15 -15
  373. pulumi_azure_native/sovereign/_inputs.py +129 -129
  374. pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +5 -5
  375. pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +4 -4
  376. pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +7 -7
  377. pulumi_azure_native/sovereign/landing_zone_account_operation.py +5 -5
  378. pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +3 -3
  379. pulumi_azure_native/sovereign/landing_zone_registration_operation.py +8 -8
  380. pulumi_azure_native/sovereign/outputs.py +100 -100
  381. pulumi_azure_native/sovereign/v20250227preview/_enums.py +15 -15
  382. pulumi_azure_native/sovereign/v20250227preview/_inputs.py +129 -129
  383. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +5 -5
  384. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +4 -4
  385. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +7 -7
  386. pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +5 -5
  387. pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +3 -3
  388. pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +8 -8
  389. pulumi_azure_native/sovereign/v20250227preview/outputs.py +100 -100
  390. pulumi_azure_native/videoindexer/__init__.py +3 -0
  391. pulumi_azure_native/videoindexer/account.py +3 -3
  392. pulumi_azure_native/videoindexer/get_account.py +2 -2
  393. pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
  394. pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
  395. pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
  396. pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
  397. pulumi_azure_native/videoindexer/v20240923preview/account.py +1 -1
  398. pulumi_azure_native/videoindexer/v20250101/__init__.py +12 -0
  399. pulumi_azure_native/videoindexer/v20250101/_enums.py +19 -0
  400. pulumi_azure_native/videoindexer/v20250101/_inputs.py +195 -0
  401. pulumi_azure_native/videoindexer/v20250101/account.py +398 -0
  402. pulumi_azure_native/videoindexer/v20250101/get_account.py +283 -0
  403. pulumi_azure_native/videoindexer/v20250101/outputs.py +373 -0
  404. pulumi_azure_native/web/container_app.py +3 -3
  405. pulumi_azure_native/web/get_container_app.py +2 -2
  406. pulumi_azure_native/web/list_container_app_secrets.py +2 -2
  407. pulumi_azure_native/web/v20230101/container_app.py +1 -1
  408. pulumi_azure_native/web/v20231201/container_app.py +1 -1
  409. pulumi_azure_native/web/v20240401/__init__.py +0 -3
  410. pulumi_azure_native/web/v20240401/_enums.py +0 -20
  411. pulumi_azure_native/web/v20240401/_inputs.py +43 -1574
  412. pulumi_azure_native/web/v20240401/outputs.py +19 -1212
  413. pulumi_azure_native/weightsandbiases/__init__.py +20 -0
  414. pulumi_azure_native/weightsandbiases/_enums.py +84 -0
  415. pulumi_azure_native/weightsandbiases/_inputs.py +658 -0
  416. pulumi_azure_native/weightsandbiases/get_instance.py +187 -0
  417. pulumi_azure_native/weightsandbiases/instance.py +289 -0
  418. pulumi_azure_native/weightsandbiases/outputs.py +747 -0
  419. pulumi_azure_native/weightsandbiases/v20240918preview/__init__.py +12 -0
  420. pulumi_azure_native/weightsandbiases/v20240918preview/_enums.py +84 -0
  421. pulumi_azure_native/weightsandbiases/v20240918preview/_inputs.py +658 -0
  422. pulumi_azure_native/weightsandbiases/v20240918preview/get_instance.py +185 -0
  423. pulumi_azure_native/weightsandbiases/v20240918preview/instance.py +287 -0
  424. pulumi_azure_native/weightsandbiases/v20240918preview/outputs.py +747 -0
  425. {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/METADATA +1 -1
  426. {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/RECORD +428 -315
  427. {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/WHEEL +1 -1
  428. pulumi_azure_native/web/v20240401/container_app.py +0 -364
  429. pulumi_azure_native/web/v20240401/get_container_app.py +0 -241
  430. pulumi_azure_native/web/v20240401/list_container_app_secrets.py +0 -81
  431. {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,93 @@
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
+ 'GetDomainEventSubscriptionDeliveryAttributesResult',
20
+ 'AwaitableGetDomainEventSubscriptionDeliveryAttributesResult',
21
+ 'get_domain_event_subscription_delivery_attributes',
22
+ 'get_domain_event_subscription_delivery_attributes_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetDomainEventSubscriptionDeliveryAttributesResult:
27
+ """
28
+ Result of the Get delivery attributes operation.
29
+ """
30
+ def __init__(__self__, value=None):
31
+ if value and not isinstance(value, list):
32
+ raise TypeError("Expected argument 'value' to be a list")
33
+ pulumi.set(__self__, "value", value)
34
+
35
+ @property
36
+ @pulumi.getter
37
+ def value(self) -> Optional[Sequence[Any]]:
38
+ """
39
+ A collection of DeliveryAttributeMapping
40
+ """
41
+ return pulumi.get(self, "value")
42
+
43
+
44
+ class AwaitableGetDomainEventSubscriptionDeliveryAttributesResult(GetDomainEventSubscriptionDeliveryAttributesResult):
45
+ # pylint: disable=using-constant-test
46
+ def __await__(self):
47
+ if False:
48
+ yield self
49
+ return GetDomainEventSubscriptionDeliveryAttributesResult(
50
+ value=self.value)
51
+
52
+
53
+ def get_domain_event_subscription_delivery_attributes(domain_name: Optional[str] = None,
54
+ event_subscription_name: Optional[str] = None,
55
+ resource_group_name: Optional[str] = None,
56
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainEventSubscriptionDeliveryAttributesResult:
57
+ """
58
+ Get all delivery attributes for an event subscription for domain.
59
+
60
+
61
+ :param str domain_name: Name of the domain.
62
+ :param str event_subscription_name: Name of the event subscription.
63
+ :param str resource_group_name: The name of the resource group within the user's subscription.
64
+ """
65
+ __args__ = dict()
66
+ __args__['domainName'] = domain_name
67
+ __args__['eventSubscriptionName'] = event_subscription_name
68
+ __args__['resourceGroupName'] = resource_group_name
69
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
70
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getDomainEventSubscriptionDeliveryAttributes', __args__, opts=opts, typ=GetDomainEventSubscriptionDeliveryAttributesResult).value
71
+
72
+ return AwaitableGetDomainEventSubscriptionDeliveryAttributesResult(
73
+ value=pulumi.get(__ret__, 'value'))
74
+ def get_domain_event_subscription_delivery_attributes_output(domain_name: Optional[pulumi.Input[str]] = None,
75
+ event_subscription_name: Optional[pulumi.Input[str]] = None,
76
+ resource_group_name: Optional[pulumi.Input[str]] = None,
77
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainEventSubscriptionDeliveryAttributesResult]:
78
+ """
79
+ Get all delivery attributes for an event subscription for domain.
80
+
81
+
82
+ :param str domain_name: Name of the domain.
83
+ :param str event_subscription_name: Name of the event subscription.
84
+ :param str resource_group_name: The name of the resource group within the user's subscription.
85
+ """
86
+ __args__ = dict()
87
+ __args__['domainName'] = domain_name
88
+ __args__['eventSubscriptionName'] = event_subscription_name
89
+ __args__['resourceGroupName'] = resource_group_name
90
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
91
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getDomainEventSubscriptionDeliveryAttributes', __args__, opts=opts, typ=GetDomainEventSubscriptionDeliveryAttributesResult)
92
+ return __ret__.apply(lambda __response__: GetDomainEventSubscriptionDeliveryAttributesResult(
93
+ value=pulumi.get(__response__, 'value')))
@@ -0,0 +1,92 @@
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
+
17
+ __all__ = [
18
+ 'GetDomainEventSubscriptionFullUrlResult',
19
+ 'AwaitableGetDomainEventSubscriptionFullUrlResult',
20
+ 'get_domain_event_subscription_full_url',
21
+ 'get_domain_event_subscription_full_url_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetDomainEventSubscriptionFullUrlResult:
26
+ """
27
+ Full endpoint URL of an event subscription
28
+ """
29
+ def __init__(__self__, endpoint_url=None):
30
+ if endpoint_url and not isinstance(endpoint_url, str):
31
+ raise TypeError("Expected argument 'endpoint_url' to be a str")
32
+ pulumi.set(__self__, "endpoint_url", endpoint_url)
33
+
34
+ @property
35
+ @pulumi.getter(name="endpointUrl")
36
+ def endpoint_url(self) -> Optional[str]:
37
+ """
38
+ The URL that represents the endpoint of the destination of an event subscription.
39
+ """
40
+ return pulumi.get(self, "endpoint_url")
41
+
42
+
43
+ class AwaitableGetDomainEventSubscriptionFullUrlResult(GetDomainEventSubscriptionFullUrlResult):
44
+ # pylint: disable=using-constant-test
45
+ def __await__(self):
46
+ if False:
47
+ yield self
48
+ return GetDomainEventSubscriptionFullUrlResult(
49
+ endpoint_url=self.endpoint_url)
50
+
51
+
52
+ def get_domain_event_subscription_full_url(domain_name: Optional[str] = None,
53
+ event_subscription_name: Optional[str] = None,
54
+ resource_group_name: Optional[str] = None,
55
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainEventSubscriptionFullUrlResult:
56
+ """
57
+ Get the full endpoint URL for an event subscription for domain.
58
+
59
+
60
+ :param str domain_name: Name of the domain topic.
61
+ :param str event_subscription_name: Name of the event subscription.
62
+ :param str resource_group_name: The name of the resource group within the user's subscription.
63
+ """
64
+ __args__ = dict()
65
+ __args__['domainName'] = domain_name
66
+ __args__['eventSubscriptionName'] = event_subscription_name
67
+ __args__['resourceGroupName'] = resource_group_name
68
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
69
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getDomainEventSubscriptionFullUrl', __args__, opts=opts, typ=GetDomainEventSubscriptionFullUrlResult).value
70
+
71
+ return AwaitableGetDomainEventSubscriptionFullUrlResult(
72
+ endpoint_url=pulumi.get(__ret__, 'endpoint_url'))
73
+ def get_domain_event_subscription_full_url_output(domain_name: Optional[pulumi.Input[str]] = None,
74
+ event_subscription_name: Optional[pulumi.Input[str]] = None,
75
+ resource_group_name: Optional[pulumi.Input[str]] = None,
76
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainEventSubscriptionFullUrlResult]:
77
+ """
78
+ Get the full endpoint URL for an event subscription for domain.
79
+
80
+
81
+ :param str domain_name: Name of the domain topic.
82
+ :param str event_subscription_name: Name of the event subscription.
83
+ :param str resource_group_name: The name of the resource group within the user's subscription.
84
+ """
85
+ __args__ = dict()
86
+ __args__['domainName'] = domain_name
87
+ __args__['eventSubscriptionName'] = event_subscription_name
88
+ __args__['resourceGroupName'] = resource_group_name
89
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
90
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getDomainEventSubscriptionFullUrl', __args__, opts=opts, typ=GetDomainEventSubscriptionFullUrlResult)
91
+ return __ret__.apply(lambda __response__: GetDomainEventSubscriptionFullUrlResult(
92
+ endpoint_url=pulumi.get(__response__, 'endpoint_url')))
@@ -0,0 +1,149 @@
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
+ 'GetDomainTopicResult',
20
+ 'AwaitableGetDomainTopicResult',
21
+ 'get_domain_topic',
22
+ 'get_domain_topic_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetDomainTopicResult:
27
+ """
28
+ Domain Topic.
29
+ """
30
+ def __init__(__self__, id=None, name=None, provisioning_state=None, system_data=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if provisioning_state and not isinstance(provisioning_state, str):
38
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
39
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
40
+ if system_data and not isinstance(system_data, dict):
41
+ raise TypeError("Expected argument 'system_data' to be a dict")
42
+ pulumi.set(__self__, "system_data", system_data)
43
+ if type and not isinstance(type, str):
44
+ raise TypeError("Expected argument 'type' to be a str")
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def id(self) -> str:
50
+ """
51
+ Fully qualified identifier of the resource.
52
+ """
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ """
59
+ Name of the resource.
60
+ """
61
+ return pulumi.get(self, "name")
62
+
63
+ @property
64
+ @pulumi.getter(name="provisioningState")
65
+ def provisioning_state(self) -> str:
66
+ """
67
+ Provisioning state of the domain topic.
68
+ """
69
+ return pulumi.get(self, "provisioning_state")
70
+
71
+ @property
72
+ @pulumi.getter(name="systemData")
73
+ def system_data(self) -> 'outputs.SystemDataResponse':
74
+ """
75
+ The system metadata relating to the Event Grid resource.
76
+ """
77
+ return pulumi.get(self, "system_data")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def type(self) -> str:
82
+ """
83
+ Type of the resource.
84
+ """
85
+ return pulumi.get(self, "type")
86
+
87
+
88
+ class AwaitableGetDomainTopicResult(GetDomainTopicResult):
89
+ # pylint: disable=using-constant-test
90
+ def __await__(self):
91
+ if False:
92
+ yield self
93
+ return GetDomainTopicResult(
94
+ id=self.id,
95
+ name=self.name,
96
+ provisioning_state=self.provisioning_state,
97
+ system_data=self.system_data,
98
+ type=self.type)
99
+
100
+
101
+ def get_domain_topic(domain_name: Optional[str] = None,
102
+ domain_topic_name: Optional[str] = None,
103
+ resource_group_name: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainTopicResult:
105
+ """
106
+ Get properties of a domain topic.
107
+
108
+
109
+ :param str domain_name: Name of the domain.
110
+ :param str domain_topic_name: Name of the topic.
111
+ :param str resource_group_name: The name of the resource group within the user's subscription.
112
+ """
113
+ __args__ = dict()
114
+ __args__['domainName'] = domain_name
115
+ __args__['domainTopicName'] = domain_topic_name
116
+ __args__['resourceGroupName'] = resource_group_name
117
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
118
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getDomainTopic', __args__, opts=opts, typ=GetDomainTopicResult).value
119
+
120
+ return AwaitableGetDomainTopicResult(
121
+ id=pulumi.get(__ret__, 'id'),
122
+ name=pulumi.get(__ret__, 'name'),
123
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
124
+ system_data=pulumi.get(__ret__, 'system_data'),
125
+ type=pulumi.get(__ret__, 'type'))
126
+ def get_domain_topic_output(domain_name: Optional[pulumi.Input[str]] = None,
127
+ domain_topic_name: Optional[pulumi.Input[str]] = None,
128
+ resource_group_name: Optional[pulumi.Input[str]] = None,
129
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainTopicResult]:
130
+ """
131
+ Get properties of a domain topic.
132
+
133
+
134
+ :param str domain_name: Name of the domain.
135
+ :param str domain_topic_name: Name of the topic.
136
+ :param str resource_group_name: The name of the resource group within the user's subscription.
137
+ """
138
+ __args__ = dict()
139
+ __args__['domainName'] = domain_name
140
+ __args__['domainTopicName'] = domain_topic_name
141
+ __args__['resourceGroupName'] = resource_group_name
142
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getDomainTopic', __args__, opts=opts, typ=GetDomainTopicResult)
144
+ return __ret__.apply(lambda __response__: GetDomainTopicResult(
145
+ id=pulumi.get(__response__, 'id'),
146
+ name=pulumi.get(__response__, 'name'),
147
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
148
+ system_data=pulumi.get(__response__, 'system_data'),
149
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,299 @@
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
+ 'GetDomainTopicEventSubscriptionResult',
20
+ 'AwaitableGetDomainTopicEventSubscriptionResult',
21
+ 'get_domain_topic_event_subscription',
22
+ 'get_domain_topic_event_subscription_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetDomainTopicEventSubscriptionResult:
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 AwaitableGetDomainTopicEventSubscriptionResult(GetDomainTopicEventSubscriptionResult):
203
+ # pylint: disable=using-constant-test
204
+ def __await__(self):
205
+ if False:
206
+ yield self
207
+ return GetDomainTopicEventSubscriptionResult(
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_domain_topic_event_subscription(domain_name: Optional[str] = None,
226
+ event_subscription_name: Optional[str] = None,
227
+ resource_group_name: Optional[str] = None,
228
+ topic_name: Optional[str] = None,
229
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainTopicEventSubscriptionResult:
230
+ """
231
+ Get properties of a nested event subscription for a domain topic.
232
+
233
+
234
+ :param str domain_name: Name of the top level domain.
235
+ :param str event_subscription_name: Name of the event subscription to be found.
236
+ :param str resource_group_name: The name of the resource group within the user's subscription.
237
+ :param str topic_name: Name of the domain topic.
238
+ """
239
+ __args__ = dict()
240
+ __args__['domainName'] = domain_name
241
+ __args__['eventSubscriptionName'] = event_subscription_name
242
+ __args__['resourceGroupName'] = resource_group_name
243
+ __args__['topicName'] = topic_name
244
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
245
+ __ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getDomainTopicEventSubscription', __args__, opts=opts, typ=GetDomainTopicEventSubscriptionResult).value
246
+
247
+ return AwaitableGetDomainTopicEventSubscriptionResult(
248
+ dead_letter_destination=pulumi.get(__ret__, 'dead_letter_destination'),
249
+ dead_letter_with_resource_identity=pulumi.get(__ret__, 'dead_letter_with_resource_identity'),
250
+ delivery_with_resource_identity=pulumi.get(__ret__, 'delivery_with_resource_identity'),
251
+ destination=pulumi.get(__ret__, 'destination'),
252
+ event_delivery_schema=pulumi.get(__ret__, 'event_delivery_schema'),
253
+ expiration_time_utc=pulumi.get(__ret__, 'expiration_time_utc'),
254
+ filter=pulumi.get(__ret__, 'filter'),
255
+ id=pulumi.get(__ret__, 'id'),
256
+ labels=pulumi.get(__ret__, 'labels'),
257
+ name=pulumi.get(__ret__, 'name'),
258
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
259
+ retry_policy=pulumi.get(__ret__, 'retry_policy'),
260
+ system_data=pulumi.get(__ret__, 'system_data'),
261
+ topic=pulumi.get(__ret__, 'topic'),
262
+ type=pulumi.get(__ret__, 'type'))
263
+ def get_domain_topic_event_subscription_output(domain_name: Optional[pulumi.Input[str]] = None,
264
+ event_subscription_name: Optional[pulumi.Input[str]] = None,
265
+ resource_group_name: Optional[pulumi.Input[str]] = None,
266
+ topic_name: Optional[pulumi.Input[str]] = None,
267
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDomainTopicEventSubscriptionResult]:
268
+ """
269
+ Get properties of a nested event subscription for a domain topic.
270
+
271
+
272
+ :param str domain_name: Name of the top level domain.
273
+ :param str event_subscription_name: Name of the event subscription to be found.
274
+ :param str resource_group_name: The name of the resource group within the user's subscription.
275
+ :param str topic_name: Name of the domain topic.
276
+ """
277
+ __args__ = dict()
278
+ __args__['domainName'] = domain_name
279
+ __args__['eventSubscriptionName'] = event_subscription_name
280
+ __args__['resourceGroupName'] = resource_group_name
281
+ __args__['topicName'] = topic_name
282
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
283
+ __ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getDomainTopicEventSubscription', __args__, opts=opts, typ=GetDomainTopicEventSubscriptionResult)
284
+ return __ret__.apply(lambda __response__: GetDomainTopicEventSubscriptionResult(
285
+ dead_letter_destination=pulumi.get(__response__, 'dead_letter_destination'),
286
+ dead_letter_with_resource_identity=pulumi.get(__response__, 'dead_letter_with_resource_identity'),
287
+ delivery_with_resource_identity=pulumi.get(__response__, 'delivery_with_resource_identity'),
288
+ destination=pulumi.get(__response__, 'destination'),
289
+ event_delivery_schema=pulumi.get(__response__, 'event_delivery_schema'),
290
+ expiration_time_utc=pulumi.get(__response__, 'expiration_time_utc'),
291
+ filter=pulumi.get(__response__, 'filter'),
292
+ id=pulumi.get(__response__, 'id'),
293
+ labels=pulumi.get(__response__, 'labels'),
294
+ name=pulumi.get(__response__, 'name'),
295
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
296
+ retry_policy=pulumi.get(__response__, 'retry_policy'),
297
+ system_data=pulumi.get(__response__, 'system_data'),
298
+ topic=pulumi.get(__response__, 'topic'),
299
+ type=pulumi.get(__response__, 'type')))