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
@@ -23,6 +23,10 @@ __all__ = [
23
23
  'AccessReviewScopeResponse',
24
24
  'ApprovalSettingsResponse',
25
25
  'ApprovalStageResponse',
26
+ 'ExpandedPropertiesResponse',
27
+ 'ExpandedPropertiesResponsePrincipal',
28
+ 'ExpandedPropertiesResponseRoleDefinition',
29
+ 'ExpandedPropertiesResponseScope',
26
30
  'IdentityResponse',
27
31
  'IdentityResponseUserAssignedIdentities',
28
32
  'ManagementLockOwnerResponse',
@@ -49,6 +53,9 @@ __all__ = [
49
53
  'PrivateLinkAssociationPropertiesExpandedResponse',
50
54
  'ResourceManagementPrivateLinkEndpointConnectionsResponse',
51
55
  'ResourceSelectorResponse',
56
+ 'RoleEligibilityScheduleRequestPropertiesResponseExpiration',
57
+ 'RoleEligibilityScheduleRequestPropertiesResponseScheduleInfo',
58
+ 'RoleEligibilityScheduleRequestPropertiesResponseTicketInfo',
52
59
  'RoleManagementPolicyApprovalRuleResponse',
53
60
  'RoleManagementPolicyAuthenticationContextRuleResponse',
54
61
  'RoleManagementPolicyEnablementRuleResponse',
@@ -785,6 +792,274 @@ class ApprovalStageResponse(dict):
785
792
  return pulumi.get(self, "primary_approvers")
786
793
 
787
794
 
795
+ @pulumi.output_type
796
+ class ExpandedPropertiesResponse(dict):
797
+ """
798
+ Expanded info of resource, role and principal
799
+ """
800
+ @staticmethod
801
+ def __key_warning(key: str):
802
+ suggest = None
803
+ if key == "roleDefinition":
804
+ suggest = "role_definition"
805
+
806
+ if suggest:
807
+ pulumi.log.warn(f"Key '{key}' not found in ExpandedPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
808
+
809
+ def __getitem__(self, key: str) -> Any:
810
+ ExpandedPropertiesResponse.__key_warning(key)
811
+ return super().__getitem__(key)
812
+
813
+ def get(self, key: str, default = None) -> Any:
814
+ ExpandedPropertiesResponse.__key_warning(key)
815
+ return super().get(key, default)
816
+
817
+ def __init__(__self__, *,
818
+ principal: Optional['outputs.ExpandedPropertiesResponsePrincipal'] = None,
819
+ role_definition: Optional['outputs.ExpandedPropertiesResponseRoleDefinition'] = None,
820
+ scope: Optional['outputs.ExpandedPropertiesResponseScope'] = None):
821
+ """
822
+ Expanded info of resource, role and principal
823
+ :param 'ExpandedPropertiesResponsePrincipal' principal: Details of the principal
824
+ :param 'ExpandedPropertiesResponseRoleDefinition' role_definition: Details of role definition
825
+ :param 'ExpandedPropertiesResponseScope' scope: Details of the resource scope
826
+ """
827
+ if principal is not None:
828
+ pulumi.set(__self__, "principal", principal)
829
+ if role_definition is not None:
830
+ pulumi.set(__self__, "role_definition", role_definition)
831
+ if scope is not None:
832
+ pulumi.set(__self__, "scope", scope)
833
+
834
+ @property
835
+ @pulumi.getter
836
+ def principal(self) -> Optional['outputs.ExpandedPropertiesResponsePrincipal']:
837
+ """
838
+ Details of the principal
839
+ """
840
+ return pulumi.get(self, "principal")
841
+
842
+ @property
843
+ @pulumi.getter(name="roleDefinition")
844
+ def role_definition(self) -> Optional['outputs.ExpandedPropertiesResponseRoleDefinition']:
845
+ """
846
+ Details of role definition
847
+ """
848
+ return pulumi.get(self, "role_definition")
849
+
850
+ @property
851
+ @pulumi.getter
852
+ def scope(self) -> Optional['outputs.ExpandedPropertiesResponseScope']:
853
+ """
854
+ Details of the resource scope
855
+ """
856
+ return pulumi.get(self, "scope")
857
+
858
+
859
+ @pulumi.output_type
860
+ class ExpandedPropertiesResponsePrincipal(dict):
861
+ """
862
+ Details of the principal
863
+ """
864
+ @staticmethod
865
+ def __key_warning(key: str):
866
+ suggest = None
867
+ if key == "displayName":
868
+ suggest = "display_name"
869
+
870
+ if suggest:
871
+ pulumi.log.warn(f"Key '{key}' not found in ExpandedPropertiesResponsePrincipal. Access the value via the '{suggest}' property getter instead.")
872
+
873
+ def __getitem__(self, key: str) -> Any:
874
+ ExpandedPropertiesResponsePrincipal.__key_warning(key)
875
+ return super().__getitem__(key)
876
+
877
+ def get(self, key: str, default = None) -> Any:
878
+ ExpandedPropertiesResponsePrincipal.__key_warning(key)
879
+ return super().get(key, default)
880
+
881
+ def __init__(__self__, *,
882
+ display_name: Optional[str] = None,
883
+ email: Optional[str] = None,
884
+ id: Optional[str] = None,
885
+ type: Optional[str] = None):
886
+ """
887
+ Details of the principal
888
+ :param str display_name: Display name of the principal
889
+ :param str email: Email id of the principal
890
+ :param str id: Id of the principal
891
+ :param str type: Type of the principal
892
+ """
893
+ if display_name is not None:
894
+ pulumi.set(__self__, "display_name", display_name)
895
+ if email is not None:
896
+ pulumi.set(__self__, "email", email)
897
+ if id is not None:
898
+ pulumi.set(__self__, "id", id)
899
+ if type is not None:
900
+ pulumi.set(__self__, "type", type)
901
+
902
+ @property
903
+ @pulumi.getter(name="displayName")
904
+ def display_name(self) -> Optional[str]:
905
+ """
906
+ Display name of the principal
907
+ """
908
+ return pulumi.get(self, "display_name")
909
+
910
+ @property
911
+ @pulumi.getter
912
+ def email(self) -> Optional[str]:
913
+ """
914
+ Email id of the principal
915
+ """
916
+ return pulumi.get(self, "email")
917
+
918
+ @property
919
+ @pulumi.getter
920
+ def id(self) -> Optional[str]:
921
+ """
922
+ Id of the principal
923
+ """
924
+ return pulumi.get(self, "id")
925
+
926
+ @property
927
+ @pulumi.getter
928
+ def type(self) -> Optional[str]:
929
+ """
930
+ Type of the principal
931
+ """
932
+ return pulumi.get(self, "type")
933
+
934
+
935
+ @pulumi.output_type
936
+ class ExpandedPropertiesResponseRoleDefinition(dict):
937
+ """
938
+ Details of role definition
939
+ """
940
+ @staticmethod
941
+ def __key_warning(key: str):
942
+ suggest = None
943
+ if key == "displayName":
944
+ suggest = "display_name"
945
+
946
+ if suggest:
947
+ pulumi.log.warn(f"Key '{key}' not found in ExpandedPropertiesResponseRoleDefinition. Access the value via the '{suggest}' property getter instead.")
948
+
949
+ def __getitem__(self, key: str) -> Any:
950
+ ExpandedPropertiesResponseRoleDefinition.__key_warning(key)
951
+ return super().__getitem__(key)
952
+
953
+ def get(self, key: str, default = None) -> Any:
954
+ ExpandedPropertiesResponseRoleDefinition.__key_warning(key)
955
+ return super().get(key, default)
956
+
957
+ def __init__(__self__, *,
958
+ display_name: Optional[str] = None,
959
+ id: Optional[str] = None,
960
+ type: Optional[str] = None):
961
+ """
962
+ Details of role definition
963
+ :param str display_name: Display name of the role definition
964
+ :param str id: Id of the role definition
965
+ :param str type: Type of the role definition
966
+ """
967
+ if display_name is not None:
968
+ pulumi.set(__self__, "display_name", display_name)
969
+ if id is not None:
970
+ pulumi.set(__self__, "id", id)
971
+ if type is not None:
972
+ pulumi.set(__self__, "type", type)
973
+
974
+ @property
975
+ @pulumi.getter(name="displayName")
976
+ def display_name(self) -> Optional[str]:
977
+ """
978
+ Display name of the role definition
979
+ """
980
+ return pulumi.get(self, "display_name")
981
+
982
+ @property
983
+ @pulumi.getter
984
+ def id(self) -> Optional[str]:
985
+ """
986
+ Id of the role definition
987
+ """
988
+ return pulumi.get(self, "id")
989
+
990
+ @property
991
+ @pulumi.getter
992
+ def type(self) -> Optional[str]:
993
+ """
994
+ Type of the role definition
995
+ """
996
+ return pulumi.get(self, "type")
997
+
998
+
999
+ @pulumi.output_type
1000
+ class ExpandedPropertiesResponseScope(dict):
1001
+ """
1002
+ Details of the resource scope
1003
+ """
1004
+ @staticmethod
1005
+ def __key_warning(key: str):
1006
+ suggest = None
1007
+ if key == "displayName":
1008
+ suggest = "display_name"
1009
+
1010
+ if suggest:
1011
+ pulumi.log.warn(f"Key '{key}' not found in ExpandedPropertiesResponseScope. Access the value via the '{suggest}' property getter instead.")
1012
+
1013
+ def __getitem__(self, key: str) -> Any:
1014
+ ExpandedPropertiesResponseScope.__key_warning(key)
1015
+ return super().__getitem__(key)
1016
+
1017
+ def get(self, key: str, default = None) -> Any:
1018
+ ExpandedPropertiesResponseScope.__key_warning(key)
1019
+ return super().get(key, default)
1020
+
1021
+ def __init__(__self__, *,
1022
+ display_name: Optional[str] = None,
1023
+ id: Optional[str] = None,
1024
+ type: Optional[str] = None):
1025
+ """
1026
+ Details of the resource scope
1027
+ :param str display_name: Display name of the resource
1028
+ :param str id: Scope id of the resource
1029
+ :param str type: Type of the resource
1030
+ """
1031
+ if display_name is not None:
1032
+ pulumi.set(__self__, "display_name", display_name)
1033
+ if id is not None:
1034
+ pulumi.set(__self__, "id", id)
1035
+ if type is not None:
1036
+ pulumi.set(__self__, "type", type)
1037
+
1038
+ @property
1039
+ @pulumi.getter(name="displayName")
1040
+ def display_name(self) -> Optional[str]:
1041
+ """
1042
+ Display name of the resource
1043
+ """
1044
+ return pulumi.get(self, "display_name")
1045
+
1046
+ @property
1047
+ @pulumi.getter
1048
+ def id(self) -> Optional[str]:
1049
+ """
1050
+ Scope id of the resource
1051
+ """
1052
+ return pulumi.get(self, "id")
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def type(self) -> Optional[str]:
1057
+ """
1058
+ Type of the resource
1059
+ """
1060
+ return pulumi.get(self, "type")
1061
+
1062
+
788
1063
  @pulumi.output_type
789
1064
  class IdentityResponse(dict):
790
1065
  """
@@ -2578,6 +2853,176 @@ class ResourceSelectorResponse(dict):
2578
2853
  return pulumi.get(self, "selectors")
2579
2854
 
2580
2855
 
2856
+ @pulumi.output_type
2857
+ class RoleEligibilityScheduleRequestPropertiesResponseExpiration(dict):
2858
+ """
2859
+ Expiration of the role eligibility schedule
2860
+ """
2861
+ @staticmethod
2862
+ def __key_warning(key: str):
2863
+ suggest = None
2864
+ if key == "endDateTime":
2865
+ suggest = "end_date_time"
2866
+
2867
+ if suggest:
2868
+ pulumi.log.warn(f"Key '{key}' not found in RoleEligibilityScheduleRequestPropertiesResponseExpiration. Access the value via the '{suggest}' property getter instead.")
2869
+
2870
+ def __getitem__(self, key: str) -> Any:
2871
+ RoleEligibilityScheduleRequestPropertiesResponseExpiration.__key_warning(key)
2872
+ return super().__getitem__(key)
2873
+
2874
+ def get(self, key: str, default = None) -> Any:
2875
+ RoleEligibilityScheduleRequestPropertiesResponseExpiration.__key_warning(key)
2876
+ return super().get(key, default)
2877
+
2878
+ def __init__(__self__, *,
2879
+ duration: Optional[str] = None,
2880
+ end_date_time: Optional[str] = None,
2881
+ type: Optional[str] = None):
2882
+ """
2883
+ Expiration of the role eligibility schedule
2884
+ :param str duration: Duration of the role eligibility schedule in TimeSpan.
2885
+ :param str end_date_time: End DateTime of the role eligibility schedule.
2886
+ :param str type: Type of the role eligibility schedule expiration
2887
+ """
2888
+ if duration is not None:
2889
+ pulumi.set(__self__, "duration", duration)
2890
+ if end_date_time is not None:
2891
+ pulumi.set(__self__, "end_date_time", end_date_time)
2892
+ if type is not None:
2893
+ pulumi.set(__self__, "type", type)
2894
+
2895
+ @property
2896
+ @pulumi.getter
2897
+ def duration(self) -> Optional[str]:
2898
+ """
2899
+ Duration of the role eligibility schedule in TimeSpan.
2900
+ """
2901
+ return pulumi.get(self, "duration")
2902
+
2903
+ @property
2904
+ @pulumi.getter(name="endDateTime")
2905
+ def end_date_time(self) -> Optional[str]:
2906
+ """
2907
+ End DateTime of the role eligibility schedule.
2908
+ """
2909
+ return pulumi.get(self, "end_date_time")
2910
+
2911
+ @property
2912
+ @pulumi.getter
2913
+ def type(self) -> Optional[str]:
2914
+ """
2915
+ Type of the role eligibility schedule expiration
2916
+ """
2917
+ return pulumi.get(self, "type")
2918
+
2919
+
2920
+ @pulumi.output_type
2921
+ class RoleEligibilityScheduleRequestPropertiesResponseScheduleInfo(dict):
2922
+ """
2923
+ Schedule info of the role eligibility schedule
2924
+ """
2925
+ @staticmethod
2926
+ def __key_warning(key: str):
2927
+ suggest = None
2928
+ if key == "startDateTime":
2929
+ suggest = "start_date_time"
2930
+
2931
+ if suggest:
2932
+ pulumi.log.warn(f"Key '{key}' not found in RoleEligibilityScheduleRequestPropertiesResponseScheduleInfo. Access the value via the '{suggest}' property getter instead.")
2933
+
2934
+ def __getitem__(self, key: str) -> Any:
2935
+ RoleEligibilityScheduleRequestPropertiesResponseScheduleInfo.__key_warning(key)
2936
+ return super().__getitem__(key)
2937
+
2938
+ def get(self, key: str, default = None) -> Any:
2939
+ RoleEligibilityScheduleRequestPropertiesResponseScheduleInfo.__key_warning(key)
2940
+ return super().get(key, default)
2941
+
2942
+ def __init__(__self__, *,
2943
+ expiration: Optional['outputs.RoleEligibilityScheduleRequestPropertiesResponseExpiration'] = None,
2944
+ start_date_time: Optional[str] = None):
2945
+ """
2946
+ Schedule info of the role eligibility schedule
2947
+ :param 'RoleEligibilityScheduleRequestPropertiesResponseExpiration' expiration: Expiration of the role eligibility schedule
2948
+ :param str start_date_time: Start DateTime of the role eligibility schedule.
2949
+ """
2950
+ if expiration is not None:
2951
+ pulumi.set(__self__, "expiration", expiration)
2952
+ if start_date_time is not None:
2953
+ pulumi.set(__self__, "start_date_time", start_date_time)
2954
+
2955
+ @property
2956
+ @pulumi.getter
2957
+ def expiration(self) -> Optional['outputs.RoleEligibilityScheduleRequestPropertiesResponseExpiration']:
2958
+ """
2959
+ Expiration of the role eligibility schedule
2960
+ """
2961
+ return pulumi.get(self, "expiration")
2962
+
2963
+ @property
2964
+ @pulumi.getter(name="startDateTime")
2965
+ def start_date_time(self) -> Optional[str]:
2966
+ """
2967
+ Start DateTime of the role eligibility schedule.
2968
+ """
2969
+ return pulumi.get(self, "start_date_time")
2970
+
2971
+
2972
+ @pulumi.output_type
2973
+ class RoleEligibilityScheduleRequestPropertiesResponseTicketInfo(dict):
2974
+ """
2975
+ Ticket Info of the role eligibility
2976
+ """
2977
+ @staticmethod
2978
+ def __key_warning(key: str):
2979
+ suggest = None
2980
+ if key == "ticketNumber":
2981
+ suggest = "ticket_number"
2982
+ elif key == "ticketSystem":
2983
+ suggest = "ticket_system"
2984
+
2985
+ if suggest:
2986
+ pulumi.log.warn(f"Key '{key}' not found in RoleEligibilityScheduleRequestPropertiesResponseTicketInfo. Access the value via the '{suggest}' property getter instead.")
2987
+
2988
+ def __getitem__(self, key: str) -> Any:
2989
+ RoleEligibilityScheduleRequestPropertiesResponseTicketInfo.__key_warning(key)
2990
+ return super().__getitem__(key)
2991
+
2992
+ def get(self, key: str, default = None) -> Any:
2993
+ RoleEligibilityScheduleRequestPropertiesResponseTicketInfo.__key_warning(key)
2994
+ return super().get(key, default)
2995
+
2996
+ def __init__(__self__, *,
2997
+ ticket_number: Optional[str] = None,
2998
+ ticket_system: Optional[str] = None):
2999
+ """
3000
+ Ticket Info of the role eligibility
3001
+ :param str ticket_number: Ticket number for the role eligibility
3002
+ :param str ticket_system: Ticket system name for the role eligibility
3003
+ """
3004
+ if ticket_number is not None:
3005
+ pulumi.set(__self__, "ticket_number", ticket_number)
3006
+ if ticket_system is not None:
3007
+ pulumi.set(__self__, "ticket_system", ticket_system)
3008
+
3009
+ @property
3010
+ @pulumi.getter(name="ticketNumber")
3011
+ def ticket_number(self) -> Optional[str]:
3012
+ """
3013
+ Ticket number for the role eligibility
3014
+ """
3015
+ return pulumi.get(self, "ticket_number")
3016
+
3017
+ @property
3018
+ @pulumi.getter(name="ticketSystem")
3019
+ def ticket_system(self) -> Optional[str]:
3020
+ """
3021
+ Ticket system name for the role eligibility
3022
+ """
3023
+ return pulumi.get(self, "ticket_system")
3024
+
3025
+
2581
3026
  @pulumi.output_type
2582
3027
  class RoleManagementPolicyApprovalRuleResponse(dict):
2583
3028
  """