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,274 @@
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__ = ['TopicSpaceArgs', 'TopicSpace']
19
+
20
+ @pulumi.input_type
21
+ class TopicSpaceArgs:
22
+ def __init__(__self__, *,
23
+ namespace_name: pulumi.Input[str],
24
+ resource_group_name: pulumi.Input[str],
25
+ description: Optional[pulumi.Input[str]] = None,
26
+ topic_space_name: Optional[pulumi.Input[str]] = None,
27
+ topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
28
+ """
29
+ The set of arguments for constructing a TopicSpace resource.
30
+ :param pulumi.Input[str] namespace_name: Name of the namespace.
31
+ :param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
32
+ :param pulumi.Input[str] description: Description for the Topic Space resource.
33
+ :param pulumi.Input[str] topic_space_name: The topic space name.
34
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] topic_templates: The topic filters in the topic space.
35
+ Example: "topicTemplates": [
36
+ "devices/foo/bar",
37
+ "devices/topic1/+",
38
+ "devices/${principal.name}/${principal.attributes.keyName}" ].
39
+ """
40
+ pulumi.set(__self__, "namespace_name", namespace_name)
41
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
42
+ if description is not None:
43
+ pulumi.set(__self__, "description", description)
44
+ if topic_space_name is not None:
45
+ pulumi.set(__self__, "topic_space_name", topic_space_name)
46
+ if topic_templates is not None:
47
+ pulumi.set(__self__, "topic_templates", topic_templates)
48
+
49
+ @property
50
+ @pulumi.getter(name="namespaceName")
51
+ def namespace_name(self) -> pulumi.Input[str]:
52
+ """
53
+ Name of the namespace.
54
+ """
55
+ return pulumi.get(self, "namespace_name")
56
+
57
+ @namespace_name.setter
58
+ def namespace_name(self, value: pulumi.Input[str]):
59
+ pulumi.set(self, "namespace_name", value)
60
+
61
+ @property
62
+ @pulumi.getter(name="resourceGroupName")
63
+ def resource_group_name(self) -> pulumi.Input[str]:
64
+ """
65
+ The name of the resource group within the user's subscription.
66
+ """
67
+ return pulumi.get(self, "resource_group_name")
68
+
69
+ @resource_group_name.setter
70
+ def resource_group_name(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "resource_group_name", value)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def description(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ Description for the Topic Space resource.
78
+ """
79
+ return pulumi.get(self, "description")
80
+
81
+ @description.setter
82
+ def description(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "description", value)
84
+
85
+ @property
86
+ @pulumi.getter(name="topicSpaceName")
87
+ def topic_space_name(self) -> Optional[pulumi.Input[str]]:
88
+ """
89
+ The topic space name.
90
+ """
91
+ return pulumi.get(self, "topic_space_name")
92
+
93
+ @topic_space_name.setter
94
+ def topic_space_name(self, value: Optional[pulumi.Input[str]]):
95
+ pulumi.set(self, "topic_space_name", value)
96
+
97
+ @property
98
+ @pulumi.getter(name="topicTemplates")
99
+ def topic_templates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
100
+ """
101
+ The topic filters in the topic space.
102
+ Example: "topicTemplates": [
103
+ "devices/foo/bar",
104
+ "devices/topic1/+",
105
+ "devices/${principal.name}/${principal.attributes.keyName}" ].
106
+ """
107
+ return pulumi.get(self, "topic_templates")
108
+
109
+ @topic_templates.setter
110
+ def topic_templates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
111
+ pulumi.set(self, "topic_templates", value)
112
+
113
+
114
+ class TopicSpace(pulumi.CustomResource):
115
+ @overload
116
+ def __init__(__self__,
117
+ resource_name: str,
118
+ opts: Optional[pulumi.ResourceOptions] = None,
119
+ description: Optional[pulumi.Input[str]] = None,
120
+ namespace_name: Optional[pulumi.Input[str]] = None,
121
+ resource_group_name: Optional[pulumi.Input[str]] = None,
122
+ topic_space_name: Optional[pulumi.Input[str]] = None,
123
+ topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
124
+ __props__=None):
125
+ """
126
+ The Topic space resource.
127
+
128
+ :param str resource_name: The name of the resource.
129
+ :param pulumi.ResourceOptions opts: Options for the resource.
130
+ :param pulumi.Input[str] description: Description for the Topic Space resource.
131
+ :param pulumi.Input[str] namespace_name: Name of the namespace.
132
+ :param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
133
+ :param pulumi.Input[str] topic_space_name: The topic space name.
134
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] topic_templates: The topic filters in the topic space.
135
+ Example: "topicTemplates": [
136
+ "devices/foo/bar",
137
+ "devices/topic1/+",
138
+ "devices/${principal.name}/${principal.attributes.keyName}" ].
139
+ """
140
+ ...
141
+ @overload
142
+ def __init__(__self__,
143
+ resource_name: str,
144
+ args: TopicSpaceArgs,
145
+ opts: Optional[pulumi.ResourceOptions] = None):
146
+ """
147
+ The Topic space resource.
148
+
149
+ :param str resource_name: The name of the resource.
150
+ :param TopicSpaceArgs args: The arguments to use to populate this resource's properties.
151
+ :param pulumi.ResourceOptions opts: Options for the resource.
152
+ """
153
+ ...
154
+ def __init__(__self__, resource_name: str, *args, **kwargs):
155
+ resource_args, opts = _utilities.get_resource_args_opts(TopicSpaceArgs, pulumi.ResourceOptions, *args, **kwargs)
156
+ if resource_args is not None:
157
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
158
+ else:
159
+ __self__._internal_init(resource_name, *args, **kwargs)
160
+
161
+ def _internal_init(__self__,
162
+ resource_name: str,
163
+ opts: Optional[pulumi.ResourceOptions] = None,
164
+ description: Optional[pulumi.Input[str]] = None,
165
+ namespace_name: Optional[pulumi.Input[str]] = None,
166
+ resource_group_name: Optional[pulumi.Input[str]] = None,
167
+ topic_space_name: Optional[pulumi.Input[str]] = None,
168
+ topic_templates: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
169
+ __props__=None):
170
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
171
+ if not isinstance(opts, pulumi.ResourceOptions):
172
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
173
+ if opts.id is None:
174
+ if __props__ is not None:
175
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
176
+ __props__ = TopicSpaceArgs.__new__(TopicSpaceArgs)
177
+
178
+ __props__.__dict__["description"] = description
179
+ if namespace_name is None and not opts.urn:
180
+ raise TypeError("Missing required property 'namespace_name'")
181
+ __props__.__dict__["namespace_name"] = namespace_name
182
+ if resource_group_name is None and not opts.urn:
183
+ raise TypeError("Missing required property 'resource_group_name'")
184
+ __props__.__dict__["resource_group_name"] = resource_group_name
185
+ __props__.__dict__["topic_space_name"] = topic_space_name
186
+ __props__.__dict__["topic_templates"] = topic_templates
187
+ __props__.__dict__["name"] = None
188
+ __props__.__dict__["provisioning_state"] = None
189
+ __props__.__dict__["system_data"] = None
190
+ __props__.__dict__["type"] = None
191
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:TopicSpace"), pulumi.Alias(type_="azure-native:eventgrid:TopicSpace")])
192
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
193
+ super(TopicSpace, __self__).__init__(
194
+ 'azure-native:eventgrid/v20250215:TopicSpace',
195
+ resource_name,
196
+ __props__,
197
+ opts)
198
+
199
+ @staticmethod
200
+ def get(resource_name: str,
201
+ id: pulumi.Input[str],
202
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'TopicSpace':
203
+ """
204
+ Get an existing TopicSpace resource's state with the given name, id, and optional extra
205
+ properties used to qualify the lookup.
206
+
207
+ :param str resource_name: The unique name of the resulting resource.
208
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
209
+ :param pulumi.ResourceOptions opts: Options for the resource.
210
+ """
211
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
212
+
213
+ __props__ = TopicSpaceArgs.__new__(TopicSpaceArgs)
214
+
215
+ __props__.__dict__["description"] = None
216
+ __props__.__dict__["name"] = None
217
+ __props__.__dict__["provisioning_state"] = None
218
+ __props__.__dict__["system_data"] = None
219
+ __props__.__dict__["topic_templates"] = None
220
+ __props__.__dict__["type"] = None
221
+ return TopicSpace(resource_name, opts=opts, __props__=__props__)
222
+
223
+ @property
224
+ @pulumi.getter
225
+ def description(self) -> pulumi.Output[Optional[str]]:
226
+ """
227
+ Description for the Topic Space resource.
228
+ """
229
+ return pulumi.get(self, "description")
230
+
231
+ @property
232
+ @pulumi.getter
233
+ def name(self) -> pulumi.Output[str]:
234
+ """
235
+ Name of the resource.
236
+ """
237
+ return pulumi.get(self, "name")
238
+
239
+ @property
240
+ @pulumi.getter(name="provisioningState")
241
+ def provisioning_state(self) -> pulumi.Output[str]:
242
+ """
243
+ Provisioning state of the TopicSpace resource.
244
+ """
245
+ return pulumi.get(self, "provisioning_state")
246
+
247
+ @property
248
+ @pulumi.getter(name="systemData")
249
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
250
+ """
251
+ The system metadata relating to the Event Grid resource.
252
+ """
253
+ return pulumi.get(self, "system_data")
254
+
255
+ @property
256
+ @pulumi.getter(name="topicTemplates")
257
+ def topic_templates(self) -> pulumi.Output[Optional[Sequence[str]]]:
258
+ """
259
+ The topic filters in the topic space.
260
+ Example: "topicTemplates": [
261
+ "devices/foo/bar",
262
+ "devices/topic1/+",
263
+ "devices/${principal.name}/${principal.attributes.keyName}" ].
264
+ """
265
+ return pulumi.get(self, "topic_templates")
266
+
267
+ @property
268
+ @pulumi.getter
269
+ def type(self) -> pulumi.Output[str]:
270
+ """
271
+ Type of the resource.
272
+ """
273
+ return pulumi.get(self, "type")
274
+
@@ -23,7 +23,6 @@ __all__ = [
23
23
  'SkuFamily',
24
24
  'SkuName',
25
25
  'StoragePermissions',
26
- 'VaultProvisioningState',
27
26
  ]
28
27
 
29
28
 
@@ -227,11 +226,3 @@ class StoragePermissions(str, Enum):
227
226
  LISTSAS = "listsas"
228
227
  GETSAS = "getsas"
229
228
  DELETESAS = "deletesas"
230
-
231
-
232
- class VaultProvisioningState(str, Enum):
233
- """
234
- Provisioning state of the vault.
235
- """
236
- SUCCEEDED = "Succeeded"
237
- REGISTERING_DNS = "RegisteringDns"
@@ -1799,10 +1799,6 @@ if not MYPY:
1799
1799
  """
1800
1800
  Rules governing the accessibility of the key vault from specific network locations.
1801
1801
  """
1802
- provisioning_state: NotRequired[pulumi.Input[Union[str, 'VaultProvisioningState']]]
1803
- """
1804
- Provisioning state of the vault.
1805
- """
1806
1802
  public_network_access: NotRequired[pulumi.Input[str]]
1807
1803
  """
1808
1804
  Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
@@ -1811,10 +1807,6 @@ if not MYPY:
1811
1807
  """
1812
1808
  softDelete data retention days. It accepts >=7 and <=90.
1813
1809
  """
1814
- vault_uri: NotRequired[pulumi.Input[str]]
1815
- """
1816
- The URI of the vault for performing operations on keys and secrets.
1817
- """
1818
1810
  elif False:
1819
1811
  VaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1820
1812
 
@@ -1832,10 +1824,8 @@ class VaultPropertiesArgs:
1832
1824
  enabled_for_disk_encryption: Optional[pulumi.Input[bool]] = None,
1833
1825
  enabled_for_template_deployment: Optional[pulumi.Input[bool]] = None,
1834
1826
  network_acls: Optional[pulumi.Input['NetworkRuleSetArgs']] = None,
1835
- provisioning_state: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]] = None,
1836
1827
  public_network_access: Optional[pulumi.Input[str]] = None,
