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
@@ -53,7 +53,7 @@ if not MYPY:
53
53
  """
54
54
  adx_cluster_resource_id: NotRequired[pulumi.Input[str]]
55
55
  """
56
- The Azure ResourceId of an Azure Data Explorer cluster.
56
+ The Azure resource ID of an Azure Data Explorer cluster.
57
57
  """
58
58
  kusto_cluster_display_name: NotRequired[pulumi.Input[str]]
59
59
  """
@@ -79,7 +79,7 @@ class DatastoreArgs:
79
79
  :param pulumi.Input[str] kusto_database_name: The name of a Kusto database.
80
80
  :param pulumi.Input[str] kusto_management_url: The Kusto management URL.
81
81
  :param pulumi.Input[Union[str, 'KustoOfferingType']] kusto_offering_type: The type of a Kusto offering.
82
- :param pulumi.Input[str] adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
82
+ :param pulumi.Input[str] adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
83
83
  :param pulumi.Input[str] kusto_cluster_display_name: The Kusto cluster display name.
84
84
  """
85
85
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -156,7 +156,7 @@ class DatastoreArgs:
156
156
  @pulumi.getter(name="adxClusterResourceId")
157
157
  def adx_cluster_resource_id(self) -> Optional[pulumi.Input[str]]:
158
158
  """
159
- The Azure ResourceId of an Azure Data Explorer cluster.
159
+ The Azure resource ID of an Azure Data Explorer cluster.
160
160
  """
161
161
  return pulumi.get(self, "adx_cluster_resource_id")
162
162
 
@@ -239,7 +239,7 @@ if not MYPY:
239
239
  """
240
240
  akv_resource_id: NotRequired[pulumi.Input[str]]
241
241
  """
242
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
242
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
243
243
  """
244
244
  akv_target_password: NotRequired[pulumi.Input[str]]
245
245
  """
@@ -260,7 +260,7 @@ class VaultSecretArgs:
260
260
  akv_target_user: Optional[pulumi.Input[str]] = None):
261
261
  """
262
262
  The vault specific details required if using SQL authentication to connect to a target.
263
- :param pulumi.Input[str] akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
263
+ :param pulumi.Input[str] akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
264
264
  :param pulumi.Input[str] akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
265
265
  :param pulumi.Input[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.
266
266
  """
@@ -275,7 +275,7 @@ class VaultSecretArgs:
275
275
  @pulumi.getter(name="akvResourceId")
276
276
  def akv_resource_id(self) -> Optional[pulumi.Input[str]]:
277
277
  """
278
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
278
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
279
279
  """
280
280
  return pulumi.get(self, "akv_resource_id")
281
281
 
@@ -95,7 +95,7 @@ class GetSharedPrivateLinkResourceResult:
95
95
  @pulumi.getter(name="privateLinkResourceId")
96
96
  def private_link_resource_id(self) -> str:
97
97
  """
98
- The resource id of the resource the shared private link resource is for.
98
+ The resource ID of the resource the shared private link resource is for.
99
99
  """
100
100
  return pulumi.get(self, "private_link_resource_id")
101
101
 
@@ -73,7 +73,7 @@ class DatastoreResponse(dict):
73
73
  :param str kusto_database_name: The name of a Kusto database.
74
74
  :param str kusto_management_url: The Kusto management URL.
75
75
  :param str kusto_offering_type: The type of a Kusto offering.
76
- :param str adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
76
+ :param str adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
77
77
  :param str kusto_cluster_display_name: The Kusto cluster display name.
78
78
  """
79
79
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -130,7 +130,7 @@ class DatastoreResponse(dict):
130
130
  @pulumi.getter(name="adxClusterResourceId")
131
131
  def adx_cluster_resource_id(self) -> Optional[str]:
132
132
  """
133
- The Azure ResourceId of an Azure Data Explorer cluster.
133
+ The Azure resource ID of an Azure Data Explorer cluster.
134
134
  """
135
135
  return pulumi.get(self, "adx_cluster_resource_id")
136
136
 
@@ -414,7 +414,7 @@ class VaultSecretResponse(dict):
414
414
  akv_target_user: Optional[str] = None):
415
415
  """
416
416
  The vault specific details required if using SQL authentication to connect to a target.
417
- :param str akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
417
+ :param str akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
418
418
  :param str akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
419
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
420
  """
