pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__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 (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,227 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetWatcherResult',
20
+ 'AwaitableGetWatcherResult',
21
+ 'get_watcher',
22
+ 'get_watcher_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWatcherResult:
27
+ """
28
+ The DatabaseWatcherProviderHub resource.
29
+ """
30
+ def __init__(__self__, datastore=None, default_alert_rule_identity_resource_id=None, id=None, identity=None, location=None, name=None, provisioning_state=None, status=None, system_data=None, tags=None, type=None):
31
+ if datastore and not isinstance(datastore, dict):
32
+ raise TypeError("Expected argument 'datastore' to be a dict")
33
+ pulumi.set(__self__, "datastore", datastore)
34
+ if default_alert_rule_identity_resource_id and not isinstance(default_alert_rule_identity_resource_id, str):
35
+ raise TypeError("Expected argument 'default_alert_rule_identity_resource_id' to be a str")
36
+ pulumi.set(__self__, "default_alert_rule_identity_resource_id", default_alert_rule_identity_resource_id)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+ if identity and not isinstance(identity, dict):
41
+ raise TypeError("Expected argument 'identity' to be a dict")
42
+ pulumi.set(__self__, "identity", identity)
43
+ if location and not isinstance(location, str):
44
+ raise TypeError("Expected argument 'location' to be a str")
45
+ pulumi.set(__self__, "location", location)
46
+ if name and not isinstance(name, str):
47
+ raise TypeError("Expected argument 'name' to be a str")
48
+ pulumi.set(__self__, "name", name)
49
+ if provisioning_state and not isinstance(provisioning_state, str):
50
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
52
+ if status and not isinstance(status, str):
53
+ raise TypeError("Expected argument 'status' to be a str")
54
+ pulumi.set(__self__, "status", status)
55
+ if system_data and not isinstance(system_data, dict):
56
+ raise TypeError("Expected argument 'system_data' to be a dict")
57
+ pulumi.set(__self__, "system_data", system_data)
58
+ if tags and not isinstance(tags, dict):
59
+ raise TypeError("Expected argument 'tags' to be a dict")
60
+ pulumi.set(__self__, "tags", tags)
61
+ if type and not isinstance(type, str):
62
+ raise TypeError("Expected argument 'type' to be a str")
63
+ pulumi.set(__self__, "type", type)
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def datastore(self) -> Optional['outputs.DatastoreResponse']:
68
+ """
69
+ The data store for collected monitoring data.
70
+ """
71
+ return pulumi.get(self, "datastore")
72
+
73
+ @property
74
+ @pulumi.getter(name="defaultAlertRuleIdentityResourceId")
75
+ def default_alert_rule_identity_resource_id(self) -> Optional[str]:
76
+ """
77
+ The resource ID of a user-assigned managed identity that will be assigned to a new alert rule.
78
+ """
79
+ return pulumi.get(self, "default_alert_rule_identity_resource_id")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def id(self) -> str:
84
+ """
85
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
86
+ """
87
+ return pulumi.get(self, "id")
88
+
89
+ @property
90
+ @pulumi.getter
91
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
92
+ """
93
+ The managed service identities assigned to this resource.
94
+ """
95
+ return pulumi.get(self, "identity")
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def location(self) -> str:
100
+ """
101
+ The geo-location where the resource lives
102
+ """
103
+ return pulumi.get(self, "location")
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def name(self) -> str:
108
+ """
109
+ The name of the resource
110
+ """
111
+ return pulumi.get(self, "name")
112
+
113
+ @property
114
+ @pulumi.getter(name="provisioningState")
115
+ def provisioning_state(self) -> str:
116
+ """
117
+ The provisioning state of the resource watcher.
118
+ """
119
+ return pulumi.get(self, "provisioning_state")
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def status(self) -> str:
124
+ """
125
+ The monitoring collection status of the watcher.
126
+ """
127
+ return pulumi.get(self, "status")
128
+
129
+ @property
130
+ @pulumi.getter(name="systemData")
131
+ def system_data(self) -> 'outputs.SystemDataResponse':
132
+ """
133
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
134
+ """
135
+ return pulumi.get(self, "system_data")
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def tags(self) -> Optional[Mapping[str, str]]:
140
+ """
141
+ Resource tags.
142
+ """
143
+ return pulumi.get(self, "tags")
144
+
145
+ @property
146
+ @pulumi.getter
147
+ def type(self) -> str:
148
+ """
149
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
150
+ """
151
+ return pulumi.get(self, "type")
152
+
153
+
154
+ class AwaitableGetWatcherResult(GetWatcherResult):
155
+ # pylint: disable=using-constant-test
156
+ def __await__(self):
157
+ if False:
158
+ yield self
159
+ return GetWatcherResult(
160
+ datastore=self.datastore,
161
+ default_alert_rule_identity_resource_id=self.default_alert_rule_identity_resource_id,
162
+ id=self.id,
163
+ identity=self.identity,
164
+ location=self.location,
165
+ name=self.name,
166
+ provisioning_state=self.provisioning_state,
167
+ status=self.status,
168
+ system_data=self.system_data,
169
+ tags=self.tags,
170
+ type=self.type)
171
+
172
+
173
+ def get_watcher(resource_group_name: Optional[str] = None,
174
+ watcher_name: Optional[str] = None,
175
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWatcherResult:
176
+ """
177
+ Get a Watcher
178
+
179
+
180
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
181
+ :param str watcher_name: The database watcher name.
182
+ """
183
+ __args__ = dict()
184
+ __args__['resourceGroupName'] = resource_group_name
185
+ __args__['watcherName'] = watcher_name
186
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
187
+ __ret__ = pulumi.runtime.invoke('azure-native:databasewatcher/v20250102:getWatcher', __args__, opts=opts, typ=GetWatcherResult).value
188
+
189
+ return AwaitableGetWatcherResult(
190
+ datastore=pulumi.get(__ret__, 'datastore'),
191
+ default_alert_rule_identity_resource_id=pulumi.get(__ret__, 'default_alert_rule_identity_resource_id'),
192
+ id=pulumi.get(__ret__, 'id'),
193
+ identity=pulumi.get(__ret__, 'identity'),
194
+ location=pulumi.get(__ret__, 'location'),
195
+ name=pulumi.get(__ret__, 'name'),
196
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
197
+ status=pulumi.get(__ret__, 'status'),
198
+ system_data=pulumi.get(__ret__, 'system_data'),
199
+ tags=pulumi.get(__ret__, 'tags'),
200
+ type=pulumi.get(__ret__, 'type'))
201
+ def get_watcher_output(resource_group_name: Optional[pulumi.Input[str]] = None,
202
+ watcher_name: Optional[pulumi.Input[str]] = None,
203
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWatcherResult]:
204
+ """
205
+ Get a Watcher
206
+
207
+
208
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
209
+ :param str watcher_name: The database watcher name.
210
+ """
211
+ __args__ = dict()
212
+ __args__['resourceGroupName'] = resource_group_name
213
+ __args__['watcherName'] = watcher_name
214
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
215
+ __ret__ = pulumi.runtime.invoke_output('azure-native:databasewatcher/v20250102:getWatcher', __args__, opts=opts, typ=GetWatcherResult)
216
+ return __ret__.apply(lambda __response__: GetWatcherResult(
217
+ datastore=pulumi.get(__response__, 'datastore'),
218
+ default_alert_rule_identity_resource_id=pulumi.get(__response__, 'default_alert_rule_identity_resource_id'),
219
+ id=pulumi.get(__response__, 'id'),
220
+ identity=pulumi.get(__response__, 'identity'),
221
+ location=pulumi.get(__response__, 'location'),
222
+ name=pulumi.get(__response__, 'name'),
223
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
224
+ status=pulumi.get(__response__, 'status'),
225
+ system_data=pulumi.get(__response__, 'system_data'),
226
+ tags=pulumi.get(__response__, 'tags'),
227
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,452 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'DatastoreResponse',
21
+ 'ManagedServiceIdentityResponse',
22
+ 'SystemDataResponse',
23
+ 'UserAssignedIdentityResponse',
24
+ 'VaultSecretResponse',
25
+ ]
26
+
27
+ @pulumi.output_type
28
+ class DatastoreResponse(dict):
29
+ """
30
+ The properties of a data store.
31
+ """
32
+ @staticmethod
33
+ def __key_warning(key: str):
34
+ suggest = None
35
+ if key == "kustoClusterUri":
36
+ suggest = "kusto_cluster_uri"
37
+ elif key == "kustoDataIngestionUri":
38
+ suggest = "kusto_data_ingestion_uri"
39
+ elif key == "kustoDatabaseName":
40
+ suggest = "kusto_database_name"
41
+ elif key == "kustoManagementUrl":
42
+ suggest = "kusto_management_url"
43
+ elif key == "kustoOfferingType":
44
+ suggest = "kusto_offering_type"
45
+ elif key == "adxClusterResourceId":
46
+ suggest = "adx_cluster_resource_id"
47
+ elif key == "kustoClusterDisplayName":
48
+ suggest = "kusto_cluster_display_name"
49
+
50
+ if suggest:
51
+ pulumi.log.warn(f"Key '{key}' not found in DatastoreResponse. Access the value via the '{suggest}' property getter instead.")
52
+
53
+ def __getitem__(self, key: str) -> Any:
54
+ DatastoreResponse.__key_warning(key)
55
+ return super().__getitem__(key)
56
+
57
+ def get(self, key: str, default = None) -> Any:
58
+ DatastoreResponse.__key_warning(key)
59
+ return super().get(key, default)
60
+
61
+ def __init__(__self__, *,
62
+ kusto_cluster_uri: str,
63
+ kusto_data_ingestion_uri: str,
64
+ kusto_database_name: str,
65
+ kusto_management_url: str,
66
+ kusto_offering_type: str,
67
+ adx_cluster_resource_id: Optional[str] = None,
68
+ kusto_cluster_display_name: Optional[str] = None):
69
+ """
70
+ The properties of a data store.
71
+ :param str kusto_cluster_uri: The Kusto cluster URI.
72
+ :param str kusto_data_ingestion_uri: The Kusto data ingestion URI.
73
+ :param str kusto_database_name: The name of a Kusto database.
74
+ :param str kusto_management_url: The Kusto management URL.
75
+ :param str kusto_offering_type: The type of a Kusto offering.
76
+ :param str adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
77
+ :param str kusto_cluster_display_name: The Kusto cluster display name.
78
+ """
79
+ pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
80
+ pulumi.set(__self__, "kusto_data_ingestion_uri", kusto_data_ingestion_uri)
81
+ pulumi.set(__self__, "kusto_database_name", kusto_database_name)
82
+ pulumi.set(__self__, "kusto_management_url", kusto_management_url)
83
+ pulumi.set(__self__, "kusto_offering_type", kusto_offering_type)
84
+ if adx_cluster_resource_id is not None:
85
+ pulumi.set(__self__, "adx_cluster_resource_id", adx_cluster_resource_id)
86
+ if kusto_cluster_display_name is not None:
87
+ pulumi.set(__self__, "kusto_cluster_display_name", kusto_cluster_display_name)
88
+
89
+ @property
90
+ @pulumi.getter(name="kustoClusterUri")
91
+ def kusto_cluster_uri(self) -> str:
92
+ """
93
+ The Kusto cluster URI.
94
+ """
95
+ return pulumi.get(self, "kusto_cluster_uri")
96
+
97
+ @property
98
+ @pulumi.getter(name="kustoDataIngestionUri")
99
+ def kusto_data_ingestion_uri(self) -> str:
100
+ """
101
+ The Kusto data ingestion URI.
102
+ """
103
+ return pulumi.get(self, "kusto_data_ingestion_uri")
104
+
105
+ @property
106
+ @pulumi.getter(name="kustoDatabaseName")
107
+ def kusto_database_name(self) -> str:
108
+ """
109
+ The name of a Kusto database.
110
+ """
111
+ return pulumi.get(self, "kusto_database_name")
112
+
113
+ @property
114
+ @pulumi.getter(name="kustoManagementUrl")
115
+ def kusto_management_url(self) -> str:
116
+ """
117
+ The Kusto management URL.
118
+ """
119
+ return pulumi.get(self, "kusto_management_url")
120
+
121
+ @property
122
+ @pulumi.getter(name="kustoOfferingType")
123
+ def kusto_offering_type(self) -> str:
124
+ """
125
+ The type of a Kusto offering.
126
+ """
127
+ return pulumi.get(self, "kusto_offering_type")
128
+
129
+ @property
130
+ @pulumi.getter(name="adxClusterResourceId")
131
+ def adx_cluster_resource_id(self) -> Optional[str]:
132
+ """
133
+ The Azure resource ID of an Azure Data Explorer cluster.
134
+ """
135
+ return pulumi.get(self, "adx_cluster_resource_id")
136
+
137
+ @property
138
+ @pulumi.getter(name="kustoClusterDisplayName")
139
+ def kusto_cluster_display_name(self) -> Optional[str]:
140
+ """
141
+ The Kusto cluster display name.
142
+ """
143
+ return pulumi.get(self, "kusto_cluster_display_name")
144
+
145
+
146
+ @pulumi.output_type
147
+ class ManagedServiceIdentityResponse(dict):
148
+ """
149
+ Managed service identity (system assigned and/or user assigned identities)
150
+ """
151
+ @staticmethod
152
+ def __key_warning(key: str):
153
+ suggest = None
154
+ if key == "principalId":
155
+ suggest = "principal_id"
156
+ elif key == "tenantId":
157
+ suggest = "tenant_id"
158
+ elif key == "userAssignedIdentities":
159
+ suggest = "user_assigned_identities"
160
+
161
+ if suggest:
162
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
163
+
164
+ def __getitem__(self, key: str) -> Any:
165
+ ManagedServiceIdentityResponse.__key_warning(key)
166
+ return super().__getitem__(key)
167
+
168
+ def get(self, key: str, default = None) -> Any:
169
+ ManagedServiceIdentityResponse.__key_warning(key)
170
+ return super().get(key, default)
171
+
172
+ def __init__(__self__, *,
173
+ principal_id: str,
174
+ tenant_id: str,
175
+ type: str,
176
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
177
+ """
178
+ Managed service identity (system assigned and/or user assigned identities)
179
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
180
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
181
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
182
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
183
+ """
184
+ pulumi.set(__self__, "principal_id", principal_id)
185
+ pulumi.set(__self__, "tenant_id", tenant_id)
186
+ pulumi.set(__self__, "type", type)
187
+ if user_assigned_identities is not None:
188
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
189
+
190
+ @property
191
+ @pulumi.getter(name="principalId")
192
+ def principal_id(self) -> str:
193
+ """
194
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
195
+ """
196
+ return pulumi.get(self, "principal_id")
197
+
198
+ @property
199
+ @pulumi.getter(name="tenantId")
200
+ def tenant_id(self) -> str:
201
+ """
202
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
203
+ """
204
+ return pulumi.get(self, "tenant_id")
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def type(self) -> str:
209
+ """
210
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
211
+ """
212
+ return pulumi.get(self, "type")
213
+
214
+ @property
215
+ @pulumi.getter(name="userAssignedIdentities")
216
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
217
+ """
218
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
219
+ """
220
+ return pulumi.get(self, "user_assigned_identities")
221
+
222
+
223
+ @pulumi.output_type
224
+ class SystemDataResponse(dict):
225
+ """
226
+ Metadata pertaining to creation and last modification of the resource.
227
+ """
228
+ @staticmethod
229
+ def __key_warning(key: str):
230
+ suggest = None
231
+ if key == "createdAt":
232
+ suggest = "created_at"
233
+ elif key == "createdBy":
234
+ suggest = "created_by"
235
+ elif key == "createdByType":
236
+ suggest = "created_by_type"
237
+ elif key == "lastModifiedAt":
238
+ suggest = "last_modified_at"
239
+ elif key == "lastModifiedBy":
240
+ suggest = "last_modified_by"
241
+ elif key == "lastModifiedByType":
242
+ suggest = "last_modified_by_type"
243
+
244
+ if suggest:
245
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
246
+
247
+ def __getitem__(self, key: str) -> Any:
248
+ SystemDataResponse.__key_warning(key)
249
+ return super().__getitem__(key)
250
+
251
+ def get(self, key: str, default = None) -> Any:
252
+ SystemDataResponse.__key_warning(key)
253
+ return super().get(key, default)
254
+
255
+ def __init__(__self__, *,
256
+ created_at: Optional[str] = None,
257
+ created_by: Optional[str] = None,
258
+ created_by_type: Optional[str] = None,
259
+ last_modified_at: Optional[str] = None,
260
+ last_modified_by: Optional[str] = None,
261
+ last_modified_by_type: Optional[str] = None):
262
+ """
263
+ Metadata pertaining to creation and last modification of the resource.
264
+ :param str created_at: The timestamp of resource creation (UTC).
265
+ :param str created_by: The identity that created the resource.
266
+ :param str created_by_type: The type of identity that created the resource.
267
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
268
+ :param str last_modified_by: The identity that last modified the resource.
269
+ :param str last_modified_by_type: The type of identity that last modified the resource.
270
+ """
271
+ if created_at is not None:
272
+ pulumi.set(__self__, "created_at", created_at)
273
+ if created_by is not None:
274
+ pulumi.set(__self__, "created_by", created_by)
275
+ if created_by_type is not None:
276
+ pulumi.set(__self__, "created_by_type", created_by_type)
277
+ if last_modified_at is not None:
278
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
279
+ if last_modified_by is not None:
280
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
281
+ if last_modified_by_type is not None:
282
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
283
+
284
+ @property
285
+ @pulumi.getter(name="createdAt")
286
+ def created_at(self) -> Optional[str]:
287
+ """
288
+ The timestamp of resource creation (UTC).
289
+ """
290
+ return pulumi.get(self, "created_at")
291
+
292
+ @property
293
+ @pulumi.getter(name="createdBy")
294
+ def created_by(self) -> Optional[str]:
295
+ """
296
+ The identity that created the resource.
297
+ """
298
+ return pulumi.get(self, "created_by")
299
+
300
+ @property
301
+ @pulumi.getter(name="createdByType")
302
+ def created_by_type(self) -> Optional[str]:
303
+ """
304
+ The type of identity that created the resource.
305
+ """
306
+ return pulumi.get(self, "created_by_type")
307
+
308
+ @property
309
+ @pulumi.getter(name="lastModifiedAt")
310
+ def last_modified_at(self) -> Optional[str]:
311
+ """
312
+ The timestamp of resource last modification (UTC)
313
+ """
314
+ return pulumi.get(self, "last_modified_at")
315
+
316
+ @property
317
+ @pulumi.getter(name="lastModifiedBy")
318
+ def last_modified_by(self) -> Optional[str]:
319
+ """
320
+ The identity that last modified the resource.
321
+ """
322
+ return pulumi.get(self, "last_modified_by")
323
+
324
+ @property
325
+ @pulumi.getter(name="lastModifiedByType")
326
+ def last_modified_by_type(self) -> Optional[str]:
327
+ """
328
+ The type of identity that last modified the resource.
329
+ """
330
+ return pulumi.get(self, "last_modified_by_type")
331
+
332
+
333
+ @pulumi.output_type
334
+ class UserAssignedIdentityResponse(dict):
335
+ """
336
+ User assigned identity properties
337
+ """
338
+ @staticmethod
339
+ def __key_warning(key: str):
340
+ suggest = None
341
+ if key == "clientId":
342
+ suggest = "client_id"
343
+ elif key == "principalId":
344
+ suggest = "principal_id"
345
+
346
+ if suggest:
347
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
348
+
349
+ def __getitem__(self, key: str) -> Any:
350
+ UserAssignedIdentityResponse.__key_warning(key)
351
+ return super().__getitem__(key)
352
+
353
+ def get(self, key: str, default = None) -> Any:
354
+ UserAssignedIdentityResponse.__key_warning(key)
355
+ return super().get(key, default)
356
+
357
+ def __init__(__self__, *,
358
+ client_id: str,
359
+ principal_id: str):
360
+ """
361
+ User assigned identity properties
362
+ :param str client_id: The client ID of the assigned identity.
363
+ :param str principal_id: The principal ID of the assigned identity.
364
+ """
365
+ pulumi.set(__self__, "client_id", client_id)
366
+ pulumi.set(__self__, "principal_id", principal_id)
367
+
368
+ @property
369
+ @pulumi.getter(name="clientId")
370
+ def client_id(self) -> str:
371
+ """
372
+ The client ID of the assigned identity.
373
+ """
374
+ return pulumi.get(self, "client_id")
375
+
376
+ @property
377
+ @pulumi.getter(name="principalId")
378
+ def principal_id(self) -> str:
379
+ """
380
+ The principal ID of the assigned identity.
381
+ """
382
+ return pulumi.get(self, "principal_id")
383
+
384
+
385
+ @pulumi.output_type
386
+ class VaultSecretResponse(dict):
387
+ """
388
+ The vault specific details required if using SQL authentication to connect to a target.
389
+ """
390
+ @staticmethod
391
+ def __key_warning(key: str):
392
+ suggest = None
393
+ if key == "akvResourceId":
394
+ suggest = "akv_resource_id"
395
+ elif key == "akvTargetPassword":
396
+ suggest = "akv_target_password"
397
+ elif key == "akvTargetUser":
398
+ suggest = "akv_target_user"
399
+
400
+ if suggest:
401
+ pulumi.log.warn(f"Key '{key}' not found in VaultSecretResponse. Access the value via the '{suggest}' property getter instead.")
402
+
403
+ def __getitem__(self, key: str) -> Any:
404
+ VaultSecretResponse.__key_warning(key)
405
+ return super().__getitem__(key)
406
+
407
+ def get(self, key: str, default = None) -> Any:
408
+ VaultSecretResponse.__key_warning(key)
409
+ return super().get(key, default)
410
+
411
+ def __init__(__self__, *,
412
+ akv_resource_id: Optional[str] = None,
413
+ akv_target_password: Optional[str] = None,
414
+ akv_target_user: Optional[str] = None):
415
+ """
416
+ The vault specific details required if using SQL authentication to connect to a target.
417
+ :param str akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
418
+ :param str akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
419
+ :param str akv_target_user: The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
420
+ """
421
+ if akv_resource_id is not None:
422
+ pulumi.set(__self__, "akv_resource_id", akv_resource_id)
423
+ if akv_target_password is not None:
424
+ pulumi.set(__self__, "akv_target_password", akv_target_password)
425
+ if akv_target_user is not None:
426
+ pulumi.set(__self__, "akv_target_user", akv_target_user)
427
+
428
+ @property
429
+ @pulumi.getter(name="akvResourceId")
430
+ def akv_resource_id(self) -> Optional[str]:
431
+ """
432
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
433
+ """
434
+ return pulumi.get(self, "akv_resource_id")
435
+
436
+ @property
437
+ @pulumi.getter(name="akvTargetPassword")
438
+ def akv_target_password(self) -> Optional[str]:
439
+ """
440
+ The path to the Key Vault secret storing the password for authentication to a target.
441
+ """
442
+ return pulumi.get(self, "akv_target_password")
443
+
444
+ @property
445
+ @pulumi.getter(name="akvTargetUser")
446
+ def akv_target_user(self) -> Optional[str]:
447
+ """
448
+ The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
449
+ """
450
+ return pulumi.get(self, "akv_target_user")
451
+
452
+