1837
- soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None,
1838
- vault_uri: Optional[pulumi.Input[str]] = None):
1828
+ soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None):
1839
1829
  """
1840
1830
  Properties of the vault
1841
1831
  :param pulumi.Input['SkuArgs'] sku: SKU details
@@ -1850,10 +1840,8 @@ class VaultPropertiesArgs:
1850
1840
  :param pulumi.Input[bool] enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
1851
1841
  :param pulumi.Input[bool] enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
1852
1842
  :param pulumi.Input['NetworkRuleSetArgs'] network_acls: Rules governing the accessibility of the key vault from specific network locations.
1853
- :param pulumi.Input[Union[str, 'VaultProvisioningState']] provisioning_state: Provisioning state of the vault.
1854
1843
  :param pulumi.Input[str] public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
1855
1844
  :param pulumi.Input[int] soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
1856
- :param pulumi.Input[str] vault_uri: The URI of the vault for performing operations on keys and secrets.
1857
1845
  """
1858
1846
  pulumi.set(__self__, "sku", sku)
1859
1847
  pulumi.set(__self__, "tenant_id", tenant_id)
@@ -1879,8 +1867,6 @@ class VaultPropertiesArgs:
1879
1867
  pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
1880
1868
  if network_acls is not None:
1881
1869
  pulumi.set(__self__, "network_acls", network_acls)