@@ -429,7 +429,7 @@ class VaultSecretResponse(dict):
429
429
  @pulumi.getter(name="akvResourceId")
430
430
  def akv_resource_id(self) -> Optional[str]:
431
431
  """
432
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
432
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
433
433
  """
434
434
  return pulumi.get(self, "akv_resource_id")
435
435
 
@@ -30,7 +30,7 @@ class SharedPrivateLinkResourceArgs:
30
30
  """
31
31
  The set of arguments for constructing a SharedPrivateLinkResource resource.
32
32
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
33
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
33
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
34
34
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
35
35
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input[str] watcher_name: The database watcher name.
@@ -63,7 +63,7 @@ class SharedPrivateLinkResourceArgs:
63
63
  @pulumi.getter(name="privateLinkResourceId")
64
64
  def private_link_resource_id(self) -> pulumi.Input[str]:
65
65
  """
66
- The resource id of the resource the shared private link resource is for.
66
+ The resource ID of the resource the shared private link resource is for.
67
67
  """
68
68
  return pulumi.get(self, "private_link_resource_id")
69
69
 
@@ -152,7 +152,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
152
152
  :param pulumi.ResourceOptions opts: Options for the resource.
153
153
  :param pulumi.Input[str] dns_zone: The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for.
154
154
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
155
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
155
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
156
156
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
157
157
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
158
158
  :param pulumi.Input[str] shared_private_link_resource_name: The Shared Private Link resource name.
@@ -220,7 +220,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
220
220
  __props__.__dict__["status"] = None
221
221
  __props__.__dict__["system_data"] = None
222
222
  __props__.__dict__["type"] = None
223
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource")])
223
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:SharedPrivateLinkResource")])
224
224
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
225
225
  super(SharedPrivateLinkResource, __self__).__init__(
226
226
  'azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource',
@@ -283,7 +283,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
283
283
  @pulumi.getter(name="privateLinkResourceId")
284
284
  def private_link_resource_id(self) -> pulumi.Output[str]:
285
285
  """
286
- The resource id of the resource the shared private link resource is for.
286
+ The resource ID of the resource the shared private link resource is for.
287
287
  """
288
288
  return pulumi.get(self, "private_link_resource_id")
289
289
 
@@ -221,7 +221,7 @@ class Target(pulumi.CustomResource):
221
221
  __props__.__dict__["provisioning_state"] = None
222
222
  __props__.__dict__["system_data"] = None
223
223
  __props__.__dict__["type"] = None
224
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target")])
224
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Target")])
225
225
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
226
226
  super(Target, __self__).__init__(
227
227
  'azure-native:databasewatcher/v20230901preview:Target',
@@ -198,7 +198,7 @@ class Watcher(pulumi.CustomResource):
198
198
  __props__.__dict__["status"] = None
199
199
  __props__.__dict__["system_data"] = None
200
200
  __props__.__dict__["type"] = None
201
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Watcher")])
201
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Watcher")])
202
202
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
203
203
  super(Watcher, __self__).__init__(
204
204
  'azure-native:databasewatcher/v20230901preview:Watcher',
@@ -53,7 +53,7 @@ if not MYPY:
53
53
  """
54
54
  adx_cluster_resource_id: NotRequired[pulumi.Input[str]]
55
55
  """
56
- The Azure ResourceId of an Azure Data Explorer cluster.
56
+ The Azure resource ID of an Azure Data Explorer cluster.
57
57
  """
58
58
  kusto_cluster_display_name: NotRequired[pulumi.Input[str]]
59
59
  """
@@ -79,7 +79,7 @@ class DatastoreArgs:
79
79
  :param pulumi.Input[str] kusto_database_name: The name of a Kusto database.
80
80
  :param pulumi.Input[str] kusto_management_url: The Kusto management URL.
81
81
  :param pulumi.Input[Union[str, 'KustoOfferingType']] kusto_offering_type: The type of a Kusto offering.
82
- :param pulumi.Input[str] adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
82
+ :param pulumi.Input[str] adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
83
83
  :param pulumi.Input[str] kusto_cluster_display_name: The Kusto cluster display name.
84
84
  """
85
85
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -156,7 +156,7 @@ class DatastoreArgs:
156
156
  @pulumi.getter(name="adxClusterResourceId")
157
157
  def adx_cluster_resource_id(self) -> Optional[pulumi.Input[str]]:
