pulumi-azure-native 2.82.0a1736495350__py3-none-any.whl → 2.83.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (1223) hide show
  1. pulumi_azure_native/__init__.py +175 -1
  2. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
  3. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
  4. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  5. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  6. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  16. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  17. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  18. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  19. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  20. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  21. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  22. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  23. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  118. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  119. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  120. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  121. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  122. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  123. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  124. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  125. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  126. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  127. pulumi_azure_native/chaos/__init__.py +3 -0
  128. pulumi_azure_native/chaos/capability.py +3 -3
  129. pulumi_azure_native/chaos/experiment.py +3 -3
  130. pulumi_azure_native/chaos/get_capability.py +2 -2
  131. pulumi_azure_native/chaos/get_experiment.py +2 -2
  132. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  133. pulumi_azure_native/chaos/get_private_access.py +2 -2
  134. pulumi_azure_native/chaos/get_target.py +2 -2
  135. pulumi_azure_native/chaos/private_access.py +3 -3
  136. pulumi_azure_native/chaos/target.py +3 -3
  137. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  138. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  139. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  140. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  141. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  142. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  143. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  144. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  145. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  146. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  147. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  148. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  149. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  150. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  151. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  152. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  153. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  154. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  155. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  156. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  157. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  158. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  159. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  160. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  161. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  162. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  163. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  164. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  165. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  166. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  167. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  168. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  169. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  170. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  171. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  172. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  173. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  174. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  175. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  176. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  177. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  178. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  179. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  180. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  181. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  182. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  183. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  184. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  185. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  186. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  187. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  188. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  189. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  190. pulumi_azure_native/confluent/__init__.py +9 -0
  191. pulumi_azure_native/confluent/_enums.py +91 -0
  192. pulumi_azure_native/confluent/_inputs.py +2882 -63
  193. pulumi_azure_native/confluent/connector.py +323 -0
  194. pulumi_azure_native/confluent/get_connector.py +191 -0
  195. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  196. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  197. pulumi_azure_native/confluent/get_topic.py +261 -0
  198. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  199. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  200. pulumi_azure_native/confluent/outputs.py +2233 -222
  201. pulumi_azure_native/confluent/topic.py +486 -0
  202. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  203. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  204. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  205. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  206. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  207. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  208. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  209. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  210. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  211. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  212. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  213. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  214. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  215. pulumi_azure_native/databasewatcher/target.py +3 -3
  216. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  217. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  218. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  219. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  220. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  221. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  222. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  223. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  224. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  225. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  226. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  227. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  228. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  229. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  230. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  231. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  232. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  233. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  234. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  235. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  236. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  237. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  238. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  239. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  240. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  241. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  242. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  243. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  244. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  245. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  246. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  247. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  248. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  249. pulumi_azure_native/keyvault/__init__.py +6 -0
  250. pulumi_azure_native/keyvault/get_key.py +2 -2
  251. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  252. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  253. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/keyvault/get_secret.py +2 -2
  255. pulumi_azure_native/keyvault/get_vault.py +2 -2
  256. pulumi_azure_native/keyvault/key.py +3 -3
  257. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  258. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  260. pulumi_azure_native/keyvault/secret.py +3 -3
  261. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  262. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  263. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  265. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  266. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  267. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  268. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  269. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  270. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  271. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  272. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  273. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  274. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  275. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  276. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  277. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  278. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  279. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  280. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  281. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  282. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  283. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  284. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  285. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  286. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  287. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  288. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  289. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  290. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  291. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  292. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  293. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  294. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  295. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  296. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  297. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  298. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  299. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  300. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  302. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  303. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  304. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  305. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  306. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  307. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  308. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  309. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  310. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  311. pulumi_azure_native/keyvault/vault.py +3 -3
  312. pulumi_azure_native/maintenance/_inputs.py +6 -6
  313. pulumi_azure_native/maintenance/outputs.py +4 -4
  314. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  315. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  316. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  317. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  318. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  319. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  320. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  321. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  322. pulumi_azure_native/network/ipam_pool.py +17 -16
  323. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  324. pulumi_azure_native/pulumi-plugin.json +1 -1
  325. pulumi_azure_native/quota/__init__.py +3 -0
  326. pulumi_azure_native/quota/get_group_quota.py +2 -2
  327. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  328. pulumi_azure_native/quota/group_quota.py +3 -3
  329. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  330. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  331. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  332. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  333. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  334. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  335. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  336. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  337. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  338. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  339. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  340. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  341. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  342. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  343. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  344. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  345. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  346. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  347. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  348. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  349. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  350. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  351. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  352. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  353. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  354. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  355. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  356. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  357. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  358. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  359. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  360. pulumi_azure_native/recoveryservices/vault.py +3 -3
  361. pulumi_azure_native/search/__init__.py +3 -0
  362. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  363. pulumi_azure_native/search/get_service.py +2 -2
  364. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  365. pulumi_azure_native/search/list_admin_key.py +2 -2
  366. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  367. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  368. pulumi_azure_native/search/service.py +3 -3
  369. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  370. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  371. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  372. pulumi_azure_native/search/v20220901/service.py +1 -1
  373. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  374. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  375. pulumi_azure_native/search/v20231101/service.py +1 -1
  376. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  377. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  378. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  379. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  380. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  381. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  382. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  383. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  384. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  385. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  386. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  387. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  388. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  389. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  390. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  391. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  392. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  393. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  394. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  395. pulumi_azure_native/securityinsights/__init__.py +3 -0
  396. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  397. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  398. pulumi_azure_native/securityinsights/action.py +3 -3
  399. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  400. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  401. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  402. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  403. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  404. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  405. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  406. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  407. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  408. pulumi_azure_native/securityinsights/content_package.py +3 -3
  409. pulumi_azure_native/securityinsights/content_template.py +3 -3
  410. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  411. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  412. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  413. pulumi_azure_native/securityinsights/file_import.py +3 -3
  414. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  415. pulumi_azure_native/securityinsights/get_action.py +2 -2
  416. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  417. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  418. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  419. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  420. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  421. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  422. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  423. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  424. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  425. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  426. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  427. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  428. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  429. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  430. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  431. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  432. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  433. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  434. pulumi_azure_native/securityinsights/get_system.py +4 -0
  435. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  436. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  437. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  438. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  439. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  440. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  441. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  442. pulumi_azure_native/securityinsights/hunt.py +3 -3
  443. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  444. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  445. pulumi_azure_native/securityinsights/incident.py +3 -3
  446. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  447. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  448. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  449. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  450. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  451. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  452. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  453. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  454. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  455. pulumi_azure_native/securityinsights/metadata.py +3 -3
  456. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  457. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  458. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  459. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  460. pulumi_azure_native/securityinsights/system.py +5 -1
  461. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  462. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  463. pulumi_azure_native/securityinsights/ueba.py +1 -1
  464. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  465. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  466. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  467. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  468. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  469. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  470. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  471. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  472. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  473. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  474. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  475. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  476. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  477. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  478. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  479. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  480. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  481. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  482. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  483. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  484. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  485. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  486. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  487. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  488. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  489. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  490. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  491. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  492. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  493. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  494. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  495. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  496. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  497. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  498. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  499. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  500. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  501. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  502. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  503. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  504. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  505. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  506. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  507. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  508. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  525. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  526. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  527. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  528. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  529. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  530. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  531. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  532. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  533. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  534. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  535. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  536. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  537. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  538. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  539. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  540. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  541. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  542. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  543. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  544. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  545. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  546. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  547. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  548. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  549. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  550. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  551. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  552. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  553. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  554. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  555. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  556. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  557. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  558. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  559. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  560. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  561. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  563. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  564. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  565. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  566. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  567. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  569. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  570. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  571. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  572. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  573. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  574. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  575. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  576. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  577. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  578. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  579. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  580. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  581. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  582. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  583. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  584. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  585. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  586. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  587. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  588. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  589. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  590. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  591. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  592. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  593. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  595. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  596. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  597. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  598. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  599. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  600. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  601. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  602. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  603. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  604. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  606. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  607. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  608. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  609. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  610. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  611. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  612. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  613. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  614. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  615. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  616. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  617. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  618. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  619. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  621. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  622. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  623. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  624. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  625. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  627. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  628. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  629. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  630. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  631. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  632. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  633. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  634. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  635. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  636. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  637. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  638. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  639. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  640. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  641. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  642. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  643. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  644. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  645. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  646. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  647. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  648. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  649. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  650. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  651. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  653. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  654. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  655. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  656. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  657. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  658. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  659. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  660. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  661. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  662. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  664. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  665. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  666. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  667. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  668. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  669. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  670. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  671. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  672. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  673. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  674. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  675. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  676. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  677. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  678. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  679. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  680. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  681. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  682. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  683. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  684. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  685. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  686. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  687. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  688. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  689. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  690. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  691. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  692. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  693. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  694. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  695. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  696. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  697. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  698. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  699. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  700. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  701. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  702. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  703. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  704. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  706. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  707. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  708. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  709. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  710. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  711. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  712. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  713. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  714. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  715. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  716. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  717. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  718. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  719. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  720. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  721. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  722. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  723. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  724. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  725. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  726. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  727. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  728. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  729. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  730. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  731. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  732. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  733. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  735. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  737. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  738. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  739. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  740. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  741. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  742. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  743. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  744. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  745. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  746. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  747. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  748. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  749. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  750. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  751. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  752. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  753. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  754. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  755. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  756. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  757. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  758. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  759. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  760. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  761. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  762. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  763. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  764. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  765. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  766. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  767. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  769. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  770. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  771. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  772. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  773. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  774. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  775. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  776. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  777. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  778. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  779. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  780. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  781. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  782. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  783. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  784. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  785. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  786. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  787. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  788. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  789. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  790. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  791. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  792. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  794. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  795. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  796. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  797. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  798. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  799. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  800. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  801. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  802. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  803. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  804. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  805. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  806. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  807. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  808. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  809. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  810. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  811. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  812. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  813. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  814. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  815. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  816. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  817. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  818. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  819. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  820. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  821. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  822. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  823. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  824. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  825. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  826. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  827. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  828. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  829. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  830. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  831. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  832. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  833. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  834. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  835. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  836. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  837. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  838. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  839. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  840. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  841. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  842. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  843. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  844. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  845. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  846. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  847. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  848. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  849. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  850. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  851. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  852. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  853. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  854. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  855. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  856. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  857. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  858. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  859. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  860. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  861. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  862. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  863. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  864. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  865. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  866. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  867. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  868. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  869. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  870. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  871. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  872. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  873. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  874. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  875. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  876. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  877. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  878. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  879. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  880. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  881. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  882. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  883. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  884. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  885. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  886. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  887. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  888. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  889. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  890. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  891. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  892. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  893. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  894. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  895. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  896. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  897. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  898. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  899. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  900. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  901. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  902. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  903. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  904. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  905. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  906. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  907. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  908. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  909. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  910. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  911. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  912. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  913. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  914. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  915. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  916. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  917. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  918. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  919. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  920. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  921. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  922. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  923. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  924. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  925. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  926. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  927. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  928. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  929. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  930. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  931. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  932. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  933. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  934. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  935. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  936. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  937. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  938. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  939. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  940. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  941. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  942. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  943. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  944. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  945. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  946. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  947. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  948. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  949. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  950. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  951. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  952. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  953. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  954. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  955. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  956. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  957. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  958. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  959. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  960. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  961. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  962. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  963. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  964. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  965. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  967. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  968. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  969. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  970. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  971. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  972. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  973. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  974. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  975. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  976. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  977. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  979. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  980. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  981. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  982. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  983. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  984. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  985. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  986. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  987. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  988. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  989. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  990. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  991. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  992. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  993. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  994. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  995. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  996. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  997. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  998. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  999. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  1000. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  1001. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  1002. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  1003. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  1004. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  1005. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  1006. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  1007. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  1008. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  1009. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  1010. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  1011. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  1012. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  1013. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  1014. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  1015. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  1016. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  1017. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  1018. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  1019. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  1020. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  1021. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  1022. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1023. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1024. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  1025. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  1026. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  1027. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  1028. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  1029. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  1030. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  1031. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  1032. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  1033. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  1034. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  1035. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  1036. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  1037. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  1038. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  1039. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  1040. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  1041. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  1042. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  1043. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  1044. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  1045. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  1046. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  1047. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  1048. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  1049. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  1050. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  1051. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  1052. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  1053. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  1054. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  1055. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  1056. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  1057. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  1058. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  1059. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  1060. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  1061. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  1062. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  1063. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  1064. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  1065. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  1066. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  1067. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  1068. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  1069. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  1070. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1071. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  1072. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  1073. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  1074. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  1075. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  1076. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  1077. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  1078. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  1079. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  1080. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  1081. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  1082. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  1083. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  1084. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  1085. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  1086. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  1087. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  1088. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  1089. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  1090. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  1091. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  1092. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  1093. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  1094. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  1095. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  1096. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  1097. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  1098. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  1099. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  1100. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  1101. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  1102. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  1103. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  1104. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  1105. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  1106. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  1107. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  1108. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  1109. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  1110. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1111. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  1112. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  1113. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  1114. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  1115. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  1116. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  1117. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  1118. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  1119. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  1120. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  1121. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  1122. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  1123. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  1124. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  1125. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  1126. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  1127. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  1128. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  1129. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  1130. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  1131. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  1132. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  1133. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  1134. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  1135. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  1136. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  1137. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  1138. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  1139. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  1140. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  1141. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  1142. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1143. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1144. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1145. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  1146. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  1147. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  1148. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  1149. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  1150. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  1151. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  1152. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  1153. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  1154. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  1155. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  1156. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  1157. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  1158. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  1159. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  1160. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  1161. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  1162. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  1163. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  1164. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  1165. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  1166. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  1167. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  1168. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  1169. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  1170. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  1171. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  1172. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  1173. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  1174. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  1175. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  1176. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  1177. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  1178. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  1179. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  1180. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  1181. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  1182. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  1183. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  1184. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1185. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1186. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  1187. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  1188. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  1189. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  1190. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  1191. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  1192. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  1193. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  1194. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  1195. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  1196. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  1197. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  1198. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  1199. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  1200. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  1201. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  1202. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  1203. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  1204. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  1205. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  1206. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  1207. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  1208. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  1209. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  1210. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  1211. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  1212. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1213. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1214. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1215. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1216. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1217. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1218. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  1219. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  1220. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  1221. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +1223 -966
  1222. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  1223. {pulumi_azure_native-2.82.0a1736495350.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -154,7 +154,7 @@ def get_target(resource_group_name: Optional[str] = None,
154
154
  Get a Target
155
155
  Azure REST API version: 2023-09-01-preview.
156
156
 
157
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
157
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
158
158
 
159
159
 
160
160
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -186,7 +186,7 @@ def get_target_output(resource_group_name: Optional[pulumi.Input[str]] = None,
186
186
  Get a Target
187
187
  Azure REST API version: 2023-09-01-preview.
188
188
 
189
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
189
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
190
190
 
191
191
 
192
192
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -165,7 +165,7 @@ def get_watcher(resource_group_name: Optional[str] = None,
165
165
  Get a Watcher
166
166
  Azure REST API version: 2023-09-01-preview.
167
167
 
168
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
168
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
169
169
 
170
170
 
171
171
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -195,7 +195,7 @@ def get_watcher_output(resource_group_name: Optional[pulumi.Input[str]] = None,
195
195
  Get a Watcher
196
196
  Azure REST API version: 2023-09-01-preview.
197
197
 
198
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
198
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
199
199
 
200
200
 
201
201
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -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
 
@@ -149,13 +149,13 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
149
149
  Concrete proxy resource types can be created by aliasing this type using a specific property type.
150
150
  Azure REST API version: 2023-09-01-preview.
151
151
 
152
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
152
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
153
153
 
154
154
  :param str resource_name: The name of the resource.
155
155
  :param pulumi.ResourceOptions opts: Options for the resource.
156
156
  :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.
157
157
  :param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for.
158
- :param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for.
158
+ :param pulumi.Input[str] private_link_resource_id: The resource ID of the resource the shared private link resource is for.
159
159
  :param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource.
160
160
  :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
161
161
  :param pulumi.Input[str] shared_private_link_resource_name: The Shared Private Link resource name.
@@ -171,7 +171,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
171
171
  Concrete proxy resource types can be created by aliasing this type using a specific property type.
172
172
  Azure REST API version: 2023-09-01-preview.
173
173
 
174
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
174
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
175
175
 
176
176
  :param str resource_name: The name of the resource.
177
177
  :param SharedPrivateLinkResourceArgs args: The arguments to use to populate this resource's properties.
@@ -226,7 +226,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
226
226
  __props__.__dict__["status"] = None
227
227
  __props__.__dict__["system_data"] = None
228
228
  __props__.__dict__["type"] = None
229
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:SharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:SharedPrivateLinkResource")])
229
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview: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")])
230
230
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
231
231
  super(SharedPrivateLinkResource, __self__).__init__(
232
232
  'azure-native:databasewatcher:SharedPrivateLinkResource',
@@ -289,7 +289,7 @@ class SharedPrivateLinkResource(pulumi.CustomResource):
289
289
  @pulumi.getter(name="privateLinkResourceId")
290
290
  def private_link_resource_id(self) -> pulumi.Output[str]:
291
291
  """
292
- The resource id of the resource the shared private link resource is for.
292
+ The resource ID of the resource the shared private link resource is for.
293
293
  """
294
294
  return pulumi.get(self, "private_link_resource_id")
295
295
 
@@ -151,7 +151,7 @@ class Target(pulumi.CustomResource):
151
151
  Concrete proxy resource types can be created by aliasing this type using a specific property type.
152
152
  Azure REST API version: 2023-09-01-preview.
153
153
 
154
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
154
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
155
155
 
156
156
  :param str resource_name: The name of the resource.
157
157
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -173,7 +173,7 @@ class Target(pulumi.CustomResource):
173
173
  Concrete proxy resource types can be created by aliasing this type using a specific property type.
174
174
  Azure REST API version: 2023-09-01-preview.
175
175
 
176
- Other available API versions: 2024-07-19-preview, 2024-10-01-preview.
176
+ Other available API versions: 2024-07-19-preview, 2024-10-01-preview, 2025-01-02.
177
177
 
178
178
  :param str resource_name: The name of the resource.
179
179
  :param TargetArgs args: The arguments to use to populate this resource's properties.
@@ -227,7 +227,7 @@ class Target(pulumi.CustomResource):
227
227
  __props__.__dict__["provisioning_state"] = None
228
228
  __props__.__dict__["system_data"] = None
229
229
  __props__.__dict__["type"] = None
230
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:Target"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:Target")])
230
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher/v20230901preview: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")])
231
231
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
232
232
  super(Target, __self__).__init__(
233
233
  'azure-native:databasewatcher:Target',
@@ -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