1882
- if provisioning_state is not None:
1883
- pulumi.set(__self__, "provisioning_state", provisioning_state)
1884
1870
  if public_network_access is None:
1885
1871
  public_network_access = 'enabled'
1886
1872
  if public_network_access is not None:
@@ -1889,8 +1875,6 @@ class VaultPropertiesArgs:
1889
1875
  soft_delete_retention_in_days = 90
1890
1876
  if soft_delete_retention_in_days is not None:
1891
1877
  pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
1892
- if vault_uri is not None:
1893
- pulumi.set(__self__, "vault_uri", vault_uri)
1894
1878
 
1895
1879
  @property
1896
1880
  @pulumi.getter
@@ -2025,18 +2009,6 @@ class VaultPropertiesArgs:
2025
2009
  def network_acls(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]):
2026
2010
  pulumi.set(self, "network_acls", value)
2027
2011
 
2028
- @property
2029
- @pulumi.getter(name="provisioningState")
2030
- def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]:
2031
- """
2032
- Provisioning state of the vault.
2033
- """
2034
- return pulumi.get(self, "provisioning_state")
2035
-
2036
- @provisioning_state.setter
2037
- def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]):
2038
- pulumi.set(self, "provisioning_state", value)
2039
-
2040
2012
  @property
2041
2013
  @pulumi.getter(name="publicNetworkAccess")