158
158
  """
159
- The Azure ResourceId of an Azure Data Explorer cluster.
159
+ The Azure resource ID of an Azure Data Explorer cluster.
160
160
  """
161
161
  return pulumi.get(self, "adx_cluster_resource_id")
162
162
 
@@ -239,7 +239,7 @@ if not MYPY:
239
239
  """
240
240
  akv_resource_id: NotRequired[pulumi.Input[str]]
241
241
  """
242
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
242
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
243
243
  """
244
244
  akv_target_password: NotRequired[pulumi.Input[str]]
245
245
  """
@@ -260,7 +260,7 @@ class VaultSecretArgs:
260
260
  akv_target_user: Optional[pulumi.Input[str]] = None):
261
261
  """
262
262
  The vault specific details required if using SQL authentication to connect to a target.
263
- :param pulumi.Input[str] akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
263
+ :param pulumi.Input[str] akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
264
264
  :param pulumi.Input[str] akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
265
265
  :param pulumi.Input[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.
266
266
  """
@@ -275,7 +275,7 @@ class VaultSecretArgs:
275
275
  @pulumi.getter(name="akvResourceId")
276
276
  def akv_resource_id(self) -> Optional[pulumi.Input[str]]:
277
277
  """
278
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
278
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
279
279
  """
280
280
  return pulumi.get(self, "akv_resource_id")
281
281
 
@@ -242,7 +242,7 @@ class AlertRuleResource(pulumi.CustomResource):
242
242
  __props__.__dict__["provisioning_state"] = None
243
243
  __props__.__dict__["system_data"] = None
244
244
  __props__.__dict__["type"] = None