2042
2014
  def public_network_access(self) -> Optional[pulumi.Input[str]]:
@@ -2061,18 +2033,6 @@ class VaultPropertiesArgs:
2061
2033
  def soft_delete_retention_in_days(self, value: Optional[pulumi.Input[int]]):
2062
2034
  pulumi.set(self, "soft_delete_retention_in_days", value)
2063
2035
 
2064
- @property
2065
- @pulumi.getter(name="vaultUri")
2066
- def vault_uri(self) -> Optional[pulumi.Input[str]]:
2067
- """
2068
- The URI of the vault for performing operations on keys and secrets.
2069
- """
2070
- return pulumi.get(self, "vault_uri")
2071
-
2072
- @vault_uri.setter
2073
- def vault_uri(self, value: Optional[pulumi.Input[str]]):
2074
- pulumi.set(self, "vault_uri", value)
2075
-
2076
2036
 
2077
2037
  if not MYPY:
2078
2038
  class VirtualNetworkRuleArgsDict(TypedDict):
@@ -1975,8 +1975,12 @@ class VaultPropertiesResponse(dict):
1975
1975
  suggest = "hsm_pool_resource_id"
1976
1976
  elif key == "privateEndpointConnections":
1977
1977
  suggest = "private_endpoint_connections"
1978
+ elif key == "provisioningState":
1979
+ suggest = "provisioning_state"
1978
1980
  elif key == "tenantId":
1979
1981
  suggest = "tenant_id"
1982
+ elif key == "vaultUri":
1983
+ suggest = "vault_uri"
1980
1984
  elif key == "accessPolicies":
1981
1985
  suggest = "access_policies"
1982
1986
  elif key == "enablePurgeProtection":
@@ -1993,14 +1997,10 @@ class VaultPropertiesResponse(dict):
1993
1997
  suggest = "enabled_for_template_deployment"
1994
1998
  elif key == "networkAcls":
1995
1999
  suggest = "network_acls"
1996
- elif key == "provisioningState":
1997
- suggest = "provisioning_state"
1998
2000
  elif key == "publicNetworkAccess":
1999
2001
  suggest = "public_network_access"
2000
2002
  elif key == "softDeleteRetentionInDays":
2001
2003
  suggest = "soft_delete_retention_in_days"
2002
- elif key == "vaultUri":
2003
- suggest = "vault_uri"
2004
2004
 
2005
2005
  if suggest:
2006
2006
  pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
@@ -2016,8 +2016,10 @@ class VaultPropertiesResponse(dict):
2016
2016
  def __init__(__self__, *,
2017
2017
  hsm_pool_resource_id: str,
2018
2018
  private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
2019
+ provisioning_state: str,
2019
2020
  sku: 'outputs.SkuResponse',
2020
2021
  tenant_id: str,
2022
+ vault_uri: str,
2021
2023
  access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
2022
2024
  enable_purge_protection: Optional[bool] = None,
2023
2025
  enable_rbac_authorization: Optional[bool] = None,
@@ -2026,16 +2028,16 @@ class VaultPropertiesResponse(dict):
2026
2028
  enabled_for_disk_encryption: Optional[bool] = None,
2027
2029
  enabled_for_template_deployment: Optional[bool] = None,
2028
2030
  network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
2029
- provisioning_state: Optional[str] = None,
2030
2031
  public_network_access: Optional[str] = None,
2031
- soft_delete_retention_in_days: Optional[int] = None,
2032
- vault_uri: Optional[str] = None):
2032
+ soft_delete_retention_in_days: Optional[int] = None):
2033
2033
  """
2034
2034
  Properties of the vault
2035
2035
  :param str hsm_pool_resource_id: The resource id of HSM Pool.
2036
2036
  :param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
2037
+ :param str provisioning_state: Provisioning state of the vault.
2037
2038
  :param 'SkuResponse' sku: SKU details
2038
2039
  :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
2040
+ :param str vault_uri: The URI of the vault for performing operations on keys and secrets.
2039
2041
  :param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
2040
2042
  These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
2041
2043
  :param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
@@ -2045,15 +2047,15 @@ class VaultPropertiesResponse(dict):
2045
2047
  :param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
2046
2048
  :param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
2047
2049
  :param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
2048
- :param str provisioning_state: Provisioning state of the vault.
2049
2050
  :param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
2050
2051
  :param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
2051
- :param str vault_uri: The URI of the vault for performing operations on keys and secrets.
2052
2052
  """
2053
2053
  pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
2054
2054
  pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
2055
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2055
2056
  pulumi.set(__self__, "sku", sku)
2056
2057
  pulumi.set(__self__, "tenant_id", tenant_id)
2058
+ pulumi.set(__self__, "vault_uri", vault_uri)
2057
2059
  if access_policies is not None:
2058
2060
  pulumi.set(__self__, "access_policies", access_policies)
2059
2061
  if enable_purge_protection is not None:
@@ -2074,8 +2076,6 @@ class VaultPropertiesResponse(dict):
2074
2076
  pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
2075
2077
  if network_acls is not None:
2076
2078
  pulumi.set(__self__, "network_acls", network_acls)
2077
- if provisioning_state is not None:
2078
- pulumi.set(__self__, "provisioning_state", provisioning_state)
2079
2079
  if public_network_access is None:
2080
2080
  public_network_access = 'enabled'
2081
2081
  if public_network_access is not None:
@@ -2084,8 +2084,6 @@ class VaultPropertiesResponse(dict):
2084
2084
  soft_delete_retention_in_days = 90
2085
2085
  if soft_delete_retention_in_days is not None:
2086
2086
  pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
2087
- if vault_uri is not None:
2088
- pulumi.set(__self__, "vault_uri", vault_uri)
2089
2087
 
2090
2088
  @property
2091
2089
  @pulumi.getter(name="hsmPoolResourceId")