245
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:AlertRuleResource")])
245
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:AlertRuleResource")])
246
246
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
247
247
  super(AlertRuleResource, __self__).__init__(
248
248
  'azure-native:databasewatcher/v20240719preview:AlertRuleResource',
@@ -95,7 +95,7 @@ class GetSharedPrivateLinkResourceResult:
95
95
  @pulumi.getter(name="privateLinkResourceId")
96
96
  def private_link_resource_id(self) -> str:
97
97
  """
98
- The resource id of the resource the shared private link resource is for.
98
+ The resource ID of the resource the shared private link resource is for.
99
99
  """
100
100
  return pulumi.get(self, "private_link_resource_id")
101
101
 
@@ -73,7 +73,7 @@ class DatastoreResponse(dict):
73
73
  :param str kusto_database_name: The name of a Kusto database.
74
74
  :param str kusto_management_url: The Kusto management URL.
75
75
  :param str kusto_offering_type: The type of a Kusto offering.
76
- :param str adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
76
+ :param str adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
77
77
  :param str kusto_cluster_display_name: The Kusto cluster display name.
78
78
  """
79
79
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -130,7 +130,7 @@ class DatastoreResponse(dict):
130
130
  @pulumi.getter(name="adxClusterResourceId")
131
131
  def adx_cluster_resource_id(self) -> Optional[str]:
132
132
  """
133
- The Azure ResourceId of an Azure Data Explorer cluster.
133
+ The Azure resource ID of an Azure Data Explorer cluster.
134
134
  """
135
135
  return pulumi.get(self, "adx_cluster_resource_id")
136
136
 
@@ -414,7 +414,7 @@ class VaultSecretResponse(dict):
414
414
  akv_target_user: Optional[str] = None):
415
415
  """
416
416
  The vault specific details required if using SQL authentication to connect to a target.
417
- :param str akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
417
+ :param str akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
418
418
  :param str akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
419
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
420
  """
@@ -429,7 +429,7 @@ class VaultSecretResponse(dict):
429
429
  @pulumi.getter(name="akvResourceId")
430
430
  def akv_resource_id(self) -> Optional[str]:
431
431
  """
432
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
432
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
433
433
  """
434
434
  return pulumi.get(self, "akv_resource_id")
435
435
 
@@ -30,7 +30,7 @@ class SharedPrivateLinkResourceArgs:
30
30
  """
31
31
  The set of arguments for constructing a SharedPrivateLinkResource resource.
32
32
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
33
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
33
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
34
34
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
35
35
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input[str] watcher_name: The database watcher name.
@@ -63,7 +63,7 @@ class SharedPrivateLinkResourceArgs:
63
63
  @pulumi.getter(name="privateLinkResourceId")
64
64
  def private_link_resource_id(self) -> pulumi.Input[str]:
65
65
  """
66
- The resource id of the resource the shared private link resource is for.
66
+ The resource ID of the resource the shared private link resource is for.
67
67
  """
68
68
  return pulumi.get(self, "private_link_resource_id")
69
69
 
@@ -152,7 +152,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
152
152
  :param pulumi.ResourceOptions opts: Options for the resource.
153
153
  :param pulumi.Input[str] dns_zone: The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for.
154
154
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
155
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
155
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
156
156
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
157
157
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
158
158
  :param pulumi.Input[str] shared_private_link_resource_name: The Shared Private Link resource name.
@@ -220,7 +220,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
220
220
  __props__.__dict__["status"] = None
221
221
  __props__.__dict__["system_data"] = None
222
222
  __props__.__dict__["type"] = None
223
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource")])
223
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:SharedPrivateLinkResource")])
224
224
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
225
225
  super(SharedPrivateLinkResource, __self__).__init__(
226
226
  'azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource',
@@ -283,7 +283,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
283
283
  @pulumi.getter(name="privateLinkResourceId")
284
284
  def private_link_resource_id(self) -> pulumi.Output[str]:
285
285
  """
286
- The resource id of the resource the shared private link resource is for.
286
+ The resource ID of the resource the shared private link resource is for.
287
287
  """
288
288
  return pulumi.get(self, "private_link_resource_id")
289
289
 
@@ -221,7 +221,7 @@ class Target(pulumi.CustomResource):
221
221
  __props__.__dict__["provisioning_state"] = None
222
222
  __props__.__dict__["system_data"] = None
223
223
  __props__.__dict__["type"] = None
224
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target")])
224
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Target")])
225
225
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
226
226
  super(Target, __self__).__init__(
227
227
  'azure-native:databasewatcher/v20240719preview:Target',
@@ -218,7 +218,7 @@ class Watcher(pulumi.CustomResource):
218
218
  __props__.__dict__["status"] = None
219
219
  __props__.__dict__["system_data"] = None
220
220
  __props__.__dict__["type"] = None
221
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Watcher")])
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Watcher")])
222
222
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
223
  super(Watcher, __self__).__init__(
224
224
  'azure-native:databasewatcher/v20240719preview:Watcher',
@@ -53,7 +53,7 @@ if not MYPY:
53
53
  """
54
54
  adx_cluster_resource_id: NotRequired[pulumi.Input[str]]
55
55
  """
56
- The Azure ResourceId of an Azure Data Explorer cluster.
56
+ The Azure resource ID of an Azure Data Explorer cluster.
57
57
  """
58
58
  kusto_cluster_display_name: NotRequired[pulumi.Input[str]]
59
59
  """
@@ -79,7 +79,7 @@ class DatastoreArgs:
79
79
  :param pulumi.Input[str] kusto_database_name: The name of a Kusto database.
80
80
  :param pulumi.Input[str] kusto_management_url: The Kusto management URL.
81
81
  :param pulumi.Input[Union[str, 'KustoOfferingType']] kusto_offering_type: The type of a Kusto offering.
82
- :param pulumi.Input[str] adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
82
+ :param pulumi.Input[str] adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
83
83
  :param pulumi.Input[str] kusto_cluster_display_name: The Kusto cluster display name.
84
84
  """
85
85
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -156,7 +156,7 @@ class DatastoreArgs:
156
156
  @pulumi.getter(name="adxClusterResourceId")
157
157
  def adx_cluster_resource_id(self) -> Optional[pulumi.Input[str]]:
158
158
  """
159
- The Azure ResourceId of an Azure Data Explorer cluster.
159
+ The Azure resource ID of an Azure Data Explorer cluster.
160
160
  """
161
161
  return pulumi.get(self, "adx_cluster_resource_id")
162
162
 
@@ -239,7 +239,7 @@ if not MYPY:
239
239
  """
240
240
  akv_resource_id: NotRequired[pulumi.Input[str]]
241
241
  """
242
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
242
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
243
243
  """
244
244
  akv_target_password: NotRequired[pulumi.Input[str]]
245
245
  """
@@ -260,7 +260,7 @@ class VaultSecretArgs:
260
260
  akv_target_user: Optional[pulumi.Input[str]] = None):
261
261
  """
262
262
  The vault specific details required if using SQL authentication to connect to a target.
263
- :param pulumi.Input[str] akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
263
+ :param pulumi.Input[str] akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
264
264
  :param pulumi.Input[str] akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
265
265
  :param pulumi.Input[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.
266
266
  """
@@ -275,7 +275,7 @@ class VaultSecretArgs:
275
275
  @pulumi.getter(name="akvResourceId")
276
276
  def akv_resource_id(self) -> Optional[pulumi.Input[str]]:
277
277
  """
278
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
278
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
279
279
  """
280
280
  return pulumi.get(self, "akv_resource_id")
281
281
 
@@ -242,7 +242,7 @@ class AlertRuleResource(pulumi.CustomResource):
242
242
  __props__.__dict__["provisioning_state"] = None
243
243
  __props__.__dict__["system_data"] = None
244
244
  __props__.__dict__["type"] = None
245
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:AlertRuleResource")])
245
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:AlertRuleResource")])
246
246
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
247
247
  super(AlertRuleResource, __self__).__init__(
248
248
  'azure-native:databasewatcher/v20241001preview:AlertRuleResource',
@@ -95,7 +95,7 @@ class GetSharedPrivateLinkResourceResult:
95
95
  @pulumi.getter(name="privateLinkResourceId")
96
96
  def private_link_resource_id(self) -> str:
97
97
  """
98
- The resource id of the resource the shared private link resource is for.
98
+ The resource ID of the resource the shared private link resource is for.
99
99
  """
100
100
  return pulumi.get(self, "private_link_resource_id")
101
101
 
@@ -73,7 +73,7 @@ class DatastoreResponse(dict):
73
73
  :param str kusto_database_name: The name of a Kusto database.
74
74
  :param str kusto_management_url: The Kusto management URL.
75
75
  :param str kusto_offering_type: The type of a Kusto offering.
76
- :param str adx_cluster_resource_id: The Azure ResourceId of an Azure Data Explorer cluster.
76
+ :param str adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
77
77
  :param str kusto_cluster_display_name: The Kusto cluster display name.
78
78
  """
79
79
  pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
@@ -130,7 +130,7 @@ class DatastoreResponse(dict):
130
130
  @pulumi.getter(name="adxClusterResourceId")
131
131
  def adx_cluster_resource_id(self) -> Optional[str]:
132
132
  """
133
- The Azure ResourceId of an Azure Data Explorer cluster.
133
+ The Azure resource ID of an Azure Data Explorer cluster.
134
134
  """
135
135
  return pulumi.get(self, "adx_cluster_resource_id")
136
136
 
@@ -414,7 +414,7 @@ class VaultSecretResponse(dict):
414
414
  akv_target_user: Optional[str] = None):
415
415
  """
416
416
  The vault specific details required if using SQL authentication to connect to a target.
417
- :param str akv_resource_id: The Azure ResourceId of the Key Vault instance storing database authentication secrets.
417
+ :param str akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
418
418
  :param str akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
419
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
420
  """
@@ -429,7 +429,7 @@ class VaultSecretResponse(dict):
429
429
  @pulumi.getter(name="akvResourceId")
430
430
  def akv_resource_id(self) -> Optional[str]:
431
431
  """
432
- The Azure ResourceId of the Key Vault instance storing database authentication secrets.
432
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
433
433
  """
434
434
  return pulumi.get(self, "akv_resource_id")
435
435
 
@@ -30,7 +30,7 @@ class SharedPrivateLinkResourceArgs:
30
30
  """
31
31
  The set of arguments for constructing a SharedPrivateLinkResource resource.
32
32
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
33
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
33
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
34
34
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
35
35
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
36
  :param pulumi.Input[str] watcher_name: The database watcher name.
@@ -63,7 +63,7 @@ class SharedPrivateLinkResourceArgs:
63
63
  @pulumi.getter(name="privateLinkResourceId")
64
64
  def private_link_resource_id(self) -> pulumi.Input[str]:
65
65
  """
66
- The resource id of the resource the shared private link resource is for.
66
+ The resource ID of the resource the shared private link resource is for.
67
67
  """
68
68
  return pulumi.get(self, "private_link_resource_id")
69
69
 
@@ -152,7 +152,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
152
152
  :param pulumi.ResourceOptions opts: Options for the resource.
153
153
  :param pulumi.Input[str] dns_zone: The DNS zone to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances. The value to use is the second segment of the host FQDN name of the resource that the shared private link resource is for.
154
154
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
155
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
155
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
156
156
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
157
157
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
158
158
  :param pulumi.Input[str] shared_private_link_resource_name: The Shared Private Link resource name.
@@ -220,7 +220,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
220
220
  __props__.__dict__["status"] = None
221
221
  __props__.__dict__["system_data"] = None
222
222
  __props__.__dict__["type"] = None
223
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource")])
223
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:SharedPrivateLinkResource")])
224
224
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
225
225
  super(SharedPrivateLinkResource, __self__).__init__(
226
226
  'azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource',
@@ -283,7 +283,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
283
283
  @pulumi.getter(name="privateLinkResourceId")
284
284
  def private_link_resource_id(self) -> pulumi.Output[str]:
285
285
  """
286
- The resource id of the resource the shared private link resource is for.
286
+ The resource ID of the resource the shared private link resource is for.
287
287
  """
288
288
  return pulumi.get(self, "private_link_resource_id")
289
289
 
@@ -221,7 +221,7 @@ class Target(pulumi.CustomResource):
221
221
  __props__.__dict__["provisioning_state"] = None
222
222
  __props__.__dict__["system_data"] = None
223
223
  __props__.__dict__["type"] = None
224
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target")])
224
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Target")])
225
225
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
226
226
  super(Target, __self__).__init__(
227
227
  'azure-native:databasewatcher/v20241001preview:Target',
@@ -218,7 +218,7 @@ class Watcher(pulumi.CustomResource):
218
218
  __props__.__dict__["status"] = None
219
219
  __props__.__dict__["system_data"] = None
220
220
  __props__.__dict__["type"] = None
221
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Watcher")])
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Watcher"), pulumi.Alias(type_="azure-native:databasewatcher/v20250102:Watcher")])
222
222
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
223
  super(Watcher, __self__).__init__(
224
224
  'azure-native:databasewatcher/v20241001preview:Watcher',
@@ -0,0 +1,18 @@
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
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .alert_rule_resource import *
10
+ from .get_alert_rule_resource import *
11
+ from .get_shared_private_link_resource import *
12
+ from .get_target import *
13
+ from .get_watcher import *
14
+ from .shared_private_link_resource import *
15
+ from .target import *
16
+ from .watcher import *
17
+ from ._inputs import *
18
+ from . import outputs
@@ -0,0 +1,68 @@
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
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'AlertRuleCreationProperties',
9
+ 'KustoOfferingType',
10
+ 'ManagedServiceIdentityType',
11
+ 'TargetAuthenticationType',
12
+ ]
13
+
14
+
15
+ class AlertRuleCreationProperties(str, Enum):
16
+ """
17
+ The properties with which the alert rule resource was created.
18
+ """
19
+ CREATED_WITH_ACTION_GROUP = "CreatedWithActionGroup"
20
+ """
21
+ The alert rule was created with an action group.
22
+ """
23
+ NONE = "None"
24
+ """
25
+ The alert rule was created with no properties.
26
+ """
27
+
28
+
29
+ class KustoOfferingType(str, Enum):
30
+ """
31
+ The type of a Kusto offering.
32
+ """
33
+ ADX = "adx"
34
+ """
35
+ The Azure Data Explorer cluster Kusto offering.
36
+ """
37
+ FREE = "free"
38
+ """
39
+ The free Azure Data Explorer cluster Kusto offering.
40
+ """
41
+ FABRIC = "fabric"
42
+ """
43
+ The Fabric Real-Time Analytics Kusto offering.
44
+ """
45
+
46
+
47
+ class ManagedServiceIdentityType(str, Enum):
48
+ """
49
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
50
+ """
51
+ NONE = "None"
52
+ SYSTEM_ASSIGNED = "SystemAssigned"
53
+ USER_ASSIGNED = "UserAssigned"
54
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
55
+
56
+
57
+ class TargetAuthenticationType(str, Enum):
58
+ """
59
+ The type of authentication to use when connecting to a target.
60
+ """
61
+ AAD = "Aad"
62
+ """
63
+ The Azure Active Directory authentication.
64
+ """
65
+ SQL = "Sql"
66
+ """
67
+ The SQL password authentication.
68
+ """