@@ -2103,6 +2101,14 @@ class VaultPropertiesResponse(dict):
2103
2101
  """
2104
2102
  return pulumi.get(self, "private_endpoint_connections")
2105
2103
 
2104
+ @property
2105
+ @pulumi.getter(name="provisioningState")
2106
+ def provisioning_state(self) -> str:
2107
+ """
2108
+ Provisioning state of the vault.
2109
+ """
2110
+ return pulumi.get(self, "provisioning_state")
2111
+
2106
2112
  @property
2107
2113
  @pulumi.getter
2108
2114
  def sku(self) -> 'outputs.SkuResponse':
@@ -2119,6 +2125,14 @@ class VaultPropertiesResponse(dict):
2119
2125
  """
2120
2126
  return pulumi.get(self, "tenant_id")
2121
2127
 
2128
+ @property
2129
+ @pulumi.getter(name="vaultUri")
2130
+ def vault_uri(self) -> str:
2131
+ """
2132
+ The URI of the vault for performing operations on keys and secrets.
2133
+ """
2134
+ return pulumi.get(self, "vault_uri")
2135
+
2122
2136
  @property
2123
2137
  @pulumi.getter(name="accessPolicies")
2124
2138
  def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
@@ -2184,14 +2198,6 @@ class VaultPropertiesResponse(dict):
2184
2198
  """
2185
2199
  return pulumi.get(self, "network_acls")
2186
2200
 
2187
- @property
2188
- @pulumi.getter(name="provisioningState")
2189
- def provisioning_state(self) -> Optional[str]:
2190
- """
2191
- Provisioning state of the vault.
2192
- """
2193
- return pulumi.get(self, "provisioning_state")
2194
-
2195
2201
  @property
2196
2202
  @pulumi.getter(name="publicNetworkAccess")
2197
2203
  def public_network_access(self) -> Optional[str]:
@@ -2208,14 +2214,6 @@ class VaultPropertiesResponse(dict):
2208
2214
  """
2209
2215
  return pulumi.get(self, "soft_delete_retention_in_days")
2210
2216
 
2211
- @property
2212
- @pulumi.getter(name="vaultUri")
2213
- def vault_uri(self) -> Optional[str]:
2214
- """
2215
- The URI of the vault for performing operations on keys and secrets.
2216
- """
2217
- return pulumi.get(self, "vault_uri")
2218
-
2219
2217
 
2220
2218
  @pulumi.output_type
2221
2219
  class VirtualNetworkRuleResponse(dict):
@@ -23,7 +23,6 @@ __all__ = [
23
23
  'SkuFamily',
24
24
  'SkuName',
25
25
  'StoragePermissions',
26
- 'VaultProvisioningState',
27
26
  ]
28
27
 
29
28
 
@@ -227,11 +226,3 @@ class StoragePermissions(str, Enum):
227
226
  LISTSAS = "listsas"
228
227
  GETSAS = "getsas"
229
228
  DELETESAS = "deletesas"
230
-
231
-
232
- class VaultProvisioningState(str, Enum):
233
- """
234
- Provisioning state of the vault.
235
- """
236
- SUCCEEDED = "Succeeded"
237
- REGISTERING_DNS = "RegisteringDns"
@@ -1799,10 +1799,6 @@ if not MYPY:
1799
1799
  """
1800
1800
  Rules governing the accessibility of the key vault from specific network locations.
1801
1801
  """
1802
- provisioning_state: NotRequired[pulumi.Input[Union[str, 'VaultProvisioningState']]]
1803
- """
1804
- Provisioning state of the vault.
1805
- """
1806
1802
  public_network_access: NotRequired[pulumi.Input[str]]
1807
1803
  """
1808
1804
  Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
@@ -1811,10 +1807,6 @@ if not MYPY:
1811
1807
  """
1812
1808
  softDelete data retention days. It accepts >=7 and <=90.
1813
1809
  """
1814
- vault_uri: NotRequired[pulumi.Input[str]]
1815
- """
1816
- The URI of the vault for performing operations on keys and secrets.
1817
- """
1818
1810
  elif False:
1819
1811
  VaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1820
1812
 
@@ -1832,10 +1824,8 @@ class VaultPropertiesArgs:
1832
1824
  enabled_for_disk_encryption: Optional[pulumi.Input[bool]] = None,
1833
1825
  enabled_for_template_deployment: Optional[pulumi.Input[bool]] = None,
1834
1826
  network_acls: Optional[pulumi.Input['NetworkRuleSetArgs']] = None,
1835
- provisioning_state: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]] = None,
1836
1827
  public_network_access: Optional[pulumi.Input[str]] = None,
1837
- soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None,
1838
- vault_uri: Optional[pulumi.Input[str]] = None):
1828
+ soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None):
1839
1829
  """
1840
1830
  Properties of the vault
1841
1831
  :param pulumi.Input['SkuArgs'] sku: SKU details
@@ -1850,10 +1840,8 @@ class VaultPropertiesArgs:
1850
1840
  :param pulumi.Input[bool] enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
1851
1841
  :param pulumi.Input[bool] enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
1852
1842
  :param pulumi.Input['NetworkRuleSetArgs'] network_acls: Rules governing the accessibility of the key vault from specific network locations.
1853
- :param pulumi.Input[Union[str, 'VaultProvisioningState']] provisioning_state: Provisioning state of the vault.
1854
1843
  :param pulumi.Input[str] public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
1855
1844
  :param pulumi.Input[int] soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
1856
- :param pulumi.Input[str] vault_uri: The URI of the vault for performing operations on keys and secrets.
1857
1845
  """
1858
1846
  pulumi.set(__self__, "sku", sku)
1859
1847
  pulumi.set(__self__, "tenant_id", tenant_id)
@@ -1879,8 +1867,6 @@ class VaultPropertiesArgs:
1879
1867
  pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
1880
1868
  if network_acls is not None:
1881
1869
  pulumi.set(__self__, "network_acls", network_acls)
1882
- if provisioning_state is not None:
1883
- pulumi.set(__self__, "provisioning_state", provisioning_state)
1884
1870
  if public_network_access is None:
1885
1871
  public_network_access = 'enabled'
1886
1872
  if public_network_access is not None:
@@ -1889,8 +1875,6 @@ class VaultPropertiesArgs:
1889
1875
  soft_delete_retention_in_days = 90
1890
1876
  if soft_delete_retention_in_days is not None:
1891
1877
  pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
1892
- if vault_uri is not None:
1893
- pulumi.set(__self__, "vault_uri", vault_uri)
1894
1878
 
1895
1879
  @property
1896
1880
  @pulumi.getter
@@ -2025,18 +2009,6 @@ class VaultPropertiesArgs:
2025
2009
  def network_acls(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]):
2026
2010
  pulumi.set(self, "network_acls", value)
2027
2011
 
2028
- @property
2029
- @pulumi.getter(name="provisioningState")
2030
- def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]:
2031
- """
2032
- Provisioning state of the vault.
2033
- """
2034
- return pulumi.get(self, "provisioning_state")
2035
-
2036
- @provisioning_state.setter
2037
- def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]):
2038
- pulumi.set(self, "provisioning_state", value)
2039
-
2040
2012
  @property
2041
2013
  @pulumi.getter(name="publicNetworkAccess")
2042
2014
  def public_network_access(self) -> Optional[pulumi.Input[str]]:
@@ -2061,18 +2033,6 @@ class VaultPropertiesArgs:
2061
2033
  def soft_delete_retention_in_days(self, value: Optional[pulumi.Input[int]]):
2062
2034
  pulumi.set(self, "soft_delete_retention_in_days", value)
2063
2035
 
2064
- @property
2065
- @pulumi.getter(name="vaultUri")
2066
- def vault_uri(self) -> Optional[pulumi.Input[str]]:
2067
- """
2068
- The URI of the vault for performing operations on keys and secrets.
2069
- """
2070
- return pulumi.get(self, "vault_uri")
2071
-
2072
- @vault_uri.setter
2073
- def vault_uri(self, value: Optional[pulumi.Input[str]]):
2074
- pulumi.set(self, "vault_uri", value)
2075
-
2076
2036
 
2077
2037
  if not MYPY:
2078
2038
  class VirtualNetworkRuleArgsDict(TypedDict):