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
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=1aFlAx6fQEStmcQbxQYsNerbJzDWvewYdLRq0gWr1Vg,1147558
1
+ pulumi_azure_native/__init__.py,sha256=A0NA61D1d9CiL0k-mz8HOtiH9KCRIpncQPFv-bWIhQk,1158154
2
2
  pulumi_azure_native/_utilities.py,sha256=UL5vEmfNrBfiaeFQS69cz7xlHoBnPH8PY_UIVNwShcM,10486
3
3
  pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
4
- pulumi_azure_native/pulumi-plugin.json,sha256=wuk94dhFXaAawDMUqmbaDiaWnHMobSiB9x9c1fuwkjE,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=mDJrM64VZrVyl4dAo-aGE9JRexrb91-RS4yzy-oSS28,72
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -4572,8 +4572,8 @@ pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py,sha25
4572
4572
  pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py,sha256=-FKM1WXvXS_DzHxYB29RYZG9QLTt8uNC1IPcptqQ25w,4680
4573
4573
  pulumi_azure_native/azureplaywrightservice/v20241201/__init__.py,sha256=JAj_UGgCaPiDztfVUHW8EjsXlrBck5g4m0t1RlLpD64,346
4574
4574
  pulumi_azure_native/azureplaywrightservice/v20241201/_enums.py,sha256=PlfrZPnWL64frTP7h8ehAt8Kg-eD8Vdb3yms5nvySHA,619
4575
- pulumi_azure_native/azureplaywrightservice/v20241201/account.py,sha256=1uPwrjkncLtQl9CEzZrxYPQ7iHzszhLwNEBIG0MrucM,18863
4576
- pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py,sha256=ADD6WdcY3wCEfO2afo7LAEqWwZWgdHy9I97gtyyvql0,10247
4575
+ pulumi_azure_native/azureplaywrightservice/v20241201/account.py,sha256=77NQe0cYG0OQXOBexOCTA5mjKv-YONTZJgOFAzo6gfU,18879
4576
+ pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py,sha256=Xnp2D-nDBsrwxmssVqtqKKjniLApgVBLUw1uBSGjlhw,10251
4577
4577
  pulumi_azure_native/azureplaywrightservice/v20241201/outputs.py,sha256=-FKM1WXvXS_DzHxYB29RYZG9QLTt8uNC1IPcptqQ25w,4680
4578
4578
  pulumi_azure_native/azuresphere/__init__.py,sha256=Vhfsg-tyFn_TUUWUqnfI_6iPCjWCQ5Njz6lywaKrbUg,1255
4579
4579
  pulumi_azure_native/azuresphere/_enums.py,sha256=Y7E0GMCRaVFF8KcJKzu5HZRqNKYZVnslxnv9VsgFC6k,1292
@@ -4674,7 +4674,7 @@ pulumi_azure_native/azurestack/v20220601/list_product_details.py,sha256=556ghVq_
4674
4674
  pulumi_azure_native/azurestack/v20220601/list_products.py,sha256=uW2ghLT6kIUlmRUu3EhaASlCb0NQyg-E0g4EQ5_dM_A,3991
4675
4675
  pulumi_azure_native/azurestack/v20220601/outputs.py,sha256=zR2zkVV6x6-_dAC2Zqme3TRkyyHn_cZyNJPSIJuf3rU,17615
4676
4676
  pulumi_azure_native/azurestack/v20220601/registration.py,sha256=HXdreX2sRaiuT9RKEDAnV4Su6hDpf2_3Z3yGyZRILZQ,10409
4677
- pulumi_azure_native/azurestackhci/__init__.py,sha256=-z9-lyl9hnhW1bRkU2XIimTyevXypgKp8Rifv1mvuBI,6205
4677
+ pulumi_azure_native/azurestackhci/__init__.py,sha256=aEdb2UHfgj9G1HC0Nf2sKLgLXpHEUlzNSecPrLcnczs,6431
4678
4678
  pulumi_azure_native/azurestackhci/_enums.py,sha256=sb8PSAB7cBTAZW83NsDuUu_LwVVNAjURs2EqtTvYBAI,9750
4679
4679
  pulumi_azure_native/azurestackhci/_inputs.py,sha256=a0nX6zcO5uj8lLZS0RZ_V7qWz7TnWiD-Z1T801GS4sQ,250117
4680
4680
  pulumi_azure_native/azurestackhci/arc_setting.py,sha256=CaJK_GwU9TYXtVPZNRRlLYuSZKzxvS3iXfu7XxnRQZs,21157
@@ -4682,55 +4682,55 @@ pulumi_azure_native/azurestackhci/cluster.py,sha256=8OQ1xINuqNmJ0kJ6Hx9WvLCyllSt
4682
4682
  pulumi_azure_native/azurestackhci/deployment_setting.py,sha256=9HEiEGIJwl5sccftc_ozIkG-jNQISABqFTNbt_cUrEg,14773
4683
4683
  pulumi_azure_native/azurestackhci/edge_device.py,sha256=QdTOXhM-ryCp2knKSaPfPMtspAQw2-9sm7hxozlANzw,9620
4684
4684
  pulumi_azure_native/azurestackhci/extension.py,sha256=eCo8UFCEJM42l0DzZqY0xAnuxLMv9zd4Bg8jR06U7fQ,23862
4685
- pulumi_azure_native/azurestackhci/gallery_image.py,sha256=oEv0bkANaz2ByN6i9zrLERVirIETaHNFxhop7FbRajw,22810
4685
+ pulumi_azure_native/azurestackhci/gallery_image.py,sha256=gsz_s1DusDcXfu3oU2HKO6N7O_EaDEu2Y2P8PHmuZg8,22930
4686
4686
  pulumi_azure_native/azurestackhci/get_arc_setting.py,sha256=wHbQx1p6SHMmklhobNQ_Ukl1IdBYYuaSejHN6USoZ6g,13646
4687
4687
  pulumi_azure_native/azurestackhci/get_cluster.py,sha256=jN_eWsTk44tWUm0AMEw6QC38R2UsC9xJGMn6h3naX5o,21421
4688
4688
  pulumi_azure_native/azurestackhci/get_deployment_setting.py,sha256=-a_npkYnp3SnRYDpoq79b9kCIiTWU6fbn-MP8rhhhHw,9466
4689
4689
  pulumi_azure_native/azurestackhci/get_edge_device.py,sha256=VYl7wpUxtydnuQJxeQjnVYqKVoNdjShXjtvszWAypME,6619
4690
4690
  pulumi_azure_native/azurestackhci/get_extension.py,sha256=PRpeRkqIjorHLR1il1C1oQ2_D8tXd58zplqGMLGIb84,14153
4691
- pulumi_azure_native/azurestackhci/get_gallery_image.py,sha256=Fnj0QxTpzMB0eMeM2h7hAO7gZLpzwuz_AaxpPPlhwBk,12767
4692
- pulumi_azure_native/azurestackhci/get_guest_agent.py,sha256=g8sALpHezPa5SdxEqlUurJedUP5k-3XCWM8HwIvFxcU,8801
4691
+ pulumi_azure_native/azurestackhci/get_gallery_image.py,sha256=kFbGo6RIWSkUbkG62A8NrV00J4XHUMk9Xn0Zk59Pv2Q,12807
4692
+ pulumi_azure_native/azurestackhci/get_guest_agent.py,sha256=ZO5bvsV8yMtpWcK16W1l2im9tOkewYClGgMTiwcxfXE,8841
4693
4693
  pulumi_azure_native/azurestackhci/get_hci_edge_device_job.py,sha256=JYc2xPJuK0A4CQjOQNAsyZJMKdhw3rEdSsiwUZC5068,6456
4694
4694
  pulumi_azure_native/azurestackhci/get_hybrid_identity_metadatum.py,sha256=gLNCBOrBCbcIQLKlaiSQREQTanMcGCpIiMX21qmz5m0,8092
4695
- pulumi_azure_native/azurestackhci/get_logical_network.py,sha256=zG9oFILYXxy3H9Gc5b9an0Zbod-x-Gab2Bo3FM3ISOg,10298
4695
+ pulumi_azure_native/azurestackhci/get_logical_network.py,sha256=U0oc1Ep37Vz23C1nu0JeSR1z4era0a7PGHEkwM8N2oc,10338
4696
4696
  pulumi_azure_native/azurestackhci/get_machine_extension.py,sha256=K0HGssbWXYFlNrWSu2xT_jqG7uU8KYJPxY5EDLvMVfs,11799
4697
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py,sha256=KSP-Hgz8pV6ZSwdwURS9yTiKbE_ak-xw6YCtcrBAgr8,12611
4698
- pulumi_azure_native/azurestackhci/get_network_interface.py,sha256=UP043Z6scuo14vI_KSphBhr4SfPkxxikjETvKTDuuXE,10425
4699
- pulumi_azure_native/azurestackhci/get_network_security_group.py,sha256=PNKtSjEHM56zpv1j9NJWW09nuhujEn-5DrXMAegk-tM,10140
4700
- pulumi_azure_native/azurestackhci/get_security_rule.py,sha256=vlmgjTV4TONvS0aIrTH4JDO0SKPJesIlmYI1oMYF2mU,13254
4697
+ pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py,sha256=xhAqaYO1rgo9-BJNvmQPzol3f8EEkqWN1Olu8XEIifU,12651
4698
+ pulumi_azure_native/azurestackhci/get_network_interface.py,sha256=MvFmVhgfHQbBU9CgEII4CyXNzQSLruk1okITesm4S3g,10465
4699
+ pulumi_azure_native/azurestackhci/get_network_security_group.py,sha256=1zcfXB95PAw7a3E4-_kpSRAyZmapidfA1tDu6a67vY0,10180
4700
+ pulumi_azure_native/azurestackhci/get_security_rule.py,sha256=HR9xUtDaaPnDlMQ7lGnaPUpyVqfHa-lgbkpbXENdQyA,13294
4701
4701
  pulumi_azure_native/azurestackhci/get_security_setting.py,sha256=-Jy4skcuyvGUquGbYbO2-jCYYGcPndGhXH7V4hXRPX8,8168
4702
- pulumi_azure_native/azurestackhci/get_storage_container.py,sha256=RILg_HbajxdivBSkOgMixjyZ6Aow5D7SkAr5n3X_X9c,8916
4702
+ pulumi_azure_native/azurestackhci/get_storage_container.py,sha256=5FcELzIpp0yxKrVrXeRODpAqvOlZaWvIsjyJWooHwCM,8956
4703
4703
  pulumi_azure_native/azurestackhci/get_update.py,sha256=cjHvNiRVsPUxdq6wy3Gu0IksB1nPC7ak7BBrtJdWjKs,17255
4704
4704
  pulumi_azure_native/azurestackhci/get_update_run.py,sha256=xpTyAZSaN_L1aZVaI2U0NfWu8QpgM405lp4jKob6sQE,13885
4705
4705
  pulumi_azure_native/azurestackhci/get_update_summary.py,sha256=15vhfaeySGcXzNcNL0OSRr9-3TH3Wv_uM_wF-hG8I6U,10939
4706
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py,sha256=EBxTlo64YFKAGdWFK4LA7CyGTSxP-jC4isio1df93EE,13450
4706
+ pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py,sha256=9R_VpwccPcaA-fmuONa-LGDuzByIe4C9lMSJBSAu77I,13490
4707
4707
  pulumi_azure_native/azurestackhci/get_virtual_machine.py,sha256=I2Kj9m5aDPljgK-fO_8az2mYgNFMG2nk9v16WubLTpI,13453
4708
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py,sha256=4zUw8yYcGraZyAA-YT-wUd28tWZDYNm3ESNyDvOHKs0,14080
4708
+ pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py,sha256=10obtdFiYySsWjR_Ll8-xMVM3Aw5K3iOSNFWt6bzLF8,14120
4709
4709
  pulumi_azure_native/azurestackhci/get_virtual_network.py,sha256=JaeD2By0Ud8QxigSPuiR78yUdiY0eI4yX7XmFLBMj-Y,10749
4710
- pulumi_azure_native/azurestackhci/guest_agent.py,sha256=9jJ4xsebOShdSwGAKxNeT6FDdYWTVNL3o-g69gzNnwc,13445
4710
+ pulumi_azure_native/azurestackhci/guest_agent.py,sha256=2dJ86-oqWfx-h8zwkFVfSLKUGF8mH6F7a08YtXsUl54,13485
4711
4711
  pulumi_azure_native/azurestackhci/hci_edge_device_job.py,sha256=zuGXABphgz_FPW1JhADy4uHN-NBo457aSpXB9WWcCuc,11069
4712
4712
  pulumi_azure_native/azurestackhci/hybrid_identity_metadatum.py,sha256=X4jARe8fkDiv2AgmNGoqec1GHTcpwbvqUJ4uai1JXl8,11246
4713
- pulumi_azure_native/azurestackhci/logical_network.py,sha256=oLbCsOyaS7KjhN1kZmhqLkwhvWKNBOI5lVlzPPOfC0g,17196
4713
+ pulumi_azure_native/azurestackhci/logical_network.py,sha256=85_oUnzjEIbp5jLtanKZfVVG2gy8QawA1kqe4hIEm0c,17318
4714
4714
  pulumi_azure_native/azurestackhci/machine_extension.py,sha256=rE2yH0ll91op1hzWrEsRfwa9q0ETPzDUaC9bfshNfQ4,20427
4715
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py,sha256=inVRFyv0jBBWkt4qgXmaAfIYVHsdyEuhf47WCIb23wM,22056
4716
- pulumi_azure_native/azurestackhci/network_interface.py,sha256=yQaaQfo5gNq-urlmNhxBexfSOWXzLIOshBRssWsWQdE,17380
4717
- pulumi_azure_native/azurestackhci/network_security_group.py,sha256=4D4vqFMMDE82aLFC2qp_XlKZ1K1ZJV4P7_QLZPOAcBE,13477
4715
+ pulumi_azure_native/azurestackhci/marketplace_gallery_image.py,sha256=O30HmhjGKfjb2gmUoVnV3G0XPGcjQU8VoSEpSaZAo_Y,22187
4716
+ pulumi_azure_native/azurestackhci/network_interface.py,sha256=Gha9-nNlEJiFGLu1ssy2SFGT3L_3qCftcF5DFWUr9y0,17504
4717
+ pulumi_azure_native/azurestackhci/network_security_group.py,sha256=tVMoxJ-U2nc2YbkL5mwuU-ZojulzJlJy-L6zDP3tC08,13605
4718
4718
  pulumi_azure_native/azurestackhci/outputs.py,sha256=OdXZJQM2hxVnhTes2AdwAeer56obUPPfni1kWuG9Mq8,336647
4719
- pulumi_azure_native/azurestackhci/security_rule.py,sha256=e-ByOEmOehKGCPKlHKzwDSEjQKv1_oWs6iiad-GlEUw,24874
4719
+ pulumi_azure_native/azurestackhci/security_rule.py,sha256=1-8zHzQNYAxBYPIVbX19fdgjQrgJ2RceK1rGrc7XOjc,24994
4720
4720
  pulumi_azure_native/azurestackhci/security_setting.py,sha256=6BgkDbsAmRLYJM611gFRqECtRICt9N3zljZnmWslPiU,11644
4721
- pulumi_azure_native/azurestackhci/storage_container.py,sha256=AAAeDWI5sn5Ncf5G8tBKVFt2XfH-tJzMnWeuGdHlrAc,13755
4721
+ pulumi_azure_native/azurestackhci/storage_container.py,sha256=9JkX8gCovEdTuncY6QvKFlVor0jnmhlbu5vb-9U4_64,13879
4722
4722
  pulumi_azure_native/azurestackhci/update.py,sha256=_4rdp-SKiYGFnZApKsWZZF4qUvBEjci0VQ5-enLZLaM,32912
4723
4723
  pulumi_azure_native/azurestackhci/update_run.py,sha256=uNaaBb4eHMd8SFgmBtP9u0HxWbBl9cnEXD-GuJJtGG8,26282
4724
4724
  pulumi_azure_native/azurestackhci/update_summary.py,sha256=cYluSN6MqEUgxZQGeD5F3S4RcpxuUjmbtikGtAsqLmY,18555
4725
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py,sha256=zQxsbLjtVtd1nGCMaMvdkSK8IiRETRp_T0lb5IE0eaY,22408
4725
+ pulumi_azure_native/azurestackhci/virtual_hard_disk.py,sha256=GrN6j3uCN1iTUvKnNs4WzGdq6pVnPaU3W3StGN0ThWI,22531
4726
4726
  pulumi_azure_native/azurestackhci/virtual_machine.py,sha256=kem7IeGOO9u5W-CKvzQ2a20ygZDbOTAv2izuOn1fkz4,23266
4727
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py,sha256=e5MOT4QBgwOjenQPRqTXFCfKd1h1Jj6t3PcwFU2oy2Q,23239
4727
+ pulumi_azure_native/azurestackhci/virtual_machine_instance.py,sha256=9JsgHrQbqbKdvPrqhy9Rxpe7bGMyEWbvWBVfEoCMLoE,23369
4728
4728
  pulumi_azure_native/azurestackhci/virtual_network.py,sha256=ssKvS20VbxaL62bIqO_JaL16P3vl5FOINO2LdfjvZI0,18420
4729
4729
  pulumi_azure_native/azurestackhci/v20210901preview/__init__.py,sha256=Smwbid_tgsQaic-rpHhDcQ4ErM9OTuA8cexiiV-DMyk,957
4730
4730
  pulumi_azure_native/azurestackhci/v20210901preview/_enums.py,sha256=JiV6VbKWxr4IgrxkmaGWwI_MoB2QJmhtRMrE0_Jp9ig,2635
4731
4731
  pulumi_azure_native/azurestackhci/v20210901preview/_inputs.py,sha256=YgleU5nt_aJsQktIHVXUMFs_K-iNItS5ion0MaWS_Lc,78541
4732
4732
  pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py,sha256=s8S3oRxdhGA4fiab6Uf1ol_qefs4yH7jOQQVx_YxU4Q,18590
4733
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py,sha256=FN_BntIq-18Aqr5x3XhK9Hu5r40WYS3RIRFqNv8n1jQ,24816
4733
+ pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py,sha256=geJ2_Gdz9rh00VW5I9K3t_0M9eBA1YlV7VobieCyOzY,24992
4734
4734
  pulumi_azure_native/azurestackhci/v20210901preview/get_arc_setting.py,sha256=K9puQ5gEReu-MnAIW7nIwGP2U8iebP1wrLCJAMk7VbI,11561
4735
4735
  pulumi_azure_native/azurestackhci/v20210901preview/get_galleryimage_retrieve.py,sha256=AfN2r_x8sV7zyOgfYGp_qIxtHNCApdyHBdAUTMkFTbg,13226
4736
4736
  pulumi_azure_native/azurestackhci/v20210901preview/get_marketplacegalleryimage.py,sha256=FvbEyUzEoxpa1nMqElAgVCMfzwbwnhBX_jnFGgtqrLw,12867
@@ -4739,11 +4739,11 @@ pulumi_azure_native/azurestackhci/v20210901preview/get_storagecontainer_retrieve
4739
4739
  pulumi_azure_native/azurestackhci/v20210901preview/get_virtualharddisk_retrieve.py,sha256=s2_n86pY6pCs89ZMJQcKIionP-d9LAyYkHymqCrlN8Y,13726
4740
4740
  pulumi_azure_native/azurestackhci/v20210901preview/get_virtualmachine_retrieve.py,sha256=q-aBBa26-7Q36m5kgH9LJDhMoqZs6c1Ev4M7dDbZeUk,14033
4741
4741
  pulumi_azure_native/azurestackhci/v20210901preview/get_virtualnetwork_retrieve.py,sha256=O5jIVSAh0Dy-13wx8wSw9YoiA2RZtyZktPhVYc7whdM,9777
4742
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py,sha256=0_v5V6-1wlxYBVTlmnT8T6nGfmbFDjorDykSe7lY2AM,23765
4743
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py,sha256=DizuuiuRN05Fdiksf9j2U-zo_p2Ir0GBalPztuBzCwk,19052
4742
+ pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py,sha256=be19qsaeNKgnTIa7klOvbJVZZWtTKA67s5aK9T0djPo,23947
4743
+ pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py,sha256=GEwvluO2PT249X_MrACHPEOo_MOEIrn6okCcz5nlxvg,19236
4744
4744
  pulumi_azure_native/azurestackhci/v20210901preview/outputs.py,sha256=2bGjcfK8B2z3Tx_TFuOJAPc-r_t19tdV8o1MwmdN_hg,117428
4745
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py,sha256=-taKulJnphUJRMInoBcC_A4qwVjP4wD55Whq4NbMrx4,16257
4746
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py,sha256=XAJyGe0RBe52EOL7aXDYCYW3mfch62pVD9c2xmX5VlI,24177
4745
+ pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py,sha256=nODHTsylWxLa0U3FmA5NJDztBfegsrcGK_JTj2t5cZw,16441
4746
+ pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py,sha256=Lf-oTj16sH2QZKGd3fqgdSueITuVdCKbvWxJgRP-B0k,24359
4747
4747
  pulumi_azure_native/azurestackhci/v20210901preview/virtualmachine_retrieve.py,sha256=uc2o2k3qXjMaM5P5CMtSQDqwMVw8XDwfr9wBvXyE_ZY,24643
4748
4748
  pulumi_azure_native/azurestackhci/v20210901preview/virtualnetwork_retrieve.py,sha256=0YH8k7FdwOL-fJr2oqni1IOkUJc1O2KrP3SDuHDu2A4,16338
4749
4749
  pulumi_azure_native/azurestackhci/v20220101/__init__.py,sha256=z5owo9dZN9k5NfL0dguyq7Tray75G2V5MxOmbLH_68w,369
@@ -4764,7 +4764,7 @@ pulumi_azure_native/azurestackhci/v20221215preview/_inputs.py,sha256=cdZCoUzCUWY
4764
4764
  pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py,sha256=4BkUQ2AwZfEX5_ONPJ5dNf4H3M5gV42bOFzFEEPKFhI,28480
4765
4765
  pulumi_azure_native/azurestackhci/v20221215preview/cluster.py,sha256=CEjyR1qhUyuGYuZY2z3fDCD64ym3mKjyPIEQVNTWn-0,37760
4766
4766
  pulumi_azure_native/azurestackhci/v20221215preview/extension.py,sha256=Sc_bO0RpKOy0QaqWcLFDhA7xEeZqQIUY6mSqO_oGAMo,31223
4767
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py,sha256=sIX1dJvP0iJHQSOfjC8_s3b94SQDmUeqmcowbAQy4hU,22365
4767
+ pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py,sha256=uphUCRpaFjtpg9QtK0bNw3fuDHRl07nHT5CtQzXFakg,22445
4768
4768
  pulumi_azure_native/azurestackhci/v20221215preview/get_arc_setting.py,sha256=zTLSWsulgeVIAR58xMxwDi2mDY3a1Iqg7esrXnG8Qmk,17038
4769
4769
  pulumi_azure_native/azurestackhci/v20221215preview/get_cluster.py,sha256=TT8OwrwgVFZ_H2JMhwbFRKwOX2tE0qCOyv58rFSPSfU,24803
4770
4770
  pulumi_azure_native/azurestackhci/v20221215preview/get_extension.py,sha256=cE2uE4-lW15quLW4LyslG6i5DPOugjGa5lGtk9hAjoA,17583
@@ -4784,14 +4784,14 @@ pulumi_azure_native/azurestackhci/v20221215preview/get_virtual_network.py,sha256
4784
4784
  pulumi_azure_native/azurestackhci/v20221215preview/guest_agent.py,sha256=Dep0Pr7e8UxKMBrRygMpJxVnSgwwr57rVeLnqvzcGqc,13000
4785
4785
  pulumi_azure_native/azurestackhci/v20221215preview/hybrid_identity_metadatum.py,sha256=oH0ESQcbqsyJuaq6KJGE9VmitRAjO1SiKPh2wkg6Gm0,11143
4786
4786
  pulumi_azure_native/azurestackhci/v20221215preview/machine_extension.py,sha256=tHeNV_NRo9k0OEK6lVinQVQvlwhzekl7YnIbQe22vl0,20324
4787
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py,sha256=iC1F44h_OyoysUuepFI3FmFcRGuucz3NqnZ2Rzltr0k,21611
4788
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py,sha256=dkp1W2aIHLugmBQU6JxspGJTwMwWr4Cy-3Z60AHf19Q,16935
4787
+ pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py,sha256=8y5MPUjHKa83DS9DsQTw_Ct5nGiLK83fS8qB-R6vJ4U,21702
4788
+ pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py,sha256=5KzypvGTY89U10u7rXIF-atDNqElgNYrIXQmAIGqLxQ,17019
4789
4789
  pulumi_azure_native/azurestackhci/v20221215preview/outputs.py,sha256=-JLZvbhjmAh6gi4JJcItBNd7uyEelHtz3sbFxajunPI,158963
4790
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py,sha256=9zR6wTtawqd8G9lWmRLejj7_BfKIgjOeKyV_tRaQqYs,13310
4790
+ pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py,sha256=loBQ2er2BEtrBCwJo5c62QJYGqoqpEcQF1hdOBEPU0k,13394
4791
4791
  pulumi_azure_native/azurestackhci/v20221215preview/update.py,sha256=aN-ozBTGc4E8mDlM3boay3aH6EjJA9MdAtdzO2BH--I,40369
4792
4792
  pulumi_azure_native/azurestackhci/v20221215preview/update_run.py,sha256=npxlI7khvY8nSEYOoNjWA-E1DdaMIIG4L7PKw5oXfqM,27483
4793
4793
  pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py,sha256=_2d14MyGnMxjZHB_sjhLxUBAGUfNYtxFaxIs2EjWV-E,19308
4794
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py,sha256=DBDbgk1IAbHh645gpMX6pdTSRn5Z6GipzMqHx_Ly5Yc,21963
4794
+ pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py,sha256=HpGDF-DZop_gXwTj3gl_5ezlWRwR7FBl-9BLwV1aRHI,22046
4795
4795
  pulumi_azure_native/azurestackhci/v20221215preview/virtual_machine.py,sha256=sjGDscVPRb_SwxU3_0WPEKGxP8kMbAoKi_mgLSjOa9M,23163
4796
4796
  pulumi_azure_native/azurestackhci/v20221215preview/virtual_network.py,sha256=aLtew88uzOfDNBDv_HSq4YjOu_EEiZx3ExgpGMngaEo,18199
4797
4797
  pulumi_azure_native/azurestackhci/v20230301/__init__.py,sha256=vNJdyse9C3ERwvvJwt6m7OHpS0MGhGa2ZxFujwwEx6Y,649
@@ -4829,7 +4829,7 @@ pulumi_azure_native/azurestackhci/v20230601/update_summary.py,sha256=YBth5sSeEDh
4829
4829
  pulumi_azure_native/azurestackhci/v20230701preview/__init__.py,sha256=xs2o1qkGlrY0STSkpSoupRb3hTPmnJ4aZWLWq6XlZ08,885
4830
4830
  pulumi_azure_native/azurestackhci/v20230701preview/_enums.py,sha256=JKn0XdRv_3JZiI2vZCWmEOdQy-2Mn09YLusvFnMZtjk,3339
4831
4831
  pulumi_azure_native/azurestackhci/v20230701preview/_inputs.py,sha256=zjuDjWozF2AFUbPlmBW2UYAwNdpEC3tqXI-cY_SkHGU,78231
4832
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py,sha256=q0_hfmHssmkCfmFutiMhNT9dOVMYl1CZqWbEFSuxx0c,22510
4832
+ pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py,sha256=a0sJ45mQhL2DGfwgXHWCcEmLD3zJkSY2-pW80MXQjzM,22590
4833
4833
  pulumi_azure_native/azurestackhci/v20230701preview/get_gallery_image.py,sha256=DPK5AP_QwYblvYqamMbcFlhaCbwPGOmjmYRws49e-aM,12369
4834
4834
  pulumi_azure_native/azurestackhci/v20230701preview/get_guest_agent.py,sha256=fokpsfjRjiCSMEOSkAri2wDvFHkSnOz7jLp_7je9bzk,7812
4835
4835
  pulumi_azure_native/azurestackhci/v20230701preview/get_marketplace_gallery_image.py,sha256=zz-sDZUc_8quWZAXl-ChaqbnrBhVc3TNeJWXOuNVYbk,12225
@@ -4838,13 +4838,13 @@ pulumi_azure_native/azurestackhci/v20230701preview/get_storage_container.py,sha2
4838
4838
  pulumi_azure_native/azurestackhci/v20230701preview/get_virtual_hard_disk.py,sha256=ksJ7bFGBJS4Cdwu1iAwRA7uADRWakHQS_dJj67v8tEo,13055
4839
4839
  pulumi_azure_native/azurestackhci/v20230701preview/get_virtual_machine_instance.py,sha256=BIoM2Ybwumcu1H_R6h3c7jE0reLuG8bMR0ZuqUx48xI,13725
4840
4840
  pulumi_azure_native/azurestackhci/v20230701preview/get_virtual_network.py,sha256=6cyWLQjaznE518H0rE4A7iuMA0Cc91uyWGazs1Kfnas,10578
4841
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py,sha256=21ZLUz1GD4YVSYmQzY1iLHOFqngDVrUbGHOArpjIbuE,11645
4842
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py,sha256=JW1JJNLGZq-S66vHQOwZRGfEe51rVUF0nDEyN8X5j1A,21804
4843
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py,sha256=9sr5kxCtpBuQNSh6oMr1nK_5AXY053KQdYTAByrWPoU,16935
4841
+ pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py,sha256=rAwxZMlzUpnvL2k0vwdQHlXaq16rk5dxnqVZ3NwLygo,11723
4842
+ pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py,sha256=HCp-ZtQmypwvgtCRG6ArmKLKt_oAyBEsiN7mi7CpQMs,21895
4843
+ pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py,sha256=6i43jv4Debji9dbXQYQelIOn9Y2CAm5AQZvP9fKvG3k,17019
4844
4844
  pulumi_azure_native/azurestackhci/v20230701preview/outputs.py,sha256=3-fBdKAaUiS0bw0AE9UvwMLtioo9GxDX0LGu_QDHf6w,118335
4845
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py,sha256=rXRgG-k4u1URbjxgHjk6H0shrKN6Axn-99covHs5GjY,13310
4846
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py,sha256=CS2D6gvjMNMxc7nfbByjUiC__6-EI3hTFE_yDAaVHUY,21963
4847
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py,sha256=d6knpOLLr3dvrKc8msSE9FLr-LAnbYdNqiPXansHndI,22834
4845
+ pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py,sha256=SQNXEyduhWVufYhIHsXypOQ25xvMQIJJr1Fq58aZTYU,13394
4846
+ pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py,sha256=DGHqMlghJLK_fo5LH3XMcnpgnJ4v8A_TTYlRfjLn-_c,22046
4847
+ pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py,sha256=Lc0_qNbSbapdmqiY51cA-3_sPuhRBjZ60ZCCG1rUnC8,22924
4848
4848
  pulumi_azure_native/azurestackhci/v20230701preview/virtual_network.py,sha256=5e83IKQ_MizLK48hhFmA6cZp8di_yaV1AbvCrgPrF0I,18199
4849
4849
  pulumi_azure_native/azurestackhci/v20230801/__init__.py,sha256=vNJdyse9C3ERwvvJwt6m7OHpS0MGhGa2ZxFujwwEx6Y,649
4850
4850
  pulumi_azure_native/azurestackhci/v20230801/_enums.py,sha256=gZ0wr3ce6MhW6qX78-b11oXDgJ9RC4iXQcqRHwmskVg,2951
@@ -4885,7 +4885,7 @@ pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py,sha256=MqVX
4885
4885
  pulumi_azure_native/azurestackhci/v20230901preview/__init__.py,sha256=QaQG2yXUW8MEUk-Xl1r9yQRFq-4g0R_kA0ZttOsUnV8,885
4886
4886
  pulumi_azure_native/azurestackhci/v20230901preview/_enums.py,sha256=u-JL-A7RL4S6Coe4QrIZB4YieOosJM_Hb2naaYL1HXM,3171
4887
4887
  pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py,sha256=LZMObiBCkrW1mNEQq6VWo_AkqoaJ6cIByckrq9VcHfM,80747
4888
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py,sha256=dvx3ofEQkudscknPmvLhb78-o9W38G8HAus2DI3VAgg,22510
4888
+ pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py,sha256=WMcic8F-h_WJRowuW3yaL8-c_rID_4YOLoeyTCW-xiY,22590
4889
4889
  pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py,sha256=177QyV-S2AtBVtFT7sm0F4MGfU44r33E_lw6oPD60Ds,12369
4890
4890
  pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py,sha256=SHADY06CM5M7QU-Ez_lGLwMqWHGkEf3clKBWfE4dJyE,7101
4891
4891
  pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py,sha256=hkVzoGxupamvsQQBD351oTMIeEK8drXGRVEOhq4AKJ8,9983
@@ -4894,14 +4894,14 @@ pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py,sha2
4894
4894
  pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py,sha256=WggfPVnkRE4ggDafFFZRj1uvfM5HSpFDgmJKVcx10J0,8511
4895
4895
  pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py,sha256=w5_WyOYPFx4xTjh1Qut98Pnjxi1vse4bdx39_YKrcW4,13055
4896
4896
  pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py,sha256=-NBMOrqI3VR2Pnu-c03nUotWtkesv_z23mpD1UqDTvY,14436
4897
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py,sha256=341VbOsE8dFFcUC6Tp3h-jpvVT8XHIlPpwJLvXF13hM,10032
4898
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py,sha256=RAgoHoObynM53G0TGz_vaXJP4_8-pOVahRh332U0wBY,16831
4899
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py,sha256=_JWfx1PtGAJ7AgECZDW8Kukh-fl0AfLyFxKevw4z6N8,21804
4900
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py,sha256=9SIG-CheJL2doTsOk_WB2b29Jiu70wuQP4SzIOQYcsA,16935
4897
+ pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py,sha256=Cwa0J7ip4YqBoSu1PUxz_8GYVMQ7yvb1K9o6RCnP2F8,10110
4898
+ pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py,sha256=kQa8Wa3XxxQu-JypAxNgB8mYVJpPxHVw6-poao-zNjE,16913
4899
+ pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py,sha256=rmnSoFLXZwdgTaoRhXBLCEQMyY6pfllaXUSDT2o7EZ4,21895
4900
+ pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py,sha256=r76QAjN2fFZ2qXMg5OZB2RamZqA917OJKqMZev6l-I0,17019
4901
4901
  pulumi_azure_native/azurestackhci/v20230901preview/outputs.py,sha256=VQwWTVYyCsSiN_psuAxG0ZJsm3GCsEoZ1megJVz0G2g,123025
4902
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py,sha256=ZqWHoCbT2Cmo-0Qpm5D86HpaI4Xl_iBf2eL7OV0lbmM,13344
4903
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py,sha256=9_I9DMashvWS-Ge4MRfiUocvMQ1Sf91eMVMBEgfp9-U,21963
4904
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py,sha256=Gka8TzfJfgEA-s3DQY5dH5A87J4WIHoN3jVq2Pkt3G8,24447
4902
+ pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py,sha256=OBJzabY6hMBM-lRSI1HWjlGiEzw_yh7TalbYHSORNq8,13428
4903
+ pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py,sha256=o8OLWkYha7XcySyOey_7Q5xjuBIm4jJIHeHxRdbfJiE,22046
4904
+ pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py,sha256=mRIFAwL-N21himSb84QFJjM2b5D9hUFCLpHnHXUhUoM,24537
4905
4905
  pulumi_azure_native/azurestackhci/v20231101preview/__init__.py,sha256=PT6knDjTrzz2PZ_7-hJVM3PidbMR6zvgw-FpQrL4s9A,847
4906
4906
  pulumi_azure_native/azurestackhci/v20231101preview/_enums.py,sha256=9qSiwNBCxGhnxCF9VYwqja8QPMX0Ho30W0TkHmohQeU,3727
4907
4907
  pulumi_azure_native/azurestackhci/v20231101preview/_inputs.py,sha256=bAUIhy7cso_pyvHiSfsT8PyNZf0SZgjeIkjUie97814,103584
@@ -4932,7 +4932,7 @@ pulumi_azure_native/azurestackhci/v20240101/cluster.py,sha256=_E8KhqrtZJrL3O1LkQ
4932
4932
  pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py,sha256=lA6I19zeoSoNHKdG3omXRG4twMFvqok8Bzj6vT0YpQY,14384
4933
4933
  pulumi_azure_native/azurestackhci/v20240101/edge_device.py,sha256=XakGbryYJHx7AIsswqEkCRoSH__L5R5pPrDh-I8hESo,9181
4934
4934
  pulumi_azure_native/azurestackhci/v20240101/extension.py,sha256=A0DC93xguNzavQNHYN4n4ApG5v7J53vgErNSNyavhi8,23243
4935
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py,sha256=AJt9LDFlyMuJFMMk7ucc-vMTTDAysoKyNkTJifI60gI,22510
4935
+ pulumi_azure_native/azurestackhci/v20240101/gallery_image.py,sha256=pZfkN6hksXA9eaiNsUwIBtVPCrx_ecfqIXVxoHj_0Mw,22590
4936
4936
  pulumi_azure_native/azurestackhci/v20240101/get_arc_setting.py,sha256=VY3kJRNEv7gLUrJpKMCK6qUogJexyrghLJGqaxHBagY,13141
4937
4937
  pulumi_azure_native/azurestackhci/v20240101/get_cluster.py,sha256=On8LYLA-i9D1I5yoeCmrZaezV3OdKVZkeUBg0j7Vre4,22668
4938
4938
  pulumi_azure_native/azurestackhci/v20240101/get_deployment_setting.py,sha256=LC1YrhOFR9zftTQFsXRjtn9WjiRaK7Jrg50LEUzQYgU,9113
@@ -4950,22 +4950,22 @@ pulumi_azure_native/azurestackhci/v20240101/get_update_run.py,sha256=6tpLsReTkYU
4950
4950
  pulumi_azure_native/azurestackhci/v20240101/get_update_summary.py,sha256=8au2wvjPpPrA_yOc9jVYxMyHqKIBR8R-pmENfHlE7Rs,10474
4951
4951
  pulumi_azure_native/azurestackhci/v20240101/get_virtual_hard_disk.py,sha256=QAAGew4rdXrMNky09H-E70s00SgEwfhLGRkBtJ5BDmE,13041
4952
4952
  pulumi_azure_native/azurestackhci/v20240101/get_virtual_machine_instance.py,sha256=WYtW1anXrdwHsBF20wa0wdwda15x_YqgK12vsAsE5UE,14422
4953
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py,sha256=ZFUdHKCcoIPGj0SSab5xHJpa_W1Efqo97SmvmioKdxI,10032
4954
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py,sha256=OJNM8BTeEHkJCSd-82XK6n8AEJkphI1fvQSI9SKx_7E,16831
4955
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py,sha256=g3-xe64756nLZ0j_Yvma8K2U1tOWOoBRBFi1vyxVvOg,21804
4956
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py,sha256=ORZXi-nUsm0D8yM1lvDS0tH0kOrcWmEgTswr3LIu9J0,16935
4953
+ pulumi_azure_native/azurestackhci/v20240101/guest_agent.py,sha256=sn5SHLqqbnW_rf9cGYeHRJxCpMXtwXG-goxLoQIQk5g,10110
4954
+ pulumi_azure_native/azurestackhci/v20240101/logical_network.py,sha256=zHo53Rg_bCkO36bsscwxmZfNrmQOzfhRhEI1LrBMPuE,16913
4955
+ pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py,sha256=EKX1IWCjQc6eAC9GRy2WO3QbufI4DUNvNjC1gTA3Pzo,21895
4956
+ pulumi_azure_native/azurestackhci/v20240101/network_interface.py,sha256=o0DnGgtkz9Lwb6svmn0KQdYVDDeqbvT_-wthwsNA4To,17019
4957
4957
  pulumi_azure_native/azurestackhci/v20240101/outputs.py,sha256=w6jLHKsqS1kXtrHV7-g2-WGPEkjPei5txn-v5f3kOHY,248352
4958
4958
  pulumi_azure_native/azurestackhci/v20240101/security_setting.py,sha256=HQj1QeI8iSPHkGUWtNE33VT9m5E_HYxFw1rTBM2s6IQ,11295
4959
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py,sha256=ZABIwxiROofCIdKuC1JySYN_WApENigTdmRdnBRx4PY,13344
4959
+ pulumi_azure_native/azurestackhci/v20240101/storage_container.py,sha256=Z41m9U7xbsw7eBsA2_kPATfu8ilS6a16cUHpRlWvrRQ,13428
4960
4960
  pulumi_azure_native/azurestackhci/v20240101/update.py,sha256=PqFSEUQXViheiGPsJdZpYLmLTZ-Oy6lr8lt8uvLmx1A,32411
4961
4961
  pulumi_azure_native/azurestackhci/v20240101/update_run.py,sha256=oDqB0b49teNzGHisz8HQMRc0ByhDWjNLSJbOYFdJZLM,25781
4962
4962
  pulumi_azure_native/azurestackhci/v20240101/update_summary.py,sha256=Sm-7gY83U-ueeb8B150ixUzmAs3F0L6pQZ3AdMCB5bc,18054
4963
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py,sha256=HEk7FTOCiW1_xJfT2xzktWufb_96i6Bz0dJwOsqF6SE,21963
4964
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py,sha256=5CYk9OYDJ50C1JhGq2-90kGMHDG7r0Gz6opYSUqs8yI,24447
4963
+ pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py,sha256=oFH-Qsssb1ACs8Rqe0OMGBr53UX3A0LZFt29inlCv8Q,22046
4964
+ pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py,sha256=6S9gg8i8Cmzp00feN6rUPNtXj1HippfsbufeNKkbbKs,24537
4965
4965
  pulumi_azure_native/azurestackhci/v20240201preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
4966
4966
  pulumi_azure_native/azurestackhci/v20240201preview/_enums.py,sha256=_mD_9LHRYuJT63m3sStpviIu5lDdl3YflVcDt9tzDY0,6524
4967
4967
  pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py,sha256=VpOKb3xW847D7G6OGIw-wvMReTVBaJHUSRQ1r0bLnfA,87203
4968
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py,sha256=lPabUTebAPTuIQLYdt3xgXX5ZIOOrOob9q9lDzxS3fI,22594
4968
+ pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py,sha256=Gqd9g7t_zlJK4ixF8bWucA4UtUg8fOrsZj9Pa5VNKyk,22674
4969
4969
  pulumi_azure_native/azurestackhci/v20240201preview/get_gallery_image.py,sha256=IH_P0nDgd1bmRcJcr7AiDmrV6J81FAToEj8DaKeQZfc,12371
4970
4970
  pulumi_azure_native/azurestackhci/v20240201preview/get_guest_agent.py,sha256=D54ZYBRyEOW1TZ51eGjnkqKVlXbdFfzpvF58mtNuqGU,7055
4971
4971
  pulumi_azure_native/azurestackhci/v20240201preview/get_logical_network.py,sha256=0tDrqPlGHw1hQwAb-3fsieBHERaUyVMUjBfsNLcnmDM,9983
@@ -4976,16 +4976,16 @@ pulumi_azure_native/azurestackhci/v20240201preview/get_security_rule.py,sha256=D
4976
4976
  pulumi_azure_native/azurestackhci/v20240201preview/get_storage_container.py,sha256=3onbBBVO9yvRm_oZMTuulOrjrvC5yHXweutOJwmh5PY,8513
4977
4977
  pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_hard_disk.py,sha256=itpWGd0LdTq5g-vPtgVQK8re8_iCrjGyw0v96KcNTUw,13222
4978
4978
  pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_machine_instance.py,sha256=2M2-ljkpMJjYR2ZgJkTrjt-EsQH6BPW1y8nYbSaFC3g,14407
4979
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py,sha256=ztodAPZgKCtWw0mPSjldVIBf6F8xEOC148UrBtucGPY,9946
4980
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py,sha256=ouEsmrPmIJfnNMRqgRNc7j9y8XjTALkM8HDAe4ixtmM,16831
4981
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py,sha256=ZFqDsqYOHziczXwhC0Au_cFAt1spvqGpG-Ynk-wFtlQ,21888
4982
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py,sha256=k-7Eb2BLH0gmJEuLc6mKw5nTi401i_2Ah7ba-pEn_Bs,18934
4983
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py,sha256=HOUagnCZlu-ZcI-5EyCyPLiX0HjGaMW1MSXQQGWrCQw,13176
4979
+ pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py,sha256=_vGTKkbG4ep6HGc5QHXF_91ZerI6aGBh9myEKhmTOcc,10024
4980
+ pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py,sha256=j9msspf_bekTMTRWZ0mKTiFGi6wP3KBqXWqMnf6j3gs,16913
4981
+ pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py,sha256=X7vWAjq7JV3qtaf0yiiiXJMtf9XyRRzyCJiZKpdfXRc,21979
4982
+ pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py,sha256=WKlS0nlXpRg-96IsX8Ce-U2UngYq-dpJKT73UqnaI2Y,19018
4983
+ pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py,sha256=nRxNa0M7iDalNOCiumaOENz1RH0hgU0UrzA2K0bMj3Q,13264
4984
4984
  pulumi_azure_native/azurestackhci/v20240201preview/outputs.py,sha256=awrOZsbO54Oz_X9JQEgHYNpYx68ey4_ZtSEOJ_Pn_fQ,131539
4985
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py,sha256=Hiu7dSg4g-14sPviLpxcKDwCNmo-FIreZS_v6otUT3A,24573
4986
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py,sha256=_fuULE6ZvOfwSCZrlPtswXUoP-oKk_5WQW45BPZeJvE,13344
4987
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py,sha256=sxKDESNwUa1wiAe2RP3Y8N0hefFgQd4CXTMM9KXd4us,22755
4988
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py,sha256=mlTxeeAxMG6dwAlXSWurnSENRvqDwM75gjqG5hcda_M,24611
4985
+ pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py,sha256=eb3l_6QpllKtwCPmKkNtISC8nkOSrNqjnE4XacPP7o8,24653
4986
+ pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py,sha256=fEAzCwVYFVF7M-vCPWnqq7VS4hCDSMompGFNgj0WEbM,13428
4987
+ pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py,sha256=OlpTrZdO4QY1mGBXb9W5uI0NAi4F8ygYmsSg1Mstbz0,22838
4988
+ pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py,sha256=XVNLY8TqhT40An8HBDvhJaUi4Z6f3I-gtxVb4lT_Fak,24701
4989
4989
  pulumi_azure_native/azurestackhci/v20240215preview/__init__.py,sha256=yrlaiPpDajx0INs1fSKPuPxVIJr8SDfjRUvBKVXxGck,855
4990
4990
  pulumi_azure_native/azurestackhci/v20240215preview/_enums.py,sha256=kXXQKLg9xnM_-NE5YUvUcl6XWgGld8tmoDqcvgBpwCY,4685
4991
4991
  pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py,sha256=XQNibwIhsezjdIPfmdrfOEPcHLGuygfv01mgEbejM8Q,132724
@@ -5033,7 +5033,7 @@ pulumi_azure_native/azurestackhci/v20240401/update_summary.py,sha256=KKTZs6M1hTv
5033
5033
  pulumi_azure_native/azurestackhci/v20240501preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
5034
5034
  pulumi_azure_native/azurestackhci/v20240501preview/_enums.py,sha256=464rhI78WzKPDwwPHyOgR_njY74ciPVMhxAGiRDQa9Y,6855
5035
5035
  pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py,sha256=eS9JtqAqq6hVmZPIwwKYaFXMssANOtZykGD3wQkVeAU,91542
5036
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py,sha256=FaeA30yeGCBCwD6Dc7nKIMq9ebRfe2UZ6Z3XqhsldN4,24246
5036
+ pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py,sha256=xYibb8lhzPoTyImrHJLuGLZDGF11nfCP_aaFr_7IdTE,24326
5037
5037
  pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py,sha256=lIct0o3W8HXWAPxBPJBt53qGkqdDjns13xxGhP76_xg,13216
5038
5038
  pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py,sha256=i586eg9RhZZLnBLqOFSt9ntfOTVvRnPFcTwnL_V-A20,7055
5039
5039
  pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py,sha256=15OGa6VDnradgVj5EjIllNXv2t1xsCryXUNZfieZfjU,9983
@@ -5044,20 +5044,20 @@ pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py,sha256=e
5044
5044
  pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py,sha256=7UkXeo617vY-6wj-q-PhyV2_SfyBmzaFO6GsbFVRfJY,8513
5045
5045
  pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py,sha256=ZGKnVt9IUTZ0-jt0eGDt0jjUBtC_WVhNIetErdvEtFo,13931
5046
5046
  pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py,sha256=-UditMuk69z6yeajN5wBcOswSgQvEYUDAHRowBss860,14407
5047
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py,sha256=nVO9rBmKH3C0LpEViJQQvN7PNtXO7Ezx4ugEJAYmmqc,9946
5048
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py,sha256=e61diw17iIcsbHLjLQDiUNiX49VUdkDAWUs6BmNx7Gw,16831
5049
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py,sha256=zVGw6R3cIexq0hvShwk1VUJZw00jiuSJBhDVQmZlw2k,21888
5050
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py,sha256=pl53U3qo_IRuD4qTDq5fC7wWW3_x_1NUApsw5wQ7NW0,18934
5051
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py,sha256=SF993Y8nCSol6IkhAq_i2OQb3IYnGk5q_qQhWlxBxec,13176
5047
+ pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py,sha256=UHE_8kNfsW7939FtqY1P8EW-3rEw6suEpKPUP4PxvNA,10024
5048
+ pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py,sha256=mfaCsQ7kbWEfE0FsHCsA95bNER1ODcs1a6WpronGcVI,16913
5049
+ pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py,sha256=fwhKN3liq2qz19AdMarZSZgebbvE28kDl6uekjZ2DGg,21979
5050
+ pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py,sha256=tAEjNRv_VmjpMNXjSjC7xfFvPvFkpanP2DLtJqPZxBY,19018
5051
+ pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py,sha256=MYMmxxno_WfBiyK2fzvHE37dJQ0YQX-ciYiBmRpEgRk,13264
5052
5052
  pulumi_azure_native/azurestackhci/v20240501preview/outputs.py,sha256=JSn3x416bOrenEO-zFGf8uA0UriMcXncr2ewomjZD7A,139597
5053
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py,sha256=NY-i-zkKjV3-9RitwWE1HkxuFhzUVpxpbqH7TvK3Vk8,24573
5054
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py,sha256=hYVgHG2eUglQP3mUELnX_3w2wEu8rwpIu0n7HWW9-Fs,13344
5055
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py,sha256=THQnZ68xBp7llAonM43Y5aseU_SiwBuwALwXGIBktVY,24379
5056
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py,sha256=sYWg5LOxokl15o4KFDFwjpn5SXljgrrhZoMVBM3NHzc,24611
5053
+ pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py,sha256=OICmTLJY5TC4hFFCvT3t1rTv1Se5XGPbpXJ5siJsgno,24653
5054
+ pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py,sha256=1mIzgD3X6ILXci56MQlw40frdM3D34dUmFSzvzE0crE,13428
5055
+ pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py,sha256=lZKk1iqrlnMS81lzobDx7_Hm7Q_s83gj0MMZsYsJra8,24462
5056
+ pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py,sha256=pvJGkspIPDor6NwB0eCIY_WPdi0vNYSSmpgqemOCCRE,24701
5057
5057
  pulumi_azure_native/azurestackhci/v20240715preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
5058
5058
  pulumi_azure_native/azurestackhci/v20240715preview/_enums.py,sha256=464rhI78WzKPDwwPHyOgR_njY74ciPVMhxAGiRDQa9Y,6855
5059
5059
  pulumi_azure_native/azurestackhci/v20240715preview/_inputs.py,sha256=9v8yjRIxt4lRp8yDvguRwu6yU-JEGmXBZmKazpxTs_g,91539
5060
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py,sha256=TaDJSpFkfuSGWJVpnOpfBGM60LSxHciaThIcCH4-XJM,24246
5060
+ pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py,sha256=-ShnoLupdVLcZ8hIIBwTmJnV5BNchkg6di-SCCh4k5M,24326
5061
5061
  pulumi_azure_native/azurestackhci/v20240715preview/get_gallery_image.py,sha256=AoP1UNRMs3KuXvExI9qGgP0TcM9w3i5o2GGGKzfevN8,13216
5062
5062
  pulumi_azure_native/azurestackhci/v20240715preview/get_guest_agent.py,sha256=4xUmsCwyXePXq1RKgNav3wRJxcscycByDJMJyWMppZQ,7055
5063
5063
  pulumi_azure_native/azurestackhci/v20240715preview/get_logical_network.py,sha256=JHPCRjgcMlQU3SjVVmeLVN6KIJ14DDKjybV1RF4Fglg,9983
@@ -5068,20 +5068,20 @@ pulumi_azure_native/azurestackhci/v20240715preview/get_security_rule.py,sha256=f
5068
5068
  pulumi_azure_native/azurestackhci/v20240715preview/get_storage_container.py,sha256=Bs8kL7JqgWvGMPPgErtdXnJ0mzb01H3ONbShhK5J4zA,8513
5069
5069
  pulumi_azure_native/azurestackhci/v20240715preview/get_virtual_hard_disk.py,sha256=y8k2D4NrZd_1tMrWCpgNPRclGIJoFFMVRxR_i6AA3e0,15212
5070
5070
  pulumi_azure_native/azurestackhci/v20240715preview/get_virtual_machine_instance.py,sha256=9l8n36l8mdexjCJ9tNnzGbc8nKrlcA2bo5W42FiiHuM,15133
5071
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py,sha256=aFMMZfy79_7_x6YF9eoLk6017b5Qf2CoAGRhRuZKsoU,9946
5072
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py,sha256=N-ifAwodlVUVVKBA_PSU_s4XJOYmSWNW4nIZKG7kiyU,16831
5073
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py,sha256=ddvloSvsTw3MASD1XLoLy62jY9Xlhyvi8yqZ1ybBGVM,21888
5074
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py,sha256=DSQWS9p3nTeuJcD1zYzu4RXu1D4WxugCkW2wzL9bT3E,20592
5075
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py,sha256=2QdezNNHiXnv7Ie7vpzHNDu0asN8FRAsFx18QbQA0hc,13176
5071
+ pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py,sha256=mFeRdm2b6O5keQJuIVeyQnypUwjS7SgSOE_DG4lPV_o,10024
5072
+ pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py,sha256=zM5kR6jCaNWSYzmV8NIrBGpg-bfrxI5yXFSnBCaBW-M,16913
5073
+ pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py,sha256=5-etG6-ZxT23LKIM25PG643-aldkAwYMjgX-eWsWX6c,21979
5074
+ pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py,sha256=Ut0axoaosQPjcqajjkgX52MMjJXQU4Tuc9CKsMyHGHk,20676
5075
+ pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py,sha256=Q7SqTLlRRm8VAji6zxAXDP0DWSELqClU1Y9TBPvsfEE,13264
5076
5076
  pulumi_azure_native/azurestackhci/v20240715preview/outputs.py,sha256=oqp8ia4oXgtXCCralo81O12SE6pyHWzK8wJrYgjXNmk,139595
5077
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py,sha256=qtx4TLqjKOh3lV5LHKYDBYai5MPPPtnTLvju5lLuyEI,24573
5078
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py,sha256=RcEb_qw4a5GC_lvyXnwFed7ILSXQhmu0c7_m1shvnpM,13344
5079
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py,sha256=EqtFfEkzFc0BRRq0ahS5mS8C2zgpLM_VdZeiRdxq1rA,27454
5080
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py,sha256=A8BlfFWZQ2FXHWnXI8ZkG_eIdNSphAnpEnPrR66VtBk,26261
5077
+ pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py,sha256=HNAxHEk4NFs2tbxyfYAJWuDdlkzBcT-YGnxwaZtPO-w,24653
5078
+ pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py,sha256=KPI1NhYh4AyhuwBZE8MJ6dnfsl4Mj7YfztGX0cY7syk,13428
5079
+ pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py,sha256=O4EK1-j8y-v0rXPySeIGwo8UHRUGodAruqXwQdovUkM,27537
5080
+ pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py,sha256=xiQephMraBem-Ry5FTWr4YdtSOE-0mvbdW09Hx9MmQY,26351
5081
5081
  pulumi_azure_native/azurestackhci/v20240801preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
5082
5082
  pulumi_azure_native/azurestackhci/v20240801preview/_enums.py,sha256=PSgSi_JVtwJjYsCllnnWfGrqIJlpW1sQflaBof-ZTVQ,7230
5083
5083
  pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py,sha256=Oxp1RjOPSLhQoxDMjZRQAqPQh9kV95h_p3xBc6o8zgM,97849
5084
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py,sha256=QGAudyTlcLSUqs-CIDwRIO2-2sgHHSsreHd60zgrU4I,26427
5084
+ pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py,sha256=kH4vEx999_wYv11-txV59XcpLJAfxDOY6K7dEtyJIt8,26507
5085
5085
  pulumi_azure_native/azurestackhci/v20240801preview/get_gallery_image.py,sha256=Osiqg-dIx4YmjsZuvQaNttoEaGRsABIQEEUGaqfKQAw,14198
5086
5086
  pulumi_azure_native/azurestackhci/v20240801preview/get_guest_agent.py,sha256=648iaunlHzXfi3D2Ybjl-Xnqhba7VZ_UxYaQyFB8OvA,7055
5087
5087
  pulumi_azure_native/azurestackhci/v20240801preview/get_logical_network.py,sha256=3WqlMU7LackmR9K8NsthZvmnyOeyFte6gteIRnTkxFs,9983
@@ -5092,16 +5092,16 @@ pulumi_azure_native/azurestackhci/v20240801preview/get_security_rule.py,sha256=e
5092
5092
  pulumi_azure_native/azurestackhci/v20240801preview/get_storage_container.py,sha256=JDT-7_bMAETEGgPknKvzSx78czB6za05Soxj1j5-EiE,8513
5093
5093
  pulumi_azure_native/azurestackhci/v20240801preview/get_virtual_hard_disk.py,sha256=bI7FWtyC1duJA9igVjj2jIMP7AJc-3Jhc1Avj04ncWU,13931
5094
5094
  pulumi_azure_native/azurestackhci/v20240801preview/get_virtual_machine_instance.py,sha256=5eUkm2xFqdEI18dAVO4Q-AG6EWPVd-okbcB6kZhbCsM,14407
5095
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py,sha256=XxME2SO1565rJUw1IAcitjdeOAhiwnVF0gI9dKf1RdI,9946
5096
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py,sha256=J2-NCcvdhdCaFRTMfbqwE6wqMYGnILQAxPfkctvNRDM,16831
5097
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py,sha256=VGO7UqmSJdHkre4UJ_7QE-1htzURYX0PV9A9n5mDyco,21888
5098
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py,sha256=rPbjboqFmNFHeBSjZIN7z-w9nIip7cIrcigSKd--DVw,18934
5099
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py,sha256=li21roV1K2fdt9C91LmVOJZIZCoccBs4_9XG7PSih6w,13176
5095
+ pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py,sha256=IBs80HHoAUUV0axlFOUpI4HFvg41w7pU3l_1vCp5UXU,10024
5096
+ pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py,sha256=sOAusjv4UgvRcDozQQRqT43HA3ZTM2qN0dnxTKw1_SU,16913
5097
+ pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py,sha256=5ircN5TQyS19f07qFIMPi-4QllX0pIsrBF-eHJ8SWXs,21979
5098
+ pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py,sha256=SG29LKdXRrDTDZh6IqM7tJ76R3FLhmqWExIQpV4zuvQ,19018
5099
+ pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py,sha256=6FUmbz3XNIW2vBTF0OVWyPsgqz-dFTz0F2s6kRvk2zo,13264
5100
5100
  pulumi_azure_native/azurestackhci/v20240801preview/outputs.py,sha256=ORpzm4JfVSY53Tg6tsJCizgDLY6Ze_T-Wrps68SBOj0,144757
5101
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py,sha256=o-d-ugYlEnpR3yuTYW-iLW7tHWZ92lP-Qujh2dA8PVY,24573
5102
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py,sha256=9yhoG5ZLaxkFQzj9F9EvAU9WQhnEAkQephU-zfaM6jA,13344
5103
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py,sha256=pIb3q0zSly6o5dIxuVSmFmGAxdUzkAJfqJZNCp1_664,24379
5104
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py,sha256=kmW4ngkCgNabkBqvMToHsQ4pIksEKBd6Cu7GFV97BmQ,24611
5101
+ pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py,sha256=-UHQyPrnST3d7xchN10lkvxBIpRlvdtP94enRn8RBWU,24653
5102
+ pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py,sha256=LoyE9KHE6lL2x6-1tvuMlfJWhk58qmUw9P-xoWyDAHQ,13428
5103
+ pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py,sha256=k4No1aSSA1Cy6Lqnw2KuZs6B-5lQaB0Qt-jJ62IuxGY,24462
5104
+ pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py,sha256=BEKnBLr-DdJvkLDQRrFUg_iKESylz5TOLFdUcWM4ljk,24701
5105
5105
  pulumi_azure_native/azurestackhci/v20240901preview/__init__.py,sha256=5mfxLX__EwEZxPinA7oe0ikgWkYa0b78LAN77n3TMRs,929
5106
5106
  pulumi_azure_native/azurestackhci/v20240901preview/_enums.py,sha256=O0c3lT-K00G7ARj--lQDeiPTYQDa84rcWb3uKNDkzN8,6415
5107
5107
  pulumi_azure_native/azurestackhci/v20240901preview/_inputs.py,sha256=vLjcCvIEZOSa-5eavdsBICGpgf2LUUqQHe3aAeD5jWg,143115
@@ -5126,6 +5126,30 @@ pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py,sha256=o0
5126
5126
  pulumi_azure_native/azurestackhci/v20240901preview/update.py,sha256=ZHrFOf1H4Seh29y5VWCjCo0yrJ0rKRSmDA_ZNuDNod4,33819
5127
5127
  pulumi_azure_native/azurestackhci/v20240901preview/update_run.py,sha256=qOpoOrRitTGgzuuX3iXqZ9I1Tp-uevdH1D4NyQyRZOI,27483
5128
5128
  pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py,sha256=C00YlrqF9XC6jgo3CCY8RXJIVe6CkhusnhfHF1HPztc,20614
5129
+ pulumi_azure_native/azurestackhci/v20241001preview/__init__.py,sha256=Gn-gwUF0r1g9ueGbk6lEIFvD_U-kxTNX_4XiMrzsqt0,1027
5130
+ pulumi_azure_native/azurestackhci/v20241001preview/_enums.py,sha256=PSgSi_JVtwJjYsCllnnWfGrqIJlpW1sQflaBof-ZTVQ,7230
5131
+ pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py,sha256=Oxp1RjOPSLhQoxDMjZRQAqPQh9kV95h_p3xBc6o8zgM,97849
5132
+ pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py,sha256=jtAJ0KDLexKR9sWfy2nfW5bi7mWMHP5nAJeyJHyLbt0,26507
5133
+ pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py,sha256=vSbqp3AC6XqZTXT7qTN5SKA-jQqGcLI15WNFJktuDO4,14198
5134
+ pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py,sha256=jEJBHdsz2FFja0Lw4FDIBuk-kzfbEYGcSyrVBAD8e68,7055
5135
+ pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py,sha256=CmUHUlNUyP5lH7V6F4iBoapxXcieMwiwvjMeC054UCw,9983
5136
+ pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py,sha256=cKYzW1nbr4B_I-vIXOj1SPrgxRlNiHljnM83Uxd-u9Y,12227
5137
+ pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py,sha256=XlzMIm-V-8y_1NhEEGHq554300pzyJRgjQY0uv8btCU,10872
5138
+ pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py,sha256=-3iIAk787FFEalVuQ43lGWk3utMLXRS1NDnzkeP3C9g,9889
5139
+ pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py,sha256=vQvDhMpZmq7qaq1I8GqTjiJNlln2a9eREomL1h8ug1E,13003
5140
+ pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py,sha256=OpDHGKNIKztHRZIl131K2VwFoyU_TuSZr_lTNwxpMvE,8513
5141
+ pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py,sha256=z6AF6w6AUZRqucZ7h00dsh_zhyBojxvaou_ThKvntTo,13931
5142
+ pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py,sha256=RiYWOo57E9c7VKGfvdbBdxs9DA59bwtPLyIN64I1rdw,14407
5143
+ pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py,sha256=5Ztowu9w-6mnbVaSpFqH2-CV1ofWpiwyK_siB4JMFRM,10024
5144
+ pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py,sha256=5wzmM0AeO_ba2tD-4cm3wcUT8bFDXUXp_bwbDg61JRQ,16913
5145
+ pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py,sha256=jEEGl-8Q89Tr8krtaaXc9EW26hYLJ6XSBLpn3IvlDDM,21979
5146
+ pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py,sha256=Cq1imbQQ-gjtDV70GOID4ChQrJIVMXHMMwJsjUiCs7g,19018
5147
+ pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py,sha256=EyyntkYofnjVsiIwc1KMmImfE1CSEToz377p14hF0HI,13264
5148
+ pulumi_azure_native/azurestackhci/v20241001preview/outputs.py,sha256=2XgGqLiY6MvN5Za2uQwfkIu9jQ5m1TF4qfyJ3eBqxjY,147346
5149
+ pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py,sha256=I_TLmi2BVj5Hghk8L3UKPLTMaGAsI0A9MdyExAo8qFo,24653
5150
+ pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py,sha256=2D3ak1KHpWLL3hMJKZPeFeQKM2U7umdt328wXDqlsLw,13428
5151
+ pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py,sha256=luoYqAmuHZpGayzBoXb2tU_tEPQk4J8VfgK5fTp1nSg,24462
5152
+ pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py,sha256=hYPjzEQyXtRIDzck9NKHge6FtmtxFG91U0o1XkVqSGM,24701
5129
5153
  pulumi_azure_native/azurestackhci/v20241201preview/__init__.py,sha256=5mfxLX__EwEZxPinA7oe0ikgWkYa0b78LAN77n3TMRs,929
5130
5154
  pulumi_azure_native/azurestackhci/v20241201preview/_enums.py,sha256=O0c3lT-K00G7ARj--lQDeiPTYQDa84rcWb3uKNDkzN8,6415
5131
5155
  pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py,sha256=vLjcCvIEZOSa-5eavdsBICGpgf2LUUqQHe3aAeD5jWg,143115
@@ -5249,18 +5273,18 @@ pulumi_azure_native/batch/v20240201/list_batch_account_keys.py,sha256=Z0ca4s4hX2
5249
5273
  pulumi_azure_native/batch/v20240201/outputs.py,sha256=9n58nUicijLOtMy7l03XeNZ6Z9WCRaQ4IbwpY___Q8g,194648
5250
5274
  pulumi_azure_native/batch/v20240201/pool.py,sha256=pDavcFBqyckqA3YOBxBGix5JpHZHjAXG2AIcmGeg7j4,53367
5251
5275
  pulumi_azure_native/batch/v20240701/__init__.py,sha256=KU28IRodylHWGDTGsZvEdgr1KZbi54J5sxPmj0_pATo,596
5252
- pulumi_azure_native/batch/v20240701/_enums.py,sha256=KzfGkIanYrF4qRvd-UtMG-fhhPn6PSX06Yh1ADc6ybw,16781
5253
- pulumi_azure_native/batch/v20240701/_inputs.py,sha256=yCBCt44egLLLrZ4lljfmsiXRiQ3LAGrjYUfPZUs6c50,228155
5276
+ pulumi_azure_native/batch/v20240701/_enums.py,sha256=UpPTFKrUIJY4CLT0UO763OGYL3WZsDSs01s4zZyQ7Eo,16771
5277
+ pulumi_azure_native/batch/v20240701/_inputs.py,sha256=q0C86icLRX6mhfOHKQXFizDhM_xanfyx5gi3xPSONog,228077
5254
5278
  pulumi_azure_native/batch/v20240701/application.py,sha256=wxo9L30xiKTPZ6hT4O0QEDu1aQxRarZg4FNpp4WhPC8,14543
5255
5279
  pulumi_azure_native/batch/v20240701/application_package.py,sha256=ypgv2DcnRcilFJ5KiVwRSOo-Bb8lPNWXz1a-gbxoDZM,13092
5256
5280
  pulumi_azure_native/batch/v20240701/batch_account.py,sha256=ov7PXaOAZLlSTrwDqVr9LodOqVLxaP6cPmsbhHDMckU,30107
5257
5281
  pulumi_azure_native/batch/v20240701/get_application.py,sha256=xqqZM3vbjpob6EyWQbG8IPVkTeVxgdKycM8oPsy5Pe8,7538
5258
5282
  pulumi_azure_native/batch/v20240701/get_application_package.py,sha256=ZixbD_3oLOf4Bvywv6LfViITpKCYg8Mo51Zh7YL0sbE,9084
5259
5283
  pulumi_azure_native/batch/v20240701/get_batch_account.py,sha256=_jHAa3X_FTqc0ZsjPmdVbim5lP6J8f9JZasBspmIy84,19504
5260
- pulumi_azure_native/batch/v20240701/get_pool.py,sha256=IJdBuP6T2lj8k217sifucN38wgPzy4_IsgWWNy1nH4Y,28587
5284
+ pulumi_azure_native/batch/v20240701/get_pool.py,sha256=rapBEehCbmJ4uSCwjSRHTDep2NEJTcvVS16WxkhO8FE,28448
5261
5285
  pulumi_azure_native/batch/v20240701/list_batch_account_keys.py,sha256=xMR1s_iPm0PqXYWGiJPc4a9BWnFNpArwsV4FZR6TEwE,5092
5262
- pulumi_azure_native/batch/v20240701/outputs.py,sha256=jZDgGNggzrTAaiz3ZmJsjkZkjCHe1cSi6UjiTncn0Lc,197100
5263
- pulumi_azure_native/batch/v20240701/pool.py,sha256=YaSkwlG1ud5a9GtTvO1FOl_D6oUJs5scOGumHkBkkcE,51877
5286
+ pulumi_azure_native/batch/v20240701/outputs.py,sha256=OMIcIHvMFO3SGba5BqjLFnN8sEbqWupyhikQHT6sq04,197048
5287
+ pulumi_azure_native/batch/v20240701/pool.py,sha256=WeN2fLvmZx07k-rYTkICM5c3uzOOx6JlewvX8pO5k64,51321
5264
5288
  pulumi_azure_native/billing/__init__.py,sha256=h6sfSctWEQ8kEseelT9YR2uILlujmiAsxekM_LQKsxU,1584
5265
5289
  pulumi_azure_native/billing/_enums.py,sha256=yxoV_lWd03DVDdXQlFEWXAX6OTLGvenJx4Bj_K3NDag,1738
5266
5290
  pulumi_azure_native/billing/_inputs.py,sha256=uTAFnPLW6k_xs0IReSnD3up0XQqtnC7KHa3k4oW_aYo,63348
@@ -6002,86 +6026,99 @@ pulumi_azure_native/changeanalysis/v20200401preview/_inputs.py,sha256=HNup13B1-N
6002
6026
  pulumi_azure_native/changeanalysis/v20200401preview/configuration_profile.py,sha256=6SOfHw1y5cvcNSLNbHgWfbC_fyaWMT1d1SkgPM6cYcA,10727
6003
6027
  pulumi_azure_native/changeanalysis/v20200401preview/get_configuration_profile.py,sha256=5WgTS5UcI4Po5iIEsvMGTqoXzsqRL8SiaW8v3JR9mxs,6936
6004
6028
  pulumi_azure_native/changeanalysis/v20200401preview/outputs.py,sha256=Jvq4Shndk_Xm6MyDkhlPRYAWBGrCrqAro4DNzOARvNc,14009
6005
- pulumi_azure_native/chaos/__init__.py,sha256=Kxygl3GqWdSXb7nJ4GUHx566lvYlqgbSZO4edAfDbmg,1829
6029
+ pulumi_azure_native/chaos/__init__.py,sha256=0IBXyiSsXNAvnOmgTga8-wruVEHe55gr_1JSnwbO7OM,2039
6006
6030
  pulumi_azure_native/chaos/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6007
6031
  pulumi_azure_native/chaos/_inputs.py,sha256=-9sE50HmLQPeY7EKB_gZHKuJwkZxNiIsZtKt_PqQDvA,32702
6008
- pulumi_azure_native/chaos/capability.py,sha256=riiLLeg5sUFsOIvO7qm2x5LYn8LlblBTusH2WmBuGXU,12703
6009
- pulumi_azure_native/chaos/experiment.py,sha256=-adiM-r7FZ2TlA3SR9KCzNO5YE8Z7MSSuO9a-_kYN-o,13065
6010
- pulumi_azure_native/chaos/get_capability.py,sha256=xPRltJfJRZUT3Izq-EUYoJ0kEEdzC7Y7UKNpvgHKgAM,7553
6011
- pulumi_azure_native/chaos/get_experiment.py,sha256=qaLcJW3jL5zkvK4nZqKDOE5pLmqDfnJlljHrHT8qYvo,7348
6012
- pulumi_azure_native/chaos/get_experiment_execution_details.py,sha256=qwe8bFWzUvMS-JrMBqPHTgGdPhN1NyllqmoJtbYrb7s,8673
6013
- pulumi_azure_native/chaos/get_private_access.py,sha256=8G-PwBfvjrOTtaQ6PY-1krIasTCCPXH76Hl_tqwgxA8,7393
6014
- pulumi_azure_native/chaos/get_target.py,sha256=YoU3X6Y0u9jgbD0UhU8XzoFPRcF46X4aFovODX2xSpo,7524
6032
+ pulumi_azure_native/chaos/capability.py,sha256=QG2Mu93heY-2A9h5VQrciOLpvAcTvYNNG9aXlK7S66E,12813
6033
+ pulumi_azure_native/chaos/experiment.py,sha256=IoueHWJdlXrFcTG8ykxs8vbeVxipe9I7_--dN1_zLwk,13175
6034
+ pulumi_azure_native/chaos/get_capability.py,sha256=9KBCTmhqkYtdcI5JAdAya0eH0AxBEcJPUxpZOw1-PMc,7593
6035
+ pulumi_azure_native/chaos/get_experiment.py,sha256=xbo_FmHDXC8aG8t0zzbvREFmAlBo_UCath5xR3D7NXI,7388
6036
+ pulumi_azure_native/chaos/get_experiment_execution_details.py,sha256=VIs-Ig2mBlatBo01gdWSr27F5QyrBPO2rVGGzh9h9Fg,8713
6037
+ pulumi_azure_native/chaos/get_private_access.py,sha256=1EcopcfRwUbGY7gYE2L7zMhU9EaOagH9zMknyDv87Ks,7433
6038
+ pulumi_azure_native/chaos/get_target.py,sha256=GiU5zFbYVFDYE3oVHJmySDGJE-tjGYeAWt6CfsqozBw,7564
6015
6039
  pulumi_azure_native/chaos/outputs.py,sha256=7vlI-GgLHEWxCGgrB7S7A5sO9kZMXdAsevHGUw3pVqI,49724
6016
- pulumi_azure_native/chaos/private_access.py,sha256=5G8yhIyMKX-rjvNiGHZSH172lm9Pb-kphiPyrdYKUBg,10397
6017
- pulumi_azure_native/chaos/target.py,sha256=DdBwL5HN-6H7-WQ3GSMXm-_eXQ5mr2KsS_QvNTeEcY0,13312
6040
+ pulumi_azure_native/chaos/private_access.py,sha256=AB5Pm691vmKSerpEf041-02z6ldliKWLF6mP_CKfPcU,10510
6041
+ pulumi_azure_native/chaos/target.py,sha256=phhyVvSg_WhBcYdhWAZYEZ6jWnkEf0kMU5Ql1kBsGaI,13418
6018
6042
  pulumi_azure_native/chaos/v20230415preview/__init__.py,sha256=a1sngy38wTkO--dAzYTtgdECf_jbiPr1VQc21o1qnuI,479
6019
6043
  pulumi_azure_native/chaos/v20230415preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6020
6044
  pulumi_azure_native/chaos/v20230415preview/_inputs.py,sha256=IUfuFvA3GvhxtH9zCHVHLVKeZuZkEY9STdU7c43y7uo,32703
6021
- pulumi_azure_native/chaos/v20230415preview/capability.py,sha256=D_WxH1sZuoa7Jv17imacMjRpLvl8Ea5JWUEdQLpv14A,12236
6022
- pulumi_azure_native/chaos/v20230415preview/experiment.py,sha256=TxI1B2I2K20UzFdAjkfj2mUeNEekCW2RFHPP4-DQFP4,12598
6045
+ pulumi_azure_native/chaos/v20230415preview/capability.py,sha256=t9wuj5zemmguyaExMKIAM1v_FAQKIkYywj6piwT0ghk,12306
6046
+ pulumi_azure_native/chaos/v20230415preview/experiment.py,sha256=FpVRDPCqS2ba0Qqx5JYCvi8BxJNluIHJLvHhayf6d0E,12668
6023
6047
  pulumi_azure_native/chaos/v20230415preview/get_capability.py,sha256=kHzyPoKK3pW5ETQ5eCO8ZvtgcE2Go3vRWBP2fTFXWTE,7254
6024
6048
  pulumi_azure_native/chaos/v20230415preview/get_experiment.py,sha256=dLsk1norp6T_QaZAWAsL8X0u0fEQ4LFn2ZTsWtaPkmM,7049
6025
6049
  pulumi_azure_native/chaos/v20230415preview/get_target.py,sha256=gvb3ZK6qzbFkiN_8CgZLQijutMOSRbRW9jzH8mLZWPw,7225
6026
6050
  pulumi_azure_native/chaos/v20230415preview/outputs.py,sha256=zX08sbBylIDduyoLEHKZ1h_1q8mGNs1spPRW2zKO_iM,31526
6027
- pulumi_azure_native/chaos/v20230415preview/target.py,sha256=8h7IKQ4uWGqpD0U2q6JqYYg2oy5aggIbDL5KgsSSDeg,12845
6051
+ pulumi_azure_native/chaos/v20230415preview/target.py,sha256=juQfn77rbXiEmvOIRCrIiELQDA8mhazHGeGvererpm4,12911
6028
6052
  pulumi_azure_native/chaos/v20230901preview/__init__.py,sha256=a1sngy38wTkO--dAzYTtgdECf_jbiPr1VQc21o1qnuI,479
6029
6053
  pulumi_azure_native/chaos/v20230901preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6030
6054
  pulumi_azure_native/chaos/v20230901preview/_inputs.py,sha256=_f2yy3ZckwZOGhw-IyT9PeXkazBVooTMkPiqDZaGkNw,31760
6031
- pulumi_azure_native/chaos/v20230901preview/capability.py,sha256=NTsORrfAU2D4TnYn-aLJ25ZLQ4airxTnBe5LCedAaXk,12236
6032
- pulumi_azure_native/chaos/v20230901preview/experiment.py,sha256=tunckCLgvBnm02XsoFKYWXYT7eZSSwqBiOkXk_VX1JQ,12982
6055
+ pulumi_azure_native/chaos/v20230901preview/capability.py,sha256=2xa_kBqywD8nd022Het_d1_2LXM2_FmsG5rOaJ7PSHQ,12306
6056
+ pulumi_azure_native/chaos/v20230901preview/experiment.py,sha256=GMIG_9v2o8l6SAKAduV1aQeBOMi7AHwd8XEUylkxwuA,13052
6033
6057
  pulumi_azure_native/chaos/v20230901preview/get_capability.py,sha256=ihaPeJ1otGsW1hFvRiGRU_18gUz2Pwn3iSVD8xBh4FY,7254
6034
6058
  pulumi_azure_native/chaos/v20230901preview/get_experiment.py,sha256=hmWzYndaBZ1oxou01lUGx53WrMeWIceNp2aGpoe6-Tw,7756
6035
6059
  pulumi_azure_native/chaos/v20230901preview/get_target.py,sha256=E-IF7TDCz965rDwnQjzFiguB4mmMdiApB0vxBHg5rSE,7225
6036
6060
  pulumi_azure_native/chaos/v20230901preview/outputs.py,sha256=80mXDFqL9_NvxtvCfgnLTHRy6kUB1Ckys_7kaBlqE1U,30338
6037
- pulumi_azure_native/chaos/v20230901preview/target.py,sha256=4RrikQy2LRxWo9B27Ebeb32EKCgV51y6QciyrSnfy6k,12845
6061
+ pulumi_azure_native/chaos/v20230901preview/target.py,sha256=XTkcHrskmXARha5bKep1F5Lyq922Rg7-dv2eFwllstU,12911
6038
6062
  pulumi_azure_native/chaos/v20231027preview/__init__.py,sha256=68hFaM6SybYng4_vFiSgJ6wFv3XQrug68888lCTUYP8,543
6039
6063
  pulumi_azure_native/chaos/v20231027preview/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6040
6064
  pulumi_azure_native/chaos/v20231027preview/_inputs.py,sha256=vaq1sIFGOrrujLgI3leekDouEEjaH_1oMIDUB_g0_8I,35366
6041
- pulumi_azure_native/chaos/v20231027preview/capability.py,sha256=qNPrgPBjsKbBL6U50F-dsghJtUZoN5hek29MnosfV_Q,12236
6042
- pulumi_azure_native/chaos/v20231027preview/experiment.py,sha256=aq6dtIHQbuZzULmOCoeopZmeAVIAe5UKQ5Q7cdhnSoY,12598
6065
+ pulumi_azure_native/chaos/v20231027preview/capability.py,sha256=5QZqXiBZ-sWyPScg6pOCOfUxNPOaQaUssM_MGU2A9rg,12306
6066
+ pulumi_azure_native/chaos/v20231027preview/experiment.py,sha256=40oi5dubuPPbtX1z8n2qjljM7NDyCqxhtS6U3QI9Cts,12668
6043
6067
  pulumi_azure_native/chaos/v20231027preview/get_capability.py,sha256=uuQjBl3BAGl3PBPiZUhyXY8DuTFL_IJ8u4xZZnOiYUA,7254
6044
6068
  pulumi_azure_native/chaos/v20231027preview/get_experiment.py,sha256=fVn0F3ytu32BqPw6jxQhRriN9ZG0Qm8Fh4ydhR-0zrs,7049
6045
6069
  pulumi_azure_native/chaos/v20231027preview/get_private_access.py,sha256=8nPFCyH8iJNoU-O5TmeDZamwAPU-9yfFSv795uG1D9A,7222
6046
6070
  pulumi_azure_native/chaos/v20231027preview/get_target.py,sha256=5p4iFoZNreDRnfrhOvH_MsRaLAssFKmMA-yBxXLsMts,7225
6047
6071
  pulumi_azure_native/chaos/v20231027preview/outputs.py,sha256=qBbhI3N0Hw-bmQHFTFiZn59uVsEac_p_UVxK3uPsI54,42920
6048
- pulumi_azure_native/chaos/v20231027preview/private_access.py,sha256=InohDEjFYp9f7PBvtJDU7KJWf-kzjaprK9IKdfFBDB4,10176
6049
- pulumi_azure_native/chaos/v20231027preview/target.py,sha256=3iG_Dc9BZN0wGi3Qi7HQPgSlnqEOWYWZrI57wpH6EGE,12845
6072
+ pulumi_azure_native/chaos/v20231027preview/private_access.py,sha256=PC3NaS0FcjVtyntJoJ01E8Xslq6Slfoebo5hdsx3qe8,10249
6073
+ pulumi_azure_native/chaos/v20231027preview/target.py,sha256=mHcLcFtVFWZb6AZKenqmz01zEszSAPk3GgXfkiOBhQA,12911
6050
6074
  pulumi_azure_native/chaos/v20231101/__init__.py,sha256=PMbKu1VJlgkUJvA1XxxSHGR1F8Zvq9PqIfNiiR_F_BY,527
6051
6075
  pulumi_azure_native/chaos/v20231101/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6052
6076
  pulumi_azure_native/chaos/v20231101/_inputs.py,sha256=06HdVOIWvU0ZBBJNs3kbjAHUvW1Dkyd9rnteSdnNh_Q,31808
6053
- pulumi_azure_native/chaos/v20231101/capability.py,sha256=BGfWOy_Dt_-VgmASx9KMlFOjqD6Pjabb4DWgMboZj8E,12236
6054
- pulumi_azure_native/chaos/v20231101/experiment.py,sha256=bQ1DufCSc36wDPJrJQZD_fO1SYbt9qC3IuHjxKBPgjw,12598
6077
+ pulumi_azure_native/chaos/v20231101/capability.py,sha256=AZ-GZ4HBaReqQgv7UYBCB7XCcTZ_Zn1wvxEexmWI9MM,12306
6078
+ pulumi_azure_native/chaos/v20231101/experiment.py,sha256=GsvyRdoR-sHcETVWdlnkFooRZq9Uvqq_n308M0Auxmc,12668
6055
6079
  pulumi_azure_native/chaos/v20231101/get_capability.py,sha256=0BANDHoYcBSCaZ5Mf3FRa47X5I42tCjVVH3XdhFXmPo,7240
6056
6080
  pulumi_azure_native/chaos/v20231101/get_experiment.py,sha256=bpV5--ZAJkREDZiAxj6_A5TXZxSmlxmeJ4bAiMNUBp0,7035
6057
6081
  pulumi_azure_native/chaos/v20231101/get_experiment_execution_details.py,sha256=ArOfvggoIGjOFLfvJHtCoySJiB-QbvgS7biXYpcIIjs,8480
6058
6082
  pulumi_azure_native/chaos/v20231101/get_target.py,sha256=VL7YUGtpijXnENgvXFap9IPYh49bWtQjILjW8IBncZs,7211
6059
6083
  pulumi_azure_native/chaos/v20231101/outputs.py,sha256=LQlbasfGAn0V-3WAs7XrspcessTFlXYraQB2ckdIjxY,41248
6060
- pulumi_azure_native/chaos/v20231101/target.py,sha256=ZOlMaVjZ-0t2tR5BvdrGzKoO7RJO9KM7eSESvr-poPo,12845
6084
+ pulumi_azure_native/chaos/v20231101/target.py,sha256=fUcXyfoyiwEnK6hlU3XZuymOmx_XvYgGdcSsNUBxWkU,12911
6061
6085
  pulumi_azure_native/chaos/v20240101/__init__.py,sha256=PMbKu1VJlgkUJvA1XxxSHGR1F8Zvq9PqIfNiiR_F_BY,527
6062
6086
  pulumi_azure_native/chaos/v20240101/_enums.py,sha256=E0RcYpMBj_DW6-gNFBQ23R4VlEXYU3jus4hcVevtXY4,896
6063
6087
  pulumi_azure_native/chaos/v20240101/_inputs.py,sha256=06HdVOIWvU0ZBBJNs3kbjAHUvW1Dkyd9rnteSdnNh_Q,31808
6064
- pulumi_azure_native/chaos/v20240101/capability.py,sha256=oUo10DShFwm_aH62LaQZefwwkfpHFQOL68okrutjB38,12236
6065
- pulumi_azure_native/chaos/v20240101/experiment.py,sha256=428nXGtdWParoCrQ5W7aWGuNal4NwUD9jsp5SeNtqSw,12598
6088
+ pulumi_azure_native/chaos/v20240101/capability.py,sha256=4FbhI7yKZbMSGZ67baypg0RmzmTw4dtVULrKOA93aro,12306
6089
+ pulumi_azure_native/chaos/v20240101/experiment.py,sha256=fpU9E_ncQdpPUpr3DrvL5_Rsgh5Czl0XDlChIV1ayWs,12668
6066
6090
  pulumi_azure_native/chaos/v20240101/get_capability.py,sha256=wq4ZP_iaOrvCIjBBKFLsQGDcrPjaHw9dUwlS3ie50p4,7240
6067
6091
  pulumi_azure_native/chaos/v20240101/get_experiment.py,sha256=T7cuDjgK_FNPLEsegzr7spwWN_OpZwACzPiiF-YlLHw,7035
6068
6092
  pulumi_azure_native/chaos/v20240101/get_experiment_execution_details.py,sha256=NPH5W4MAwSauC9-Eyit2JBLgumWLb7Agkhi8lP9vFUw,8480
6069
6093
  pulumi_azure_native/chaos/v20240101/get_target.py,sha256=UvuDxKBNJGNEX8ctCdCTyUARKnwr6V14AjIWzhI_f1E,7211
6070
6094
  pulumi_azure_native/chaos/v20240101/outputs.py,sha256=LQlbasfGAn0V-3WAs7XrspcessTFlXYraQB2ckdIjxY,41248
6071
- pulumi_azure_native/chaos/v20240101/target.py,sha256=retdJWQX3OiILyf1Z-4nRjEbgjyDDZawBIT5ORiGtl0,12845
6095
+ pulumi_azure_native/chaos/v20240101/target.py,sha256=wO9qEKKqPmXVAZUhbQhlOGwhFpdVFhm6Ad066It-pGo,12911
6072
6096
  pulumi_azure_native/chaos/v20240322preview/__init__.py,sha256=piunCVjz32akcd8EZ7Jw3oc7ANsoZsWPL8skStOUofI,591
6073
6097
  pulumi_azure_native/chaos/v20240322preview/_enums.py,sha256=x0b5CkGiauvcMYKW8TccWos9P_aG0eaQQDV1Kl4yX_Q,1240
6074
6098
  pulumi_azure_native/chaos/v20240322preview/_inputs.py,sha256=OzLTa-8DD1p5M7I6f0D_Ider3sEg8TeESp2mT5i1oYw,35912
6075
- pulumi_azure_native/chaos/v20240322preview/capability.py,sha256=aAnJETNs2AfLtM6wZYDRNV8ADMbYsNnHN6iTBTIXh8E,12268
6076
- pulumi_azure_native/chaos/v20240322preview/experiment.py,sha256=Ea3AQP94_69xGzWAlSAnoQBGDWNIvlLFxAB3AA6lrCw,12653
6099
+ pulumi_azure_native/chaos/v20240322preview/capability.py,sha256=jgQTfmCdHcyasGgkK1nvD9PTOe_cwG1CtmT_Ht62uE8,12338
6100
+ pulumi_azure_native/chaos/v20240322preview/experiment.py,sha256=F-IfNKKR89zzHT7toDTzkvadwpSesi-DqkPM2to8tII,12723
6077
6101
  pulumi_azure_native/chaos/v20240322preview/get_capability.py,sha256=aiq35PRFvI7dy-kWuns7K7Q7I3phDljVAc8pD8s3bh0,7288
6078
6102
  pulumi_azure_native/chaos/v20240322preview/get_experiment.py,sha256=qnN41ojLJ9Q8fzEGySoo3NuYEWvDtnl9vdS500U9pHQ,7086
6079
6103
  pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py,sha256=GS84XfALFVnwSyDLv3Ex94T6B5t7RwS5uwy8FfQcBss,8494
6080
6104
  pulumi_azure_native/chaos/v20240322preview/get_private_access.py,sha256=uybivyTvQ0V7xn-wUw1V8US9jmtJvnOWRyM9ME1EPdI,8685
6081
6105
  pulumi_azure_native/chaos/v20240322preview/get_target.py,sha256=hz9hqJwnKdhhZE0O35wHM1t_pHb9uNHyRqQyZ1ONZP4,7264
6082
6106
  pulumi_azure_native/chaos/v20240322preview/outputs.py,sha256=7f_ZsTaF-kpV5FAERBU1E5AA-m5uRdQ3j3OxvMEtJUU,53253
6083
- pulumi_azure_native/chaos/v20240322preview/private_access.py,sha256=CpiMY6oqSpVfzi1TeFoQ_dMHihBrMJV2LDLJLZ5Qan0,12279
6084
- pulumi_azure_native/chaos/v20240322preview/target.py,sha256=T47pffO2wwIZgmSz2ImNmossdjbLBbZ1QnTOa6Ux-ek,12882
6107
+ pulumi_azure_native/chaos/v20240322preview/private_access.py,sha256=vnv0zTTDRg05mIzOYdIbxEmUZ8Bf9t0ayiJwhdNSMXw,12352
6108
+ pulumi_azure_native/chaos/v20240322preview/target.py,sha256=0LRvsztS8AGe1I4sI5MNpM0TC9FEQnJVdnlf49SjZpk,12948
6109
+ pulumi_azure_native/chaos/v20241101preview/__init__.py,sha256=piunCVjz32akcd8EZ7Jw3oc7ANsoZsWPL8skStOUofI,591
6110
+ pulumi_azure_native/chaos/v20241101preview/_enums.py,sha256=7BN1R_Ic7meDf_LGQznPkeTXB5WvhsxLwDLVJ0jbq4s,1655
6111
+ pulumi_azure_native/chaos/v20241101preview/_inputs.py,sha256=6IIsmq-ixXG26p8aVyVSrs_alQ_89owoffehNuFpYaw,33436
6112
+ pulumi_azure_native/chaos/v20241101preview/capability.py,sha256=4QYTBYheYac-GCbE1IFocqmrtJjdwgziR2u6yZF9-zU,13926
6113
+ pulumi_azure_native/chaos/v20241101preview/experiment.py,sha256=Y_n5p9LzJkmr4dogEdSST0g-KoeMVPU__ASWUAcOkdY,17112
6114
+ pulumi_azure_native/chaos/v20241101preview/get_capability.py,sha256=u8r21mUbObiTHw2aNGyVM50MfXnrAnOoqapaYIWSecE,10207
6115
+ pulumi_azure_native/chaos/v20241101preview/get_experiment.py,sha256=ioJOvA-BpS4ZM7jaS7SRaarE9t5ynS6xX4hubn82pP4,9096
6116
+ pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py,sha256=hOJbwX27ymS-PO9YjN-IMvHKS6ZjajnX6DHooszB1dc,5575
6117
+ pulumi_azure_native/chaos/v20241101preview/get_private_access.py,sha256=PYwCMvMgcK1M6WiufZ2LfaOGnzO_DA3c8hXlME7bsiI,8713
6118
+ pulumi_azure_native/chaos/v20241101preview/get_target.py,sha256=5drA5WaUtYXSrbHSys3RwCet5Y0--Fi4hNS8KqM5uGY,7200
6119
+ pulumi_azure_native/chaos/v20241101preview/outputs.py,sha256=dmiu-Ehs4ZaF13eSjLNxAFApcvLdJ0S6w-vRdzrLtGs,51136
6120
+ pulumi_azure_native/chaos/v20241101preview/private_access.py,sha256=tDfHwyLvaIGlwX-DAlb7TlZzoL8YSmECo6ZxZSeKAOA,12394
6121
+ pulumi_azure_native/chaos/v20241101preview/target.py,sha256=WxJjVlAYxXfDNMuI_0pRDdpTdmQGO4yNg_qSsPGgXmM,12782
6085
6122
  pulumi_azure_native/cloudngfw/__init__.py,sha256=WDHTjupOYSXsl4_UrDC2mVSKsOxHPRRZDnHpFfV7xAc,3963
6086
6123
  pulumi_azure_native/cloudngfw/_enums.py,sha256=gq4h2YzVyzbMDNH5NmmSWPssBdQ97aorKQZw7NxMa6k,2934
6087
6124
  pulumi_azure_native/cloudngfw/_inputs.py,sha256=BqT-H1eNhKJtAi5Mm7-OqmHnJZk_VbGnZtw4-W2Ky7c,56627
@@ -7214,50 +7251,64 @@ pulumi_azure_native/compute/v20241104/_inputs.py,sha256=OPUpiwj7RHgbWOO3fuKO4q1M
7214
7251
  pulumi_azure_native/compute/v20241104/cloud_service.py,sha256=re-L3IwUmwINriahfxEYU40UFwMKaorxCGLwDc74c4w,12181
7215
7252
  pulumi_azure_native/compute/v20241104/get_cloud_service.py,sha256=DoGYabKQRq8dyN9ItaaRVDFP3kMWR4lfV8kb-KXAg0U,6784
7216
7253
  pulumi_azure_native/compute/v20241104/outputs.py,sha256=4MQUDaREIbgGoQ612MhLrlmge7Ya_r98y0AI7qPuDLk,48156
7217
- pulumi_azure_native/confidentialledger/__init__.py,sha256=HXD0DM-ZkqGwIC_qJeAZYBiOGmiBR0AKwAsG-VResEM,1389
7254
+ pulumi_azure_native/confidentialledger/__init__.py,sha256=gcLAqRT72IVg8YxRIkg_E_M8mtr9BI8CEnmYKpTDR3E,1625
7218
7255
  pulumi_azure_native/confidentialledger/_enums.py,sha256=qusW_58pHGUIlUp_uFVo18LUfIjPXs5VAiBh-nmzy5Y,740
7219
7256
  pulumi_azure_native/confidentialledger/_inputs.py,sha256=vR4-9xgEkefywS2qgLNp2W4eTlsRxb27BeBm2p0VjlE,18493
7220
- pulumi_azure_native/confidentialledger/get_ledger.py,sha256=Akzbt_bF_eWqZOZo5gIJbWLoq68TTrJJzIRPS-ltx_g,6492
7221
- pulumi_azure_native/confidentialledger/get_managed_ccf.py,sha256=fz6WtkRjYN5V4cVA53vepmPcKlfo_I2AawYaGH8TLuc,6736
7222
- pulumi_azure_native/confidentialledger/ledger.py,sha256=6eBritXUFCwxdk9MhtD6rAZ5WmwsMl_7oyzgDxlKa28,11385
7223
- pulumi_azure_native/confidentialledger/managed_ccf.py,sha256=ZpNugBUo5ZyUte6ZMqMC2M2CVl9p1NxbEEwmEV5NkC8,11003
7257
+ pulumi_azure_native/confidentialledger/get_ledger.py,sha256=iPX_iZdi6_W9kOlnaCyqYnykGIhTDKTpcv-zYBVKK5s,6532
7258
+ pulumi_azure_native/confidentialledger/get_managed_ccf.py,sha256=jICyzDTRC3ckh34mjYvdg0VuXaVjgfFbCEHOuwXGEGE,6776
7259
+ pulumi_azure_native/confidentialledger/ledger.py,sha256=_IpGDKtdxyDoEQ4o6Iy_Ti3kqmbtTR8ScsEGTOMsszI,11504
7260
+ pulumi_azure_native/confidentialledger/managed_ccf.py,sha256=I9Y_tt78MAdF5SyzqDh0Yn95i2hA9pPbS358-kdCerg,11126
7224
7261
  pulumi_azure_native/confidentialledger/outputs.py,sha256=z1dbLS7oHdwYhBImQhg5e3qCCJUahPMkxODG31cPdHs,22977
7225
7262
  pulumi_azure_native/confidentialledger/v20220513/__init__.py,sha256=IVjztEcnfuPE0euO5mnf7kzz9WazmsZx5xsrfPe2CRE,367
7226
7263
  pulumi_azure_native/confidentialledger/v20220513/_enums.py,sha256=jYMQWkkny7i5QJOTmjkMVqnUJocN0vMO6-BMBKTFLJ8,598
7227
7264
  pulumi_azure_native/confidentialledger/v20220513/_inputs.py,sha256=IQKTVAbu3Y7Vhz9OeXh6obMQrRDS6gD65yhMTeViXX8,9412
7228
7265
  pulumi_azure_native/confidentialledger/v20220513/get_ledger.py,sha256=SD5Og-lu5nZtnoTrjA4VYkjJ_aWAUUBdRuWdacNZgTM,6243
7229
- pulumi_azure_native/confidentialledger/v20220513/ledger.py,sha256=FJmhndx9393NS3PHdTUmdLDiF5wukoTTnClFkl7uPiE,10982
7266
+ pulumi_azure_native/confidentialledger/v20220513/ledger.py,sha256=LTRspwav5rzIglbx37AlDmcDkugPS43wbkfjbvAvorI,11061
7230
7267
  pulumi_azure_native/confidentialledger/v20220513/outputs.py,sha256=QTXr07W1wB4RAoMXXvqNVGhDbYV6lbzaZmxP1TMbJFg,14424
7231
7268
  pulumi_azure_native/confidentialledger/v20230126preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7232
7269
  pulumi_azure_native/confidentialledger/v20230126preview/_enums.py,sha256=A0r2v-BT0SfhCzbaqlK5jGF0NeXDgQAinvYNwiwMPEg,976
7233
7270
  pulumi_azure_native/confidentialledger/v20230126preview/_inputs.py,sha256=Id1IKBxTFSKJjqJTdHnm_YDjSt5xdZZJfCokitreLig,19386
7234
7271
  pulumi_azure_native/confidentialledger/v20230126preview/get_ledger.py,sha256=X3dn7pSOjIiAyp0QrUxEgpwxSNTIfpPGt1vfl3HgP9c,6497
7235
7272
  pulumi_azure_native/confidentialledger/v20230126preview/get_managed_ccf.py,sha256=mqHfOBmLeghuDw9mcG5FAu8FziScg6sybWKxvL9u-Nw,6525
7236
- pulumi_azure_native/confidentialledger/v20230126preview/ledger.py,sha256=K1-fCUzhunY5SaGR88E_-b_NAOZDpfbtN7NVzVDXqBg,10980
7237
- pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py,sha256=nRDnlHjWuc2-aqZ96EmrmV2dIVtWCEe-POTivHNF1P0,10742
7273
+ pulumi_azure_native/confidentialledger/v20230126preview/ledger.py,sha256=kCM8hNbMytYIWq74lLi-wve0SpPhSaxnbbKIdp8A6MQ,11059
7274
+ pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py,sha256=HYryqlWZd4cdR9ui5m6UOn3jM3Wtp9xbzOYP8yoH-0Y,10825
7238
7275
  pulumi_azure_native/confidentialledger/v20230126preview/outputs.py,sha256=k1DzU3gngyu_aNrLHW4jzRClJFheRD1HeNvcYuI3Eyw,23515
7239
7276
  pulumi_azure_native/confidentialledger/v20230628preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7240
7277
  pulumi_azure_native/confidentialledger/v20230628preview/_enums.py,sha256=l49mIqqdnPjaBxlEgDb3zFKQi_sLQ4Txzrh4x0wf0qs,1149
7241
7278
  pulumi_azure_native/confidentialledger/v20230628preview/_inputs.py,sha256=y_4MOBeN6ketsQ1kg3efIcJWbs3bxQ17oBqIhBxmKmU,21092
7242
7279
  pulumi_azure_native/confidentialledger/v20230628preview/get_ledger.py,sha256=ais838wQwd1VQL6hA_a9ZXoo_7iI-OOTwj4h9N3RHdE,6497
7243
7280
  pulumi_azure_native/confidentialledger/v20230628preview/get_managed_ccf.py,sha256=yjyluz9bFWb60P1ZzZRSA0dmeDmh1-jr-6dPi3Hpyq0,6525
7244
- pulumi_azure_native/confidentialledger/v20230628preview/ledger.py,sha256=VazydJJ6Up_TvgHGM-cSaF_emO214-evx_CcYA5YyVE,10980
7245
- pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py,sha256=dXI5-T7T1qsE5VLzB-XdpLB0G5IQYHnR6071EnO8-Co,10742
7281
+ pulumi_azure_native/confidentialledger/v20230628preview/ledger.py,sha256=gbZvpCEsPTOIkAtwO9JifjilNI7Kl4Vn4BuXnIBu-6Q,11059
7282
+ pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py,sha256=yPZ251RAUceA-krcV_ZnmE8bl5kwfYb4_W2pe6ORgLk,10825
7246
7283
  pulumi_azure_native/confidentialledger/v20230628preview/outputs.py,sha256=kvMIxg0IMzDHPsbnAnZRIx4MOe2xPdM6DoEKURhdfAs,24551
7247
7284
  pulumi_azure_native/confidentialledger/v20240709preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7248
7285
  pulumi_azure_native/confidentialledger/v20240709preview/_enums.py,sha256=l49mIqqdnPjaBxlEgDb3zFKQi_sLQ4Txzrh4x0wf0qs,1149
7249
7286
  pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py,sha256=e82Y4-U0nAR-zgcnAHI1vpHS1-SbSdn3is8b8SdnUyw,26409
7250
7287
  pulumi_azure_native/confidentialledger/v20240709preview/get_ledger.py,sha256=MN7w0N956Tb7B-CjDV66yXibBthzuBj-e7JsceJ-VtU,6497
7251
7288
  pulumi_azure_native/confidentialledger/v20240709preview/get_managed_ccf.py,sha256=Q2aC75erO4d9sWqxQ-8sowd_WVEOy9cZkThReebOXX4,6525
7252
- pulumi_azure_native/confidentialledger/v20240709preview/ledger.py,sha256=voOtpCl4VO1SiACkBuC5leLZw7igsRYL7CFhxDMxVyg,10980
7253
- pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py,sha256=K-rNLZT9M8qF1MvhdpjJBqT1aq7uIpfG6M0Aru_kHLU,10742
7289
+ pulumi_azure_native/confidentialledger/v20240709preview/ledger.py,sha256=f90VLBc3sbdPwSa81QAzfZE0HOiVxNFBRoVDSvcG33o,11059
7290
+ pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py,sha256=l0TOkaGs0qpKYly4wOah_T65zLcOaOBpVrUgJrnwyuk,10825
7254
7291
  pulumi_azure_native/confidentialledger/v20240709preview/outputs.py,sha256=703HyhNpsG9PPyZ56EEapulaPcDNqO97eJlWK5dK2bE,28223
7292
+ pulumi_azure_native/confidentialledger/v20240919preview/__init__.py,sha256=RCVHBJAaZHPzC1cB0HhjKut3iF1tfiWwx9gHsdJF_ik,425
7293
+ pulumi_azure_native/confidentialledger/v20240919preview/_enums.py,sha256=uce8zUHop6Z189_2jGkhf_afYgA_oRjKymFtTJ0NZMI,1532
7294
+ pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py,sha256=S-Wojm7Xz9dZbbtM4LgyWhla6kP55RciSNIBhWSXoDM,29202
7295
+ pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py,sha256=Sf6ovj7O6QZbUjaRJx27pB_hUzZIpU_Lp4w6wOnDUno,6497
7296
+ pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py,sha256=2V19T05iBaToEUccZk4mvi5V9xLy9ilZS45FXExHnls,6525
7297
+ pulumi_azure_native/confidentialledger/v20240919preview/ledger.py,sha256=by2XvVcmWpTff-aA20quJ_o-oGcgXAtbDSfvXHUVtyg,11059
7298
+ pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py,sha256=lwT9c7-VMAJHlubTjVZS9py_zwxIhkRfxRcFqmufBMY,10825
7299
+ pulumi_azure_native/confidentialledger/v20240919preview/outputs.py,sha256=242HJTPietKrgpaVq6csl2Qa269ogaQYUbif45U9eZs,29900
7255
7300
  pulumi_azure_native/config/__init__.py,sha256=YdGLR92OvYD0CYDgt_FTaHJOb_VzW8fto_Cgx6fLd3k,267
7256
7301
  pulumi_azure_native/config/__init__.pyi,sha256=U3qX061M9b3nW4sTP_HqnPokw92kUtcbjWmNCRJFcY4,2796
7257
7302
  pulumi_azure_native/config/vars.py,sha256=0sWEhGSNrnhtPvZFZW6y0sTvLhStV8hrIU3XZNhAn88,4878
7258
- pulumi_azure_native/confluent/__init__.py,sha256=GJXin9nWD-FTrV7bK7amvBCi6qecW6DrnCDpPKyVBE4,1660
7259
- pulumi_azure_native/confluent/_inputs.py,sha256=0OnkJGrsdrDW1ATqbXzJGmsrzW5HVW5NOQ7p_GBhoZs,5759
7303
+ pulumi_azure_native/confluent/__init__.py,sha256=vNCYxMBf1KiiyhyI2vJ7cJMXC3KlMjhpt8eH-NrXFpU,1966
7304
+ pulumi_azure_native/confluent/_enums.py,sha256=wDd8pFGaCS32zagMXenhoWaOzIUBvhvP98KBlYAA4Jg,2149
7305
+ pulumi_azure_native/confluent/_inputs.py,sha256=gxMcHLPkdYIzm_BT7MZhBvkzng9_QcvK0PSkWX7IJGU,107680
7306
+ pulumi_azure_native/confluent/connector.py,sha256=T192O4AgDZm89Z89xWVbxHA3klumLnawtawcJlQRykU,19486
7307
+ pulumi_azure_native/confluent/get_connector.py,sha256=jj6iVseAvtX8SDR8KTAePqNj9b8UKn-vhRZALtT69N8,8334
7260
7308
  pulumi_azure_native/confluent/get_organization.py,sha256=SyxJ46IlLVdznzXVuWm95fZSrTxmGFEJFi1L-Bc79Do,9457
7309
+ pulumi_azure_native/confluent/get_organization_cluster_by_id.py,sha256=vldp5OwZ6S3x41_AS9SxnH4unOVSTnXQvRbmj9h26A8,7202
7310
+ pulumi_azure_native/confluent/get_organization_environment_by_id.py,sha256=0iEqgHVb37wG2Hw6DZ3xzN-YF5Hv36cN6kea8Fuv7KA,6871
7311
+ pulumi_azure_native/confluent/get_topic.py,sha256=keWwjxm7_bjikOvhmfH1UBp1j86oi_pQQFnjZk9qOHE,10472
7261
7312
  pulumi_azure_native/confluent/list_access_clusters.py,sha256=TgxS_hBA24uVR3q0En2y4qSDeXAve5K_hmreaS7quec,4969
7262
7313
  pulumi_azure_native/confluent/list_access_environments.py,sha256=RmAy4jud5E3Y62C0vW1qhXU0EH49yRHp2qqBJNcDBjU,5084
7263
7314
  pulumi_azure_native/confluent/list_access_invitations.py,sha256=OqyvuimXPKPCVy5UEd5QhzUl3EYkHYwDb04YVSynRqk,5055
@@ -7267,7 +7318,10 @@ pulumi_azure_native/confluent/list_access_service_accounts.py,sha256=h792-fNZHOx
7267
7318
  pulumi_azure_native/confluent/list_access_users.py,sha256=mcMH6xj6JUVdlQA1uCh74IQF87GjWFW8_wRgRz2VeV8,4881
7268
7319
  pulumi_azure_native/confluent/list_organization_regions.py,sha256=Z1Jy_w5SLWdnHPEevxT6cnvwdCdje2avyQnzVNGGaAE,4179
7269
7320
  pulumi_azure_native/confluent/organization.py,sha256=sj-YDVYrDYx_oCgqGj1q8rE46zs8SUhGG2abeRoSTZE,13870
7270
- pulumi_azure_native/confluent/outputs.py,sha256=YVqcdPBCgdLkDhqFNhKlh7CbOsg0i4_30J9pBNndm-8,46162
7321
+ pulumi_azure_native/confluent/organization_cluster_by_id.py,sha256=mTuA3XbzjplSNbFnidvTQck33XttvAkBbDyjIz6dnb8,15532
7322
+ pulumi_azure_native/confluent/organization_environment_by_id.py,sha256=BZD19YexLCoSH_-m_xWRfHuBewbHG0-eIBe_VUsdgxc,13941
7323
+ pulumi_azure_native/confluent/outputs.py,sha256=m_wmsnB5AOZv44SsRJjSq_UX6FUMFK9l9AkpSe5DhMo,117513
7324
+ pulumi_azure_native/confluent/topic.py,sha256=qhudnVvMjr4TTQcTurqFKs53RGuCWSL0XgsZjVM4Wq4,21223
7271
7325
  pulumi_azure_native/confluent/v20200301preview/__init__.py,sha256=8ZmW2yl4xMWkLl7LIpskoPv7tlXnTqTjde60Is7loOw,357
7272
7326
  pulumi_azure_native/confluent/v20200301preview/_inputs.py,sha256=1ymYwlTSTWBNfSlBbBkw-CW4_biXeS0ai29KKNlY-U0,6586
7273
7327
  pulumi_azure_native/confluent/v20200301preview/get_organization.py,sha256=3eypzkjeeqiN6VzvYFXi1OOpCrgFHM4W7ehZsgJuSb8,8677
@@ -7307,7 +7361,7 @@ pulumi_azure_native/confluent/v20240213/outputs.py,sha256=zRKJeqt28jogui9RtllzXy
7307
7361
  pulumi_azure_native/confluent/v20240701/__init__.py,sha256=kqEk-ucaDKx3gbitqCEVoLnC_LEGvVz_ILxqC8tx7xk,982
7308
7362
  pulumi_azure_native/confluent/v20240701/_enums.py,sha256=dR1KECBjoorQROwIc8gcKebTBLCWA2xwbz-ux64ILEQ,2557
7309
7363
  pulumi_azure_native/confluent/v20240701/_inputs.py,sha256=LjZlRwEmoeLEOxgVrpnGElkPE3d814cvH8Lr4ngwT3Y,112989
7310
- pulumi_azure_native/confluent/v20240701/connector.py,sha256=Qg1p5Xrl-QCB9lgBUXYQeXIxtLf47a6WNh01G5QczcQ,19227
7364
+ pulumi_azure_native/confluent/v20240701/connector.py,sha256=DkPZxvr2LiYSA0t2ftVWQiNDNOc-UbbpK4LtInm7hW8,19399
7311
7365
  pulumi_azure_native/confluent/v20240701/get_connector.py,sha256=OHNH3DcVgFha9T7fSOof_sTQNp6Jz1wn4XUFv_V02Mg,8275
7312
7366
  pulumi_azure_native/confluent/v20240701/get_organization.py,sha256=cZzQy1LV0hpbamPLQvdEWS3jLRqUVCETVRYfcraorc8,9216
7313
7367
  pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py,sha256=6zaQwBcP2Z9uBCRfD9ZTk4N9w2bGEMnEHy7siNhlK_I,7143
@@ -7322,10 +7376,10 @@ pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py,sha256=n
7322
7376
  pulumi_azure_native/confluent/v20240701/list_access_users.py,sha256=7Hjx1PZM2w1P9K5_OptZWxWk15SSQH2mA6A-JNilI2M,4620
7323
7377
  pulumi_azure_native/confluent/v20240701/list_organization_regions.py,sha256=GsZHQE_SFwDTXNN0ap4wWA3H79X54Zs-2_yd-hZKdco,4026
7324
7378
  pulumi_azure_native/confluent/v20240701/organization.py,sha256=4MHKSSgEmHIvVsUhRecmXSWyZ-lWCGCXYuRFPZr1IK4,14739
7325
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py,sha256=Dfo2hZV8uDOmSxnkbkzS34E6Xw5GzTEGtiHvy_ArOhw,15259
7326
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py,sha256=nUwbbCHZXQxrNS6ywDUvlIJaDTRLX-oYmrwA5-m7f9E,13664
7379
+ pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py,sha256=q3jd9uE_v-e3kZtnbvi6bJn_BqV_npkUEvhBHU-VDYk,15445
7380
+ pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py,sha256=kNSkBM8ApCL6EYh20g7lgPC9ZmFkv42eahbLO_VcDR8,13854
7327
7381
  pulumi_azure_native/confluent/v20240701/outputs.py,sha256=VUJ0huGaVsFLSovjmvqb6Qwg2qRwa6T7rmiTr5jY7f4,120257
7328
- pulumi_azure_native/confluent/v20240701/topic.py,sha256=wGpJ2KOlqmRSc2BWO729iMUzQmEfG2EagoGow4iQwIc,20968
7382
+ pulumi_azure_native/confluent/v20240701/topic.py,sha256=ECKB4eVwF0w_Btf3aOdpuVSMlstMIJzBz0ZQJQYqZ8w,21136
7329
7383
  pulumi_azure_native/connectedcache/__init__.py,sha256=zABoFIcsXhjmUsT6DyE9vTWCUmLHwknAJ4U5UtiQTTE,1327
7330
7384
  pulumi_azure_native/connectedcache/_enums.py,sha256=h2baKw72b5SQWtH_PHytTrLstJo47c6JEnZX4f5g8Z4,2097
7331
7385
  pulumi_azure_native/connectedcache/_inputs.py,sha256=NAhofJYBnpKMW8h1a8J5XyAJk2BGY9xiYmbkOc_kClc,71672
@@ -9046,52 +9100,64 @@ pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py,sha256=Yzoz
9046
9100
  pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py,sha256=EnqhRe7XHqxafGv5-JO9R7KJ1U4kiuznhIL6ugn_rr0,19938
9047
9101
  pulumi_azure_native/dashboard/v20231001preview/outputs.py,sha256=Xi01j2PrhFCiZVKSmLiKENVQwYZaGijz3gGb1gWRV7s,51971
9048
9102
  pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py,sha256=UKQIZVTI9-xamc_VZCojzerStXOS68l1vKcLFngyuGU,13500
9049
- pulumi_azure_native/databasewatcher/__init__.py,sha256=BIk3Bp03mFSKZPYgvFuRifCdLxNCMiSG5ttxVtq_s54,1335
9103
+ pulumi_azure_native/databasewatcher/__init__.py,sha256=je0cFXfelY8ZRD37HSjvQNHgTC1Hd8YdBl55NSxehkc,1523
9050
9104
  pulumi_azure_native/databasewatcher/_enums.py,sha256=ApVilx-6rCiQLnaKnnh-lqy6mOuY8P9EFHGISksB7Yg,1623
9051
- pulumi_azure_native/databasewatcher/_inputs.py,sha256=qDUm7ntdYH-czB0v5VFQcqvoady75cUVk_eyFocHe_s,13210
9052
- pulumi_azure_native/databasewatcher/alert_rule_resource.py,sha256=O7DXqU8Tru97NtJK_dk8PVyWnYkFGe6GrOMDPeHiUok,16518
9053
- pulumi_azure_native/databasewatcher/get_alert_rule_resource.py,sha256=jokd5L0NkYYkRFY8TDyVCE2NbKifo1QGkTfmfguODd0,10171
9054
- pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py,sha256=HTOw8fWJ1TsyVnFDFN6t-NzBG9nJNCufO-cKCXL6R-g,10171
9055
- pulumi_azure_native/databasewatcher/get_target.py,sha256=_wcrBURcpP0grReDutL9fJkTqD-4FOsaCI3Ntrd5nhI,9036
9056
- pulumi_azure_native/databasewatcher/get_watcher.py,sha256=ew9HRP4fZQlsKMrkRtT-wifEfHffO36sCAAqxj4chnA,8369
9057
- pulumi_azure_native/databasewatcher/outputs.py,sha256=nDptIokNPcDb0zUQm5Q2Qsuc_xHrutB7kT7Csv8ZFfs,17607
9058
- pulumi_azure_native/databasewatcher/shared_private_link_resource.py,sha256=9xoEbvWIC-90EyetLrVseRP3_MTL2eL9O4IK10J1Goo,16144
9059
- pulumi_azure_native/databasewatcher/target.py,sha256=yF6y5JVjLmbqote73j1B52KWa-W-g-S8j0dYaS07lJk,15312
9060
- pulumi_azure_native/databasewatcher/watcher.py,sha256=dnUuawGiWksMs2v9wU8OPdp-ocvWBbll0YjT7BhKQdg,12936
9105
+ pulumi_azure_native/databasewatcher/_inputs.py,sha256=Um_rP3nEG1cCfPc_hJv112Pbn1Ex1s9AL6Q7szDBI5Q,13216
9106
+ pulumi_azure_native/databasewatcher/alert_rule_resource.py,sha256=0U8kWvuv0fQSt71sR83HC8UGIsiWWnNlnG90M1GMsxY,16622
9107
+ pulumi_azure_native/databasewatcher/get_alert_rule_resource.py,sha256=bQIT4bGli3SmI9_DFeP7fp8xzk0iFkejzqljHWFF8uc,10195
9108
+ pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py,sha256=WCD-JDLNtktx73-wJDVSrtD0_cx3vz9ZGAx7o97c87c,10195
9109
+ pulumi_azure_native/databasewatcher/get_target.py,sha256=jSV1JJVSt2gg13wMGLS9iKfI0264FM7Yybpm66hriCg,9060
9110
+ pulumi_azure_native/databasewatcher/get_watcher.py,sha256=f8Dn9ilU33aEfUMTZJyH6Emjpn8ueeYIJ-BDQ4f-7Oc,8393
9111
+ pulumi_azure_native/databasewatcher/outputs.py,sha256=h3LiGfNYqssGKGHAdkpA4i7lhAfXAYy9FG0WEw4C0sA,17611
9112
+ pulumi_azure_native/databasewatcher/shared_private_link_resource.py,sha256=jtJYS8XGJWoN_EcBPcDFQ7x4nLLFBCkj1UdufY4kgbY,16256
9113
+ pulumi_azure_native/databasewatcher/target.py,sha256=yodqe6WKD76LqdldJZR1XFQmCkigEpsNuaUsGm04wBs,15405
9114
+ pulumi_azure_native/databasewatcher/watcher.py,sha256=AdGjwM_8H2ZtucVusiQA6QMq-KhIhFPA517yt48329E,13030
9061
9115
  pulumi_azure_native/databasewatcher/v20230901preview/__init__.py,sha256=am4pAD4oAlfTK0hCHcHXzX_9iJg70nT0TJ1upekyIqg,509
9062
9116
  pulumi_azure_native/databasewatcher/v20230901preview/_enums.py,sha256=GVeeclfd8SueVRaO5msgb2_41-Z8HLeA8ZpXexO3Y0E,1246
9063
- pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py,sha256=jp22TV63oyLsSUAHnFgVPzFLLQSzoCDTOuQ5zHEQpYc,13211
9064
- pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py,sha256=Hdm-ea1hyyBdHwL97TQj17rTvup8EPB0n69r6mb4aeQ,9960
9117
+ pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py,sha256=u2MvgiPwieyWilbohiEUSRanbSHSBrlxbJQztdZjbuU,13217
9118
+ pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py,sha256=R4mTeafB7Vq9H_zV7t0KWtiKzn3yLvX7o0M04NxOV2M,9960
9065
9119
  pulumi_azure_native/databasewatcher/v20230901preview/get_target.py,sha256=iMKaYqd98JWYUyDNWzILzKBIxI2W8H1921ZmV4ytWO8,8825
9066
9120
  pulumi_azure_native/databasewatcher/v20230901preview/get_watcher.py,sha256=sHKmIP--WYjk4KEhM5hp3n_V6YaVY0JrDwdqFyYhVz4,8158
9067
- pulumi_azure_native/databasewatcher/v20230901preview/outputs.py,sha256=yxwf9fT4K_nMdZ18Z8ajIrZqYAv9CuVLCqxk-Oyyb8o,17608
9068
- pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py,sha256=Kl05v2GCDMGMxDm0LtFtoHd7CkWUON0eie8fe6SN2IA,15883
9069
- pulumi_azure_native/databasewatcher/v20230901preview/target.py,sha256=S_P3fbUAESTpFXeIGK49vC2wID2DU2T8ZwsqwSXzwFw,15051
9070
- pulumi_azure_native/databasewatcher/v20230901preview/watcher.py,sha256=FI4_gzJbc2W912v14ueOpojGLVaPXs3KVDjPkaNyhpI,12675
9121
+ pulumi_azure_native/databasewatcher/v20230901preview/outputs.py,sha256=nd1lo6Iq5_91q19jLLpCWaXdwSkpfr_ii3VivWqUxRk,17612
9122
+ pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py,sha256=ELr2oXkbWOgQtWz_aZMT8-hAEeArsY8T7YjHGS4NDCY,15971
9123
+ pulumi_azure_native/databasewatcher/v20230901preview/target.py,sha256=ygNr51OGpxqANDPWU5rul_THluaEDAo5cv98YC4Gsg0,15120
9124
+ pulumi_azure_native/databasewatcher/v20230901preview/watcher.py,sha256=lk7szW4oAtQAy4UD140WK3rLX3ANnqoEzLp4YZ7Ho1s,12745
9071
9125
  pulumi_azure_native/databasewatcher/v20240719preview/__init__.py,sha256=EVmHliGNySchqsryHu9D5BpxGym7PrEP_YN4fmI5tC8,583
9072
9126
  pulumi_azure_native/databasewatcher/v20240719preview/_enums.py,sha256=ApVilx-6rCiQLnaKnnh-lqy6mOuY8P9EFHGISksB7Yg,1623
9073
- pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py,sha256=jp22TV63oyLsSUAHnFgVPzFLLQSzoCDTOuQ5zHEQpYc,13211
9074
- pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py,sha256=pCCF7r5UWo3TTkgzxC7hYU0NOiNT_qezsH_urG1tfzU,16297
9127
+ pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py,sha256=u2MvgiPwieyWilbohiEUSRanbSHSBrlxbJQztdZjbuU,13217
9128
+ pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py,sha256=5ug2dlqToHCM8mNnGUKtjq-_7TwanYSpcW-XUwzX1Jk,16377
9075
9129
  pulumi_azure_native/databasewatcher/v20240719preview/get_alert_rule_resource.py,sha256=9jvDGnDo5ssPat3bV4dh5HwI06WcY0JmAnodoqXVKzs,10000
9076
- pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py,sha256=M8BfmB2te3JVqalqhp5EqTddVwttTuTuEsmXGtarv7U,9962
9130
+ pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py,sha256=YgGHrCLOflrR6EZozKcNagIXRpUzvA4o9XqF-yC9wRs,9962
9077
9131
  pulumi_azure_native/databasewatcher/v20240719preview/get_target.py,sha256=OTdCoktTjueXgr5aU17fymFc0SE4AjLIdo5eSZiY0vw,8827
9078
9132
  pulumi_azure_native/databasewatcher/v20240719preview/get_watcher.py,sha256=-wDs1zrK2-xEsknLrf0q7O_Zq_M0gaLIPeycc7a8GC4,9217
9079
- pulumi_azure_native/databasewatcher/v20240719preview/outputs.py,sha256=yxwf9fT4K_nMdZ18Z8ajIrZqYAv9CuVLCqxk-Oyyb8o,17608
9080
- pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py,sha256=4j7pNMZFLqgCKgGIQshmMVUpkvekTMDrd2I0sBE30QE,15883
9081
- pulumi_azure_native/databasewatcher/v20240719preview/target.py,sha256=pZ3uHfQ-qtSrg8PwhpJuX6qjAv7-MT4zj-spjXTiXd4,15051
9082
- pulumi_azure_native/databasewatcher/v20240719preview/watcher.py,sha256=oohvPpP50Z71ZBegANH1MBOV4G2sDsPTQYnB-AFtEbQ,14619
9133
+ pulumi_azure_native/databasewatcher/v20240719preview/outputs.py,sha256=nd1lo6Iq5_91q19jLLpCWaXdwSkpfr_ii3VivWqUxRk,17612
9134
+ pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py,sha256=L2hpwQVZrHuy6btouh6BTr08p1v4Pki_XLnMrndHlf0,15971
9135
+ pulumi_azure_native/databasewatcher/v20240719preview/target.py,sha256=t0AEa1qBbPk1wdMuq61UPWdYn-tP1vSJM6HP6chmUDk,15120
9136
+ pulumi_azure_native/databasewatcher/v20240719preview/watcher.py,sha256=4D24vgrlOx4tW-CMPYhrd37YZrT-kJ6s6pFEcUtqLEA,14689
9083
9137
  pulumi_azure_native/databasewatcher/v20241001preview/__init__.py,sha256=EVmHliGNySchqsryHu9D5BpxGym7PrEP_YN4fmI5tC8,583
9084
9138
  pulumi_azure_native/databasewatcher/v20241001preview/_enums.py,sha256=ApVilx-6rCiQLnaKnnh-lqy6mOuY8P9EFHGISksB7Yg,1623
9085
- pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py,sha256=jp22TV63oyLsSUAHnFgVPzFLLQSzoCDTOuQ5zHEQpYc,13211
9086
- pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py,sha256=yxXVTd1tll8Rl6NiPyX3Ey51XWeoGGcWa3c6Ws3-B-E,16297
9139
+ pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py,sha256=u2MvgiPwieyWilbohiEUSRanbSHSBrlxbJQztdZjbuU,13217
9140
+ pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py,sha256=ySic1mCaAQBt04bLZO-mUiHn8CpHCM_vSRI2Yqh_zOk,16377
9087
9141
  pulumi_azure_native/databasewatcher/v20241001preview/get_alert_rule_resource.py,sha256=cd3dcXnQ_tI_hh19QVIx62cfB3nKt5lEWbayAvcgjvg,10000
9088
- pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py,sha256=dL-XkM_7k5NtPH9cgqnZmEBRnBu3XW6DAR2ZBN3O190,9962
9142
+ pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py,sha256=bwE40sX0W_1mPfVpuNKTGekaeId_qn0yPqqnFm1vpOE,9962
9089
9143
  pulumi_azure_native/databasewatcher/v20241001preview/get_target.py,sha256=TvSnH9yFkfQck4a-b0UfF6Y4JJrF3DBHd49VEgYXMm0,8827
9090
9144
  pulumi_azure_native/databasewatcher/v20241001preview/get_watcher.py,sha256=daK9-zD52j6_XdVZLQp1hBYog_Om6Ub4lkg89duEbiE,9217
9091
- pulumi_azure_native/databasewatcher/v20241001preview/outputs.py,sha256=yxwf9fT4K_nMdZ18Z8ajIrZqYAv9CuVLCqxk-Oyyb8o,17608
9092
- pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py,sha256=XAJhH2BIQ2q0bXIC4aMavVCKs9pypM5aLKrzEYV2bXs,15883
9093
- pulumi_azure_native/databasewatcher/v20241001preview/target.py,sha256=bFMUzlRtlyqGnqcXAhjIFzMOzWZhTqi78C6h4iETLIs,15051
9094
- pulumi_azure_native/databasewatcher/v20241001preview/watcher.py,sha256=tfYIsT2rCBTwUJp9TGhFfTAkd823EqNefkBtp71DpzE,14619
9145
+ pulumi_azure_native/databasewatcher/v20241001preview/outputs.py,sha256=nd1lo6Iq5_91q19jLLpCWaXdwSkpfr_ii3VivWqUxRk,17612
9146
+ pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py,sha256=EObtd4RB8kRQsAxA-iCCD3Ufjo1wnx330cnUh-s60Ns,15971
9147
+ pulumi_azure_native/databasewatcher/v20241001preview/target.py,sha256=dvGCMA7Wmxxvgw98I43IE48DVIGju8EY7WvkI_jpheg,15120
9148
+ pulumi_azure_native/databasewatcher/v20241001preview/watcher.py,sha256=wRqzHmRSryanenyjcdXK_KDlrS_QxET3pSgz0koOQh8,14689
9149
+ pulumi_azure_native/databasewatcher/v20250102/__init__.py,sha256=EVmHliGNySchqsryHu9D5BpxGym7PrEP_YN4fmI5tC8,583
9150
+ pulumi_azure_native/databasewatcher/v20250102/_enums.py,sha256=ApVilx-6rCiQLnaKnnh-lqy6mOuY8P9EFHGISksB7Yg,1623
9151
+ pulumi_azure_native/databasewatcher/v20250102/_inputs.py,sha256=u2MvgiPwieyWilbohiEUSRanbSHSBrlxbJQztdZjbuU,13217
9152
+ pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py,sha256=kbe_ZTcPOhQ4G1qS21R4i7aF-1hmXYN4crjfmJpZqjo,16377
9153
+ pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py,sha256=IqLvG01xrS8kUlcrEwnQqCPGY8pUsGFhngMRAQJ2n3o,9986
9154
+ pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py,sha256=uwvErWasK6mApPN803HJcuGj6Lfbuvy2X5zpOmG55Ng,9948
9155
+ pulumi_azure_native/databasewatcher/v20250102/get_target.py,sha256=cJKKF_a_mh-LUpOxGheS8lX6QnuruJfmAJTKg21bGm4,8813
9156
+ pulumi_azure_native/databasewatcher/v20250102/get_watcher.py,sha256=aXqvs0AL7qCyASrcRAccmlA7S7c6tulMDr3VeQ_ucOw,9203
9157
+ pulumi_azure_native/databasewatcher/v20250102/outputs.py,sha256=nd1lo6Iq5_91q19jLLpCWaXdwSkpfr_ii3VivWqUxRk,17612
9158
+ pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py,sha256=DueGAHmiIqeqxjOJgP0CYiPF6YwMNcrHHgzRVO__1qk,15971
9159
+ pulumi_azure_native/databasewatcher/v20250102/target.py,sha256=YiIkKL6ke8tN3FzcF8Vo8rEmnMJGWkiXF5-sTdOCGe4,15120
9160
+ pulumi_azure_native/databasewatcher/v20250102/watcher.py,sha256=RY09-n5Kzn4A_Kg7eQ4r_vpCP40eFpJltVBCfnsMQM4,14689
9095
9161
  pulumi_azure_native/databox/__init__.py,sha256=_Lax_WRiydA-i2gAW8wHMEdLW26TaxrHuW43UssJzXA,1403
9096
9162
  pulumi_azure_native/databox/_enums.py,sha256=kxW89DkHB0l9le9zdXstDSQTG53q3f-pVjYLQ_9pIks,5339
9097
9163
  pulumi_azure_native/databox/_inputs.py,sha256=anpKYJo8EfNKKYfMC7kgX8ci7Rdixxzbg_1AQNXcE4s,134307
@@ -15279,23 +15345,23 @@ pulumi_azure_native/iotoperationsorchestrator/v20231004preview/instance.py,sha25
15279
15345
  pulumi_azure_native/iotoperationsorchestrator/v20231004preview/outputs.py,sha256=MTYIl-Wz0S6awyF6OP59l8BISY3jspJIxuWQzlXzWqc,10819
15280
15346
  pulumi_azure_native/iotoperationsorchestrator/v20231004preview/solution.py,sha256=XpLjh65-C9eKeU4ePXMHX9rFKbImK8bAzpMPYierES0,13382
15281
15347
  pulumi_azure_native/iotoperationsorchestrator/v20231004preview/target.py,sha256=za-Z-GjTGPTfv1YhLyp5K2gB3QmIWWtDaEVEPM_s8vs,17704
15282
- pulumi_azure_native/keyvault/__init__.py,sha256=b5yynhRoZB0CnlHvhjUgmy9HnGiTdA_FUotRrH1pL38,1358
15348
+ pulumi_azure_native/keyvault/__init__.py,sha256=KSMrqHkYU7kKX7dUxCwTeCjtyMNp-GZLtg40QXxKU9M,1748
15283
15349
  pulumi_azure_native/keyvault/_enums.py,sha256=0R0h_sfeWKsD7zMW-V2pPXF1L7zG6HjLRH5o3xvmYoM,5399
15284
15350
  pulumi_azure_native/keyvault/_inputs.py,sha256=qndYfwffU4fqJ9WQ1F-1T1PbmwfnGHEUlaIJWtv3pIc,94619
15285
15351
  pulumi_azure_native/keyvault/access_policy.py,sha256=KlsjGOEz8uNC_hIgKqb9VH_VJrrWaZV1ifEOT5n-zqY,7715
15286
- pulumi_azure_native/keyvault/get_key.py,sha256=wVPATTtlRfElOBRUp_bqryio4U2xUBWDHTGCQxHsgiw,10925
15287
- pulumi_azure_native/keyvault/get_managed_hsm.py,sha256=bpE4IUyOuoOhN4rHpIsh69BLzwWTYKOuZD8D1Mmy2sw,6956
15288
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py,sha256=y5OUNDzRfYvkhApFtu4lsNlaWLcG63PmHCDZ2tICoaU,10471
15289
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py,sha256=fTnaulxYVDTBYeOxK3mFCTv1jbi9WDg0F2QwPdGOqsI,9215
15290
- pulumi_azure_native/keyvault/get_secret.py,sha256=D5viIYKpP3ph8h40E6JRTU7oAb78ilZb9ECMkqkvevY,6304
15291
- pulumi_azure_native/keyvault/get_vault.py,sha256=q8H9C65C9n3_nxxWQjVWuS2ShVMQUKyWbpK6SRg-r7I,6317
15292
- pulumi_azure_native/keyvault/key.py,sha256=IWGkorCd_9oc1QUlqmgbu9xDBLH35vqjRrAlP7mpNLI,14571
15293
- pulumi_azure_native/keyvault/managed_hsm.py,sha256=JRsCzWTtN6rHP6L5hZwISM7ObwX-fXULsJWvP-cEFx4,12549
15294
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py,sha256=pYrxlbOnCl4m-7qpNA9iSZv446_5H2EHnj7GMj5gFUI,16291
15352
+ pulumi_azure_native/keyvault/get_key.py,sha256=pE-FhB_c_cw4dAFHD6pweqAp7Gb5IOT2gtk6Uct-REw,10989
15353
+ pulumi_azure_native/keyvault/get_managed_hsm.py,sha256=e0UHO6lhmpz2jlu01_LeXIW4jrtBAiSEZ8Yg4sckVzE,7020
15354
+ pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py,sha256=3CI8jrbpGg-JBcb9jDyIu3U-ekZvks9dPZ9ec_bw-OU,10535
15355
+ pulumi_azure_native/keyvault/get_private_endpoint_connection.py,sha256=oyJDWBysxZZu7laJUX_CEoXp63YxQxoQPxTES42nV5E,9279
15356
+ pulumi_azure_native/keyvault/get_secret.py,sha256=VUPXd9OnXI96igdo_JWx6dxCAe1dgR4O7f6zBsp0sHw,6368
15357
+ pulumi_azure_native/keyvault/get_vault.py,sha256=UXFH6nqAFpyjk9cwuLDInTWXQlLJc91SdIoUDJN6xLA,6381
15358
+ pulumi_azure_native/keyvault/key.py,sha256=PpCUjpXzNF4Yh8K2bC4grVFID9tY324dOtq42vq_YCE,14760
15359
+ pulumi_azure_native/keyvault/managed_hsm.py,sha256=6a-Zhgazuo7Xj_EnYvMmJgJ_qXI938jssGLDuPkwALk,12752
15360
+ pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py,sha256=gg2--c2USHhrcZaPWu3Tnur9yLnKSjXD3pEYtrw1V-0,16532
15295
15361
  pulumi_azure_native/keyvault/outputs.py,sha256=IlyEFlHbrZuBt8AoDPVQd_uXg79mzrygq-S8sas6Q6s,92134
15296
- pulumi_azure_native/keyvault/private_endpoint_connection.py,sha256=OUdqnrsMu-8l_bkLcOMFB5I2HdRCqvSzz4n1YEZCqlY,13225
15297
- pulumi_azure_native/keyvault/secret.py,sha256=B9G2H44WI4mVKwBlkSqegL0ZYyJjm1FLuRM8XLI2NlU,11833
15298
- pulumi_azure_native/keyvault/vault.py,sha256=8gTmavnjQ_bwT09PjMKYrHRvnlzK8jALmEcCZ1T7-bo,11702
15362
+ pulumi_azure_native/keyvault/private_endpoint_connection.py,sha256=D-i279d2rXtvYBLLAPfK_8QfPA2R92qV7ArhqkdgyQo,13458
15363
+ pulumi_azure_native/keyvault/secret.py,sha256=foZ_FsZ7buRvIzSpmw7OxtHgQSloijSiwXdripAKOak,12028
15364
+ pulumi_azure_native/keyvault/vault.py,sha256=-Uj7qtg7O4uxjhy1hhsj6W08zpGeAuw9_16M90F_YmY,11895
15299
15365
  pulumi_azure_native/keyvault/v20230201/__init__.py,sha256=p2NBewW_qVLoI93T1icpgn9xDy16NtY3noUkbWMgIXc,703
15300
15366
  pulumi_azure_native/keyvault/v20230201/_enums.py,sha256=0R0h_sfeWKsD7zMW-V2pPXF1L7zG6HjLRH5o3xvmYoM,5399
15301
15367
  pulumi_azure_native/keyvault/v20230201/_inputs.py,sha256=gFi3G2m8soLHlpuhoG-VhoMCxG2danNxUMqfRbpTuQU,94620
@@ -15305,13 +15371,13 @@ pulumi_azure_native/keyvault/v20230201/get_mhsm_private_endpoint_connection.py,s
15305
15371
  pulumi_azure_native/keyvault/v20230201/get_private_endpoint_connection.py,sha256=azBVaMgUWx_6q245_a-76X3zbRp9Q8JFopI-EamFJnA,9022
15306
15372
  pulumi_azure_native/keyvault/v20230201/get_secret.py,sha256=CYU_macPkPfLsj5_DRGtEzc-TYEKKJyc_d7KWlKzOPs,6111
15307
15373
  pulumi_azure_native/keyvault/v20230201/get_vault.py,sha256=ZEHdbZLReFG4WFc0sFQFkK-zvek6_r2erGLXPiRAMKk,6124
15308
- pulumi_azure_native/keyvault/v20230201/key.py,sha256=sgFRvyvDi7YIrNplx3oAGg-hKCO3exFgermuqn0Q8XU,14240
15309
- pulumi_azure_native/keyvault/v20230201/managed_hsm.py,sha256=jiAszjTQScXx7eaDPYfWjuMvyQZ72nFtSIAhaKa4T0g,12202
15310
- pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py,sha256=fXdtihuPRUPhTNxyN3_7Jwzxn_I1UH71Y6xNV1Nd-3o,15944
15374
+ pulumi_azure_native/keyvault/v20230201/key.py,sha256=ShI2ikaNWz6mLaURQ1Qtexsr5xOP1GqabwqW1_X2At4,14365
15375
+ pulumi_azure_native/keyvault/v20230201/managed_hsm.py,sha256=Re9GOD_PbreNNpQG0Er3vUXhWmKeKsi-yVYfcHxszHI,12341
15376
+ pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py,sha256=d9GQ2s2dgeVM7FHjiRZ1Zf3cIDOg8w-qi6CnIWpgWxs,16121
15311
15377
  pulumi_azure_native/keyvault/v20230201/outputs.py,sha256=XcJ90usL8v0iGdG45CbUMUEQml1JgfQCv5zjlyLea9c,86931
15312
- pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py,sha256=BMmnYSdRkVQylDuXJ2w2LnonaYDgqmUV3UBm-7uVd8s,12894
15313
- pulumi_azure_native/keyvault/v20230201/secret.py,sha256=5CcwrAP0yd1ecU3xOHo0IMrg_at9Pik7tPYvVjomIJ4,11502
15314
- pulumi_azure_native/keyvault/v20230201/vault.py,sha256=obEnY1uFC-4xSJLCmN34dTHjp75B7PRNJ0P4pMo97RQ,11371
15378
+ pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py,sha256=eSliJsV_xDabVsAq4IUevpwDRQKgfYMXN0VOASh2bQc,13063
15379
+ pulumi_azure_native/keyvault/v20230201/secret.py,sha256=0oksk0U9Vsi6OFlsnLnQB6MrFwNl1rsIfhnRWHpymNg,11633
15380
+ pulumi_azure_native/keyvault/v20230201/vault.py,sha256=7YXS5S0n-POMkkPxxeUv2X60KJ_a9XwFt64_t_BWaMQ,11500
15315
15381
  pulumi_azure_native/keyvault/v20230701/__init__.py,sha256=p2NBewW_qVLoI93T1icpgn9xDy16NtY3noUkbWMgIXc,703
15316
15382
  pulumi_azure_native/keyvault/v20230701/_enums.py,sha256=iFdgoR7GSNKr5dqE4Rp5sf-eBZpJCHUKZBvgsxbeAQo,5544
15317
15383
  pulumi_azure_native/keyvault/v20230701/_inputs.py,sha256=jnD7Trs0IA8Kf-xgs1LrkolxKyOLxtYktpHgEw0kAh4,97839
@@ -15321,13 +15387,13 @@ pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py,s
15321
15387
  pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py,sha256=vpc4QQxAOY0mA72jeH9yxZ44sFtrqH_3ecyMu7mjc98,9022
15322
15388
  pulumi_azure_native/keyvault/v20230701/get_secret.py,sha256=aS0bh7fRzFNT168LPqyj0amxAcTQglrrpAwfjFL_Qqc,6111
15323
15389
  pulumi_azure_native/keyvault/v20230701/get_vault.py,sha256=rG9QtWrDMCUM5hayDR99gKz16pWiE_HkAMtBBixe5uU,6124
15324
- pulumi_azure_native/keyvault/v20230701/key.py,sha256=UmwUaYiZOIXXlXw_B4E-E7teB0lXdOkkyn-ZzQummyc,14240
15325
- pulumi_azure_native/keyvault/v20230701/managed_hsm.py,sha256=uEDns3gSv2cPe9kyOqalE7SAKNPC5kggtekXpcDVUdE,13757
15326
- pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py,sha256=74asuFGisx283LKpm4LgZhxB9oKpXqztqJeAkFSeL7I,17499
15390
+ pulumi_azure_native/keyvault/v20230701/key.py,sha256=7zGo2kevThS6z65LoqVbGRDfHkOuCYyc4ZM1IoUwo3k,14365
15391
+ pulumi_azure_native/keyvault/v20230701/managed_hsm.py,sha256=Fb-_HVZzVs1kbfkJl6Zj85N-ii3Sct9sFgCp430sMQk,13896
15392
+ pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py,sha256=e0rnWi50ocuwN0XDzJMq8w8qFDDxEw4fxmPNpQjGczQ,17676
15327
15393
  pulumi_azure_native/keyvault/v20230701/outputs.py,sha256=cmlz_JhD2ksw9Xt0zaiepPWmXFb4u5-7RHCm-PE-7dE,92376
15328
- pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py,sha256=NiivujkvujdT4Yml4EAR1D5jf_AGhCOpbBaVcOzuMTo,12894
15329
- pulumi_azure_native/keyvault/v20230701/secret.py,sha256=kFmTk1Ocnxc3obwiSPRXY12RF-TlK8bczfcqr590c_c,11502
15330
- pulumi_azure_native/keyvault/v20230701/vault.py,sha256=nirD8-v6yb795gFdbihQ6CIgitFsxJGzQ9FkJfVCB5o,11371
15394
+ pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py,sha256=3y7jRZiBO8uHX4TiKIxFR3OTC1SOfF4bSWBTE3tAFkI,13063
15395
+ pulumi_azure_native/keyvault/v20230701/secret.py,sha256=pcYVdQ8EizNMIc8Dga4B9eHWk8v5gTSbbqY9LAob0M4,11633
15396
+ pulumi_azure_native/keyvault/v20230701/vault.py,sha256=KarzrUS8Cxzt8F5ng5kjLNj8E7u_Cuym174BF06dfpg,11500
15331
15397
  pulumi_azure_native/keyvault/v20240401preview/__init__.py,sha256=p2NBewW_qVLoI93T1icpgn9xDy16NtY3noUkbWMgIXc,703
15332
15398
  pulumi_azure_native/keyvault/v20240401preview/_enums.py,sha256=iFdgoR7GSNKr5dqE4Rp5sf-eBZpJCHUKZBvgsxbeAQo,5544
15333
15399
  pulumi_azure_native/keyvault/v20240401preview/_inputs.py,sha256=jnD7Trs0IA8Kf-xgs1LrkolxKyOLxtYktpHgEw0kAh4,97839
@@ -15337,13 +15403,45 @@ pulumi_azure_native/keyvault/v20240401preview/get_mhsm_private_endpoint_connecti
15337
15403
  pulumi_azure_native/keyvault/v20240401preview/get_private_endpoint_connection.py,sha256=U9CoJ_2K-qvTnr8si_P83AMpJkngm_U0GHoOxyXft5k,9036
15338
15404
  pulumi_azure_native/keyvault/v20240401preview/get_secret.py,sha256=8jy3E9kmg9JkMCgyVaAjd1GlQZeif-wSejaOP20rbAg,6125
15339
15405
  pulumi_azure_native/keyvault/v20240401preview/get_vault.py,sha256=w_772s_6-KUaBypDXWFPlrJzCeJOrevJwccLzqETTOw,6138
15340
- pulumi_azure_native/keyvault/v20240401preview/key.py,sha256=_Ik59m-ahIxLYnzZ3XlyUjx7ztCSBsGdUiOwgz1o3SA,14240
15341
- pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py,sha256=PQAiB97pqK_YYL4jyGTWOM5huRsPbW4R8zPvv7XMNEM,13757
15342
- pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py,sha256=hW2T5AnUcW0P3bmQ2exOTjPOCqJmFSshKgH2dPShB5o,17499
15406
+ pulumi_azure_native/keyvault/v20240401preview/key.py,sha256=-fea9qFrb4TNGA1IA5RmhPINPLbuo0SmtF25XMU6Zy4,14365
15407
+ pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py,sha256=dCTtQjVq6253xXWTapO1ERHvAkNm1MhxRfq7KMcJaSU,13896
15408
+ pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py,sha256=urRjRjyuLwcQWoymol0UmXYo1A5_mTBq0gGmevDOr2I,17676
15343
15409
  pulumi_azure_native/keyvault/v20240401preview/outputs.py,sha256=cmlz_JhD2ksw9Xt0zaiepPWmXFb4u5-7RHCm-PE-7dE,92376
15344
- pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py,sha256=T683AYCx_TuGh1Dkx2GkCk1ylp0uaQ_ZmMxrXtTxvTU,12894
15345
- pulumi_azure_native/keyvault/v20240401preview/secret.py,sha256=4i0a9_C6Od1C-YBf27nd6rTuhnUQi8BAZCs4jzwtu2o,11502
15346
- pulumi_azure_native/keyvault/v20240401preview/vault.py,sha256=wWO5Zvm6vLEb_sdBc6BmXQNFsaEzWtRIiFXJaUNGAnY,11371
15410
+ pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py,sha256=oair4xf1EJtGB4tsCSDj5UQcSevcLcUhuitfDK930gI,13063
15411
+ pulumi_azure_native/keyvault/v20240401preview/secret.py,sha256=7y1oaAkUGMMSuCFYGbaQQ9arpMMClmvJRktuGulORHA,11633
15412
+ pulumi_azure_native/keyvault/v20240401preview/vault.py,sha256=JhjQAThIN-1pwCtNI1c8cn-xELEInkg5MxgvGwJxn6Y,11500
15413
+ pulumi_azure_native/keyvault/v20241101/__init__.py,sha256=p2NBewW_qVLoI93T1icpgn9xDy16NtY3noUkbWMgIXc,703
15414
+ pulumi_azure_native/keyvault/v20241101/_enums.py,sha256=3u8x4RpXaP5f2SR0L7qEaZqGhauNUBFNWMObI0bzCVo,5656
15415
+ pulumi_azure_native/keyvault/v20241101/_inputs.py,sha256=QQ3EGDgbOwKs9w_73IeCOYotY9SzkffVV_S-XfU8i4s,98614
15416
+ pulumi_azure_native/keyvault/v20241101/get_key.py,sha256=70GD_3J6hvebVrIlfet3OPzal_TwtT-X0wV6qkK-hvI,10895
15417
+ pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py,sha256=2QFfIFBBzZ9-wm_jUin99Lot0bYF6iOp5GQTRH77kFY,7362
15418
+ pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py,sha256=wP6hVxZI3bwxt4FaiuL8f_hEtMIg33pwoC4hz5J81Sw,10877
15419
+ pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py,sha256=nWpBT4CGvcz7ThIkXD-PiylB1yz8QQheLF5Z4y6958E,9022
15420
+ pulumi_azure_native/keyvault/v20241101/get_secret.py,sha256=Eu9eSESwncEKBpQCpzTaSHfHHV7_ukUQxXq30FjzriI,6111
15421
+ pulumi_azure_native/keyvault/v20241101/get_vault.py,sha256=W45k0_vp2XjJj34dhW9JAlr2626i8pXT9fhYDxDmCyU,6124
15422
+ pulumi_azure_native/keyvault/v20241101/key.py,sha256=vd-wunQtyEzE_grXL9Ii7VUqBwxEXlYduCOEorigd3c,14528
15423
+ pulumi_azure_native/keyvault/v20241101/managed_hsm.py,sha256=3JIk1T9kEHW5bTr3JB9kZuRx84Fu1BSrB1S1L-a2Msw,13896
15424
+ pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py,sha256=avmSD-aI7p0_ajAG0LYsNULJG-Jp0ULOM4Xqbg5HWcg,17676
15425
+ pulumi_azure_native/keyvault/v20241101/outputs.py,sha256=qABqMQtcPZfLUsOmUIwlnbOI7gKdmkz34n15nGcrm4A,92662
15426
+ pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py,sha256=3yrd6UJmsogJI_9pROLoTh_yuHQYpceaiejlZuDjBLA,13063
15427
+ pulumi_azure_native/keyvault/v20241101/secret.py,sha256=qMNMNvWNEE-Hi4o0pTRv6APFSKf7VfpPs3HVcdh_myk,11633
15428
+ pulumi_azure_native/keyvault/v20241101/vault.py,sha256=c5gPIIxL8_A99lhKHXmy6t38VUzj9-zW7Ok-iIVKzQA,11500
15429
+ pulumi_azure_native/keyvault/v20241201preview/__init__.py,sha256=p2NBewW_qVLoI93T1icpgn9xDy16NtY3noUkbWMgIXc,703
15430
+ pulumi_azure_native/keyvault/v20241201preview/_enums.py,sha256=3u8x4RpXaP5f2SR0L7qEaZqGhauNUBFNWMObI0bzCVo,5656
15431
+ pulumi_azure_native/keyvault/v20241201preview/_inputs.py,sha256=QQ3EGDgbOwKs9w_73IeCOYotY9SzkffVV_S-XfU8i4s,98614
15432
+ pulumi_azure_native/keyvault/v20241201preview/get_key.py,sha256=sLWM-b5K6r1eR6lOWu4UUF0YSe1VOnbuW4rRZauR_wU,10909
15433
+ pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py,sha256=KE_W6H5lxZfYYz1DShgrP9fS_A6k1WyNmO1YweRw4WA,7376
15434
+ pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py,sha256=SmZqhzqdDKzmiEgA6RZuk7TbDY_nOszuzYUvyzgUhfk,10891
15435
+ pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py,sha256=X2AE9Vq_WOEQpgbarNs9BB-UeXp3KYetxvF8ONtNIWk,9036
15436
+ pulumi_azure_native/keyvault/v20241201preview/get_secret.py,sha256=1Wlx6KWsDLpRHDyzWcaZEdllvNtZTSZBiqjCam7WqaM,6125
15437
+ pulumi_azure_native/keyvault/v20241201preview/get_vault.py,sha256=7d2mmSjl1g0K5eLGvMcrcQV48g8V59ckjvQVhx6bHY8,6138
15438
+ pulumi_azure_native/keyvault/v20241201preview/key.py,sha256=piDBEjmNvffLrPKI97aMdkCS-vOj2bd7Z4lQG3T-xPA,14528
15439
+ pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py,sha256=nwvmKbFAAUDpGn0-_w8imKk_g-8w8YK_4H1XLJxzZ7k,13896
15440
+ pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py,sha256=6t6RlUqRbAkQqdqoMlHIeCjAhoHwI-E0dw4cLIde700,17676
15441
+ pulumi_azure_native/keyvault/v20241201preview/outputs.py,sha256=qABqMQtcPZfLUsOmUIwlnbOI7gKdmkz34n15nGcrm4A,92662
15442
+ pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py,sha256=5HpkvLDDlFDtmZ_jbySCPyhgX6opW1o9RCg5lfyOZsY,13063
15443
+ pulumi_azure_native/keyvault/v20241201preview/secret.py,sha256=lzR-kxwVzZnfb5GpG2pUtp_nu347xik4erKipUJii1E,11633
15444
+ pulumi_azure_native/keyvault/v20241201preview/vault.py,sha256=s7LFsAh660iW0C-wgmrdlJgDRN-qcp88W0Is9QOYERc,11500
15347
15445
  pulumi_azure_native/kubernetes/__init__.py,sha256=5VRnCQ07oJ74RlFytZHK1r_vqNSdyKHd2eUDP986P10,2718
15348
15446
  pulumi_azure_native/kubernetes/_enums.py,sha256=isZzw_Vi4Ts_qi80hrjb52hqlahj6NpWQPk-gKx6Fz8,1237
15349
15447
  pulumi_azure_native/kubernetes/_inputs.py,sha256=oGF0mtDW0moYt8-wCaig-ZlFfpUU9oaBC4mivBwlZ6w,2174
@@ -17515,7 +17613,7 @@ pulumi_azure_native/machinelearningservices/v20241001preview/workspace.py,sha256
17515
17613
  pulumi_azure_native/machinelearningservices/v20241001preview/workspace_connection.py,sha256=-KBRfU3AGDdt6h7b5RP8-if76ZI2RYLgmE_4Tdn9VS8,16133
17516
17614
  pulumi_azure_native/maintenance/__init__.py,sha256=3r6n8cy8dzFhyP8YygJ7UNF7WHGOl1GIz-fmNCS6ADI,1739
17517
17615
  pulumi_azure_native/maintenance/_enums.py,sha256=mDanwon6ishJi459K_6bpP96Qio70C3rbrkquDxuVro,2209
17518
- pulumi_azure_native/maintenance/_inputs.py,sha256=a-8ETV10scDr-gzwmIUNJIywkVjAXbXUjKW2ojlInL8,30726
17616
+ pulumi_azure_native/maintenance/_inputs.py,sha256=4rt75_Yjz_CYQPBzTxIoHxx5AZ9DKeGuXaqdLcsC-_s,31281
17519
17617
  pulumi_azure_native/maintenance/configuration_assignment.py,sha256=mkLDj0fslg4YOFIfLihvmNPidgtfO6qJg8k8sfuxhMw,14413
17520
17618
  pulumi_azure_native/maintenance/configuration_assignment_parent.py,sha256=pZEgIt3q43CR6AD9CoJf-C5pNSoCJTEcmuOSpP33-IU,16651
17521
17619
  pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py,sha256=JvZlAPhzNl1PC4HTT6JOUwwLQSqYtMyK_w5RZMUXWmA,13114
@@ -17526,20 +17624,20 @@ pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group
17526
17624
  pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py,sha256=mxiQwO47V9Ux7qYPlsdK8QmIQSeIFMbFuysUa3tiVEM,7660
17527
17625
  pulumi_azure_native/maintenance/get_maintenance_configuration.py,sha256=93L8NfYcURi9VcVg-A-z3gd1Tb8_kTnN7feR6FIldU8,14987
17528
17626
  pulumi_azure_native/maintenance/maintenance_configuration.py,sha256=WOjbQqd3cetWjyu16Emc1m1zQgoX9m30Z9QU797yWHY,33060
17529
- pulumi_azure_native/maintenance/outputs.py,sha256=AF2T6OBhD_vh9lxYfqetKEc6If5muiK0g9431RQeJWw,27912
17627
+ pulumi_azure_native/maintenance/outputs.py,sha256=rihHhqGI1bux5JfNrdSSd9vbrbADtEW4Lwb9Bx_HtSM,28282
17530
17628
  pulumi_azure_native/maintenance/v20221101preview/__init__.py,sha256=xHjl263OeUVqHzdyQt9hbl6fLcp7dz5SqzeYbC4jLY4,587
17531
17629
  pulumi_azure_native/maintenance/v20221101preview/_enums.py,sha256=QqXcBGL-f66YvWTNh2BVnvAlIK0xE1gwGkIgSOQF74o,2063
17532
- pulumi_azure_native/maintenance/v20221101preview/_inputs.py,sha256=Y5oeaa0W4IDq6kXBqwrd18XQdHPrwPeKurO_w6g0prg,23805
17630
+ pulumi_azure_native/maintenance/v20221101preview/_inputs.py,sha256=ZIknQ9bzud51r5bLiVvK5NW-o4hhWiUUAenQhRQySyU,24360
17533
17631
  pulumi_azure_native/maintenance/v20221101preview/configuration_assignment.py,sha256=-LBMrnNAXST8vBZDLfp7RzqcxqvbrcogJn4nvcSQq6k,14010
17534
17632
  pulumi_azure_native/maintenance/v20221101preview/configuration_assignment_parent.py,sha256=vYfNEipe6M9LoFeMfy3t3ph9ZOiVlL-MIIfJ-rzA0-w,16248
17535
17633
  pulumi_azure_native/maintenance/v20221101preview/get_configuration_assignment.py,sha256=JxjGrsXHisLWFKocdoCSX6GNuIvEt3WTJxv5tFWUd6k,7997
17536
17634
  pulumi_azure_native/maintenance/v20221101preview/get_configuration_assignment_parent.py,sha256=t238JVVwnGtRJ9CimpEomCHVHLElefvpoYTEB2Ss_EE,9033
17537
17635
  pulumi_azure_native/maintenance/v20221101preview/get_maintenance_configuration.py,sha256=WQ0vndsXDnEwJuVUBmN3sIlhcwylKLHGQ3NkuS8i-rQ,14752
17538
17636
  pulumi_azure_native/maintenance/v20221101preview/maintenance_configuration.py,sha256=dBwiK-TaV_JO5heryeqM7s7fDKvCmiEuYv9Ic2B2kVI,32673
17539
- pulumi_azure_native/maintenance/v20221101preview/outputs.py,sha256=HXPB4B5jKftFm_q3yWKrTtx1x06d2Wcj40XZ-jJJW0I,22603
17637
+ pulumi_azure_native/maintenance/v20221101preview/outputs.py,sha256=LbVUFtquDfbQOzk5E6KfBOwtPNRexou97xiNQMVW-u8,22973
17540
17638
  pulumi_azure_native/maintenance/v20230401/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17541
17639
  pulumi_azure_native/maintenance/v20230401/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17542
- pulumi_azure_native/maintenance/v20230401/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17640
+ pulumi_azure_native/maintenance/v20230401/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17543
17641
  pulumi_azure_native/maintenance/v20230401/configuration_assignment.py,sha256=FMQ2-BBNr7cQ8M9wOAduoq3w45L8GrCKMZwNx7tQzjk,15633
17544
17642
  pulumi_azure_native/maintenance/v20230401/configuration_assignment_parent.py,sha256=ODs1J4N5Tl5RFuMg7R1fZzn8LlTn4Xy2II_npxrNs4c,17871
17545
17643
  pulumi_azure_native/maintenance/v20230401/configuration_assignments_for_resource_group.py,sha256=LfFFcLgztoZlgFyKy7fY2RF_Z3Z0IZyn0Q34MQyqWUY,12869
@@ -17550,10 +17648,10 @@ pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_reso
17550
17648
  pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py,sha256=7YnJcCTpB4rV3MNkxo22ZdJDpnh705Ynq7tiIxXf2JM,7451
17551
17649
  pulumi_azure_native/maintenance/v20230401/get_maintenance_configuration.py,sha256=S12dNNtIhu3PznsJQdFBeQ14LqwoTaD7GhqObhKMoOo,14128
17552
17650
  pulumi_azure_native/maintenance/v20230401/maintenance_configuration.py,sha256=cKJKe3QmxkeQR6MsDi5aeiNezOz2hcwPygGSC3BzPBs,30925
17553
- pulumi_azure_native/maintenance/v20230401/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17651
+ pulumi_azure_native/maintenance/v20230401/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17554
17652
  pulumi_azure_native/maintenance/v20230901preview/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17555
17653
  pulumi_azure_native/maintenance/v20230901preview/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17556
- pulumi_azure_native/maintenance/v20230901preview/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17654
+ pulumi_azure_native/maintenance/v20230901preview/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17557
17655
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignment.py,sha256=HANVETMDfDTGe45KIYx_tOgqfnKRdiwR15xf8bIl_Rs,15633
17558
17656
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignment_parent.py,sha256=G5MMpOJRAzkhBPYZeyLIW1DylQboll75ziKSRq4NAfc,17871
17559
17657
  pulumi_azure_native/maintenance/v20230901preview/configuration_assignments_for_resource_group.py,sha256=m23I65KgoF7AG6W5dgKaQ4AD0QHhLTlFq3EjDpMHNGE,12869
@@ -17564,10 +17662,10 @@ pulumi_azure_native/maintenance/v20230901preview/get_configuration_assignments_f
17564
17662
  pulumi_azure_native/maintenance/v20230901preview/get_configuration_assignments_for_subscription.py,sha256=Ku-3NL-QhAxfQ_ljPJVpf2Tj3_aaLNXM-kwJF_3kj3c,7465
17565
17663
  pulumi_azure_native/maintenance/v20230901preview/get_maintenance_configuration.py,sha256=80I9XkmSuNkYDPOeiE3DkMlg6tjArjr7Vl8ca3C6ISM,14142
17566
17664
  pulumi_azure_native/maintenance/v20230901preview/maintenance_configuration.py,sha256=QRFnlKuwGZh8d0D6mF3psBKHVF4gIbS_l92RDzlVAhs,30925
17567
- pulumi_azure_native/maintenance/v20230901preview/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17665
+ pulumi_azure_native/maintenance/v20230901preview/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17568
17666
  pulumi_azure_native/maintenance/v20231001preview/__init__.py,sha256=J1l9z2z6tDqMW5GGYdlrFJvW6jOH1IH2LeUNtiJN6EA,831
17569
17667
  pulumi_azure_native/maintenance/v20231001preview/_enums.py,sha256=Ap7cRE78Kv4i7FaAdTmk1piohCia4DGgyfxg1Zg6gtE,2010
17570
- pulumi_azure_native/maintenance/v20231001preview/_inputs.py,sha256=dpdIQRmnfSmiAo-Vd9iuBma7wpPUWsodh9sKtcqqyAM,19573
17668
+ pulumi_azure_native/maintenance/v20231001preview/_inputs.py,sha256=efVsqBBLt6tkPNXV8WYlwdhSsjdwWjaKvFNTINFQRM0,20128
17571
17669
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignment.py,sha256=8Jmg469V3vuG5t3QkS3OAviepUsJ86CxQyByNSAe2S8,15633
17572
17670
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignment_parent.py,sha256=Lui7ov84_w3JgJbs_8Kf4SwkHW1cPhqvklq4flYhmMY,17871
17573
17671
  pulumi_azure_native/maintenance/v20231001preview/configuration_assignments_for_resource_group.py,sha256=5Adf1d3IykyI9enbBjpN93mueQg5Hm-jU7pm2SraSPw,12869
@@ -17578,7 +17676,7 @@ pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_f
17578
17676
  pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py,sha256=uSpkpSn9Tor0eKRh9LWFvJIGh7pZwjIkihkPgwOp7K0,7465
17579
17677
  pulumi_azure_native/maintenance/v20231001preview/get_maintenance_configuration.py,sha256=bjhZ_DxckSc3c0QfZgY-i_IX_Lz4-b34IXl36iIwDe8,14142
17580
17678
  pulumi_azure_native/maintenance/v20231001preview/maintenance_configuration.py,sha256=PXzEdBt4nJif5R-P2vyLHX0FOo8bBJw0xJVLh6EtPG0,30925
17581
- pulumi_azure_native/maintenance/v20231001preview/outputs.py,sha256=uYdfoD3_r20YE5mpzCxgAhzLjMsTYfbNUqTcbYx51-U,19658
17679
+ pulumi_azure_native/maintenance/v20231001preview/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
17582
17680
  pulumi_azure_native/managedidentity/__init__.py,sha256=LiQy-FMSgtvCMrqOJsulWekY56EYM5U8sO_7o5yN4uE,1222
17583
17681
  pulumi_azure_native/managedidentity/federated_identity_credential.py,sha256=hCMqGwyGpabb0Lb5PIbB7gZf3KdnPO_fWNXE7NCxW0U,12804
17584
17682
  pulumi_azure_native/managedidentity/get_federated_identity_credential.py,sha256=krtALjG2C7BUYL87UvwZphMrrlyNu0LZBEJ9KxpLs3c,7747
@@ -19341,7 +19439,7 @@ pulumi_azure_native/network/inbound_nat_rule.py,sha256=O50WfJ9SduFkRy475BLnJh7zR
19341
19439
  pulumi_azure_native/network/interface_endpoint.py,sha256=S7y8Ui3Ok5gao6986MwFdKp1uOqD8lr_5kwDf7_HLuM,17782
19342
19440
  pulumi_azure_native/network/ip_allocation.py,sha256=jbZgwn38Bd5-q-ZAh_qrowzNOmkNwWgBZPDLBG5ESrU,19551
19343
19441
  pulumi_azure_native/network/ip_group.py,sha256=04-Ey5a_bOCRObl2grAgnTWCsgtIhvfRPK7_fto3HF8,14057
19344
- pulumi_azure_native/network/ipam_pool.py,sha256=lz1SwAaqeWlxt82sDRMApQI_fQfBLDKRlRy6KjxYoHc,11826
19442
+ pulumi_azure_native/network/ipam_pool.py,sha256=xdqWgg7ryrzNFgOEID_XqBMbmjzekWZmrRsXir93fN0,11876
19345
19443
  pulumi_azure_native/network/list_active_connectivity_configuration.py,sha256=WjZKYVhVV0R-AP8k5O_1HDzomb1IzcRfbk4EUbfzcVc,5785
19346
19444
  pulumi_azure_native/network/list_active_connectivity_configurations.py,sha256=kMkdf624Peyafa86OtqErtHLbHGAKsXtP6BQpBzlmGE,6570
19347
19445
  pulumi_azure_native/network/list_active_security_admin_rule.py,sha256=ZOY_haUFeqLhoaETrU9nSAshQG5OI5xy1BwQuU_Wg5s,5508
@@ -21334,7 +21432,7 @@ pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py,sh
21334
21432
  pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py,sha256=RbemqFYfPe_QgFqhokn3w216ympRKgBvhDJ4YwZRads,9980
21335
21433
  pulumi_azure_native/network/v20240101preview/get_static_cidr.py,sha256=vxrPao7ivq0_m_rXj7VAW5TSSmf12LQiquimeIvPhjA,6199
21336
21434
  pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py,sha256=gNSTcHvObx8mLV5ua1mJhIU5Gae7gRRbPivyLBoW4vQ,7004
21337
- pulumi_azure_native/network/v20240101preview/ipam_pool.py,sha256=clfWJXzTxoauh7FhF0z7fCGKPLpQ9qIgDsvxHTJlSqA,11621
21435
+ pulumi_azure_native/network/v20240101preview/ipam_pool.py,sha256=L2PbR2vGE4bqJl6xHy5JVaVSjgNICuqdshq1y8hWKiI,11671
21338
21436
  pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py,sha256=y04ZaqSW62qPucpTbMB9u2BGRCaK9cLiTzIilQ4OKzs,4492
21339
21437
  pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py,sha256=5K5dGqQrft2Yv4tMvrFWPyXgJXdIv72AdhatQc_5um4,6508
21340
21438
  pulumi_azure_native/network/v20240101preview/network_manager.py,sha256=m7_IJCszVMGfx68yg9CKYcr6Ru761BabsNldr_8F108,16891
@@ -22976,37 +23074,44 @@ pulumi_azure_native/quantum/v20231113preview/get_workspace.py,sha256=xe9LqPeqrqC
22976
23074
  pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py,sha256=rJSD-zWMJM5wyRdOB6gbShVvzn76epRIqtpUOq2vC7g,6769
22977
23075
  pulumi_azure_native/quantum/v20231113preview/outputs.py,sha256=iGTrpvCEdMeJXTiFmu7LqusNH3rZukLm8S6CuLE0NP4,11715
22978
23076
  pulumi_azure_native/quantum/v20231113preview/workspace.py,sha256=WBW13E5ivdYDGwy9FQzZZ_P-YyLY5Kb_dFq4vGY3bLg,15898
22979
- pulumi_azure_native/quota/__init__.py,sha256=s0zZCjaDspyDhp4oZ_m7lOfRHV6Ja4pc7gLvWkiDlDc,1153
23077
+ pulumi_azure_native/quota/__init__.py,sha256=mHuPvtbH-Q8rwpCJpT67qScnIeEByp5Q0ReTkvNXsG4,1321
22980
23078
  pulumi_azure_native/quota/_enums.py,sha256=KZ1K6QgjPBaqJGRw7FeG9Rzk_9aCNV-v5yKiPn4cvD0,443
22981
23079
  pulumi_azure_native/quota/_inputs.py,sha256=HA4ELGpsIlPaw1tvvet58qpft_hMZmckgooFy_WTsFU,7239
22982
- pulumi_azure_native/quota/get_group_quota.py,sha256=cZP5lwO-jiY8_qLaz7uKfUTGUzBX7BB1067W7-T3yVA,6184
22983
- pulumi_azure_native/quota/get_group_quota_subscription.py,sha256=Mjw4W4R_i32csSiY_Ut1F_Up7M8htG7UJp0ydwRASa4,6357
22984
- pulumi_azure_native/quota/group_quota.py,sha256=rsO9ZUDRVxvQqFVn8d5fk85LyVnf36eCjWH0NhH-5os,9262
22985
- pulumi_azure_native/quota/group_quota_subscription.py,sha256=PLy0-ZCggo6lnEvJD2AnrbBoQ_WdxHM6LniQ9iCtzTw,8034
23080
+ pulumi_azure_native/quota/get_group_quota.py,sha256=ZHoD98Waiqxwre99dFx-JZzuYjGvXo6ed0-NuwXPoOk,6208
23081
+ pulumi_azure_native/quota/get_group_quota_subscription.py,sha256=S99HW1o4_6VR-R8WIowNJZeQ1PruFitTvpebmXmI35I,6381
23082
+ pulumi_azure_native/quota/group_quota.py,sha256=Gv282bmzwX0lesHY2fxBTDpuCzupb7U7nibgUHTYL7U,9349
23083
+ pulumi_azure_native/quota/group_quota_subscription.py,sha256=X1vQH9VrQ2DVYCZTYmTrrnwqajq-8R7koqSzetEATJQ,8133
22986
23084
  pulumi_azure_native/quota/outputs.py,sha256=Gp7mJmmHQ0u83vjkrckuHpOK1JL9wVeAFvm3fHf-Zck,13022
22987
23085
  pulumi_azure_native/quota/v20230601preview/__init__.py,sha256=ksV_WoqDC-7lHF8gTZXs46pvMU7q8EQ7hGlhgb0aDEE,461
22988
23086
  pulumi_azure_native/quota/v20230601preview/_enums.py,sha256=KZ1K6QgjPBaqJGRw7FeG9Rzk_9aCNV-v5yKiPn4cvD0,443
22989
23087
  pulumi_azure_native/quota/v20230601preview/_inputs.py,sha256=Ct1lI7U1dukPRpxo6jShHhez_TZSH5XYNU3cnDIkthQ,7240
22990
23088
  pulumi_azure_native/quota/v20230601preview/get_group_quota.py,sha256=JOH1kX2RSi7BUYlN23zNTjYWHief0uzI7DE2nasprLI,5973
22991
23089
  pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py,sha256=aTUlN0YfnuIHYKVnDX8ojXCCWgEPqOrLot3rt_cAqxM,6146
22992
- pulumi_azure_native/quota/v20230601preview/group_quota.py,sha256=b9sJMO-Rb8aY9lD2iRqyxNYkZif2FKXmbGwrpiqETG4,9001
22993
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py,sha256=gvqCfQXoRw2NRG3tcXdaZdGNhymgKbqBmGgezzdDz_0,7773
23090
+ pulumi_azure_native/quota/v20230601preview/group_quota.py,sha256=CLc-tbdUTtUAU29wu2KDE7AceY-YD6zf15SXBo3YW6Y,9064
23091
+ pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py,sha256=Hy-onSlN0nP_8dpv1on-H6i3JXnJrQtKh8RHI5aOtkw,7848
22994
23092
  pulumi_azure_native/quota/v20230601preview/outputs.py,sha256=kjJSySKY8tkRAYXB4366ESkeOQ_09gInUo6FsAgaR5s,13023
22995
23093
  pulumi_azure_native/quota/v20241015preview/__init__.py,sha256=ksV_WoqDC-7lHF8gTZXs46pvMU7q8EQ7hGlhgb0aDEE,461
22996
23094
  pulumi_azure_native/quota/v20241015preview/_enums.py,sha256=KZ1K6QgjPBaqJGRw7FeG9Rzk_9aCNV-v5yKiPn4cvD0,443
22997
23095
  pulumi_azure_native/quota/v20241015preview/_inputs.py,sha256=Ct1lI7U1dukPRpxo6jShHhez_TZSH5XYNU3cnDIkthQ,7240
22998
23096
  pulumi_azure_native/quota/v20241015preview/get_group_quota.py,sha256=7zcmI1yanNRReaqZBUq8wMNIPFz8qaw_1zF7QvuQa0Y,5973
22999
23097
  pulumi_azure_native/quota/v20241015preview/get_group_quota_subscription.py,sha256=H_7lSVSsT39fSJ7KzrSU0rT0Q0k3c7B86AOeJsb4GRI,6146
23000
- pulumi_azure_native/quota/v20241015preview/group_quota.py,sha256=4znwEj1DBBN9wW5sD9oWBjEan3C1FXhTWe8YSaTpiOg,9001
23001
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py,sha256=nVn0t068fWMQ4du9USRRwND-0nU-2KfLuITPKRJQ-fM,7773
23098
+ pulumi_azure_native/quota/v20241015preview/group_quota.py,sha256=JjvExXB7rArB9x0vhsB3EmK31_hQufpza1va4X92ELM,9064
23099
+ pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py,sha256=om85P3x0PmS5rGffhm40DpxBrSAm9k2t_wmCRA6mRYc,7848
23002
23100
  pulumi_azure_native/quota/v20241015preview/outputs.py,sha256=kjJSySKY8tkRAYXB4366ESkeOQ_09gInUo6FsAgaR5s,13023
23003
23101
  pulumi_azure_native/quota/v20241218preview/__init__.py,sha256=2k8NePI3mribAYSeQKJ5E855nSUMXvLJKS9ThMAre1s,439
23004
23102
  pulumi_azure_native/quota/v20241218preview/_inputs.py,sha256=XZps5s7TnrEtOjuoXhXp9eGoqt3olpTZGigmjo6AZLg,1630
23005
23103
  pulumi_azure_native/quota/v20241218preview/get_group_quota.py,sha256=JWs9Vu7BS62j5vpRUp8tE4xL-5glvR8zvfAzEUm2_mw,5838
23006
23104
  pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py,sha256=Wo4it0FtjWbDScDWETr07rTj3GWavvhVRA_TmJe7yKo,6146
23007
- pulumi_azure_native/quota/v20241218preview/group_quota.py,sha256=r4JX3tF9u1v7rsv_EhglgU5BDpXLoVww4l3Z1Trkxu4,8349
23008
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py,sha256=0J7im3h9GDvfWm_KG8NDb7Q__ubimrkkADKXjRLEzL0,7773
23105
+ pulumi_azure_native/quota/v20241218preview/group_quota.py,sha256=csn5UQguBV_2FeVZ-2fIUJ_mHt6c-d6pXXt2lNKCRkA,8412
23106
+ pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py,sha256=qVwn_DGGAMTfalUcLvZZsKFpmHMhCNQYcbpnPMQbyZQ,7848
23009
23107
  pulumi_azure_native/quota/v20241218preview/outputs.py,sha256=z7UbDj5vl0PTK0lzCXaFVECvotnTiIOXignaBHoOZL0,8243
23108
+ pulumi_azure_native/quota/v20250301/__init__.py,sha256=2k8NePI3mribAYSeQKJ5E855nSUMXvLJKS9ThMAre1s,439
23109
+ pulumi_azure_native/quota/v20250301/_inputs.py,sha256=XZps5s7TnrEtOjuoXhXp9eGoqt3olpTZGigmjo6AZLg,1630
23110
+ pulumi_azure_native/quota/v20250301/get_group_quota.py,sha256=XgEVm-3iUrDM00M9I5ukpQ4VoUVzzVB-PkJ7uYL8bGk,5824
23111
+ pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py,sha256=iBZRNP4SxMbOP_QEFDB-mo-pWS1IaG2vrJftjkPQ9EI,6132
23112
+ pulumi_azure_native/quota/v20250301/group_quota.py,sha256=b4FYCG8V62Lg-71_yqI0yCro7Hk1lp99ER09Wcn-oRw,8412
23113
+ pulumi_azure_native/quota/v20250301/group_quota_subscription.py,sha256=PTlUYAkz3gZ5b14vXF_I_sMcnm6LwD7xGm7eXZvUk8k,7848
23114
+ pulumi_azure_native/quota/v20250301/outputs.py,sha256=z7UbDj5vl0PTK0lzCXaFVECvotnTiIOXignaBHoOZL0,8243
23010
23115
  pulumi_azure_native/recommendationsservice/__init__.py,sha256=YsJtPmTt3Tq3roA6UMOIa4jYybmVVM1F5UyM2zrDmKg,997
23011
23116
  pulumi_azure_native/recommendationsservice/_enums.py,sha256=bT3YLWF7bvHB3aMDCHCmMql5YsxKsQiBoFtKKsDpI8Y,1242
23012
23117
  pulumi_azure_native/recommendationsservice/_inputs.py,sha256=WwQyVg2dYah-IgF_7MKatVUyEB_avHhuCgI8YqVfoKw,19975
@@ -23037,7 +23142,7 @@ pulumi_azure_native/recommendationsservice/v20220301preview/get_service_endpoint
23037
23142
  pulumi_azure_native/recommendationsservice/v20220301preview/modeling.py,sha256=DB3uCMMK5RUhhs_cjIk8yMb_7fdvtgyXeYOdtxZYYsM,11629
23038
23143
  pulumi_azure_native/recommendationsservice/v20220301preview/outputs.py,sha256=lfDzE_vKUnXh6AqH8-RvBvbHkkrCeoJ52T1CT891r_g,27905
23039
23144
  pulumi_azure_native/recommendationsservice/v20220301preview/service_endpoint.py,sha256=ZhmD6Zmom5PveUJlmCyEnhmBlt2CP9P4M34DfCT4OH8,12007
23040
- pulumi_azure_native/recoveryservices/__init__.py,sha256=zH4TOhvdRv3gsxCJmv_oFh_C0VsJFsNZjY6QcDS87TE,4678
23145
+ pulumi_azure_native/recoveryservices/__init__.py,sha256=BA3L7lJA03FvpCiGUjp1-NeFINc7--WuRJVKjaxHdYo,4910
23041
23146
  pulumi_azure_native/recoveryservices/_enums.py,sha256=jDG5oPDSvd8YIMDTXM3sZJnRoT54zqsifHnmxI8D29Q,15508
23042
23147
  pulumi_azure_native/recoveryservices/_inputs.py,sha256=hwFy4UxdjoEngcnsmf7makL8WnmJ39cn1iznwQjGElw,1129305
23043
23148
  pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=eIqlgETXpKUDErRaTdyWkLI_s2oNKO-oZC2bEMCZMn4,7569
@@ -23058,7 +23163,7 @@ pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.
23058
23163
  pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=RiplyDrsw8s4Gxh0pBSkM7NOvBqacNhU5hYAkRodA98,7632
23059
23164
  pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=xVb65aQCk-LepVixM27KltwNelkalzAXH2jWBTQiGdQ,6306
23060
23165
  pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=u7Oo_GSqcu2yMMMh9Yio4Om-HwduHUt9a2pFk0Eewtk,7119
23061
- pulumi_azure_native/recoveryservices/get_vault.py,sha256=cUDDIfyEFomXr5hKq3AjZhD3QkldcWCQw_xNVPVnFbs,8042
23166
+ pulumi_azure_native/recoveryservices/get_vault.py,sha256=BUKrKOfuIQbFqh9fXF_KAUPsdQwkvllW71nM4TmEx9k,8082
23062
23167
  pulumi_azure_native/recoveryservices/outputs.py,sha256=OPxdxbUEtzqtQ9skJhGFO23D8Z9D8wXkD_BqE0VhDiA,1451492
23063
23168
  pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=HZTyQblGywZlWMZFiurwt0Nkok9ZHc3H4Y0hiEXH1G8,16140
23064
23169
  pulumi_azure_native/recoveryservices/protected_item.py,sha256=pG_OEouTMWRRDwYgj719vrSJ8QJXZoWJiLHf2-l908k,22402
@@ -23077,7 +23182,7 @@ pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,s
23077
23182
  pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=xHabV_eC81vXYcr568WFx9ARTuSvWOgHZqzTBnr8s9E,15444
23078
23183
  pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=jjxpq0Lg4L7Obwp3RwCGHjwPd5lqxRR6AhFOQDsd-XE,12841
23079
23184
  pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=pv6bAxtA78u1UfJzvqBgeDJOXCAssvHtSdVzcRsM2bM,14454
23080
- pulumi_azure_native/recoveryservices/vault.py,sha256=Ko5UHST3SQK9k_MlTtDnYDAiPwiQlAYJj7v2G5iXPpo,15650
23185
+ pulumi_azure_native/recoveryservices/vault.py,sha256=GnPukKeO4G8ldNqcFPps8XY5wembbx9kSvyFD05_7ZI,15766
23081
23186
  pulumi_azure_native/recoveryservices/v20181220/__init__.py,sha256=dOWCqai8d8e8HIkcf4yCME2oxAEl-9myDoJwPC4eFrw,344
23082
23187
  pulumi_azure_native/recoveryservices/v20181220/_inputs.py,sha256=5nKFWvljYUnSkelZlelh4b8fYhvFL_brua1T-q9Zrf0,3267
23083
23188
  pulumi_azure_native/recoveryservices/v20181220/get_recovery_point_access_token.py,sha256=3myDF-wvjYrwijscsIl4b3fW-OJASk6HqLqrxDBZIxs,9646
@@ -23087,7 +23192,7 @@ pulumi_azure_native/recoveryservices/v20200202/_enums.py,sha256=F9N1Ark62SLqrEak
23087
23192
  pulumi_azure_native/recoveryservices/v20200202/_inputs.py,sha256=TIxNQEGnUcTcVpo4XMwVgJL1EE3dWyV6T_kMDDO6eDY,13339
23088
23193
  pulumi_azure_native/recoveryservices/v20200202/get_vault.py,sha256=hFU2gnnRo5mBPZYLxPh0aasI-YnQMcKeCufyX-w5veE,7128
23089
23194
  pulumi_azure_native/recoveryservices/v20200202/outputs.py,sha256=DqBhL5isJAJCkWzaaRARqjY5X0WJwdosW2h6zGzz7nw,29045
23090
- pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=9w43XPtY10EVyCTP1xvclUv8HwW3N_g2QItdJIf_p9E,15532
23195
+ pulumi_azure_native/recoveryservices/v20200202/vault.py,sha256=P3HCTZNvkuOCq3aECajc2J2DxraXNNUM-RswSkMVcc0,15608
23091
23196
  pulumi_azure_native/recoveryservices/v20210301/__init__.py,sha256=syUaJiAPc9y6IwKxomgkoXw8_J607AxBbP1FEEHW-5E,461
23092
23197
  pulumi_azure_native/recoveryservices/v20210301/_inputs.py,sha256=chhWHKLiCcesQZzEH07S7o9o8gvPNSWEQGL1uGiEUBQ,13606
23093
23198
  pulumi_azure_native/recoveryservices/v20210301/get_replication_network_mapping.py,sha256=wUYtFTP2P6_w81gm7igk2DHG-BRYYjaqbSeQRZCJaY8,7036
@@ -23140,7 +23245,7 @@ pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_pro
23140
23245
  pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py,sha256=za2xo-mgAKrlVeJtbw_MPeHiP0p9X3l7go_yF9uc_Ck,15033
23141
23246
  pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py,sha256=Ix_0DDr_vDWf40wNW0L1YeQPl4RgrcwmtJJgju1S6pM,12406
23142
23247
  pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py,sha256=tqelpifPDynnQGvq2oDZtyatCH7Rk5JsXvwRDBf3GbE,14131
23143
- pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=oLItLqpVNeiopQPBFj3y3j-Kl-sjgFMYm495WULmLmA,15175
23248
+ pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=161ePnvqU5tLnM5nvaqTNTZYF5zuy2-hgBWKffYBoCA,15251
23144
23249
  pulumi_azure_native/recoveryservices/v20230601/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23145
23250
  pulumi_azure_native/recoveryservices/v20230601/_enums.py,sha256=XfLh_JcowBAl-apzwZdUXkmHYZBawmpc_5CxevCvlsc,14835
23146
23251
  pulumi_azure_native/recoveryservices/v20230601/_inputs.py,sha256=sgGE-ea-UNFlLDgSPWay4c6xCW-82cySC6F9XVzie1U,1013073
@@ -23178,7 +23283,7 @@ pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_pro
23178
23283
  pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py,sha256=Pw1-pNm2pPw_i1ToaFAnjijznOhkVaJkukShxHxdL2o,15033
23179
23284
  pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py,sha256=iQXFuY4BpChzlhScZBb3qUR90m_aUHdtYlkO-Tge7QI,12406
23180
23285
  pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py,sha256=1bld1mSYDv73xvoeY8_e_w33llWwMK73Pb2Ek14gVKo,14131
23181
- pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=i9agIOWxvagPii8zw-XV6BglZDK7aL5PS7PiJE_Psmw,15175
23286
+ pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=EBSEFsZJGTi9FYdTLKbRdq0nufKkUeTOj4HDutWi42g,15251
23182
23287
  pulumi_azure_native/recoveryservices/v20230801/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23183
23288
  pulumi_azure_native/recoveryservices/v20230801/_enums.py,sha256=Zia8xTYXM8i4A8W-OtRCMFQBmMPORvleQqdXoUCIifk,15841
23184
23289
  pulumi_azure_native/recoveryservices/v20230801/_inputs.py,sha256=B_-vx1YtkmDyWN50_omRcruKw9fCL685ATe7PavyNzg,1019595
@@ -23216,7 +23321,7 @@ pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_pro
23216
23321
  pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py,sha256=0aXtSJ9QLDpPxqgf9NvosUggCJc3_cGLMiYQieS1E40,15033
23217
23322
  pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py,sha256=MTsth5bZZlikseEKizr64W4vlVaai2tKdNaN1yqsXIU,12406
23218
23323
  pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py,sha256=1rOuVrUKru50noK5Ol6OXIu-lWoYQbzs3rojROb-M1E,14131
23219
- pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=MB3VtUO_aYQgseDr5d4jhZ7vmeeFGSxAB6q3Eh2GZi0,15175
23324
+ pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=WOK98KZX_vc1MLfT53o9SDrmQo0IqyKQB-Y0s91IaTI,15251
23220
23325
  pulumi_azure_native/recoveryservices/v20240101/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
23221
23326
  pulumi_azure_native/recoveryservices/v20240101/_enums.py,sha256=NhpO9E_Vilt6-q5fsi2lw_fait_088HSUe4Q2jh1O0Q,16415
23222
23327
  pulumi_azure_native/recoveryservices/v20240101/_inputs.py,sha256=m5HfqXjzPSoYOgJc8pT77jw1vkaowS7Raj2yHMl5WJc,1042097
@@ -23254,7 +23359,7 @@ pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_pro
23254
23359
  pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py,sha256=eTChXpZ0HV8sbaGh0lHy15FMAT16iOkQyXdsB_SPS3k,15033
23255
23360
  pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py,sha256=bj_XBF6kLvuAJbQucQmwj31yRwhMMMLXouHSsUpMruo,12406
23256
23361
  pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py,sha256=0OaqkkJp08wKjHxVJxeLw317VC68-Py71AZz7drVUnI,14131
23257
- pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=T-rtD8fedJlVKvvEi2cTumwyk9--n3BicB9xlOo8FuA,15175
23362
+ pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=emM8DVIIzjviA1datS7VyhKSFOLXwRhVBs2o4-xIvDw,15251
23258
23363
  pulumi_azure_native/recoveryservices/v20240201/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23259
23364
  pulumi_azure_native/recoveryservices/v20240201/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
23260
23365
  pulumi_azure_native/recoveryservices/v20240201/_inputs.py,sha256=IsQsEP30jJ3Z9lH6HMxbIcNlC9h3D7qZNmSzUi9M3fQ,1171492
@@ -23294,7 +23399,7 @@ pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_pro
23294
23399
  pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py,sha256=p-fBKb7vfHGXOz7HLkilUwaRPd_PlOEbslYl_QNl1tA,15033
23295
23400
  pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py,sha256=bix0MRwkEOawWfi7prE7XC2kYZmHIIpFEvBgvTv21mQ,12406
23296
23401
  pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py,sha256=obbn1HSQg8xJrTxmsF-kVF_3bBbnqdDanvz09Rp0tkc,14131
23297
- pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=gp2fNplch6v1PfEd5HW1mrRz0rs5ZaMXs2u_rvNZZKM,15175
23402
+ pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=JIWCGiDD19hyLjoWQdFkVhVonljbCthTYfjt-XopZgc,15251
23298
23403
  pulumi_azure_native/recoveryservices/v20240401/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23299
23404
  pulumi_azure_native/recoveryservices/v20240401/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
23300
23405
  pulumi_azure_native/recoveryservices/v20240401/_inputs.py,sha256=8BHZEVywf9m4Zcp_bHq-4b6xx8rutH8qR1Uo-a1hU44,1172696
@@ -23334,7 +23439,7 @@ pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_pro
23334
23439
  pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py,sha256=Q1iGToOvaDZM5CSa75ceRVkJmKvQmWZAKozI4KGKR1A,15033
23335
23440
  pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py,sha256=bv2NKs3HIAB4_ErzoLO7EEO4ICBUOlVuJQakJut0rNk,12406
23336
23441
  pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py,sha256=Kjd_fSD_A8na3CEVNUSf6glYrrE1HLyRSqS4mhU9lLU,14131
23337
- pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=9kGgqOy8cQjCqjZDg8Svxcw0ST5hCJGxDssQKb8PckI,15175
23442
+ pulumi_azure_native/recoveryservices/v20240401/vault.py,sha256=nCEP3vq-ANxLo0jRNuuAAplbPcDMc9Rq2rVenlMA5b0,15251
23338
23443
  pulumi_azure_native/recoveryservices/v20240430preview/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
23339
23444
  pulumi_azure_native/recoveryservices/v20240430preview/_enums.py,sha256=kP_Cj74wQsfXG8rbYfNz3UHceOJCwgSdsxGLaw1wPOM,12550
23340
23445
  pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py,sha256=eOaCSYHagEwbuxq0x_8CMufFXj0KDOdEvSE4Tv4agZQ,703779
@@ -23352,7 +23457,7 @@ pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py,sh
23352
23457
  pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py,sha256=ZWcypF2spwQBJ_hjsXY5pUwUlkYZSzO98CRyCSdS5NI,17552
23353
23458
  pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py,sha256=kh4cd4dTFvUlGDTl9TcrASKEM-LT65Q6ECy_4N2Tk28,16699
23354
23459
  pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py,sha256=o6O4xqJpVLVBMw2e3FGFVeY-cW0aS06wx4IIu-1xOK8,14131
23355
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=w0chbgqJgBAnSTvgW5JkTL1i7WJab7ybtnwJNsRVsqM,15175
23460
+ pulumi_azure_native/recoveryservices/v20240430preview/vault.py,sha256=ldZNc8tB63gvdFGyPDI2thkwESSPnn39nxbyUQ4EqJU,15251
23356
23461
  pulumi_azure_native/recoveryservices/v20240730preview/__init__.py,sha256=6cCNev7NpUVCDtyVd-7w1lkKqqpZdY6v341peamrhcs,765
23357
23462
  pulumi_azure_native/recoveryservices/v20240730preview/_enums.py,sha256=V7qbGcslUWnBhHvTgfNHJ3mjI1y2cmLTO0hiMGfnQHQ,10091
23358
23463
  pulumi_azure_native/recoveryservices/v20240730preview/_inputs.py,sha256=ELu6YvR1vl18A3orC-DYv9PNIFWIvPsearZlSUzxt-o,662703
@@ -23369,6 +23474,12 @@ pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py,sh
23369
23474
  pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py,sha256=4UdIka2gpO_lb1cLONOMUoeG9yiJOM1IFo6U-9eOgSk,17552
23370
23475
  pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py,sha256=xE2na4qkznld7wJDHNFK-2ygNRVr3N_FC8CyGAKVU-M,16699
23371
23476
  pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py,sha256=IDSLLOCVHADWd1RiJfPz6B2lmLEAVIDzm17nFGYMcco,14131
23477
+ pulumi_azure_native/recoveryservices/v20240930preview/__init__.py,sha256=b0MTRPpEMtGACG6KKDlz8-AidouoVyftN5rXWQSz8k4,365
23478
+ pulumi_azure_native/recoveryservices/v20240930preview/_enums.py,sha256=Z87v3Ds4bXUeknS32dnnyxsCa7tvq-Y1xuAYdJAaYm4,2663
23479
+ pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py,sha256=LFFmwf5FzB6YxGCxX8rRAQfxf8YbOKvN_IK0HXU9nT4,41629
23480
+ pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py,sha256=ab_B0sHhfqcbSd3JPGVlPs3o64a41WzEhWxuyxRj33s,7719
23481
+ pulumi_azure_native/recoveryservices/v20240930preview/outputs.py,sha256=mxOqm3N9K5Vnm_fpi7gmd-UZZLYCVY2bThafGVSPeNQ,64080
23482
+ pulumi_azure_native/recoveryservices/v20240930preview/vault.py,sha256=9FygnxiSTv4S3wy5WPiFZWaTYVovLrp9vWNtiiNV2Kk,15251
23372
23483
  pulumi_azure_native/recoveryservices/v20241001/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
23373
23484
  pulumi_azure_native/recoveryservices/v20241001/_enums.py,sha256=ybhmcIF7IiD1ZJjYZNwXNjUnza2h7flM3WXqM1keQ_s,16910
23374
23485
  pulumi_azure_native/recoveryservices/v20241001/_inputs.py,sha256=LvpwKiEAo78d_ftevBCa_TGAq2VioQIfflgzKjGBIis,1175388
@@ -23408,7 +23519,7 @@ pulumi_azure_native/recoveryservices/v20241001/replication_recovery_services_pro
23408
23519
  pulumi_azure_native/recoveryservices/v20241001/replication_storage_classification_mapping.py,sha256=5Y7Dc_j7kmZ1vTztY7wCb0kYt3prIoLggwZZ3ftoSiw,15033
23409
23520
  pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py,sha256=vj8mlJp4XaEgG_KmoIb29l0NaRRFkOHIKamc6iVhpm0,12406
23410
23521
  pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py,sha256=mevDMMa2J4ltli9gE0Cj3cYlKeF_cC3uwuSdjE2lZQU,14131
23411
- pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=ACRT4MlAbM33rUjgO1Ou3Axc-w3mgINSKicmczuW9Bs,15175
23522
+ pulumi_azure_native/recoveryservices/v20241001/vault.py,sha256=5o3KLwKcYbmAoX5nevgdlumPQxwJ-KeYw0tTj2WP0BI,15251
23412
23523
  pulumi_azure_native/redhatopenshift/__init__.py,sha256=eSDjYSxdGoG0xFsw5BYjwBs0CEyGilFVccOnAiyGlxg,1783
23413
23524
  pulumi_azure_native/redhatopenshift/_enums.py,sha256=QwWKQ0GToRQJJctO7h87gFb2MY2ikwzKhiHBTrNCkeU,706
23414
23525
  pulumi_azure_native/redhatopenshift/_inputs.py,sha256=eefHjBam1ScLZiGZg3fjcfLj_4STbOMrUf_qlnMJHuo,23899
@@ -24016,18 +24127,18 @@ pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py,sha256=4vNPOTK1O
24016
24127
  pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py,sha256=mkRakoSE2yBLGftqHB9cA4WaDA2ErYtXFORjSOUbsSg,20334
24017
24128
  pulumi_azure_native/scvmm/v20240601/virtual_network.py,sha256=iB9ZpHxHIm19T-kctAxWxHeH8Fge5IcO7iHZ2YCDCD0,15417
24018
24129
  pulumi_azure_native/scvmm/v20240601/vmm_server.py,sha256=kHCyrA8TCLjVOSp9G-bI-6BY2J9RPTSxXtgMErMHMIA,15978
24019
- pulumi_azure_native/search/__init__.py,sha256=8dmZlsFNJyl6MJLNpBbiGMkpaHyAEx3EJxhxpaH8FNY,1667
24130
+ pulumi_azure_native/search/__init__.py,sha256=LG9tUH5XX5QJTdnXre8O7JapZ4c-mk_3wzF7H_1YgXc,1879
24020
24131
  pulumi_azure_native/search/_enums.py,sha256=FgPCRY-hk1oGR90wpcs8KaTmgllCtnAoJDlsjVDQHMg,6806
24021
24132
  pulumi_azure_native/search/_inputs.py,sha256=P6T4B9XxJMOwsA8eUfy74hnuftaLFYjn0fTi35jtVWA,31806
24022
- pulumi_azure_native/search/get_private_endpoint_connection.py,sha256=N1KgMSkR77nEhCIf6bRwased0lO-v4MBHFXCHIa4OWk,6743
24023
- pulumi_azure_native/search/get_service.py,sha256=rnzCa0ibjcQ_F1E5fw3USkOVcObG_gH0RPRoi1dHm0w,18738
24024
- pulumi_azure_native/search/get_shared_private_link_resource.py,sha256=Df25Nu5FGpDnPYrcf3WisbMX4c06Nv9ukJYb9vy7Ivw,6797
24025
- pulumi_azure_native/search/list_admin_key.py,sha256=SAmh4zJht0qvEcEvaXwbhE76J9sP0HB7RVvgQj0EiR0,4698
24026
- pulumi_azure_native/search/list_query_key_by_search_service.py,sha256=vNNi3d5B3pdyQKBulJ4BUy99Ac1uhIMLWMCoymalCh4,4993
24133
+ pulumi_azure_native/search/get_private_endpoint_connection.py,sha256=A46gTzIhQZuGfFo40JjZDvSfDsJuw4_cNW4ZmSzCPj8,6783
24134
+ pulumi_azure_native/search/get_service.py,sha256=pW7tCtxMuyABeaVRwEvc6N-AQSVPFSNX8uL74iwMixo,18778
24135
+ pulumi_azure_native/search/get_shared_private_link_resource.py,sha256=B9M_c-6yB045eb2fZK7d9BoZ3N7VpPv79XM9kUX74aI,6837
24136
+ pulumi_azure_native/search/list_admin_key.py,sha256=WaGMF-LwWdZXx4Tb5Sr6ep43Iujvc5PhWpr2AhpGC-8,4738
24137
+ pulumi_azure_native/search/list_query_key_by_search_service.py,sha256=gTQ0JEfkFLFx9ozJ9ORsOJkOwg2IQqNLn0bqNdGYEio,5033
24027
24138
  pulumi_azure_native/search/outputs.py,sha256=_aD8tSxbZmVt3u7VLG49tLN9MH0URL9NyU6y3fu6CpI,32839
24028
- pulumi_azure_native/search/private_endpoint_connection.py,sha256=IY2VTLNJhYML0Jkve-KGi3CnS8JMFZWH2hkusjqFkhM,11823
24029
- pulumi_azure_native/search/service.py,sha256=x1Pg2QtlxVC9FCgwaO6Z6nXYZH_wlnCEGI8gqAffJlI,34260
24030
- pulumi_azure_native/search/shared_private_link_resource.py,sha256=pnkWOzbBzqJJVzVGcc9tS4_UkbwE1A0G8FG5OC5EJZs,11700
24139
+ pulumi_azure_native/search/private_endpoint_connection.py,sha256=n0JkUe9LOdzau9SLtlTwwzfwEAxGKktnr61E89L56dw,11949
24140
+ pulumi_azure_native/search/service.py,sha256=KJ_594IBKQIlOMNTs0z2r4eqMETD2joPWBvHlzO3VVY,34368
24141
+ pulumi_azure_native/search/shared_private_link_resource.py,sha256=x3_wMwNRLBTiQTiW6NF4iI8roHzYFuwgcuC6gwuXjlc,11826
24031
24142
  pulumi_azure_native/search/v20210401preview/__init__.py,sha256=5dII72e3uHrUI1pJcq3gciLVAdTy4RxyppXa1uEpkQc,447
24032
24143
  pulumi_azure_native/search/v20210401preview/_enums.py,sha256=CmSsa0UOq2JftpfjycwzPqJJlqjhuiBN9lhSfrO2-uM,6926
24033
24144
  pulumi_azure_native/search/v20210401preview/_inputs.py,sha256=C4roX77K9IMZW1WG3ecClcqhuxt6iXo8dWK1gP8Yy5M,17875
@@ -24035,7 +24146,7 @@ pulumi_azure_native/search/v20210401preview/get_service.py,sha256=15ANaE7uW3HxIK
24035
24146
  pulumi_azure_native/search/v20210401preview/list_admin_key.py,sha256=AblOzrx9U9YhPoVfHkyhKpgDAHRaifkxDxmbdkUbLd4,4439
24036
24147
  pulumi_azure_native/search/v20210401preview/list_query_key_by_search_service.py,sha256=PRnGGyEjy9lxoj6czY2Jgrw0LNaq2k4SzwcFWboEv7s,4734
24037
24148
  pulumi_azure_native/search/v20210401preview/outputs.py,sha256=OyEwthtdBZ9uDDqTFr5_POI5Id4md1jBiYVc16vjeeE,35841
24038
- pulumi_azure_native/search/v20210401preview/service.py,sha256=AGiS8LtlSSoV3d68_wDgSV2iFDZK2IR4zzwVv-e32Qo,39265
24149
+ pulumi_azure_native/search/v20210401preview/service.py,sha256=d7lCYmTMbgRN6ndqyWzPaniN3ipqCDIEts3HaDZ4Umo,39333
24039
24150
  pulumi_azure_native/search/v20220901/__init__.py,sha256=zzMUHOLlIsYGAKqB3C-DKEGSkm4pi2SnMwmzZ0V6fWg,629
24040
24151
  pulumi_azure_native/search/v20220901/_enums.py,sha256=FgPCRY-hk1oGR90wpcs8KaTmgllCtnAoJDlsjVDQHMg,6806
24041
24152
  pulumi_azure_native/search/v20220901/_inputs.py,sha256=5ZGNOFsk_-QhAdr2cedIV_F7QUok-cKu5mdZscK4eYU,31807
@@ -24045,9 +24156,9 @@ pulumi_azure_native/search/v20220901/get_shared_private_link_resource.py,sha256=
24045
24156
  pulumi_azure_native/search/v20220901/list_admin_key.py,sha256=FjA72fBQqW2MqdAitZ-hRNFYNRoBje2qzYFZL2licFI,4425
24046
24157
  pulumi_azure_native/search/v20220901/list_query_key_by_search_service.py,sha256=U5Qix2F3soGDDn7Uu0HNOcJUptb4tZ64FpCWeBLs3OU,4720
24047
24158
  pulumi_azure_native/search/v20220901/outputs.py,sha256=FR0bK2tvyTMUe0NnxRo3qGmoIKx9-fR0BzCC3Q0-L0M,32840
24048
- pulumi_azure_native/search/v20220901/private_endpoint_connection.py,sha256=7QJYdufv7M_FzmpewvxgmJUy4E7n82dFhuTLS_wi0b8,11452
24049
- pulumi_azure_native/search/v20220901/service.py,sha256=DRQC6SXWmLv5jejLntPWb5wEQcAii7ohQGtTsQrx1UY,33849
24050
- pulumi_azure_native/search/v20220901/shared_private_link_resource.py,sha256=Yj2zR3VdrmoW8hsFxLicfLDtHNoxE7w3HzAPXZd_9ps,11329
24159
+ pulumi_azure_native/search/v20220901/private_endpoint_connection.py,sha256=EOqFKVjE-MFjMrYfWbyMHVkliZpwZHEmlnijskLCQ8U,11538
24160
+ pulumi_azure_native/search/v20220901/service.py,sha256=PMzzk96mT_3HXXjzEatYhZamQURf4p3sUmChT45xM3k,33917
24161
+ pulumi_azure_native/search/v20220901/shared_private_link_resource.py,sha256=d-_50YL_cruMeEma13hXfXfinQsQ9M4-Ivc9cOG9rS8,11415
24051
24162
  pulumi_azure_native/search/v20231101/__init__.py,sha256=zzMUHOLlIsYGAKqB3C-DKEGSkm4pi2SnMwmzZ0V6fWg,629
24052
24163
  pulumi_azure_native/search/v20231101/_enums.py,sha256=bpMs74yzqdEo2nCYJqelx7M1AJLv5tPhfEjciaF2YDc,7728
24053
24164
  pulumi_azure_native/search/v20231101/_inputs.py,sha256=6ReOZipVgSaeCC0ljJplHXByeMDY6vu8_75lQH52p1w,31079
@@ -24057,9 +24168,9 @@ pulumi_azure_native/search/v20231101/get_shared_private_link_resource.py,sha256=
24057
24168
  pulumi_azure_native/search/v20231101/list_admin_key.py,sha256=mhofYFp9HY6TG2gQoAi18Tzy0L0Zhahfngm0nlmWQE4,4345
24058
24169
  pulumi_azure_native/search/v20231101/list_query_key_by_search_service.py,sha256=8Qd5-1dXMWXWHAxikE2gc9eh94p3XabpBjzJqNakuMA,4624
24059
24170
  pulumi_azure_native/search/v20231101/outputs.py,sha256=1Jgm-COInavUB0L7bOXK_U5t659xck2kaj5XxA2-rE4,32140
24060
- pulumi_azure_native/search/v20231101/private_endpoint_connection.py,sha256=XUP9D8lRUrGsH5NMq3P3cr70oT6e0OIMJy2OkFlyVJI,11260
24061
- pulumi_azure_native/search/v20231101/service.py,sha256=MdjaI3ABue6n1rTuBmFO74EJ8me-UkoQo25ru1hu-ho,35537
24062
- pulumi_azure_native/search/v20231101/shared_private_link_resource.py,sha256=gBhEQ7xjklDl_g6sCSybu-KrUOHzf-cC9OGP8nkFAmE,11137
24171
+ pulumi_azure_native/search/v20231101/private_endpoint_connection.py,sha256=S4fKUVlIyDgw7DNfLuVM5NKAkLCDy_WfuuVIRKdEcAk,11346
24172
+ pulumi_azure_native/search/v20231101/service.py,sha256=FiC2zML_OPCpR0Zmj_Q8572ku3A16FBlPb1L0yj4DUw,35605
24173
+ pulumi_azure_native/search/v20231101/shared_private_link_resource.py,sha256=LGhO2-MbM2sFyJXskS92Bf6nqt3hTp4pxKiXnPZuhAM,11223
24063
24174
  pulumi_azure_native/search/v20240301preview/__init__.py,sha256=zzMUHOLlIsYGAKqB3C-DKEGSkm4pi2SnMwmzZ0V6fWg,629
24064
24175
  pulumi_azure_native/search/v20240301preview/_enums.py,sha256=0tbK1iJIL6n4dewPr9T1MIh14EmJx_P1vK1jykg-vOY,10636
24065
24176
  pulumi_azure_native/search/v20240301preview/_inputs.py,sha256=VVAC8FNnesSkPIx6b11mC3djxAwQE95vw01eRWqJkUg,35644
@@ -24069,9 +24180,9 @@ pulumi_azure_native/search/v20240301preview/get_shared_private_link_resource.py,
24069
24180
  pulumi_azure_native/search/v20240301preview/list_admin_key.py,sha256=_dJUbtLwGjo1ZcGi1X_bgTfKtl0OC8HpPnUa5Tn95F8,4404
24070
24181
  pulumi_azure_native/search/v20240301preview/list_query_key_by_search_service.py,sha256=3-ip5vPIjlCAwgmsQhRnFl63vBBn7p74ha6ZWwR_b8E,4692
24071
24182
  pulumi_azure_native/search/v20240301preview/outputs.py,sha256=EalqcFNkbbXOtqXtOaDQ1N0HuX16MI1k3MUrsauXhoo,37057
24072
- pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py,sha256=pxSfuYiQud5_jQv500DIItSmHFZAOLblbAnAqRKXbA4,11368
24073
- pulumi_azure_native/search/v20240301preview/service.py,sha256=93kTd568ne2UGHpHlQ6phw0jgcv02Pco0X-q0HEM2eI,39153
24074
- pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py,sha256=fN2m2-OoK1e8f1MKOk6BeQyNqjr6nlXcajK4QnrMB1s,11245
24183
+ pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py,sha256=JbcMaq9DqpEdfKiuWpEDWTTkqwRLye1qB0KmjgM9Jx0,11454
24184
+ pulumi_azure_native/search/v20240301preview/service.py,sha256=oHPmBKcRk6lENwmNBnX77QRiEAIx2CueSiPOIiK4JrQ,39221
24185
+ pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py,sha256=KGwlwK0TJScrPFs--w7-Dd8LQEEMRTndSx59-AIxfwE,11331
24075
24186
  pulumi_azure_native/search/v20240601preview/__init__.py,sha256=zzMUHOLlIsYGAKqB3C-DKEGSkm4pi2SnMwmzZ0V6fWg,629
24076
24187
  pulumi_azure_native/search/v20240601preview/_enums.py,sha256=Oi_pzNMDiWto0Xw7vlVXRbmTDYu9xvAt8Nh0E1JKf9c,10812
24077
24188
  pulumi_azure_native/search/v20240601preview/_inputs.py,sha256=VVAC8FNnesSkPIx6b11mC3djxAwQE95vw01eRWqJkUg,35644
@@ -24081,9 +24192,21 @@ pulumi_azure_native/search/v20240601preview/get_shared_private_link_resource.py,
24081
24192
  pulumi_azure_native/search/v20240601preview/list_admin_key.py,sha256=Z4C-uAnL8zwlUdYbNpn7xwMX9RI3McsG9HDiz3DeRG4,4404
24082
24193
  pulumi_azure_native/search/v20240601preview/list_query_key_by_search_service.py,sha256=-cBMtCVoIQMkWcjurSPiEcZyZ1Ehtt7B_ngN-cCbiUw,4692
24083
24194
  pulumi_azure_native/search/v20240601preview/outputs.py,sha256=EalqcFNkbbXOtqXtOaDQ1N0HuX16MI1k3MUrsauXhoo,37057
24084
- pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py,sha256=GfMU5YcWT2OUdLd6TWEk4qqs3U7CRpS2L9_iC7TKyFs,11368
24085
- pulumi_azure_native/search/v20240601preview/service.py,sha256=7ecj3DVPHXMWqymWTWEoO3HREB3SQLX07lSmc0jR3UQ,39153
24086
- pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py,sha256=bmu4P7Ec-yQF-wFDk9pkIMYEKvo85BioklCiEWJNFP0,11245
24195
+ pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py,sha256=t2mW61ATw-WEZ_fYyCj2ggdaQK31FqBORsmqeJKAHU8,11454
24196
+ pulumi_azure_native/search/v20240601preview/service.py,sha256=VfP2w1nsI-W_eHmLAbHbuvNj-kW5oAB8RGUc2FoO-sM,39221
24197
+ pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py,sha256=S2jSLrSraf_T2_F3XDrH7jrnTC-JbJIRm9aWHOklBWA,11331
24198
+ pulumi_azure_native/search/v20250201preview/__init__.py,sha256=zzMUHOLlIsYGAKqB3C-DKEGSkm4pi2SnMwmzZ0V6fWg,629
24199
+ pulumi_azure_native/search/v20250201preview/_enums.py,sha256=AO0p8dmpZGNd_siCykfpHJCxWCicO7q5xOYw5RNhsrM,11196
24200
+ pulumi_azure_native/search/v20250201preview/_inputs.py,sha256=VVAC8FNnesSkPIx6b11mC3djxAwQE95vw01eRWqJkUg,35644
24201
+ pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py,sha256=Pt1POsP8Nd-YX5GlCFG0l-aWeFHqTFJFzsrEravaBYc,6482
24202
+ pulumi_azure_native/search/v20250201preview/get_service.py,sha256=ZiAo7moooFy6WCjWxAyp3YqKt-PcsvmZRYA8vB5Th_w,24344
24203
+ pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py,sha256=NPZkLzU83deyZNteaZ2g_L5y6cX-3o8AlRNpOWObsAE,6536
24204
+ pulumi_azure_native/search/v20250201preview/list_admin_key.py,sha256=YU9D2OK8QZYj3TMz0ANLB2uzhU__aje08ZjmE3TBe4E,4404
24205
+ pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py,sha256=BbyJ-5xlZhNL0Q_NsvWuv8omyxSto4xb4m-99nSI_DI,4692
24206
+ pulumi_azure_native/search/v20250201preview/outputs.py,sha256=ApCg8vj9bHFHRFGZdwMCYdcsnG60pldckTcB3O9xGo8,41198
24207
+ pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py,sha256=6DJyoKsoXfnPcijMdtJAxGfxL8ksreTMDA15Ow30H0A,11454
24208
+ pulumi_azure_native/search/v20250201preview/service.py,sha256=JbaHfqqr9ixcP3YdSfHimXCwPkldYSclq__Pwp7PMqU,43233
24209
+ pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py,sha256=HG9frIuxy5PBNzTCH5scS6YjUQlEoylXCBbkA4lFl2o,11331
24087
24210
  pulumi_azure_native/secretsynccontroller/__init__.py,sha256=Y7yCXyVtQa4-vm0KLXdkXaHFy0kfGFP_lvwB5Xp8Kdg,789
24088
24211
  pulumi_azure_native/secretsynccontroller/_enums.py,sha256=FTwG8EVglQGKR6I_MgNQNaLV5m9MkNdNOeG17kfCaAo,999
24089
24212
  pulumi_azure_native/secretsynccontroller/_inputs.py,sha256=ZX9F6Y8A_SYCLW46lmWonRFdJItz7GaAThowTjCWikM,5554
@@ -24436,110 +24559,110 @@ pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_m3
24436
24559
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_mip_policy_sync.py,sha256=43AZ7M6moF54ckiSp-jIaZ6yvWGRaUsJCpT2dHgGS2U,13928
24437
24560
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_o365_management_activity_api.py,sha256=J1vit2i-X4gi8kLlcG38ZndhavKg9Jsyk3qeTMTAI64,14400
24438
24561
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_scc_powershell.py,sha256=W47CoVp9ao6LLpEwvNfyavuRT7DlT1hBZpQJvF9z2Hg,14136
24439
- pulumi_azure_native/securityinsights/__init__.py,sha256=xvlbnaUlDWRPjHeciYTPt444H6pxXeSgAiDAMILyFqY,10754
24562
+ pulumi_azure_native/securityinsights/__init__.py,sha256=DcdKATafsejJ1qYNuW_nu2vuVBmpDFmBqGE-z9k8VSw,10986
24440
24563
  pulumi_azure_native/securityinsights/_enums.py,sha256=pEUbue55-5k7D4bKUTmxz0pCw6a3PyHHYjfunxNG_OM,29861
24441
24564
  pulumi_azure_native/securityinsights/_inputs.py,sha256=hmc_eBjlPFfc1FuWKRcFhzUzSPGRw635m3YcWJyCzpo,229633
24442
- pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=YX-PP0O2BAdB9mt42XWDhjTv_TFUXAF1n1bVN3gtneY,15344
24443
- pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=URE4iHYkzZ3O7hdz97JiqjPZi61N0Jv1ZnQ1pPm6hlA,15471
24444
- pulumi_azure_native/securityinsights/action.py,sha256=g6n1qJhtSWQZMSp5K_wwMqiOaEzdEGKwWtpHzcj4kD4,15017
24445
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=RKALQo08Q4sPRDyGEfAbK5rKJQ2MfGUuHscI56lOXo4,25412
24446
- pulumi_azure_native/securityinsights/anomalies.py,sha256=ZL1TuKJ6wWezthtQay5au4Cjk0fGIm572Ib3bsV-GP0,11923
24447
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=JMQF8fWqR-9BM44p2A4n0nRCCPlCrQ2pvuKLtkpx6Tc,32144
24448
- pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=cQrvREnXCm88N0ExzT2of2vfsKJznPhAGdMX_00UbQo,15480
24449
- pulumi_azure_native/securityinsights/automation_rule.py,sha256=i0iosORLON_lLeRBGYQZg8tTDidJ-lhTI110R94XGrc,19350
24450
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=P4wRI9sRLoW5bYXUvOGLlHPyC_P0Br6t_4hK5R4VaLY,16176
24451
- pulumi_azure_native/securityinsights/bookmark.py,sha256=CgVZeWfEVRXS8POZcLePO6dwIEyACcyk0zKF-DpXFV4,26563
24452
- pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=LnulLpmiXIiQzIWdxmJ3qcaENrdeKBSUbuF2sTAN6bA,14253
24453
- pulumi_azure_native/securityinsights/business_application_agent.py,sha256=YZP9quySrt4ZCxaOW2TpUvWHPC-Afug1ePqq76u8gYg,11808
24454
- pulumi_azure_native/securityinsights/content_package.py,sha256=xy57t7nlpOo-whDG_yhIcudU-vKXnYB4R2VLvGr6w3o,37025
24455
- pulumi_azure_native/securityinsights/content_template.py,sha256=yi0C7X7isg84yYIkHZfPK2G7GHZ4pyyyt3u1efbnZbg,43298
24456
- pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=69jircnKvWXPnZP9eWGzOTVDfLNF7f1aPkDcDtsrE-Q,17375
24457
- pulumi_azure_native/securityinsights/entity_analytics.py,sha256=E3Cc-T7ahnwmnXjYCWhz5X_zax_Qs1v2rEWirnzxTrs,13562
24458
- pulumi_azure_native/securityinsights/eyes_on.py,sha256=xqlqMawvf45pw4qrLYw-xFqbFDLXc_SO5c1JZ_-PswM,11776
24459
- pulumi_azure_native/securityinsights/file_import.py,sha256=wQVFJbvH-a_KAGYxnZRd1kA4X41pxvRzaRpsSqrzZ0w,18435
24460
- pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=_1zaVhqYuTeLa5evV0L8HJQBen2JjmYLohYs2dZrfq8,16832
24565
+ pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=x_pYsetocT1_G9rGML5VoxL8QxLujKOTvUHVNnNS2Ng,15431
24566
+ pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=o6ANv9Fr7JKRm_rqXnOXHQZrBtnodyaPMgI4qzsj63I,15559
24567
+ pulumi_azure_native/securityinsights/action.py,sha256=wsoYCZd2EA-UvP9MRna_UpAHUxoJI1A94aX9T2L-XzM,15134
24568
+ pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=Kz3_cxgo3y3Ox3FTAjd7w6EiXt3YWwK2azLnhaN1fGo,25508
24569
+ pulumi_azure_native/securityinsights/anomalies.py,sha256=CvaVcJm-0q5lRJLWx6PbcFk0jBh2KnWYdSKCk5FRaI0,12003
24570
+ pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=djBN1lv-_Rua4xlAiMUSi6qFD6V4hVyC9AfhuB_SDpg,32249
24571
+ pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=VNTo3nB5IqFUIA5zvc_JfQRKCARqt2EZPer1Jq8MNBI,15567
24572
+ pulumi_azure_native/securityinsights/automation_rule.py,sha256=IazJMB1ly9POVxi_4yP_19fumMQdoj9MPCEBEHf73Tk,19475
24573
+ pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=v9J0z0ZB_B094vrAaWSYBU0Wocyp3UPsS-Cbt8xr51w,16273
24574
+ pulumi_azure_native/securityinsights/bookmark.py,sha256=7eGIdQJStn51NeYTO3PdHOwxqFtEG1txbmMElUQx66Y,26682
24575
+ pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=2m8QIHQ5L8xV17u8-Z0Z9JsokP7i1UouDUD6N5azRag,14380
24576
+ pulumi_azure_native/securityinsights/business_application_agent.py,sha256=v7jvqPmBJeEJaZ784dN6n0VYg7R0hREXDXU6ZWGv98k,12021
24577
+ pulumi_azure_native/securityinsights/content_package.py,sha256=lqIM0Sgyhm77og9MAOsGpW1sMJGTXLDtaVfi7as3li0,37150
24578
+ pulumi_azure_native/securityinsights/content_template.py,sha256=MMh2DD1VkdsY3_3mSEd-rgrqxAA1Qe4uDJfbRHq9_wg,43424
24579
+ pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=GGC_gUzR5oOlw_sSDjkwNNHA_EVvgDQHQkcx2NVK6Dc,17477
24580
+ pulumi_azure_native/securityinsights/entity_analytics.py,sha256=X-ogs9OvScQwEVd8L2NcM2hu5rSk49nKUpczeBGuGRw,13648
24581
+ pulumi_azure_native/securityinsights/eyes_on.py,sha256=mo_CzNpW2PF6p3F9qNd2qv2yCrh8faK7TOuYI0X9Y4Q,11853
24582
+ pulumi_azure_native/securityinsights/file_import.py,sha256=27PFiI2VF6CFFz7v6HsBX9rq6qLHyTrz9_ND4_vyCwg,18556
24583
+ pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=hH3qnkgr4I_3QM_31r32twY7prX6QX6Ar4hH77Qgdu4,16918
24461
24584
  pulumi_azure_native/securityinsights/get_aad_data_connector.py,sha256=6GfHoYrr_BLU6bkpe6ZcRiwRQ-7VscRNN1hbk2QS16o,7655
24462
24585
  pulumi_azure_native/securityinsights/get_aatp_data_connector.py,sha256=ciBuR9geGLET1Qu3Fv2EQncqEe1lkVnHzapr042TePA,7699
24463
- pulumi_azure_native/securityinsights/get_action.py,sha256=62ne63yjSbmuECh3ebf28Ha8SqSm_UqVcKEQi5nfLEI,7782
24586
+ pulumi_azure_native/securityinsights/get_action.py,sha256=InF8OlxcZd4JK-LQxpVFE0srUKme3dt-N_M1h766ktU,7822
24464
24587
  pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py,sha256=gl8YZEkAjEB7O_weKNrJdoYT0M3eyar8xIstEiG_Ai4,13698
24465
24588
  pulumi_azure_native/securityinsights/get_anomalies.py,sha256=oRFpskd8gZaDTf2rFnp-5mHiZcuwCiLL3mpOiSa1PK0,6897
24466
24589
  pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py,sha256=cLbCotmwHypk3FfiWEWcWXPMHjj7DO014At5hsV2PjA,16490
24467
24590
  pulumi_azure_native/securityinsights/get_asc_data_connector.py,sha256=EnDYOkkZEurPv7LR-3J48uYIKVtwBh17V_L0J8rRLfE,7749
24468
- pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=fNGG1Ewa58HFG38sYbKUu7esA65fpbCUg98eNucltj4,11391
24591
+ pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=MfTTvfBb_mCzPS6vwsk4b6PzqKqdgxn1MKp0VqrttTY,11431
24469
24592
  pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py,sha256=k7NnsrayxujYCrvs_ZafDDrM9QNL8URDXG9pVBolv3E,8012
24470
- pulumi_azure_native/securityinsights/get_bookmark.py,sha256=oMLDZZOhFG07FxPYdpCsId-iKIC7yCquVQ2_02LTuYA,13494
24471
- pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=_q_LrQ_v2DVPXp3N5LuZ5CLC2mD6-8DHRjseA6cbOH4,9500
24472
- pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=3hMnBJBHCspD6IIU1n8L0gHj7m--niU26qcBbLmWgdM,8655
24473
- pulumi_azure_native/securityinsights/get_content_package.py,sha256=xRZ5ChfPmziCalD2jWC2zvgB4uvqmuVzX-e5cZLiTdA,19055
24474
- pulumi_azure_native/securityinsights/get_content_template.py,sha256=wVc7eGRIZ2CB0cQt8_hmkR9EFQHEyetxMBQAVMb8Db8,21322
24593
+ pulumi_azure_native/securityinsights/get_bookmark.py,sha256=mtpNel2-2s6PpzL-7izvbe-sEj4TJZtEsR6Rmu9MvlE,13534
24594
+ pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=BQZy1keH08NXq1J-Ag1kvsXg3zU1dBvnrQRrXyfLMkM,9540
24595
+ pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=34zO7N1gSYUgiLqzRQo5v9bfDc_ONpnmkmGWtPbB8f8,8765
24596
+ pulumi_azure_native/securityinsights/get_content_package.py,sha256=dKvNUEVg9Fs1na3SAvCxryTI3v8quTcfHUW-pVXvitM,19095
24597
+ pulumi_azure_native/securityinsights/get_content_template.py,sha256=lR2CxyDF3H-tV2Q756Da434KXZdbN2LsJyUkXGRu1IM,21362
24475
24598
  pulumi_azure_native/securityinsights/get_customizable_connector_definition.py,sha256=I4u4_OHc-OgXROUiEywHN7JdPrALbXKn13PO_TRbuRQ,9915
24476
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=VuT5D3wMlzrnVCCm9PLq4vGCrfFCFVayhZh08zcoT5A,7212
24599
+ pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=64RkI5LGOhdxGv4DiZW2rUAra72MMUeDG9CYbmeHuq8,7252
24477
24600
  pulumi_azure_native/securityinsights/get_entity_analytics.py,sha256=zLvmEC5pAq2U7iE_SSGbZMbwK1Lg8FotLqsd_WGA3K0,7158
24478
- pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=nKnS9b5S74M_9yaPNeCbRlbwA4mVnpFE-lwLus1Ca5M,7374
24601
+ pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=sPyw1clmPPfuan8p6QVaObMM9r919nPQY-G0QVLQs9c,7414
24479
24602
  pulumi_azure_native/securityinsights/get_eyes_on.py,sha256=qU3DEncq5gpt4D690wUdKbA9cOk5g1_Ai_hxeDf2buQ,6832
24480
- pulumi_azure_native/securityinsights/get_file_import.py,sha256=euoV2JGno4zvUH9q6-S3u56jDzTYnlV1rYAmf1ByD6A,14238
24603
+ pulumi_azure_native/securityinsights/get_file_import.py,sha256=ExbT7xLZiTBxKqKDXtOoIvr_1RfEvB6ZNtiNWos_iEI,14278
24481
24604
  pulumi_azure_native/securityinsights/get_fusion_alert_rule.py,sha256=TtcvXmz2L_oiCbU7wIeVZ_DhwZgOApfrmfZjAn2lDPQ,11043
24482
- pulumi_azure_native/securityinsights/get_hunt.py,sha256=nM0bmTCFB72s5HIt_Ay68TZ9AtfGePBq4RrJtQN41kI,10665
24483
- pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=sOetaUSEOqdfFPI9Ub51-tlON4qkBD8hYGNOoejIAc4,6971
24484
- pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=mpRctsIqgHpWVT74YVrBkjU58xV4DpNu81KTyyhHW_g,9758
24485
- pulumi_azure_native/securityinsights/get_incident.py,sha256=EE6qHPMiHLeK88nzt9FvbXnfY3c2O82z_VvWXiLugW0,18412
24486
- pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=E7T8c4uqCTi4FV8ELUepBt7NnAsfYtKJJktiE3p2u1E,9146
24487
- pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=BdI3zwniPos3HzCaEU6dGu_a9DbJB8q8su_ULuGOl-I,9620
24488
- pulumi_azure_native/securityinsights/get_incident_task.py,sha256=qIUys-kFlEJP0DyVNm18J2ELV-vm5yJnubao5eoAF1w,10639
24605
+ pulumi_azure_native/securityinsights/get_hunt.py,sha256=5pPJJKzzFy9e8JDO8_cU6zZBZMoTle1ciWhlzOnpzTI,10705
24606
+ pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=sayvs0g4pDz4QAcQ4tqfaXriNP5t7o9A6XFSSu4tXZA,7011
24607
+ pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=2I5o22qeByA6DWJJvphwh8JsZyyRzDNg02lTs6RJeMQ,9798
24608
+ pulumi_azure_native/securityinsights/get_incident.py,sha256=m4ctZtbkPRfBoYVvlbACj_emiP2ao2pj0N_3naaK0S4,18452
24609
+ pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=x23iC0GeQ7-jl-9VQ2z_hJya-uFi7_CgrnCdfddw_D4,9186
24610
+ pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=L7UK4YZlcKqKG9Wl3apq7vrxa2RRALK2S31cJr1CUyk,9660
24611
+ pulumi_azure_native/securityinsights/get_incident_task.py,sha256=9W6XG4AMcA7LLZEVxgN5jicNfLVplcUNx9X_Om1pjOk,10679
24489
24612
  pulumi_azure_native/securityinsights/get_mcas_data_connector.py,sha256=-BCrkbDLxqpUN_wE2zZ_YJ2QkJeM_Jcbk5T7yOstdOk,7688
24490
24613
  pulumi_azure_native/securityinsights/get_mdatp_data_connector.py,sha256=u7wgRh1GG53Rf0_LwXHT2nAerAYW8lZqNLAwh5cDEhM,7749
24491
- pulumi_azure_native/securityinsights/get_metadata.py,sha256=z-xyB-KrlyipwCk31TB6g-esrniKfv9DOg2a02s--6I,18838
24614
+ pulumi_azure_native/securityinsights/get_metadata.py,sha256=3pCA2p18qwKakEf2U6CiceV_FoASgAFqAccm5Cr1yzQ,18878
24492
24615
  pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py,sha256=_XXBeqOcFe29BUx95i48TrRiCd7ZOylFPChkE4liPEI,13192
24493
24616
  pulumi_azure_native/securityinsights/get_office_data_connector.py,sha256=hGA6k1ltXFxW3aEKIqqnIGCMGYSVgWr2eDcGLRjUY68,7693
24494
24617
  pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py,sha256=JZbMjVBXZieTdDM2jOX0gUeGEpttM3ZV1QcXaqaWmjw,20324
24495
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=BD2-f-oBuzOlvsmmk45HYteeM3w2iwBHlcsNwU5eMxk,7539
24618
+ pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=F1Q1piPMmVRBtTSjTn-GR8z2vSnXzp0IEXofORKRa_E,7579
24496
24619
  pulumi_azure_native/securityinsights/get_source_control.py,sha256=vc3SUd0-BCpnNqzc1Nq0Q94N0Icp6nQu_DKSth_647s,11075
24497
- pulumi_azure_native/securityinsights/get_system.py,sha256=rfUrfy3MSc-EdcoAYdlAv-4ubzWbRDIkxu48YQBecPs,8411
24498
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=AxHbqINEE_KH4tMcoOtP2Ca8xIDNa0-OGJ-5lkEIxZ0,7187
24620
+ pulumi_azure_native/securityinsights/get_system.py,sha256=Un6DXulj2fE63Ual9oZQlAxvRlwRuUwaasFYpj4oI_8,8521
24621
+ pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=NVB9vCPB0TNPJkS6I6CBXOw8CW2tOeLwQpRuFrtZ5S8,7227
24499
24622
  pulumi_azure_native/securityinsights/get_ti_data_connector.py,sha256=0TjtfQXJlAVo_S3WjwcrnolpR9cBDkWskZW2NzSdvGY,8329
24500
24623
  pulumi_azure_native/securityinsights/get_ueba.py,sha256=ywzCdciuBRr0xsyxzIKpINuP9mZAN8IbFKqAsZDh2Hk,6815
24501
- pulumi_azure_native/securityinsights/get_watchlist.py,sha256=PoB2zNsWQQI0cJM3E7hYr6Gtf3XKwpy3o7qUBzhQhxc,18735
24502
- pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=aKaefqJRytUNU8iDIT_DqAfuk-xNqNxI48c31RBSXdk,12814
24503
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=E_rJAEgfoz-oRHMkb2TEKPlyqvArxafde66CSFmDcPI,9554
24504
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=aA3acAieOeQxOzGlL9Thzo5LaRtJDnoVTA-ngVw84kg,7327
24505
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=knk-N30alWEuz5I9v8pT0f7JSJb5cqEDT4FbRde7lmA,8498
24506
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=k0A9PtZwLdzP1NmAN3O8_Vhj9MdwqezHQFBimpMYZXU,8335
24507
- pulumi_azure_native/securityinsights/hunt.py,sha256=MXnhWL2uegtJx7UC-d09nYLETPX8QvOAN5SG50tRM7w,19913
24508
- pulumi_azure_native/securityinsights/hunt_comment.py,sha256=OXBiy-T3t7UXs2-xYxe1qONDsqmsEZaibNxQn_7QJeE,11255
24509
- pulumi_azure_native/securityinsights/hunt_relation.py,sha256=kBvCidzlC5vBa4I5SiJzFU4-5nw9Fb484rM2RA_CcA0,13872
24510
- pulumi_azure_native/securityinsights/incident.py,sha256=ij_d4rsIEVuuH8L6N5gMupFennMfeX1sxCeBv96TZkQ,29122
24511
- pulumi_azure_native/securityinsights/incident_comment.py,sha256=3KY8vfpKbPOYsEcZDOwEuKyPT5FVHtMf58fkUYNVAGc,14663
24512
- pulumi_azure_native/securityinsights/incident_relation.py,sha256=IDej3XBSX0BrLgxcNj8b50_S4oTs97SfpUZkTOr6cCQ,15076
24513
- pulumi_azure_native/securityinsights/incident_task.py,sha256=iEmePxbntLW7wsen8cz_VR5bx8v3ZivS29s1BdivDF4,17406
24514
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=lY18O7cyAk0K_abEo0dU1Fk1M4_NNKyUx8IOzVkf_ww,13901
24515
- pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=kcx-alN2ibpE4R3DOYRmbhOPqa48xkLWXmtzQPNpH7o,5341
24516
- pulumi_azure_native/securityinsights/list_system_actions.py,sha256=wk00pVgeTmz8JDKSq-B0d7oPz7_tuBtaKTHTf05v-Ms,4790
24517
- pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=sNUL2l1kt6mppG7E9htMAPWxXJHf445TpUoXLDvY4ws,6918
24518
- pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=ZvoIhoz1lHtHb5NBj8KjV9iN4zu8faxHXI1Qt_qEtGQ,15406
24519
- pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=kdmvNoqOk_vZKvQV2nN77TDBSz4Nu5wMUkWWp3rFId0,15622
24520
- pulumi_azure_native/securityinsights/metadata.py,sha256=OIrJQLdWbF4VG6IMh9gko-bwxektX4Dq7YzHkv3T03M,39815
24521
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=tErSX_dfOz_uYwkibx0mjdJ_oUNuDFalcl3PetCJf9A,26012
24522
- pulumi_azure_native/securityinsights/office_data_connector.py,sha256=lcofmEkKBjSkHoRQpeCkRVWXHg_TZ1sC73c86Rxu_Vc,15376
24624
+ pulumi_azure_native/securityinsights/get_watchlist.py,sha256=xC5nK5LCc7SJosjz4LYHkbeOmcP9copig1TD_Km1Vr0,18775
24625
+ pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=G9-ZuidyfoVFv-qVDVF9xnDF0iPgZ4gyRfyUF1ylTms,12854
24626
+ pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=jPwZcJ_-PMTzAZZbEXFTwPkXOvo4Bdc7hibx08kJVxg,9594
24627
+ pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=1oRzWm6FzBYQIAl3iUePMGtKsvYUfNMHvBiI_qB-3dg,7367
24628
+ pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=3ksLNMRgbDvZxhzwkl4GrFpFJbz8cyToFk2gdrZ2IOg,8538
24629
+ pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=45mhNWKl3dM1oB0M0ebrkb9dH9KPPSLES1f2aLwJ6Ng,8375
24630
+ pulumi_azure_native/securityinsights/hunt.py,sha256=7iNyUqi1uADHtXZJIufV_JMo3_bSKcYw1cTL_febB4A,20028
24631
+ pulumi_azure_native/securityinsights/hunt_comment.py,sha256=O6u0NgQrEC7o5m9u_ldJdzPrdGXZRIoKSWQjx-Rj490,11377
24632
+ pulumi_azure_native/securityinsights/hunt_relation.py,sha256=3BigGsW2o68vu-urF5fAS0ITAFIQ3ILWzXnOCo0uOD4,13995
24633
+ pulumi_azure_native/securityinsights/incident.py,sha256=JKLvMbTSixko4euwPZsbqDHA-FTZSDyr1UtTlbhfRNU,29241
24634
+ pulumi_azure_native/securityinsights/incident_comment.py,sha256=mYJKv5rvW4hkzDASork9MCq846UFjM-BbnLdc5jfiaQ,14789
24635
+ pulumi_azure_native/securityinsights/incident_relation.py,sha256=hj2bCSURXSiLkXQWEfRDWp7HaRjU6DZbSqoBuhiP4BI,15203
24636
+ pulumi_azure_native/securityinsights/incident_task.py,sha256=KMfqMVLa9FSi_OarHxtZbwqhxdBMp-3LP6VEZQtIZBo,17529
24637
+ pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=fuQ-V-5qUy4JQepGfo0xtUovDRrMjKb4A0Mg5eGeZWc,13941
24638
+ pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=tGpKcveY5uV_eHTLSu94T3tdTCJFZPEm7abammWrRXU,5381
24639
+ pulumi_azure_native/securityinsights/list_system_actions.py,sha256=b3C9XO1bWqaH9yBrVXYpdAwF8TxDJKQbnHFHUY5bqjA,4900
24640
+ pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=Ng5oIr25HYwm-JZBhzHOn-GLS5JQX0oDyHfk0Q_2p2M,6958
24641
+ pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=_OhcWauJQ4eWhF6dFthAxDJsB3t65Xo6UuFVG1PH71U,15494
24642
+ pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=XmcRm2absjX-I_VHUpQ0ZdA6UJp3D_9jh7k97vHW3Mk,15711
24643
+ pulumi_azure_native/securityinsights/metadata.py,sha256=b8hK8vrWtu9cPfnX1BwWh8cYpeoXZqAOXDRQ51Ix1MY,39934
24644
+ pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=dNsfxBwkJSuaSgZFqR5R71l8wOd_Ml4xB3j7Fnw2l4g,26125
24645
+ pulumi_azure_native/securityinsights/office_data_connector.py,sha256=yqGkp0BDNqTUGkm-Mbp9jxYBDB8isFe1IfRhK3qDwpU,15466
24523
24646
  pulumi_azure_native/securityinsights/outputs.py,sha256=J5Cz5zBOhm4nS1N43-mngrKkblJBNenmtFUX_n5IFFg,220744
24524
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=qxeRNyBTL58rXNYoDtMWu37NQBP6YGGokX6H7obdJfQ,41943
24525
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=7kv-G_cAEmHkZ-RLDZVARZTBBb6sQL5Z6Z-WtKMcC3Q,13656
24647
+ pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=-bUJ6ZS3QMf5X8OQMIDu1vWfL9E6Fi2lzjOBt1O5nxY,42032
24648
+ pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=eM0zmF1jwbPuVt6XlFFfYpvCrmN47PKJbqwuTscXu0g,13790
24526
24649
  pulumi_azure_native/securityinsights/source_control.py,sha256=d6ApkgxMVrFbBovbm3MtTNcXniOeWfwnHSX_xX4gOJ0,22046
24527
- pulumi_azure_native/securityinsights/system.py,sha256=7S0sAYMEd3O3z5V1nv-3FJ0ileGohVhfC3YHTfntExA,13276
24528
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=w5LI53Kd51KSoH3UqSl-ugAaT_GEKHagZaXPZXooJwI,41272
24529
- pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=VmwpswczimiRzWaewcuvUoTecpvjhTQkaZuUdoxU2XY,16574
24530
- pulumi_azure_native/securityinsights/ueba.py,sha256=vorqyWR9XWNpbW3UbU_LIDaRvVXa05QqpPWsjNio3aA,12951
24531
- pulumi_azure_native/securityinsights/watchlist.py,sha256=GvTAXkqN7H6byelRBJBAYpCqqV3kfRkmtEMpG2L6jfc,37122
24532
- pulumi_azure_native/securityinsights/watchlist_item.py,sha256=SKkzWpfbMgNuR4D8ye5I-659SXyiiswWUED2BAM-1KU,24159
24533
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=a5n7BT5ftBQWyXMjLMZ-Iw6232mYriCH2IUflf6Isok,14082
24534
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=tUEigMBgdOSh7I_p6ZKe8x59GFxLkf7a49gAoQJAMGY,11453
24535
- pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=rGAdztDaQ--X5P1FNAullp8Dq6hPodj7oMvGMUanNYQ,13991
24536
- pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=fkhjjxPfEfekwsLMM9REC5OSsUdWS_8Bawdg79WBChY,13430
24650
+ pulumi_azure_native/securityinsights/system.py,sha256=vJSS-rPLWnl2RbsCHh7CPrTcCSkIEbr5ySRazYTPWMA,13471
24651
+ pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=VrgDjryqsjmm5Hkyn6S5ZH2W5sYfLlKLuRpk_1SmF7U,41410
24652
+ pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=r23bdGMFonVXa9sgMF8xzgTRc0xI_RKbi4MLMZfLTGg,16660
24653
+ pulumi_azure_native/securityinsights/ueba.py,sha256=UUDF0LjL216tlXB2r8AxlMcO5IIFLkjWxz8ZWovrRJs,13026
24654
+ pulumi_azure_native/securityinsights/watchlist.py,sha256=2ZX5m0inYLWHbBR5BvAQKntsyUn670RvMwaE5BTr6s0,37242
24655
+ pulumi_azure_native/securityinsights/watchlist_item.py,sha256=MCqUAArbCgde7LAQcakddGHdIVQf3v2D6ah1H9DHjf0,24283
24656
+ pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=jNMLqzK1A7HKU3rWKhVUWlpGrLyN23IdDXh0vuysCuI,14219
24657
+ pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=VYWvFueKTi0gLRDVR4556Yi3mzkpCR0DrNOIdxIOsnQ,11593
24658
+ pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=sFTzheDdnQgX3094s1MkCEWFjYjvLg6OLPHoSo2wRLk,14123
24659
+ pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=t3ZFxTdQNQRjgtqopBEWtvbKqzoDVkSoJbsf_Rlg2ro,13563
24537
24660
  pulumi_azure_native/securityinsights/v20190101preview/__init__.py,sha256=KpSvVioeNwQB_bxyKn22453WcfEg03DKlrqz8wRckt8,691
24538
24661
  pulumi_azure_native/securityinsights/v20190101preview/_enums.py,sha256=lo_3TYBNKRELwNieCAmaGdhjdMSmeMXCQFxRtmtBg1A,9660
24539
24662
  pulumi_azure_native/securityinsights/v20190101preview/_inputs.py,sha256=e1MA3fnstAMJvBUD4lhC9lAOGDipX5DPJ31GRBKmQo4,36432
24540
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=Jkk4Gu6nvohcKqRHSUbeXEGMtgml78fzX2VkQRwHZZI,19803
24541
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=11WwPgLF_SAvyZb3ayfYCtVhSE_lZfaWm5yqQm4sD50,26991
24542
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=LJoEOGTxw1hAG1bCgFdw00ibkAe-jyNvMPTWVLHwrfw,14739
24663
+ pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=aSj665HonBzZcAh-QyvpNT-bofHLJPb3bGgIBVKGZEg,19888
24664
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=mkI64-crtpntmK-0K7sDEfrZ2RpG61WP7-kB9Zo9v3c,27070
24665
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=Z4Ro-9ySU0bjcQ-uav25E_HX-AiQa8iDNn5cr3f-0q0,14826
24543
24666
  pulumi_azure_native/securityinsights/v20190101preview/get_automation_rule.py,sha256=alYwqvAmsp1UoBFYtDnOPNsvdvyOIrGMwcXHCl9gyUc,10666
24544
24667
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark.py,sha256=6-chEchyxt5XYgFyyoUXYTy6vRSkOi84d5nDRImYVpo,12735
24545
24668
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark_relation.py,sha256=Ty2__0MT75EKTa1oQEHDbypvxRsKbBZzX3LbuSyk1jg,8833
@@ -24547,24 +24670,24 @@ pulumi_azure_native/securityinsights/v20190101preview/get_entities_get_timeline.
24547
24670
  pulumi_azure_native/securityinsights/v20190101preview/get_entity_insights.py,sha256=jcF51izTHcl36Cr_DswQLcacaIRmp7DueQfKmflRh9M,6990
24548
24671
  pulumi_azure_native/securityinsights/v20190101preview/get_ip_syncer.py,sha256=wwSiHkbT2pZVyGU1mydog5_zHlgXnzqJh53vrlOo6ZM,6558
24549
24672
  pulumi_azure_native/securityinsights/v20190101preview/get_watchlist.py,sha256=Fb3Vg6Z9S0GguU_gRTdOtrq9ALUcGWKbmLP1rhCVvaE,17714
24550
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=73WJ9Mvp0m2N4lM8FbtWDmGHu9hQhmTcrXJB4nIK2g4,12650
24673
+ pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=n-F5e002N9UXcURajFfFgtUcDcHXAfZaP2V2byGNzsE,12729
24551
24674
  pulumi_azure_native/securityinsights/v20190101preview/outputs.py,sha256=S3TzCVPbjaj0xYFk_ggWyds8i3HhdO8s8KItXAOChnM,56052
24552
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=hqTYvmUmD5HzLFBJteBwlOqEwam8gK2Uu2mSPherClc,36620
24675
+ pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=P8wu7X5J1sMj05_FgLiw2gQwiW6dKz4SesM0U58Fv7U,36700
24553
24676
  pulumi_azure_native/securityinsights/v20210301preview/__init__.py,sha256=rjSEcKj_922dQ5P1vf1S__toZcmfwHE9rBZLVkWE8QY,2743
24554
24677
  pulumi_azure_native/securityinsights/v20210301preview/_enums.py,sha256=8lfeJ621xko02NmLi18yuxrQMDQ3zjwBuaG23r9MZ9o,13764
24555
24678
  pulumi_azure_native/securityinsights/v20210301preview/_inputs.py,sha256=rNwC7aQrSNMxD8Tyga9Fo9_LZQO0Fwba0oTM9y0CYT4,117311
24556
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=tb_vmdwcVerNHTZ3jcfrSQGxC-XkrhFDrYIgfq_xJuU,16617
24557
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=NXSnJHHmdaY0iPKW7qkcLV5SQYsJYEFFvFZUoC8ho14,16744
24558
- pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=HCK7XuyhKti0pnpNcFU7ZHPENHiPQyzlP0ZdUPqLMF8,15748
24559
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=GeV87BrpbK7QhhB8FGSwrF-kCQ_07iTjbAla94Qo1QA,26614
24560
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=LB43CPKMcE8eeRlOtWJzAG139FEvQTo-MsPI0bssBIk,13125
24561
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=Ags_bF7PN4TLWGYpPYHVIC2Fr6yytRf-gllVyTWP5h8,16714
24562
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=NxOShNKXZQ2ajCx7PWbRcX1UKRfuNdiA5dDNe9z-sPs,17450
24563
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=4-E1sMhQ-tw-vQvXIwPGuwKIrzMhOP_xp6mMSouLEVU,15891
24564
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=W_MGk7u7dbE1xZk1lm6zRT74EZhNnFGb8FlScS0Ls7o,17021
24565
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=lPbinGfjZBN9k0uygQhW9jWmUbUc7hR6xCCflR-EHn4,13419
24566
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=WF_bT4h6XzhiHb2vI3lbbt7SdyIIUfKxg-xvu1p_vsA,12978
24567
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=0g8zRkv1zcNaFhPWvepOTGONGWky0dcgle3WoVsdkx8,17763
24679
+ pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=GhWBOLqvntJcXt9mU5b0UC-7tljA7GW101NslfCgFso,16704
24680
+ pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=CqNKlav7SWeodtBgZ889HDijDspLcs6dAFus4_lQYms,16832
24681
+ pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=R3K20nGLbxN6jRKnc9AQh3u5Y44Qpah3VEr7tpJu2Wk,15825
24682
+ pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=XhVFIxhlPLufwcILhCGVet0txzyZ2All0-0fiDj3aN0,26710
24683
+ pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=uRjtyq3yl0wgzEkeIATR_F0ZTthcHohuD0N1DFCa9ik,13205
24684
+ pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=Qe49Ndm7Ke9bTKAfup-y9HvqpNCVP4p-r2fNOJs89QM,16801
24685
+ pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=0weiO3eHqH-fpMFpL18wLarK0a30vff21vj-ahw_6EE,17547
24686
+ pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=DK3-I5dwb13xqS9TVrV5ICVB-GJn6zKS8Osm7-LGo98,15985
24687
+ pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=3FQjyQPYW_NA78Fy-DWlKXbyvEJn44MZBI_UWaB3QI4,17116
24688
+ pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=ttOgLIbPL8Zd3kir1zzvYDMjz_W8EgWOhZM3TwPZAbg,13505
24689
+ pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=x19F6ktbhUdat54VCRTILYB08RJjFfZUHmPuoyp3DxA,13055
24690
+ pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=K76diBSTF4izWDwZuP6ZRbrr66uYrbTGSto6VhAaDBI,17849
24568
24691
  pulumi_azure_native/securityinsights/v20210301preview/get_aad_data_connector.py,sha256=AsIbPT3WwOhmKW60Jdr4mbptuPfcZ1nKTT85mSBqTmw,7990
24569
24692
  pulumi_azure_native/securityinsights/v20210301preview/get_aatp_data_connector.py,sha256=Euv5osg2bH7Mmnkor_s7nX1JLwYpwHkf1D9KgbLwzbI,8036
24570
24693
  pulumi_azure_native/securityinsights/v20210301preview/get_action.py,sha256=RG6YGeYetxQ4wvx2SjG7uHzv_CnqRK4TbTf-KMW1Vpc,7610
@@ -24597,28 +24720,28 @@ pulumi_azure_native/securityinsights/v20210301preview/get_ti_data_connector.py,s
24597
24720
  pulumi_azure_native/securityinsights/v20210301preview/get_ti_taxii_data_connector.py,sha256=bjuwzGWiNCK8ASLnTfXVez2Ur-JkH5V7lBPdA7i3VBA,13028
24598
24721
  pulumi_azure_native/securityinsights/v20210301preview/get_ueba.py,sha256=njJ__Xg74a4he6Uyj61UJlUqDVCIWixGy6IO7IfKTO0,7116
24599
24722
  pulumi_azure_native/securityinsights/v20210301preview/get_watchlist.py,sha256=yzjp-WcY6V4RAzGgZb8j012zlHlPSiK8yyU0Wp4TBMw,19178
24600
- pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=_1P1Zw6UXtti52HyWXT8Pc9U3YHWi5REF-vehCqBOI8,32100
24601
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=VK7De2NPVJKTkM4NoucS0WE1OENOarVHiwUkkv75u3M,15371
24602
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=GxdPDPqZWNnHVOWNu304GcRGWdv6SZUq7y3yh-84RWA,15784
24723
+ pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=eRw-i7fLnLGEXv5RBpKUALa54Xm80woSt5SsiQ-PAm4,32179
24724
+ pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=-Y_o1GGC9phjULoYOnAi4bg38FFT9hHRGTslzFHEWpQ,15457
24725
+ pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=ddAAbFiajEufmZOii0Y0pWL2H4ZFZbf8JXfNEuRz3-A,15871
24603
24726
  pulumi_azure_native/securityinsights/v20210301preview/list_source_control_repositories.py,sha256=_DzBXlJ7wLiMvjuAADhy9UUHBp_GCF6rfdjlT9zhcMM,4849
24604
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=XdslsR3TG7fTkiWT97TSqx5CiY8coz7zzlKTdi0S0po,16719
24605
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=J-75ao0usM2xMG-eSaUnYZ7Cvf9vZJ2MvXZZMqm0tXE,16895
24606
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=2XKmObERaU3SIjS2ntkFfuMmFvWqcLF5lYHut0gyWOw,29764
24607
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=k77-O1dRwr-w2xaxngdvsvgjEzgxPe7ZKQwkXiSLTqs,27246
24608
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=iJ3Noy32o3eFcGdgWDF9Iqw0tXmSqNDS5wEi-fhmGss,18535
24609
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=zYJDvI_S_y8fHv9IFPboftrCUQJKgX8H6IuRvovj93o,16719
24610
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=xJ5uvYjm2grmcgA3S_yGsdvCPAEQwOH7oMJ7kD4wh18,16653
24611
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=PjjsYEMM_Cdjo1RqdNRHI1EYWvAZTYn1uaOW9yzzuDk,16899
24612
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=smzqQrljaTFu3oiJMS9b1nyoC6BqkO9nhy2eDsSF10o,16689
24727
+ pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=Jn80DBNIRhHYeq0qWd6iA_xcGf4IREwWEepxjycVFI4,16807
24728
+ pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=hnoWQuIRAWBPqs0hX7UDkO-Aloo4DrkuR_6w9iWxlF4,16984
24729
+ pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=hyY38Ax8-Yof-oKUmkRAN48x2SmRVpHnmClZSgYulWo,29843
24730
+ pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=PpN6rXi4aqCmbr7pzdQlVz19wiNjxMyY9UmOnp_JPrc,27359
24731
+ pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=_W1JMIRYWp9luRIvbO5Z_NZjSwQD9cpXWO1dhU-Ttlk,18634
24732
+ pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=QgxKJvvgayhv219N_3yLDVMQQ_VHNzObocgeIbUjn4w,16807
24733
+ pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=KehNHdrVOMRwDvVlkH2ofmevSIy0oqmNNXOWCLI8QFo,16740
24734
+ pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=dDQF4xaXPfDobBVSS2ODcg5eOjGFI8ADfwk_23Ik5Tg,16992
24735
+ pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=UgnG6_qRyYl0bTUawWwGTZILddg5Jdw33dw9iCGD7Og,16779
24613
24736
  pulumi_azure_native/securityinsights/v20210301preview/outputs.py,sha256=t2nLcH--MA22u3pue7et1dJo-Tw_HUzRt0VM7wRD8IQ,100596
24614
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=lXT86WvOWSk4j5NAricc0LZGkXH9dGNA24gYkSNJG4Q,40279
24615
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=4ez6N_G8FT2xFX0MDKHp3FQcSo_NUUBNPhNfVNY84g0,14364
24737
+ pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=M26EBblbNe-FtBQzGZbuYjOHdQ-QGPNCQ8YtncyNhu8,40368
24738
+ pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=N_DWfagrQ5DS7iCoXoCiSCGJdoufV-qiwf1pPOU5Pv4,14458
24616
24739
  pulumi_azure_native/securityinsights/v20210301preview/source_control.py,sha256=X97P0ZHjDBJNujAzfsu6yW9okUbAoKk9QPeA1-4U6wI,26266
24617
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=1TcSOMztxlgtdB7TFZ_k_JJKwURGw8cg8rrwfQLRBNQ,18473
24618
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=4ZZFLEMcyXqeoySsyPj9QPeXRA7csQJFMAAZLfagHOM,17887
24619
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=v7NQvDRJvTUpuFtVFEYC1TpOIbJ1Jce-0BN5hZkv3Jk,26813
24620
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=FFjZNmErYcKGg2uDCDubjQfx4cSypWe4Lvu9Lb8MhVA,14153
24621
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=PRLL0GRlMyG1ScA9yW8DCzBTV7LK3PBLh80mfQEBkfc,39160
24740
+ pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=16TWyy_Yi9VDfq--BDRVwB7DCJ8Em-wjdSE88bWZ0qk,18571
24741
+ pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=N9t_qsLcXqhUYtB2-hH2GE3d6l7hjFllRCpb4QMxGZM,17973
24742
+ pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=LWiihzzHDZkfmi8yayQukl2ZzdH-qI6kERvFsvtkrQc,26904
24743
+ pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=bLZJTrRQXaeJ2dXdMyfWgZ5pjITNz4zKel6g8IVfZYQ,14228
24744
+ pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=OuyX7Slh5Ll4A_b0fXMeqU3YahY1DACNkgB5BQGv708,39240
24622
24745
  pulumi_azure_native/securityinsights/v20210401/__init__.py,sha256=-TURudPArgNJs9KzaEIPFns7sU1viWZycxhRrcTWUSU,531
24623
24746
  pulumi_azure_native/securityinsights/v20210401/_enums.py,sha256=dhVRFOc376h8dsRMRT2ZIbCND292Zr8Xo1uFjGlwgtg,615
24624
24747
  pulumi_azure_native/securityinsights/v20210401/_inputs.py,sha256=D-TIvgfEI5UkJXRHqaQvAZ8U04F9vs1yGb4BcTpQYQM,14284
@@ -24626,9 +24749,9 @@ pulumi_azure_native/securityinsights/v20210401/get_threat_intelligence_indicator
24626
24749
  pulumi_azure_native/securityinsights/v20210401/get_watchlist.py,sha256=_sRmzEwOTovBg-A0TKikQsj6oJxCc_fiVDhaaK_NH3c,18402
24627
24750
  pulumi_azure_native/securityinsights/v20210401/get_watchlist_item.py,sha256=ZIVwTK2fMLk4bpMGCNdYa1fHUfdG5JHC8T7MmcUCUyk,12651
24628
24751
  pulumi_azure_native/securityinsights/v20210401/outputs.py,sha256=sLUxMDTNBmOQG5Q7XoOlncyYeusZJ9wMXK1j1cvCYNM,6475
24629
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=60QtXgT6QzuHf84bI9d4KaLuDffvLh0q7vQj3v0cjMM,42191
24630
- pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=1atp1JClF9J_uuMk_Jyt5bUWiTyzaoMZ1pwuoYQXwC8,37686
24631
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=2T4EmUschgg-uaRQORYC7_sR_PL6naIDq-aSWQyU79M,24883
24752
+ pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=QolqU8CItL9ZFFtHzK8rH9MWGKpCB8Jzv1S8ZL4lnAY,42289
24753
+ pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=mFYW3QOHBR61gc2lc9MOetXHYSELWri0VMCjxA4DhPM,37766
24754
+ pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=CBCcZf9EZtwLWgt3o9jErX20WcTF5oPHCz4i6IXs-JU,24967
24632
24755
  pulumi_azure_native/securityinsights/v20210901preview/__init__.py,sha256=m1yCaROaRr7oL4SUZP9G8aXhqfR56jrk2iSDIVAg0vs,537
24633
24756
  pulumi_azure_native/securityinsights/v20210901preview/_enums.py,sha256=R6ZlmoKDaxMNYKlC_iTHeVpajf-8cJiL7BoAet4aVWs,747
24634
24757
  pulumi_azure_native/securityinsights/v20210901preview/_inputs.py,sha256=3svC7NUG0O0Y9XuOsg3IF_w9EtMOtZLWko68KGn6LpQ,13189
@@ -24637,31 +24760,31 @@ pulumi_azure_native/securityinsights/v20210901preview/get_entity_insights.py,sha
24637
24760
  pulumi_azure_native/securityinsights/v20210901preview/get_threat_intelligence_indicator.py,sha256=mzLFyl-oNAt_rbCatKrnqR-DE2pEDzO8c6kdFi5MW6g,6616
24638
24761
  pulumi_azure_native/securityinsights/v20210901preview/list_source_control_repositories.py,sha256=9rD0SVKmj93DBXa8Jggww3mfLOsKLl2OEFhNU9ABKe4,4178
24639
24762
  pulumi_azure_native/securityinsights/v20210901preview/outputs.py,sha256=HH0paBO9JCk0FOHDq3KAHVcJEcf8Uk-9aUH51ZSnf60,29798
24640
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=WSX9uASnTkSry8rQIx3wgWTtzwpYHy4xVX-huXh7fUE,40668
24763
+ pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=w8ZSAtwja4X9gRXmXwZAaiZxbL1gkqqunGXzsvK0BiI,40766
24641
24764
  pulumi_azure_native/securityinsights/v20211001preview/__init__.py,sha256=MVxdaoOR0Ii-M9ytKS5a2yQ1jeR77L40zOxovmLp2fk,631
24642
24765
  pulumi_azure_native/securityinsights/v20211001preview/_enums.py,sha256=_ZFhSBQhai8FZrPdViMNgbf4H0KBAltzwDTlUrtQ3Hc,4355
24643
24766
  pulumi_azure_native/securityinsights/v20211001preview/_inputs.py,sha256=HS7F-04gSXvkXaNXSotwFd68DMwrTzNPKMxAvmJvdIk,32523
24644
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=BX73lbHBAlHUeeRpMmasRz5fMqtSLoUEeagh-6Btg9M,20743
24767
+ pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=7CAG1KHs5zQXZHkMu-6ovzfz1GRKCuQzcRumn69SiBg,20829
24645
24768
  pulumi_azure_native/securityinsights/v20211001preview/get_entities_get_timeline.py,sha256=2xYrT4H-nd4SDyBCTu-DAY3Rkrl0g67DfYe2UtK0_aA,6121
24646
24769
  pulumi_azure_native/securityinsights/v20211001preview/get_entity_insights.py,sha256=fCVNEwhGHwPvcb2Zs7DFGg1I2SL11zDDYZUPxhyC6NA,6283
24647
24770
  pulumi_azure_native/securityinsights/v20211001preview/get_fusion_alert_rule.py,sha256=wid7vR0TTXvcs1yp1oFZaXHnxUYlB7jT1314gsLdcnU,12607
24648
24771
  pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py,sha256=dvOl-KeImDWgrZcvBZNpngxljvUH82SrAmLeEMxqO8s,16721
24649
24772
  pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.py,sha256=h8u6vRFkRB15NSi-SgumLq117KNmABcCC8gvKB0ytO4,18806
24650
24773
  pulumi_azure_native/securityinsights/v20211001preview/list_source_control_repositories.py,sha256=2zt5T14wWOtQ-yxoucFdNAOlbfoaS1fY28qxrvZUUVM,4178
24651
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=LQtT5BRV_QNF4ec1EFK-cHW9Wwj0skIgq1xpDWeA328,34007
24774
+ pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=bdkQ96sEAkRJB_JMcDNysufy-ndi1mgqdVv8FqADb30,34090
24652
24775
  pulumi_azure_native/securityinsights/v20211001preview/outputs.py,sha256=WJ0b7BVIS1oVdUMRvkzA1ITNLon-WE82g7rHhSoQeA4,57496
24653
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=q_hluI-9-ASjk1ZLdYOnGVCCzc5ChuYootIy2oxphxg,37737
24776
+ pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=Dahxc3pc7fMumGMu4eD-q4WNw9fxrqs_iio3WNs8a2M,37817
24654
24777
  pulumi_azure_native/securityinsights/v20220101preview/__init__.py,sha256=zeGx6tJlJk0xjsHECoXEgCdIbXnFJc431dr-jddKaBQ,565
24655
24778
  pulumi_azure_native/securityinsights/v20220101preview/_enums.py,sha256=kCS3yDqmJR2Jjt3ZKsCc0_dU_a-biehUrNkJjlyMzTg,869
24656
24779
  pulumi_azure_native/securityinsights/v20220101preview/_inputs.py,sha256=ZMhkJ7xpTDE0wJZ2hee1cv6fqXAbxqjm6lAxnnYYcyI,1648
24657
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=oOOvzf6Bh4CSBqetXDx8y8luF3ssD5K83wxjD4stbGw,11996
24780
+ pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=r2OLBdbK47KpnGY8rWDvH1HQhs2ZNyP2ru7SqbNq-EA,12082
24658
24781
  pulumi_azure_native/securityinsights/v20220101preview/get_entities_get_timeline.py,sha256=JOOCD569lDLnZGyDGGGFQhjSRMQJu0mkKUClg3sgKRU,6121
24659
24782
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_analytics.py,sha256=7YtMG9nHXnyYs46Tw24wgFYV50eXd0kp168wV1J3t24,6996
24660
24783
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_insights.py,sha256=b_WYVZBdmG7Udh4mdYPr4mYKddt3YZtW-CGBmu9xTG4,6283
24661
24784
  pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.py,sha256=oTIkQZIav_ELjEEh9IJ5nd9H3KVzdMx_TMY-Esq689I,19997
24662
24785
  pulumi_azure_native/securityinsights/v20220101preview/list_source_control_repositories.py,sha256=vZaMbO-AoLU7SLYeaLH86qPMnGzAubHS4lW7Mgx4TvM,4178
24663
24786
  pulumi_azure_native/securityinsights/v20220101preview/outputs.py,sha256=uifWnPOJFNiqw3mKf5GqL5U8ZYMZh0EtHGYn9LRHmBU,31593
24664
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=xbhp7zpKcsimQu0MJXlA6VwbY10tbsg-pI1CXKYUi-E,39443
24787
+ pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=pr9z1Y7msb622JsCyvRjadv2xbZ_wCcMprk7KFetCDU,39523
24665
24788
  pulumi_azure_native/securityinsights/v20220401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
24666
24789
  pulumi_azure_native/securityinsights/v20220401preview/_enums.py,sha256=HlAyuyUecC0LYWLqekVjbr4s7cMJUBhfTU2PhUy5UtQ,495
24667
24790
  pulumi_azure_native/securityinsights/v20220401preview/get_entities_get_timeline.py,sha256=VNqJh-GBkRj6FKvemmFr094jtNgU9k1fKobKK-McETE,6121
@@ -24719,12 +24842,12 @@ pulumi_azure_native/securityinsights/v20221201preview/outputs.py,sha256=9-XIgtB5
24719
24842
  pulumi_azure_native/securityinsights/v20230201/__init__.py,sha256=K-FcPz_xx7FVPY_PudRQh3pE2Y-L-53c23X7Bz68nHg,1565
24720
24843
  pulumi_azure_native/securityinsights/v20230201/_enums.py,sha256=UMf9719JjRmVL3JUvSePHiC9y4CCwlj-TxETAX-tMDc,13144
24721
24844
  pulumi_azure_native/securityinsights/v20230201/_inputs.py,sha256=AUj2_nUgdRGWxlx2vLrSs4QTHYOwJ31AIrpj-Q-uYws,89492
24722
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=d8dwGTTgX4FllAw18EvRkGpZgIUz7e0HLxpGg53KktM,15155
24723
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=0uj88qYesKYPG9tVQxwg5AYFnNW5_J4fRFwkOvAvneY,15282
24724
- pulumi_azure_native/securityinsights/v20230201/action.py,sha256=fqfO1YooFFbkqJtB_oeWQrkGqT6ARYk2Zv7je8W4gfE,14318
24725
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=q8pbboLlIDLITO69NzoniT4aMKl21ma4Goxa7VPoGlk,18811
24726
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=OweH2oh8sWUkhSr7ZnfjGD1RUq1fKo-7RwKVE9_LxR8,15987
24727
- pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=0d2o8nmmdT0mZgGZ46vLD73n1vgljrMMXqA6S7pQ7ZU,25864
24845
+ pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=MZuR6QmowcJwT8WCWjK51ti3oHF5d57pPkpSrhV4T5g,15242
24846
+ pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=9btmWFg2bfEuMOzornqD6MxH47u-d_TwMFQ3cPFSpb4,15370
24847
+ pulumi_azure_native/securityinsights/v20230201/action.py,sha256=qfLWQvM0mPACx1nIdmg62WcXdL_TDap_ldEe5guGTTo,14395
24848
+ pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=n3Hx8lSDHzIRP5JN5gdRBi-QFK0Knr6lVnJ186IxrKk,18896
24849
+ pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=BtD61_IDKLig5vL0DAhygG0KMBRHjWX2LwAeteiSLD4,16084
24850
+ pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=6k_2VNZRxyz9qrJrzNhbkh1_-gcY_V0LYB7Ii35hL-A,25943
24728
24851
  pulumi_azure_native/securityinsights/v20230201/get_aad_data_connector.py,sha256=5E6z2QnLAYPRYMsgsxm1ulHKxHlUGzrdG_uhb9NmLIg,7596
24729
24852
  pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py,sha256=4cuDdi5yZPW0Uh83eXE_MBlAoM8rSWPEYc6QFuJSyow,7640
24730
24853
  pulumi_azure_native/securityinsights/v20230201/get_action.py,sha256=skvy6HD2DdqFJV24QgD7yvHZlqeKD6nyGc2BR6NPY-c,7221
@@ -24743,19 +24866,19 @@ pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator
24743
24866
  pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py,sha256=w4v_PPsZpz81UX1g11lFY_CvSlVqXWAOOYkToVg4enk,8270
24744
24867
  pulumi_azure_native/securityinsights/v20230201/get_watchlist.py,sha256=Eg9g0BmdbnY7MfTG9vi-KjpZFq0uMU1wXJbeUOZGU_w,18030
24745
24868
  pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.py,sha256=-oPMV6paW7wXZgfpGd4O7K-hkYDgg0deA-oiU3d_lno,12269
24746
- pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=awzAt2ITYNWfDV20L0S9FXKkKdgw2gccyfEi2TFNrzI,28343
24747
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=M--Wbtr8suW3EYmDNuBPl6ucVYa1Au5icYZkN97uYNs,13948
24748
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=UrgrRAhHVA27cX3Y6o7spE9swKTyNTKb6nMbbB42ook,14361
24749
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=Wvopk8HmHU4ZGVi0wxxGFbOXLIbSRK7NsZLqRXPa97I,15217
24750
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=jOIECOSwPZtCS74ueFUYr04Tbtc4GSyAgLrIg2ko5_k,15433
24751
- pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=1bo4Lj1w2WaHSjTOqjHxXFcckviQAJL3IACPyMVfih4,39060
24752
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=gADcMAW1eEt3WON6TRlecFSx4YbpBAciaHtc-sFrRSs,15187
24869
+ pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=GjtFzhbD2YlMkiFzW4iRWppMyLk6FwTmnTmVX8Vi2Qs,28422
24870
+ pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=FkwLuasM0pGLJcYwhP6Y_7jn-laKpTwIvf980IDzpOk,14034
24871
+ pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=7E8KE6pS6UcjbRThQ9fZoxyEFHPPdR4nUV5OgbOxX6s,14448
24872
+ pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=Cqh7CY0SpYdzfVUpb648ypAH2L3xdHJN54RHVfCcA8Q,15305
24873
+ pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=9mX97TEVeX7kBPk5BSg2J4McduOXovvbmoAa7juuoSk,15522
24874
+ pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=pkJB4mlwePzS-apFyKk_uzcvgoV_YNne0zqilNxoTTM,39139
24875
+ pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=VHWVB2CDhRQLb1RvUbXGFxdyMJSGnRgTqsQU7RaFB5Y,15277
24753
24876
  pulumi_azure_native/securityinsights/v20230201/outputs.py,sha256=t6KP8pm_i9Shcdk_7P-CQwCZUoD7Q8upJxu5QQ8uaow,68605
24754
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=tPTZ_x-kRaYPKXCIvBg70R2QYLnOxMGFcdxQArw8i_M,12941
24755
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=GJlBlJ9J-Ns7lXg0L8qgg27ugMGX0hIh5IhacXLNT3s,40533
24756
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=eb3W3PxL6z-zVHoxamE7w5TjY8bQlG4kwlrUy1wN4pk,16385
24757
- pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=EYGZadgVcHZQKWT2-BR4mhw5BHp6-9MyG1pZHw3EIms,36263
24758
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=xXI8tPnTOvkjm1dRYKAYjy7mT4n_oM9FWjV3dofJN1U,23460
24877
+ pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=S43sMZ1YNM9-kyyYT6j0_4axH5Ewb_pR7qZovQz9hMs,13035
24878
+ pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=wV8sMc31-cIU45pmXk7TAOhQZie_py4MdMQq8vC97bk,40631
24879
+ pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=AQb22tiUhuCfqBCg3NQJzVoOdChD_tg9fYJmTWaT73s,16471
24880
+ pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=ADlsC1o3uKYiDzhyuJzzPJbMMEsO6mCRr25Qno94qbI,36343
24881
+ pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=6U4hiyaPi041puHJ2GER0SngH5rbZnHB8Y4oAlrX8b4,23544
24759
24882
  pulumi_azure_native/securityinsights/v20230201preview/__init__.py,sha256=iN69stpYiuqDyXL_-r3yIqPVTC43PVI9XMl_6BPeIBU,547
24760
24883
  pulumi_azure_native/securityinsights/v20230201preview/_enums.py,sha256=dSAVsYxA22sMpse0nJL5EkwRhGTVHvCF83BrjRvjrkk,3988
24761
24884
  pulumi_azure_native/securityinsights/v20230201preview/_inputs.py,sha256=lFV7ic3tbFt0UBmsyGPeDSGZLz0PhHP4HKQVKBti-6Y,21907
@@ -24763,9 +24886,9 @@ pulumi_azure_native/securityinsights/v20230201preview/get_entities_get_timeline.
24763
24886
  pulumi_azure_native/securityinsights/v20230201preview/get_entity_insights.py,sha256=veKVss5wGHJ7hiuW7ZyBPNGVi1xjY-AgQHAMcvwJ_cI,6283
24764
24887
  pulumi_azure_native/securityinsights/v20230201preview/get_incident.py,sha256=TQVqavQmfd8c-XEkTGyo8dO0gY5YtHJ7mK72jU6axTI,18411
24765
24888
  pulumi_azure_native/securityinsights/v20230201preview/get_metadata.py,sha256=ZKnwE_IHkwqts8DwaobP4dGp9BFUv3Qfi6RyEG-YTws,18251
24766
- pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=cD6fLa829Pl9whje_cPPcS8R99WS3H_MKEQInl1Nxdc,30723
24889
+ pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=SGq8osUBv00-QOjTNiaagl2Z6xcSPt_DCOLi0t8XqGk,30802
24767
24890
  pulumi_azure_native/securityinsights/v20230201preview/list_source_control_repositories.py,sha256=Uzo8zkd9QGz0XFNj4EyRmraZEsqJNmbx0OS6uqKdVk0,4178
24768
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=tsFB9Az9fCBX4GB7n16XSeeXXI17531JRPL5LbMHvqQ,39165
24891
+ pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=6um4Lnb5NRMtIhEQV7-zbVEnIQe1rsIWc2XxudC1wuU,39244
24769
24892
  pulumi_azure_native/securityinsights/v20230201preview/outputs.py,sha256=D9HJxSd7VGGUXtSrcnKtxJ8Mv3l-j3SN6BxBDlwNQBY,57426
24770
24893
  pulumi_azure_native/securityinsights/v20230301preview/__init__.py,sha256=hBHz2TKTTZkKpXgYd3EyKLuOmgiEIkVx8Gb1HuHDcPA,495
24771
24894
  pulumi_azure_native/securityinsights/v20230301preview/_enums.py,sha256=l_3WGDTKbdaPDhngRc26cAK7hp0D5_p51ju9bKHTfgo,2686
@@ -24773,7 +24896,7 @@ pulumi_azure_native/securityinsights/v20230301preview/_inputs.py,sha256=8JGZlCYj
24773
24896
  pulumi_azure_native/securityinsights/v20230301preview/get_entities_get_timeline.py,sha256=vO0lCfmPJIBAGF1oFO7vE6oXmc3BNZJCKJ0SODhZseY,6121
24774
24897
  pulumi_azure_native/securityinsights/v20230301preview/get_entity_insights.py,sha256=WVZpCsS7hbQ928Dan4S6t6Fc-8mSS18zxbLarhxS__U,6283
24775
24898
  pulumi_azure_native/securityinsights/v20230301preview/get_incident.py,sha256=BFGIClUtH87z8m1FY6hnNsNa1vNDeHRnfalUGqMlMeg,18401
24776
- pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=Lbh-wkMQnUKa445zApn6n49OQrFojNS7Jh4FmsdmA0M,29710
24899
+ pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=JbVOg_htrlrR2MwvCzBCacuELm_Jz2I72ITcp6qpTG0,29789
24777
24900
  pulumi_azure_native/securityinsights/v20230301preview/list_source_control_repositories.py,sha256=cYsBd0R_tVPDX8MfiM8Z-rIzMR9Xz1_7dqVxliSiCBQ,4178
24778
24901
  pulumi_azure_native/securityinsights/v20230301preview/outputs.py,sha256=UJiDzwqOvGrJEp2RxnjPBcJvT4gCZwUbAYRz3vJy-nI,47011
24779
24902
  pulumi_azure_native/securityinsights/v20230401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
@@ -24794,28 +24917,28 @@ pulumi_azure_native/securityinsights/v20230501preview/source_control.py,sha256=j
24794
24917
  pulumi_azure_native/securityinsights/v20230601preview/__init__.py,sha256=GtV6GqRdU5U2KEoTIhsnY-ty_lUpta5498boLZyQ-bM,4811
24795
24918
  pulumi_azure_native/securityinsights/v20230601preview/_enums.py,sha256=4ZDdx2MI9_8k8Jy2LZsBkoZBgk6axBqYXHngljSMoSk,29616
24796
24919
  pulumi_azure_native/securityinsights/v20230601preview/_inputs.py,sha256=yH6M-lD3qCCEuCR_YGEPNVziR8khHDRt3m7NLMudi9s,268952
24797
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=vWZDmQvKH3JpNKdRQ2hIwBNzMuitFYzwyaEWsoYUk44,15238
24798
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=CeWdan3Su7TUoNw8fSjcNmcmw5QA-MMht4xBmbf2x6Y,15321
24799
- pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=ooGlTm6IzdzZ8w0eEyCWdQ36rDGDHMlKCkNvjjUDpQs,14325
24800
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=__bYA9LA6V1jHoCeytfHOnhyRToluZ0ldYPy-Ks-sdM,25191
24801
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=FVJfmDClO9klw2rEYRuGwxRu1OozRTumzRF3aeYT_98,11702
24802
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=7Bw-TKdENS14t_nbhuIIg_m5Jf3HkPF8Rg2g3CjwoHM,31939
24803
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=n4B_vulBBThANjW4TuQDDB-NzIY4WCU7zOC6xTQegLA,15291
24804
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=022m8ncfcvu1uhZC6iZO5Qa_oTTaLW9GBRTUKZFfMWM,19274
24805
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=O8EHnFM4jUSbCTstCN8coTFu_BZ1ObT2wdHK2vNaW64,16027
24806
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=fvxb7IgNuuNp6EIc30gcSBIaREzgIXJQWoTVKRgFj40,17982
24807
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=lEhP7UqB9VRPA0QYGiV9an_xDkLhCj5iCYOHi5vVoL0,30304
24808
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=A60KqqJKzTDsT7bMvaQrmsj5mWRB-awguF8SdY2wP98,13634
24809
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=DO5WTCVDw43KJd2hAfGI6VxiGaKHW-MlgMPZveY1SJg,16681
24810
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=pXwMTnPbpZTRuD_1lNb7-2wftRKPhPk_2cG5a4CLmQ0,14468
24811
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=XUEU9rvwmTknCtmMQBGClcrdP5bob-pULFNmnRZv6Ik,36492
24812
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=hJXOcSm-9sEZn5HQywYHS0WBKGI1t3Po8lr3VEnIX3g,42765
24813
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=dDKz8D0hUlp-AqHcHygVJB5KnpLOX9b_l0s67Ygp2rU,15598
24814
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=ubtMXwG5sV_-oN-4ReRMVHLZMMcExPT9fJzRbVvwkDw,13341
24815
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=clrnBIUJXgHFYmdQKwO3PXTppKvSOotNM9t04EyU4Ko,11555
24816
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=V2TNUy0l3UmzuutUxFiXQsqQnjkWnlJ5vBjbZESt8YI,17974
24817
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=FVv2GhadstKonuHjp2lO-Xw_Y0zvJBRa9f47JNTWJ4M,20698
24818
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=8ZWMUQI-NjXV_m6ikr30SnaohCc3lXyjOFjolFq_Azk,18041
24920
+ pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=N_KGlcg7fIAsH_vMmjUmJXiaNUsH4qhEs1Vhwlbtrv8,15325
24921
+ pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=VwRTCB7AFUL37tgMPwX_xaJS3A-k2FC7TDkydz3yRmM,15409
24922
+ pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=_VwVEGtMWtovhCsj9zz7rP9ZHibcwvPsrNZmaUoUSo8,14402
24923
+ pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=w83TCrgMp6P_nB_KRErUHlKEGGSYeyu0V4w2PhLMiyY,25287
24924
+ pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=50RP3QCjHaw7k_wKUU-Q7mh1kbLasVqXeFBurdbSX7o,11782
24925
+ pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=j_6QRxqtgmYakHB_oSZv-fzy_it_F7W4sNcjr0v1a4Q,32044
24926
+ pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=azLX428nXhe8vcLLmyp300rxSbB9lakKPNzb1X5NsrU,15378
24927
+ pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=wpvrKGXpUjJIbgmigtLKFjaNhisltxnf4xPSpQfjWds,19359
24928
+ pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=ucTZKufbKSjHKTh6IHL2xT6hY5avTyIj5EaEIdpxHBw,16124
24929
+ pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=Uz-_snhe_iru-xScbulqfQWwmSMY71YMZtgjoabAwzE,18071
24930
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=KQ95HdV_y8g2-CoC_lxGNK6j9M_7-9cBdlZ3gB-cNZg,30383
24931
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=-e5RApdWr7XI6ug9MPcbk2WI8ivC-d9jG8EpABaFeio,13721
24932
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=cxODs4j_ijzcB5-P66pkNuc-Pbi5VF3vOhIBrhAN_HE,16783
24933
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=9ub_DMcPAcpFvZ2EMD8MiB5Qf4KwNHSSxMCcfDgTGlM,14562
24934
+ pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=pP7M75DZYQtrQBbjXCGxIFwfCv-MBasvTbK7mzoBHgE,36577
24935
+ pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=NEL8jaE3QZ-cVwXK3hQHcxhMtgV_46ZdqTAQfJyRshA,42851
24936
+ pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=MsO2nNwwiVmfethtUvX1KuN17U1N6iy-QfS9dtLlUv8,15693
24937
+ pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=8OlIFnt1GwgR6pOar26ceSDDTte2OBnqY3UG7eqDUTo,13427
24938
+ pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=3kKlFghF0uMdfRBGnW28CIAub-aPTGfTPK-M060KS4A,11632
24939
+ pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=qiYGNnxZh0v4U991rDyNiwfqA2Ill4_56YPRXy-SZlY,18055
24940
+ pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=oCLNpfK5n37tvMHdGOLqOeKEMlEvkRF5YWic4j1hOso,20784
24941
+ pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=dpxk8apz2yOiC_ijfwYlHZ-81KTPl184I22MCetM8GM,18128
24819
24942
  pulumi_azure_native/securityinsights/v20230601preview/get_aad_data_connector.py,sha256=QZyVxkFH3vHtJSfe7eqPqKy2RNtXStAK5umYbFDq6Bc,7622
24820
24943
  pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py,sha256=eVOxTLzMhwgxgmmZJK9LaJz9Yayd2RBqdU-9NfsRwhY,7644
24821
24944
  pulumi_azure_native/securityinsights/v20230601preview/get_action.py,sha256=S7qAZsX9X6n6m6GTnCqOstaiNtbtWwwO2oXLPx7mF8Q,7244
@@ -24875,69 +24998,69 @@ pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_assi
24875
24998
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_configuration.py,sha256=A5sLlkuYkiwSP5qJ-Zrt8uPe3tooDNlrL-pt7X9LrYI,6916
24876
24999
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_group.py,sha256=SykMpg79cra32BeK94FLblsQJr-ZbJAyxbZ9x4F7Ylk,8087
24877
25000
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_member.py,sha256=GNX3iWCvS2orBJikXqCJfhH8sl4kcT4BBthZNRqciJk,7924
24878
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=H3CGs-y7KtL9FLMjIeeDDSXnnZXZUGEWyZQ6sKJKrSk,19452
24879
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=UKA7YHuFQcK91Ll0OXWxTccqmKUyzDoZrvgqIzTFhOo,10794
24880
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=-qDbIpHEKtS7FnYzZs_8QD_wQp8URT1PCzKvFZ2xxKw,13411
24881
- pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=OHjk0DSxFg2j0_U3qGY3_TAQTZKMxFn98QzKhndmG3E,28771
24882
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=20bN4ALmj_zz8FNJVoumhp0k_1X7WkmAKHEJiUcgPqk,13948
24883
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=R0H5amv5YVD1onFuUQGYvBo8TUT3UubsfpIa5daAlLQ,14361
24884
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=LMiMh-sa9ayv4FxtHb62IwK6duBxvW15EGn88F9hFAE,17069
24885
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=yuD6tXDBJLicymP93DLxfIuDXbygYaBGllP1DcQqeog,15147
25001
+ pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=xX4G3D2PVJDbsKWbPO3gq-k86o8Q2nI0mryZXPJ9ZQA,19527
25002
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=I8AtucvLYM6_qC1lyHqt9brEZ4xRft3G6rFXRp1XYXM,10876
25003
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=k1IPQ_ugLUuEHau-o1AimhWprO9mKMgChzRVsHhaB94,13494
25004
+ pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=9GzeSQl7wAtDTsKmhiIivZaqs-lariNRjaL0g3FBmvE,28850
25005
+ pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=DSkOOZ9k3iI7yKjcIleq8Vj9ePwNHMhZxCLD52cwdfo,14034
25006
+ pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=855AefxhglnT-a--0Auxuxvuiopf2rBpQ8NBsJyq0D8,14448
25007
+ pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=cxEf7mRBH1faa0sL75nGW8LTckF_g3Cb2OiTlyAe3Ho,17152
25008
+ pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=LxyIKXCBQdnvLR39DJNnlHoBkxq41Hl9GWxmYTR1qNw,15234
24886
25009
  pulumi_azure_native/securityinsights/v20230601preview/list_source_control_repositories.py,sha256=4eKD2LX0AS7xlVpcq8nPtmQC3JwAVl5L-7_4bv4FaiA,4178
24887
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=d6_LWcZhRP6o1bNkt33UG8GINJ4NiVDM_YKpg1qRVeI,15296
24888
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=rWLMU-J-9__wNrQqv2sVMgYTED-_C2zs-gfjiXKjIBI,15472
24889
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=F354AKR5dbsYrJlAwbRZDK15Cdp7wl4JAoQrGEFLB8A,39060
24890
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=gbHEWtpnThm-CE-FnlVdGOKFOr_B-8y-6GqsZ1IidGo,17380
24891
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=PPqkDpTEl3UEtjXQuR1pAfvXQNxDAfwothHe3OP9UxQ,25823
24892
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=jE77K8cfHxXvbuy4raCKirf33qE8kbzQlq9ZGmHAXAk,17415
24893
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=_iB-TqHFLWsUoBtg_pGcFKlWw9s8rx0rg2ZsLI64OgU,15296
24894
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=Vuzn0VAIh8qUMltUC_7i8iEVWJyD8IAvMQh4bdS3Zm8,16903
24895
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=T4S3H0rPJipWHog24eXMsjA3dcrhy1iukzf-OgC0brg,37806
24896
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=SJqx1pAtz0ZnYh1pQhJKWOZRvoRA-tnN1xaOUEcbzcI,15920
24897
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=7HKAMPoxfQ_e7kZhV1aSMAXmFedVNcX24QWWOuFgEXU,15476
24898
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=CxDyF1MLYgTqIfsVRfEo6K6e4WVwmHofZkxSdf2_CnI,15266
24899
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=VC4OnoNka9CULcVNBRUwFls6Xd0H9wpsov17jUX4Ny8,15468
24900
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=gwaQCmEUvyjJv7-OPVsN9tGz501iSReDhTVb9NarIjY,15716
25010
+ pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=WIUhNU7knn6qc2pqxLtkOUKXUXYRG6-pcWHnv5tkah4,15384
25011
+ pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=kpkRRh52KznsezzSDBtbb5446N5Pf_iLJ4xFnue_juQ,15561
25012
+ pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=5_Tu3bOn3GqQbZzGFmWI3tdmka-TTs9Yy1CAiltOXnY,39139
25013
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=Yu4vnyTS9s2nzK3mtahMnux2O7nR_Xg-eQ6raa6VHDM,17501
25014
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=uSxNAhySnPjIpZLwo3MCvvDUJXfcfmv9CCovXeEwhi0,25936
25015
+ pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=OYZYjiq3PlFIF_hC0Cnhi4yCLHbg2CJq859fIpt9eU8,17514
25016
+ pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=AnHDhfmdat8iqFLvN3UJq3hTciGK-Op96u7z6b8IRWk,15384
25017
+ pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=Q1vpEGZZ-rGUkT3Ktsztvbbwo8d3Um7bzrGzyrQXY_U,16990
25018
+ pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=RUGWyuIOBJwWkwZJr6VB9sdHPByssTlxx5qKSAG_4CU,37889
25019
+ pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=wR7P9zdGzWZr_P_xoXJtGQvuwLNtioTuJX5xX9DnPXU,16020
25020
+ pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=zXmH7CN9Sc1ZW4Ipa3BXirIFh1QqC--FfU44US54LBM,15569
25021
+ pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=i73Lkq4RlljwG4cQt5YeSfpfdQjMvafq52Uy4q9CGAg,15356
25022
+ pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=nb_JfRdAtMAcC8-02pCjyxc2qZxymBhUN0NZqZ4H2A0,15561
25023
+ pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=kddX28C2k_z3yr5YvyRsT6jrBlQQ545AG_6ILYo-lVA,15813
24901
25024
  pulumi_azure_native/securityinsights/v20230601preview/outputs.py,sha256=2U8emGvOau5gyBreZTuR3VE8TPW3IRNjPMh8j7MXAeY,237049
24902
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=T-ZGu0dHNyFjGhRwxNcTpvLbuuBhIxPzPaGFqE6061I,43790
24903
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=fYjJQ2S7oo7dLiAjlSMrcVAXnHGeRKDts4XsuEY_XKo,12941
24904
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=IFTZ9gTr4juGU0UHMSdSIWVu6ux3fVlf8ZJd-s3vEzg,17353
24905
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=CNslr3tT8n16pvmMUkOkOxC1XlMl7fYN6UEoqvdRyKM,40533
24906
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=dZh67kx4CGvEQe-K8Al4zgabrqtzgnx_y7QbxfFfW6I,16464
24907
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=MFbHb03Nh6Eu2zLTupn0oWIOoHaF4fRrVEUYThnkW0Y,25390
24908
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=7YjUhEJ8BOBBF_1I0VmxCaN_SYtdh1dShVlJAodAIDo,12730
24909
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=cLkpN80rmpJGN0LAJ2w19AGeTmKlnio1qrba4ips2SM,37547
24910
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=jk0U7lJy57vq8TbHR3NMSSTnKJHVuCjbXXSm6_o1VgE,23448
24911
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=SGw5R3v14Roduf_RAAy3F7-wu7cKBA3CpIlJ9amw3zE,13621
24912
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=R3XiW--BwaduU2Wib7IwF_IP6_v4OI9ww3qVehavtdo,10992
24913
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=l5muBfCjdaOQDTc2Wprfx5hIhLJV5XQbBz0S4-vuCDY,13530
24914
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=sowSmKR-_qNO3T43istEoI8Wg_lPIZazA6yz8TjUoBk,12969
25025
+ pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=G_WY0u6Mus97xfU8r8j-flrT5OWp9tTdFbcHw_70TV4,43879
25026
+ pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=VgyWBgVKzouSKyecMShrDs2aVSGEUplHLwqwL_FH7fE,13035
25027
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=LFrVX-BT2NhQuDc1tM9dOheZ7ccEmKOIZVIL5GE7xFQ,17451
25028
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=Y5_Xu4ew3YlQMVHxkLt5zkRymY2W8cLUQNttsVhYOIw,40631
25029
+ pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=iBTEeOVtRvBc_0rO4rVYy3T1h7M6h6OnhA37TYGRVBM,16550
25030
+ pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=oMkWSKjj9a9k_y47nTyA1o17YU4wsEk2C5P-BLqvkl0,25481
25031
+ pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=U13Tee5QdvsYL2OA2vUG5wwf5kwitcyYii0udl6-4io,12805
25032
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=KFdWNM2BzHN6CyXhaNtB8Lvp88Kpxg2o7TTGQvX-VTQ,37627
25033
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=iftjfhnUDraCH5vtgTRhAUquZ5RUaDnHRmEX8MaC6Vc,23532
25034
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=_mLu5g_q-2RqQ43WQKB6ILh9XvuR45HVhLYSVbD5qoI,13718
25035
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=2bBV0kx8WagbpRvYGcTt3AsVIm-_Lo_sUl2azwlNUsA,11092
25036
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=rsWNLrLvCZ9mUjjcLPfMK7ts6mGLv16LhdPHRL-GB78,13622
25037
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=FObaRWHJ-x8h-aZZdXcTf_QSECsSHFprI0wlaLj5vRs,13062
24915
25038
  pulumi_azure_native/securityinsights/v20230701preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
24916
25039
  pulumi_azure_native/securityinsights/v20230701preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
24917
25040
  pulumi_azure_native/securityinsights/v20230701preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
24918
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=kdtHHWLre1Ql14y70mCT6txmNpvzad1fuocljYpBp8w,15238
24919
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=cjPkqWLOj1XHWxmnrjK2PxoU5ORLon2tMDoY_ksJDb4,15321
24920
- pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=zW-ivXkv3leK09zMUayKYik6E3jmHUiFHga6vFAQbv0,14325
24921
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=Mfxe_q8-UNRucvhucazT9amPCfqligrWzf1ZekLc86M,25191
24922
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=XLw0WKX2yWmOePC5Rn-gd56xdevRUeBLqk5HtxNwV6Q,11702
24923
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=af8tW30iZIUrydWFw6zvhmPc4MSI2tVIdpzFYXwbQGs,31939
24924
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=GY8Y6-25LaXopIB-Mx5riXM557sBpMrb1OdrX8ymBCI,15291
24925
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=kNuq0CS-oe0Yuq-C1Bzs78FnoTHFhyaO_9T0Zqm1SP8,19274
24926
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=TCq2Ga30FbAt5rpuqMh4SnwkJlFmg_G_OARpddPSilk,16027
24927
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=GoYOIDHu9hdTYALxeazySf30RP6857pr0F8SDnefki8,17982
24928
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=AodB1CyWTsEoMj_3DT0eof9MZDUw8-86liLSt4_veTs,30304
24929
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=bPshu9H8_V11_wu-GbEZfK1CHTcYC9Bn0wxup3NRges,13634
24930
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=KvTWpulzwHawRDUxaAkgqrPjiAp82t4C6J2NX4lbnd0,16681
24931
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=U0Ep6DKuO0LKZF8w286IMNWRAnUa2UycmiYO8mEdtxs,14468
24932
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=SMs5NBdHuK7VbaUKZ6Bj2VuoD6NzZjXweZxw8Lyec0Q,38246
24933
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=Oc-aeroRmUUNukcR1NYCe63O47Zwm6qb3dA3Gi4H5IA,46672
24934
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=8LAd-TRaPwK9npAYqEGEbU2Ail5WZSs9hs3xU4y7JEM,17272
24935
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=F-bO7hrS5k3MxeNmkMIbXM0WAjfDXFRy4Td-qh2sEyU,15598
24936
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=YnZ1rapme1xQb5EGYSNJCERii8os8vo2YPj76GdE80c,13341
24937
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=kjIElcfvu8c2xvxUQxUDmxYgi8cWFLfWd38CuzoL2yc,11555
24938
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=GvyL4W6Z0cH6sBM9MZQSgWbuBVDA3Tf3KOyf3iEfP0o,17974
24939
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=m0quY8AwOLA-yphB-TYBakZgzQuV66JzJqDDOjiDfVI,20698
24940
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=ncpxtxh4xGg4IcF2--nykTnFMEkHYmnBmt5UVOPa7EU,18041
25041
+ pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=tjkcxpEfBW9Lm16gmfDRdkvkQC2h7G-45WifKs5aa5A,15325
25042
+ pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=iwvbf9U7J2XtNr2Zs8KWAEwX9J7PO9--zRxTMYNZMPo,15409
25043
+ pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=_v0VG7iheP8EABnfNgaK30eYzRwuieGkAE4O_-UjN1g,14402
25044
+ pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=MnCENJLj-iNu80p4EO1VimlSwzHzb6-FnlIOPrcq7NE,25287
25045
+ pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=y4QtoaK7nSFEOTH79jFjgRRAo_mPC7qQA2NzMLdmbvI,11782
25046
+ pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=jgsPSo1Nn5YVOYwugdeahe7nYxvzrce1xHQke5cU4vc,32044
25047
+ pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=UByT8rNeNFLyI1KW2_xcPkgYYd60ZY1F7QlMT0OaBn0,15378
25048
+ pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=e-nwmyf2zDqByLC1BHEkOTDGudO1U3txH85bHN5Xrho,19359
25049
+ pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=swpuAFBlw1RjRS9TyTIn0KrpIFXwzHJBfiXAoLoHeAg,16124
25050
+ pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=MAj7mhbiOA7iBAyCkQLBbZkVXl_w3P7J2Qiqi3w4FpA,18071
25051
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=4sk4mpM490DCpqR8yfbJMqFflx7uoxiRgtX0yr9wJvg,30383
25052
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=_wIYIbV_oismSe0RhY8u2bUjwuqJ2ktDt3HtOKMj7fU,13721
25053
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=Sld5uWbe8re_Lg49hksWLA8DTvqgdkwEDm1rGSwGG74,16783
25054
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=yB-G4XGeRKjWtcfduUUCGtX9PtRv2Y3JFfM7lR5W-wY,14562
25055
+ pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=ZR8NnCTOYuGr971Sfhb_Vb3sM4KczEPESwyPUHm4R9I,38331
25056
+ pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=euIu-Sw-HGhGf0D5fJe2ysFTfi4wQj44i2_urfuHgMQ,46758
25057
+ pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=Smx4Z1U2QNmf2F-BkUmbra4VZgI_exrt-U0gO8QAKV4,17374
25058
+ pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=dLMmnjCKnD3PEDKVRrktDX4gkNFvX6mN7RCVUuMr53A,15693
25059
+ pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=hbZnFcX_OS6Z9tAMcsyLovDLn2gX84-1he6ApFZbXxM,13427
25060
+ pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=mES-29_N83-TshIs5qCC9yUzCq3H4x1krGIhKbQTyeA,11632
25061
+ pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=Ss99ZgOpAzn3PZezXfSJ-oXD8-gXNSrRtb_Vg5yyatw,18055
25062
+ pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=o3m9Nxb8RXnvnWHTDIRdE4rSqhmp1TXh6FtXqYgvvI4,20784
25063
+ pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=tib00dJzCeAW4iZcp4h_LcPs15h3IUK4qLjqU-3MBfU,18128
24941
25064
  pulumi_azure_native/securityinsights/v20230701preview/get_aad_data_connector.py,sha256=SnfKhc9fEkH4N97CP7z63Q_LbI5gYf5Ow0nb1haOBbI,7622
24942
25065
  pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py,sha256=1cPBYDfssW1ueCDEzseUcQZnMo7lWn01kIqOQu25B_Y,7644
24943
25066
  pulumi_azure_native/securityinsights/v20230701preview/get_action.py,sha256=x3kYd3ryz4Q_aylIH4SsiiC8R5oemta3JqclxvdX6QE,7244
@@ -24998,69 +25121,69 @@ pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_assi
24998
25121
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_configuration.py,sha256=bbsDv0FABjQ2Q-zy6ftJQWQwlDsF8yUnEUuepJv22zI,6916
24999
25122
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_group.py,sha256=UWf4svLF-pVGnqOSzvGLge8P6maLBhr3Z6s67QAAIsM,8087
25000
25123
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_member.py,sha256=UHKPLY_3yNhr7UYY2eiyXVyYJAOk_1Jf0oR_2XonE4E,7924
25001
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=EHvYkGfl44PeuBswRnym2N4oevOMCPfA81qGLwU3EhI,19452
25002
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=7O3hUkLwWbDzNu-MbWa6tf91S-M-uFwHilZ9u9wjm4I,10794
25003
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=_99cu2DqMFv8kdzoUyJ7iHgTTt5QTSTADDdhofzAjVE,13411
25004
- pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=GBQnkP-Tdx9LFhbW9PtSd-VP6vJJAXc-NlEuO-KY8vE,28771
25005
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=5kTrXn7bXXuUARM_OkQ9SZDsMV1SPPDtgZRG9r3wYXA,13948
25006
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=23TVcp7dBDRwWELHIV0NKTlQ9eBO6u2mWl2gEXO0XPY,14361
25007
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=t3MAhjywUEm7ZPZI5WE1LQHm-lr6IdoUaCWHe23dhus,17069
25008
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=t6yhCMRlx8lT7a6X6-QcN13hLE2Lq6lbBtuA9B-jGYs,15147
25124
+ pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=gv-OWHOmm34ZnVjL3bUfxHgyYmX-qT58qpvsSvmMGoM,19527
25125
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=LfaYFqq5X2qvGyD-QpXgkY2aOFEcdXyREjopaikCg7A,10876
25126
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=bOauw4mXjzIuwKazH1fqN_a5t0TwoBRngCXCVp5a994,13494
25127
+ pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=hk-G3JycssDk4EAS5YDBg8gxoFDPNMELP9oEHBXmY18,28850
25128
+ pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=zto7aT1_Yd-fhJmOHsqQwh2npVm-pb9lsHriqKJlalw,14034
25129
+ pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=nokB2B8hz64Qgq9fYWhyc6aT9CwHI4hnfNd3r7tfBXs,14448
25130
+ pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=MmiiAj-JfkN-H5I8gPqOf3sDMD_-r8ksAylohnCge6U,17152
25131
+ pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=awKxR2HgvOSoECl9QwjcJQaO8ft5wirazWtcwKSdVjY,15234
25009
25132
  pulumi_azure_native/securityinsights/v20230701preview/list_source_control_repositories.py,sha256=HdEXMTf5JkbBc_-g458ZhM3AmcDi20k8Yka5znUbSjw,4178
25010
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=5Wl55Q9Syeto8I-l6tP2QgwF2ePqHKFECxhd2FR3GdQ,15296
25011
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=oYL9KfWoqed4A18ag9WpMN0_GjCRoJuOeNsVJR83I_Q,15472
25012
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=IPayB2el6hOidkoTz4Jh62igqWMKE78SIEbolzNN3vc,39060
25013
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=HF1a04XnHzEFVE7-MZN93OHYsNDilgPDrmKQlo0OKt0,17380
25014
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=0dLu3Xcfhnb210X571Nw4n8qVV6MS1mXPgy4XE_UG9g,25823
25015
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=mqqTxSa1rwD0Pa8R8rxbWX4VWjheAh7McxR8Lt32RNw,17415
25016
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=Txy52drXK4sY0eTuJf0ZyMLcOplCPeOHnF4EARtNWY4,15296
25017
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=iEyIGJIt_Qzg7bNOybXlCi7YLPlatsV9DWbamPmdkjQ,16903
25018
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=X4nQIhpiH_8dRkbkhW2HSSKMSLXqr50o5VWc5_epgHQ,37806
25019
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=G1P09kvsxtmOYj7VjA0Tso8HMPNbP-7mvyl-OMM6lOc,15920
25020
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=nBLVw76K8_3DAV4gMVKOMSViBEgPFYOoVmVShQ5Xg78,15476
25021
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=99RA7EIHD1H6m324bY4KGk0hyxAIyjjMzQ9PmEeRneY,15266
25022
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=7zEtEclfNe_IEv8XwRot9ByjNAVnXt4nDWHB_jnthys,15468
25023
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=R1usOGj6UDG0a6d_oRMh27SBiNbFeRtFf7KnfgExb6I,15716
25133
+ pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=R1Sk4l4TnQ4OBk-uomnNQ9zCpRJlRvgSqkJp8Nv2cf4,15384
25134
+ pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=sqoib2Wx17OCDCcR4r8imj85qVfYa7zMWXSg-0EzbH0,15561
25135
+ pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=IG4gIwWhIFxl_T69H7yMOXoLyxg5WbETqGhiuekXW8A,39139
25136
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=3-kQz8WZeeR-SGWeGuCb8mHl8HQq7lvHLnNMOvm1PYg,17501
25137
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=kY3TzMyNpnyfqbCrJVQ_zxs7ixA-71xH00VJQjvM2tc,25936
25138
+ pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=JbwzLXKdPnVQGqyVseNfsdkDsD6uRmgPZYsYj3JCXsg,17514
25139
+ pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=x3kTgjNWSNorCgDBLbfVioW-UqWRGiNHxbN7k1bV7Jg,15384
25140
+ pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=oroNxxKECNiDRvIDsYIP8tP4rt-w3cq3yzKOGUQkRXA,16990
25141
+ pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=YWjQxC9LdzezIUy8xTX3WU1tFgRrhVnyCJ-EgEIlZ6I,37889
25142
+ pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=1IUgBfrnqbAct4FX233yAXT781LrYqKbtnmNMa8munc,16020
25143
+ pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=bXPkazIjJrMWJvW6WQFtGLWKi2Npi8_LK_FGWEFdgWY,15569
25144
+ pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=lY4sai3Zf--boEpht9vTekm1fb1Zf5r_vBep9GvcqdQ,15356
25145
+ pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=vKN9JpJwzZGbaHZmVQnKZf_Wk24RTfY0odzf1pRf5Y8,15561
25146
+ pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=FaAPavrRKop5odAovcKOrkf00zSnAV8YD4ajGuQyrbU,15813
25024
25147
  pulumi_azure_native/securityinsights/v20230701preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25025
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=UNE6FbHwRF5iDgD0XyNTVvQ6ldYw5vhHPq8vI-VFPZk,43790
25026
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=I5TQdhnwkgDffljFI8oQHHg3VZkdzqUd4ekZvwPNriI,12941
25027
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=C2o4oD8fFFkSg77shZlD8jPpqHcuWtMG406PAVw_j0w,17353
25028
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=rzFHmkIb5c4KGklBjRFCLKYh2h_wcpkAjVBf0NtwY0M,40533
25029
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=K-gus5Pu-hCoqMG8lMK6NfPhfmaQFbWwX7SLrN6gKlE,16464
25030
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=KcSFZa-mPHcqy2Z7nIfT3Y3vZ1FlQD-txZYN0g3sl-E,25390
25031
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=1JDfSqF01nP4LAk2wv90TwCTkSbHoZoa23Gy4DjFeGo,12730
25032
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=E1JGDniyTHwZ5_-8hhvd-NzTbU2J2a_L-VUeBVo4z9A,37547
25033
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=WvPQZS2Mt1WEJVz4IO0AS8TvBHOLqQCZho8q1DwzW0A,23448
25034
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=zejqFYtHfdqdNyotdwLARtQoSxRkaJhCCluhbEJ6u0k,13621
25035
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=upkmYvmNGOVAFY2wMKLUZP8Aov6-NOD6BCYFWRcekXQ,10992
25036
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=ZfBI3bwky21mBvZdzUiB0Dw2nGJOlgSXvO8PEpikSBk,13530
25037
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=dx9Rrv_1lBJOr_QZOsXthCQhTJXNyHiaVBIdLTiG_zw,12969
25148
+ pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=QLGH-P1lQXzZIgytRlKfDccl0L4NO5EkLdnvcJ9cQWI,43879
25149
+ pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=OPIvqBIYvrke5rzJ6ubxx7aP_vze3BFiFTFUXSjbiMQ,13035
25150
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=85QW8e8OgUhpugRTjmBZJnZwLP6Cv3vN1ij3QEy466I,17451
25151
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=TnZvpD12vXQuldpqaX7LYSTriaTV8sC38IZrVgeBA3A,40631
25152
+ pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=uxKTYnC0cdQXb0Yi6t_GWopfu6IERFp64uAC_UTZcVk,16550
25153
+ pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=Yexega95-iZNGs5umGp8Dm1JEeLw6JFYPFpLr3orSMc,25481
25154
+ pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=b5JZOIx7uItom3XduRh2G62fOL1yzpacEPI1gjijvIM,12805
25155
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=6-OUWAyBuBWK4vBJkHfAVRoCTocEDcJTQoDJhmPx-34,37627
25156
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=vaPu_bknbkoixwXfJg6NGiYo4K8TPUzTkVgG9IUNViY,23532
25157
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=5fkWxpFw9viKPrnz82uRxG-E5dvZZ2Rf766WPSf0crk,13718
25158
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=EvYem12SVNWBpfGjJAyjyI3rEt7V5LbSFGvWNjs0MWM,11092
25159
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=NHsNiyYHOepgOqWw21jsQRX4PL9Q7KJY0gkDYSPrG-g,13622
25160
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=PBcXBv9IDHSAnIajKhGCZoEG2PcvrdG6Y4k7YF9LIFQ,13062
25038
25161
  pulumi_azure_native/securityinsights/v20230801preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25039
25162
  pulumi_azure_native/securityinsights/v20230801preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25040
25163
  pulumi_azure_native/securityinsights/v20230801preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25041
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=PE-Y5d30Ab34ZiS0v2gWn6gNP4LoU0Okm-G0OdaJpy4,15238
25042
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=ek4LfuUacFnAgQjMjzgGOe23uSn8aXFv48WC-lF305w,15321
25043
- pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=-CU6G6xbGXHVGioegI_zHsi4lYbqM8CMeMJeWFln63w,14325
25044
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=4S-F88DPY5mpg3f5sVOT4Zy6IRLxggF7GTYbMNe6EPc,25191
25045
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=ZTPupARxW-WZ1eKclAb0Suio6HkxklHPtzYy3KfPgOU,11702
25046
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=sRXLdxDNiWfqwTPvzOxa6ISAWOK_hxpWPFr3fKt0qfs,31939
25047
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=hxN5iA3R3QgzkGDQPWUoToA4LoHUoy1kRhv1I3P-0lw,15291
25048
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=VXcwDr-ItpfUoI3F7Jkstt3sbl7tifnoS8zn8rcGk78,19274
25049
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=_nz5qsW3APs8MXW-KLqN4TaLEhpaBRfVkwQv1tbQRlM,16027
25050
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=Z--7ueoVIh2mWVfeJvvRUJXf5N9JFETA2PAjHB8enZk,17982
25051
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=Er9N7U5MMCvI3yL4n-QWsFtOs3jyhIwZJezrC21ANBc,30304
25052
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=PoH30dN3lc4ir8wF_JWikOzfVFy9_9MowLrm4jrIkKc,13634
25053
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=SSt-3W4WEpr1PgPAYj9UXY5SOYU3uT_KIGse55kSVSc,16681
25054
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=5DS4n04K9WjMrG9cAsF0C2gBEnLr5vZzwnKUy1RaQks,14468
25055
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=RNRG0QyK3rPSkLxL6ok8WLv3MXLH28qIKLwJnrMWrz4,38246
25056
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=dsChaertKmRSgDWVX1AxwzvyCWWcQEE8AxXtKp8_HdA,46672
25057
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=DfmF-kimQiImzp7inea42uC5JibSFDn-AtwLOHumowc,17272
25058
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=IZ-zIDjnU4Z5V_us-66oOdi2i1ryu19UdIUWf_aaW88,15598
25059
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=mLOPpmYK7YTTzTvTvjKbSx_eUVpMLAkf_GvJiizR1lA,13341
25060
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=7Hz4ODd9BS1jYpFAiJOnR6wxOFtBtcXBMFWwNP_8pC0,11555
25061
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=S8PhrpKrjIt6K1I-RCKejGy9tCCsuBgTlDxNDRfcbcA,17974
25062
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=qMo5l_mVER_8kSUy3rFOPCs05cXNO8cDEyjD7dm6AY8,20698
25063
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=l-i7ko1q3Gq_MaUTVxTgNVuptAvvkZiDHAgG54wXqRc,18041
25164
+ pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=6DTNoglLj5hQ9_-1SD9Ewm7oB68E8-NNEhEKFr2LLwM,15325
25165
+ pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=p-0NMqiJpEZm5xfrwDZoSId-MAQHjy3RQCRDZMM6fcE,15409
25166
+ pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=eCojPCbNYrmRcKntPnDunPBnsteE7I24rceOKRL9k58,14402
25167
+ pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=4Dm0Icxluuohw4OReLgvxWBccHFYYMZyMgax5FZhZyU,25287
25168
+ pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=cn17Pk1xvZBVXXRSW9eGSwOwXikAT5WIazzw8LkvptU,11782
25169
+ pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=HvQ9WevNaHgedqt0vniy0hm5lKZe_MqKzXDH461McXk,32044
25170
+ pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=1YYzqtD_925JucHYJ35aoDZXDCnDwJtAVDMOrkgQydw,15378
25171
+ pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=F92jighTfeDPcJ0HNzKZKZ920tHUUvBTLLcBVAjEbPo,19359
25172
+ pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=2iEGoHccUjFE4tqWLgp__z8qqztvirwsi-Mw4nrpBXg,16124
25173
+ pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=DOeAAnlRzYpxXuI9_bNjf0oq0VIztqbLv8rm1nZiLGo,18071
25174
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=xUWy8TbM8y1b0_lnO9wQmFUi6TT-9R3wl6rO-jgl6dE,30383
25175
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=6te4h8-CDzFv0SkmlBe7V8p5sY3n01SGiSIj78tZ-48,13721
25176
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=fV77vUJwNtEejca9EgESEeCo2NHARh2B3vW-Zm7aM8I,16783
25177
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=elALvvaXc12XF-ywppJNuRYzQC5KFuM0bvGdlwwrDUc,14562
25178
+ pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=TLG-jAUAnl7mOOGKObE-qWhUp6_7rT-jj-mgvZXXBBU,38331
25179
+ pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=qS06v3sQd0klaOrdGTMLrC7GP2UTvjm9ia8Qcbkk35E,46758
25180
+ pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=h3OvMuDf4Ti-UbV8VPNRxzKQAK-lNCYzuZrNHoazvZI,17374
25181
+ pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=ByNDKxXnrJmeZEPMcduDjvuCGgdeFlITM6JpXmqT3n0,15693
25182
+ pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=rqNSKTa9MFbxNkxKbzWJ-_gjUny7-I5gvfsRGcuxGss,13427
25183
+ pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=6vv2DJtbIhIEQuBXCPk8cL-qQTm6lMrZ2YeX7hCRSGQ,11632
25184
+ pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=7UxneDFngkRnQGNqi7VITxW6L50OsVK7uAn4bgiR0RI,18055
25185
+ pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=gKhKBJLwUgiApwZfczQ_S9ObIb0U3RRehzuplxwjfa0,20784
25186
+ pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=d_TEtNAluoGr-AlN9aNi-inC0sqqKritKKtgXTIROqg,18128
25064
25187
  pulumi_azure_native/securityinsights/v20230801preview/get_aad_data_connector.py,sha256=Ij-HY1MfbPdRr2ZduiRwS1tV4mAdQr0JG37cXh0iWGk,7622
25065
25188
  pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py,sha256=GtNpZaXkkJNDhVy_cxgiXazZKnbOmuARSq8_J3S_mwY,7644
25066
25189
  pulumi_azure_native/securityinsights/v20230801preview/get_action.py,sha256=k2acR9K9rzNg4HadB53U6-Gzq75MSQTabRcaj4AiKdk,7244
@@ -25121,69 +25244,69 @@ pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_assi
25121
25244
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_configuration.py,sha256=RHZRXNdolS41-LwQ_M7TTyx0EbpSh1v0Q9ZmoowpOnA,6916
25122
25245
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_group.py,sha256=5gWFn5EiF07FGfelZMLP7FDIWAPuJ7vAeDYmFa8JIi8,8087
25123
25246
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_member.py,sha256=L9SSOH9dqRzP_s1RQ4Yd8btjgbSY9yj75hhc64wtdoE,7924
25124
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=V_yoHF94kgyorqoOjKKffyR10h95S2TsiCykU1wtuN0,19452
25125
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=w804epmFzLrPLh05vWcN596b8qulmH_qLnRP1g8zTQE,10794
25126
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=IF89uGbGNC92vj6KSUhvqFY61JtCp-3d0eJHG-eM9iE,13411
25127
- pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=t9YviBZgVoj1UTp9n6eX5PydXF3JOqz89fvpVWE89XU,28771
25128
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=I13Ulc4ar_cw-Wt0NSYt-tEpycO5a0hFbmvY6-3ePKc,13948
25129
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=wQGiJewyPz-YvXKX3Oan0nqI-GpSE8-NB0YykYCjgZk,14361
25130
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=VRM9RPL0LkmUJ5h-qbSqFgOhJ2FUuSBGpTmCQcL-52s,17069
25131
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=Wl9tYD0rD4gZttsu4EtmeoMtw58oJAu8C2I9uCZgaec,15147
25247
+ pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=mv19vSpjdSFoy4D47iMvZecPytfCh-cw4lFBsQK48Z0,19527
25248
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=Pnkfc7Qja-fDwsNnRwdAUoizCWONBtNR86hefGW49BY,10876
25249
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=klW4gci0N4hnBq6VKtXcVo705WsatWm4sl0lxmMMcp4,13494
25250
+ pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=1KBnNNuF7dq7lC1aCRvtBZTtOPUqUCxqx9cskm-M_d4,28850
25251
+ pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=9TnnPD8KkCju8No-U3oLxlhGpb3n2iAaEsBi52x5xXY,14034
25252
+ pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=5vWohSv4lSjH0vy-iWf1Kfng-6_SRRw1SOKuU2a93p4,14448
25253
+ pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=BTQ-H_2NkQHiiv4bhrWWBErCJKHxlnitlEWaeAHsxOA,17152
25254
+ pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=qHYjUjUHR73MFh-0G89DdB-a86JRCnoy8xIPur-6hwo,15234
25132
25255
  pulumi_azure_native/securityinsights/v20230801preview/list_source_control_repositories.py,sha256=_S3uyuXJotKOPJx83jRcMYGtbrXavTIC-9KZNFYl_0s,4178
25133
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=rmFFcwFEJW3qH2SWdWEbbvJjsGmPNITq2Pa2Z1ahBpc,15296
25134
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=b1jw2LiQmf-D6zzEUvoUdYbV0ZTfynaZZUegxRUwnz8,15472
25135
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=T99clcJaKg_MeJjeSHrtRVLE4kaIbWhhwG__cgUsZTQ,39060
25136
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=XKJpa13bjvJZr16w5oxQxpWQ1BeSJ5C-paQ8tOrhlao,17380
25137
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=3jjYMtarBmeBEdz1uheFcX-DNCN7xIFOWfzmYQbuzCY,25823
25138
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=vH1duCxdMx-0ayY4gZW8_Ud5Ky1qDYTbptDPfhMJLxA,17415
25139
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=qx0yzr6cluZTNN8Dtg4nFHFn0TCxsKGD1VMgmvTMqTk,15296
25140
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=fXeV7cOb-1uU144uin4Nv7XVQ7JgXpy5hsCJxHlADbw,16903
25141
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=oLXzBRLNsSGiTBGmHmiE3L8cbuxJHc6XeC7tp80R0sg,37806
25142
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=UyTXZVf42xIWWGaUvUeQm0BZiZDvcez0rr5rPZ8TQbI,15920
25143
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=t6AY-SAyNN13Bs0EIJnFvL-uJ9cH1hFKMLH9JmCX1ow,15476
25144
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=PTVtBklsxSw1Ixh-SanhfdW9jEOuLVYENpaz0iXjxf8,15266
25145
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=zm60p9LUcLjvdiMi6MnNhCWSHVq0dcQYXCcYc73Kpwo,15468
25146
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=GqfSOIEs5BPa3n38ZyTyUxmc2daRd9QDq63XtLFzH_s,15716
25256
+ pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=9G5DG7VNLBEEgm0aJa6jcH2_rxxXzVvCIcfB_w4uz6Y,15384
25257
+ pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=ZLChnALQ9svAXScpz6JQ5hTeiNEMApM63YyHBZXflBY,15561
25258
+ pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=EF8EotmKDeZR9dIKOv4OSTVnfWj2uyR9Ts3OVX8Lpvo,39139
25259
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=TA69eL8eF8IzWE50Y1zNxqUnTWxS_WxNbaXaGPPjDIM,17501
25260
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=yt_Bzq5LTOpgjjpXu8V7g_UiXDUPuXmjXLyECXHk6xY,25936
25261
+ pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=OWmIesr7HElKcDI6x5nXkcQPtwI_vtqUl_GC5TbgXOU,17514
25262
+ pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=OFQUiFEm5CSae7WKjyb2dhhr_L6pvQZqyweOJQDlvRQ,15384
25263
+ pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=YfdQmpY-ApdM4G54Rh6zh3ghJuhZ6uqVXue26ziNVHs,16990
25264
+ pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=_CWCc0tinbL5jqS2L8DC7tx-H4szAPzZeyOhA_pRVbM,37889
25265
+ pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=Q91HweycpnHEh0BgStp5khZ6yt1GAMtdRxzEu1nRq_M,16020
25266
+ pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=r2KH1MIoU6H8UO09TneA_NNAemtfPboiwol-DLX1EsQ,15569
25267
+ pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=XICQ_F5mEJgj7RR3EmipVGX3fmgamGWy3Jb8Lv9zr2s,15356
25268
+ pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=ELWGJpMMKlUMmmQ63Zus4YH0ENvQ2EQnUxmhAAok0kc,15561
25269
+ pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=ncM92mWBm1gbShk-g3FzonXJYvfnLHHJ9XZVxWq6x1M,15813
25147
25270
  pulumi_azure_native/securityinsights/v20230801preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25148
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=HgUneyuSKyAvQoUoDRZN8uLv7pFVmrsGcHAwZ7nZEro,43790
25149
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=11mwqQG2_J1R6_xxMTYYhz0i09u_eaoOke7f5AQqEgc,12941
25150
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=mmlPLa2Fqr9xkQ6gfChifYiQPtGe5YEAytt0O-tJzuk,17353
25151
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=r_UF7UU2_cAu2dPjpY7Nrh-jNNKY23Iy2RKLRf83fJY,40533
25152
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=60SCnBZlGYwLbp1DxvL7oYZ3Qbcoz2S02kA5gta38bg,16464
25153
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=0-7nBqw4ZHHZWuN1k6Exlg-xuQaiiE7fT3tnd8HmR4k,25390
25154
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=MBhkSLCoJuYHGrpieehhXbvXNzveXNW29_ySpjMHe2Y,12730
25155
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=TnC1zvslsw7i4W8c9-35VuQCcrClPvrLAJE4KiF6_ls,37547
25156
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=9X7NwxPZytpkjvUHOJ7hKBnWaYdTEZDkl5K3qUswvq4,23448
25157
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=f6d2J5wTRYXGyilLQlVK0L6F4mu8B9zYALL-TZeMJ40,13621
25158
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=lC__JLM3cH7E1V7PLI51y4sfFHktjUJK5qVlO86JHXI,10992
25159
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=041zv0sfXrI5hW3gCaY2nenPTM9l0EK7gYBodlIfbLM,13530
25160
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=GSUX8UTzJE1p2Yvm0aYI7i05pmeenIBb6SvmqD0qzPM,12969
25271
+ pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=eEmraKkDXzxpkktMBsUR3xq7nFvEwLCZMkOEsc5KTSE,43879
25272
+ pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=VcF5Dea0gqSoxVyQG21kQDi9vHnM6-NFI1RjUUa_k5c,13035
25273
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=iGOa38u__1zd1dj66c2Bj22xtlYZtwfxGa9IEz7rivE,17451
25274
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=yRpxalNzfn-cTFC_wjZ_Urtxtn4v_o8uRvolayK6lOY,40631
25275
+ pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=laOjoG673YpEFHkluhM0um5TjE--DUMwdwsFkaMWSF0,16550
25276
+ pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=I1KDMWas7xL53asGqDswDL0tV-wDuztnOPe_8H84meo,25481
25277
+ pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=w4V9KyJ7B9Z-WHvdKeV0QghlS5UIFo5o5OHwTa1RbU8,12805
25278
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=FdT340huPxcy_kqayibnRS6YskPgmmYGEunhNZKPBPY,37627
25279
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=eQ0TkFAErRRNLP529q5fO2hVirrZ9hX8AkRe8XVXQyk,23532
25280
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=1ok6w4aCvnSI4aGbfAkQTBRU2BzzhSUp1oTgxZ_-wbI,13718
25281
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=VWqdwDeZWyOyqeffK6upBr5qYmh54IMuH0XRrNQtn3k,11092
25282
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=PZMhUulXqHAs6Hl15NzAs9S87SxIwHQTe1mEHWWnaHc,13622
25283
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=765aAygq5dZnsbDrLpHFDVugMNOss3HQX_32BVcuLUc,13062
25161
25284
  pulumi_azure_native/securityinsights/v20230901preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25162
25285
  pulumi_azure_native/securityinsights/v20230901preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25163
25286
  pulumi_azure_native/securityinsights/v20230901preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25164
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=s8KxrnB5z0ztPwzxs_cbDI_4Azj4RPKW7Ng9B8TZgzo,15238
25165
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=RrTTBIE1axOZh3_wn4dJdoAuxEPvMD3W_2MUjjwD3ZY,15321
25166
- pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=k-zu1Dp4iLmmgO9IQVdtIxASJSUK8bvLnY6pTGzHHpk,14325
25167
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=-GLO-YPq6_JrV511JNN96Mo0ZEnnU-nCX552W9wo4e4,25191
25168
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=9ZPksLkcRHxunFJBbyCpS5bgao6IO9uD4lJUbhSxHTk,11702
25169
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=duWZ6OUvg5qyaD60RhbAmU9MVuM5kBpvNkGNdr_sXsw,31939
25170
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=Bh75Pk80hcGuBC5cImwCEPiobqVUXWIg2rcluS8rds4,15291
25171
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=J_pUHMIsWTwXiDQkOCNMT5bL8bKQgd1x2xy5C09TOmc,19274
25172
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=t96OjXag93BOrGuf1xvUPvba3x5u7gaYW6T62RiJ8ko,16027
25173
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=oNcVm-tQdPsCp1JREd_qI1bAUYnSJau3jqnEwC8ZMtM,17982
25174
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=-LQV_N7G8yQXNiFmXG9QGkY3Y1TAmwAQc0dqra6YETQ,30304
25175
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=TgtqBOh_7xSpu3AbnUDBVd-9CjqNKS8P8efPWkF_YEM,13634
25176
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=JlxWu8WZHvVps2Pg15OTPsCfhWARpCRKjf-g2FVqdE0,16681
25177
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=YZiUlNkY-_Tg8WI2suWxNDvgNQotrlfd8Nt5BAvug9M,14468
25178
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=XoduDIf2NCKFkLvQJrIJeIA3jfIgdsOhiP5IDL9nBiE,38246
25179
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=TzsA62eWyZnyso5rhFZoxS2FBfieBupX8QpJxx55MYY,46672
25180
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=Cmkvo8ebyC97OtMm-5u4AbVbB4j78GW25YsjJaWg31o,17272
25181
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=HrNERNNBPDj2_C83t6iVKDLbajGNAhn56AJCm1gwe3w,15598
25182
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=8D4OtQbv4xxBUI1gBaiDaicXj5PMXlmbgWi2aEHRV1c,13341
25183
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=bih52rVIjBZ61k76dWB6zjzOLpf0qMIfDCPbQsy8QrM,11555
25184
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=6TN8NCVjUJmCgJtkPiXCX1M8tDPUmM4ZXLDWdYNgX8k,17974
25185
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=_3_rfxHYmRB-xNjzPCpVeV49cmBCsIfPq9qDHKNXo1c,20698
25186
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=aS824XUztFC0uZsoI_CL8E6M-_FKGzgl2opjfYDULfM,18041
25287
+ pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=9IkwRjlkeVeoa95NNp5VTJW1HYmYpOY9sgsDN3wliPw,15325
25288
+ pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=bTVYKcZsXMI-ABLKZHLfcFJYFkM1DaqGCzLSMtZ1X14,15409
25289
+ pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=rTzcD93ByOlX4t0PPRRJoRL0kbWLTYeY29mqCvsawrY,14402
25290
+ pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=GZZ9bF3PaEZwX9DyLjOIqI8evt6W3tH8MKKyWiKCeFI,25287
25291
+ pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=-iKmKarpyAL6KUl4fz5sIDw2lSOWWxtZcWq3egdXYVw,11782
25292
+ pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=o4ClPdRK1unCyijRQY_yWu8TxQW5B8GVfUP1m3LBeVI,32044
25293
+ pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=OUcbQXA8rOfPQUyfpZMDSB8sRuQMTzukmsX8PUeAr8o,15378
25294
+ pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=xtVIuLqQEayH6KmQw8JUS5xtX5cikeSTn3qrZHDqzWM,19359
25295
+ pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=58CIIwyR5lBjgGuG0vP0yTsA_oJJYaFF7vUVrDEibaU,16124
25296
+ pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=2G92N0VAzKZItNO1k3txo30FoYwgjTnpLqK9fXr56cA,18071
25297
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=IhcXN7hjv22j2hCH-LZHcdXM2OUk2kNQWB7PUf_Ck6o,30383
25298
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=l9TKPTvmfJ-20_uUPK7IfAx7R6wsfDDCJLdM29ocSpo,13721
25299
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=jzaJBQdw0zDQw8edb1E2CadjYFPQJSxTDrJWKfqiIa8,16783
25300
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=02hoIjoSLu8efTpC38-H-Ulfz1toExS0a1Q1ziyeAgw,14562
25301
+ pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=zQQZiP3myMkgLQw9uFjS-wsyO8TI4Htf-HRGche_JR0,38331
25302
+ pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=AnwgJt1DcynNdMgasoyT2PBp8pwluXzjNgfypI-GyQs,46758
25303
+ pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=yrsRiWxuU6p8XBJ1XgePeg_R89qfNVCNnl0M6duB_C0,17374
25304
+ pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=fCMz0J1LsN7fI56nFTqrJrYXKCysa4cac314pSKJolA,15693
25305
+ pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=9xHNP96zY0Em3xdobhJtVKoa1JSgNNZrzHuBxg0CWng,13427
25306
+ pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=B6XwBgs_0GEQx66kKIdaY2YDGOXlk2GXaTRBS1HTcHk,11632
25307
+ pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=4bNOWSYMDasf5eDDgroBlG6MtdRSsIeb7kKJ0wJF0do,18055
25308
+ pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=pkpRgTqdUxgO7WbTazgMzv9eJD2K-Tr7eV73IXryHas,20784
25309
+ pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=keN8nOmwWyjCDytFPh1izMSrZh9AHSgz4o22Z5GbwUM,18128
25187
25310
  pulumi_azure_native/securityinsights/v20230901preview/get_aad_data_connector.py,sha256=fYB7KO87xN2LyaQqJdVL9G0YMD8ffD5Sjenh20pmydI,7622
25188
25311
  pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py,sha256=7ZqUpFY6t5eL_XoTaSPArOj2lzhT5w9mrdYBNPqR27c,7644
25189
25312
  pulumi_azure_native/securityinsights/v20230901preview/get_action.py,sha256=nin6qFnxhkRqXaw-j71AEg3kUDCOgcPVmqUagM68TW0,7244
@@ -25244,69 +25367,69 @@ pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_assi
25244
25367
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_configuration.py,sha256=BtFVzSBjLQxbz-20t6ZTNtmK6J6nHSr464xJkpqsqus,6916
25245
25368
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_group.py,sha256=yqlbJ3xOAUr8ndySqTJto3l6Utvn3bSojXtaujbjTT4,8087
25246
25369
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_member.py,sha256=mHxqPoYOX2UrTSIcnRK2BMPyNwSbZHyAcYLo4BiX-po,7924
25247
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=3mj1gWwUuwPiJ8h0VNSbGZAXg3ekVjXg10VpW72mO_8,19452
25248
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=hSmALAemH_mzsIiNhtuqqLapLdYw2Rs9sTpMDAyY-Dg,10794
25249
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=Vbv3946HLyLMotncALnVxwmGHY0xT7ByQeC8TOAjuuE,13411
25250
- pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=ZbIKKYtGEhr1OkBeoGZJrH8AOJ9hmT1ODET6XxifK_Q,28771
25251
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=wxEi9aey18E-CDYTPlxIsIV6nRRB-Sjgm5TGz_6qljo,13948
25252
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=uK-w5lCXiREAb4pWa-DrIp56CcNSb_cGz0qyqVgHWhs,14361
25253
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=KG3JkTUmfveW65gnPrj4cjDkJLBSYcNKTn7rBJwXQPg,17069
25254
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=FUUEoZ5sx7AmWwDnJsrdZQCN9y0XYomVL0FQ0N87v1Y,15147
25370
+ pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=1vM58mnaVIsBi6vVquH8sdjqwFCHG0w3xYcOKu3_-T4,19527
25371
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=hBDKkKDGSzZZlYxjfZe_TeaZbzSvwDssvjbStOsqpYs,10876
25372
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=KbItOs65aIgPuz60Qu3FYr4puSB9Q3CnPlX78vS9GH0,13494
25373
+ pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=WPxLwGsXfLtLHke8zMVNIHkkYMvfeL_pBAJygC90b-o,28850
25374
+ pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=4jW65ukjFxA1-G-rUIZFU0542KIUkWfEgY0S0S2-Mmw,14034
25375
+ pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=A91jTzgco_NRXNDpmITE8pEKsvAkluShuDjU5xPkF84,14448
25376
+ pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=R73gYTSv1E9FybQTsGv9qablA6tr4N-6Lc8Xd0FdQNY,17152
25377
+ pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=txNA3Yf5sh309j73W9c7Del9v5Vq5rTzLAUrhz1yR20,15234
25255
25378
  pulumi_azure_native/securityinsights/v20230901preview/list_source_control_repositories.py,sha256=UBEUzX6P7id8pzX35zMqpdaSmW7tuyCpViEaq_oOAzQ,4178
25256
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=4A3othlWhRV6LAi3Yp-V5-OEnG1vVxpB9nHqlm9HFag,15296
25257
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=ybceTCAuqHFsksSRW8eSOF586v3Pr8Qb7F7iJqaRqOg,15472
25258
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=ZFiiNWmsSZn52tzcqussGg7qeMaXyB2K9N5uS9FP5hU,39060
25259
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=2jd0-lT-vt5bXGdOGIDWmEibackKOVJmf2AsnghT5EU,17380
25260
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=sdmRcF-B4bn_bvLfwcg2pQfDhHqXL7g7tK4c_E3r76o,25823
25261
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=2sza-NB3JQUEi29p-iKdNJ1pdli7fXuoduIONt56JVU,17415
25262
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=0DR_5W-IT0fB96BaIMl45j7h9R3uE7vGJHDnf9xDfK8,15296
25263
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=Gx4Geuog86CcAkJcb2S1M3f8xa1Ddso6EcB0kvZ9wPA,16903
25264
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=dQYkhznCc2KYWUTyxgUbkg8d0SC2QVAfnffZm8jLrqM,37806
25265
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=0lKr9BK5oDDGO0_iVcylDzjzcR3NGJ8Sgtw7wV8zAEo,15920
25266
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=cmszwntzGPzkCWZLicGfDQMuirA4fXd-C_BDSFw7d_c,15476
25267
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=n4gqbEwLyZTI_RITNOy9v1ijIzaxi8YsE3PHHOuF68o,15266
25268
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=LY5uzdiy-ethVvkYMlI5Oa7dneUIPNhzD-aKKd7Sku0,15468
25269
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=GP5iX_XrSI3E_HWkdfCnT6gez1uDaqUKOpZMPpwTI9Q,15716
25379
+ pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=lHSQ68pcPenuxj8gjDtakklUesl_-kAeHcPU4XnfByE,15384
25380
+ pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=HX5Lk6HHi7ReqlzbPJjcpCBELlrSii6eLJN-hGYSUCw,15561
25381
+ pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=_DXUCit6EHUFJFNSJisvYqwkxUBtyS847TqgkW3aIS0,39139
25382
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=s58j5rvKMcO5qwRpqYVdSqz5jR_sWmbYiiOmBiSz88M,17501
25383
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=9HBDbC3V3Hzdsy0zk6oFZO_3dvjLckB9syjVhPMzR78,25936
25384
+ pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=fWVQEhUvqvYp0-j1tdV0Gc7q7XXnVGO5q1oaV7MLpd0,17514
25385
+ pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=gkKdsgqH9oMrJE9BLC9WcGmr3uK8tBCMhniZ5zRPRY8,15384
25386
+ pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=hpatFcfQfl9LKDtgoAMz4KpO5s2HkXXd1Oix0OublxY,16990
25387
+ pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=6HFS_5TQ6DbVzDkA8tb613-x91XuzqDZM4iEa8uT9_o,37889
25388
+ pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=m_if8J1ywURtkb2XcbMoiWlrzqYF8ltPEQQLI2sIkhs,16020
25389
+ pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=NclLqpzgvijFeONJ_xOfIxEOwl19PKftFkcauTMi-0g,15569
25390
+ pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=wtbpl58YNxRSIhRjGm-82rBEFxA-zJd-lJrHs1bkf9E,15356
25391
+ pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=g0GVu8nxgEalyJ1aje3JoTVo0ABxqbZqK7sC5v8qUj0,15561
25392
+ pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=ZL3oiNPNDJiLQ2H5fcBzcHxkEK75eSXXQ4-p7ppq8RA,15813
25270
25393
  pulumi_azure_native/securityinsights/v20230901preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25271
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=sSIshiuyqrXSzqpWgbzJe_DBRWssfnJ730XZCalGQYY,43790
25272
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=qk2CL0vRJLZcngVvRKpYtey30jo6yKasNm7afMsRLGg,12941
25273
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=Ae08SqT1yw2WmRFCONsprVLznGVYqKCrCMZL8lBs2e4,17353
25274
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=g26E9YypXoY-FuvlB66OpaHYpQ14tzwbqGj_j8G608E,40533
25275
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=XrsmC8Mtvn-rPr7I4z88L_LWpVx0d7a-D8T4eWZh_lM,16464
25276
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=54CrwakdVjo4dcentIL7Wx0ovAMYOOt2XfCRF7eaEsI,25390
25277
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=BZGxwDfAFumSFR3jE8sbl40svPNiju48bUSmebLpLQE,12730
25278
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=eGhG0-jjl2XZ2yLlXONKKnINxpGqa61EYr4iRAhpPcY,37547
25279
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=mM_LVCopMDU3JQGhbTUse1x2E0FQFJUIFLGHtVXxPfU,23448
25280
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=b5D_QTcjc7fHQYTDayw3Ug0EVZJaax6m9zo81jRYrbU,13621
25281
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=Vlg1bg94x7I4ObHiMUCh68fYEBO9WIi4u4iuXIFvK2w,10992
25282
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=ceZlkM087xuMdhOMxFKipSMOUdySO30ZPhWnOkl83-M,13530
25283
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=5ySHnuuP4KHEfuciT9QFf76piY4k3O3PfLwre8m994w,12969
25394
+ pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=u5OkB04qIrsiIjO0OHeAwf1em8J22dDpRZkMymvttFg,43879
25395
+ pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=6COO86McKyXoFuVeMzQJZqgdmd9XNlhS3puOcvayUc4,13035
25396
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=b2c0v8stcvtPEZeoR-9IsNrulTy0DS8p8M9nUt7GKlE,17451
25397
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=Bp_MEV3xgHLhmr69ycvMtPX8-hkoaXLjvcWVvxjBiso,40631
25398
+ pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=ZA6ROpBk74WfirML0NHapIS6oz-p9kWEleuPyuNifWY,16550
25399
+ pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=ZC2924qJ_wwcItFF8dEjV4J_u-O2nP-TEnbIG7UkYss,25481
25400
+ pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=LoO6he9jm_PIynXVrPzf1WGooWzb9ysM0y4PU_5qV-M,12805
25401
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=U0VJHc55XjUKSeS4bgU25HP_DLVLH9GHJBcsCGtgIo4,37627
25402
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=yDALyYJDWn8rIvt_RAzJO1-iivae42osQjKz2UevMG0,23532
25403
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=5hm_xbceEwjG4ASZ9ua6L5iVGXkYnO0hsmPEQmTyorM,13718
25404
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=r4ISFQvnlSE9NwtSDiKw7_di9kUSnWEI87XaecceEIU,11092
25405
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=R0RwLHkPleC8WWgJFX5DX6tztRhCxKGgjRZr9AGgALo,13622
25406
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=LSJso79C4TLmKKaEDBhtzYOAdUNiO3vtCRErOIkBm3E,13062
25284
25407
  pulumi_azure_native/securityinsights/v20231001preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25285
25408
  pulumi_azure_native/securityinsights/v20231001preview/_enums.py,sha256=cRaLnGqo7Or8H_UnXUMJlMsSkvK9hjUjSeXKDtuB0hs,30303
25286
25409
  pulumi_azure_native/securityinsights/v20231001preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25287
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=r0rXM6-1Hq2dU98_gK15Vq-ZaDga8XdQwJHfnX7Xzag,15238
25288
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=zX5XQz_A-ObiezK9yBXr2MKd1miSgnrUrfky8MEHCF4,15321
25289
- pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=0XSBRoE1Np-VIEzAOLz-rs0fR7isv_YoJrjBLmpHvas,14325
25290
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=A5Hq3Gn34TYG8aaF5GGzR1On5eqRKFYGpY8YcgeJtTc,25191
25291
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=xvynkBpZjqBZIqxu_KqiNmkZ2uAsfOx0CvsqXNWcIBU,11702
25292
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=mgwk7I0VbwXvMfwwzaKkIgTt2C5RPQComaOR1tXo68g,31939
25293
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=MnJPGF7J09cmHXycgF6DRf9nwsZ14hDdjuRIkblFbvM,15291
25294
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=a-5hXHU6eyemih6kpUlARbGUOOPI9DVp-xNg1muPeg0,19274
25295
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=SnfC_yoaAr76MhNi9J5G3nDSoLZBR9wcv2JecShp2zs,16027
25296
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=WNLIMKdZqkMw0JM8lWjNhJUSOePk3y-d8BBVgfzYFNA,17982
25297
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=HELYfdbMZO20W2g0zJzaso5R3qcn55KU-aCuewySJ5s,30304
25298
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=0i19QgiuSDyV-wiwtsRM-lE1v9uyqiW2KIX5dilMSUw,13634
25299
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=MS1ZGvJTwah_zgblkdoSuU27pTE5soGAELkCGBkEkS4,16681
25300
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=p4Y8KYYVWzZ0EPE8zHa047nDnhKLLMG8kGs4F0u1JO0,14468
25301
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=XKSlAv-S3fSUw9u6pOTqxd_Zst9J3kKCjXBdo-8NgE8,39587
25302
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=ANDHpa5Ylxn5r_8ln0i10l8EPI-HRtXX8iulMZoqLkg,47462
25303
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=4MXrYokr9S5CHxCccPbGaZYvdo2zbWc0q4z6kJLYoBM,17272
25304
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=C0gpuWXPreAQSWYlgxjpHaZ0fJlmo3ZFLzgevcSeI4c,15598
25305
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=sg-etIcDCLWbf6c6Cl0ctY0nFfFptMB1R1RQCQJMrRc,13341
25306
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=vcJxeFC__GYGZZGZtkyf8TmNrqd06HpQTyVXQsc1n6s,11555
25307
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=cx2HNJfRwaeXzYqxKQMhEfkkYU7qcvyeM_cTk9sawes,17974
25308
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=nZ2lTT5XuB_1Vin6373eU_HnB6xwdrmXcxdaHISIoSg,20698
25309
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=oodgRZWoZKnvZgw-eTIIGVmXvTIjUiaBmTUN_M2IcQc,18041
25410
+ pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=w2k6QUQqVs1LwPvZDYrWvrlgvyOwfxuPOobMUakEnd8,15325
25411
+ pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=w9FSynOB-NiTSCEj9Jv79P_O9PKE3LQsqEd2xnQ7GPQ,15409
25412
+ pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=detcFiYpNdI9PgaDch0NoXNMEAc9RNEwr17pfzbewJ0,14402
25413
+ pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=SrvB674jnDCXuEv4eE0D4ZqBwtG5mfeA6muT_ufseZU,25287
25414
+ pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=6YNqUVnQmF115mrzkW-cECM1ShbgFmJvE5sDMRipmIk,11782
25415
+ pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=qPKvIG09YBojMqXeow0KBMMEAMSTzJdiyn9ORZBOXiQ,32044
25416
+ pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=8Xc55NmbNJXNtTbvIO9q3xJhkmwAw3dgnp1BAvF8EXw,15378
25417
+ pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=uc8tegVoEh_3rBkG2GHK1b2DzfIvZK0NwijJjp86cL8,19359
25418
+ pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=T7FJQWnRWBrRUZPHGlNLA1le4Da7E5Mydh3W25M-3ME,16124
25419
+ pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=Flzlhl2-dLTNgtvWwh0HLRi4MM3XLFFm6ou3WM8Cgns,18071
25420
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=TCEYauAYA54NDfIkKJVURi5Lwp4VWuODnM4IVXUFqDQ,30383
25421
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=aoVNYdJ_v2JD-LcJuFKF6s37QMQ_8jiXzvL-EPbXuc4,13721
25422
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=JjEwTVSEu1N_dK-Cfy1lUfatLZJP3szHlFYMt16235I,16783
25423
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=BdpnLxJajsrVT1p77zZFLEmmgPe0d5UgNilO3Rvs3vI,14562
25424
+ pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=Kn2BjuVO-UY6rR3HFWQeqkKJzdhGhVNOOzIPKpW10ME,39672
25425
+ pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=tqv92K1oo10VzSGKTibhKSBn_Brv-z2qdAB94na5Krg,47548
25426
+ pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=CsZNvrPTaqzkyTShNvpxioH3DjFiZRh3wxeF6zxrFrQ,17374
25427
+ pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=UBBFW4fxKIek3_bhqn8a8MSqGSuy0gpeFff_65R2K1Y,15693
25428
+ pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=mKidN27nHf23fC5TNkpIQqrV-popCtdUvn-eA1PVDvc,13427
25429
+ pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=BqhDIDPUUZF7DWIo8cDpHouI7jFCt57Qn-m_WI7m9PA,11632
25430
+ pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=_vf2Rvn9d9nJ8tlyPpeOY9GKSnMlTMfEC2jqZMcQdu4,18055
25431
+ pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=34Ys-QeE8_0Pp5Pxd-0fUnDUayl-p7DpGKWpAlbqyjI,20784
25432
+ pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=Ry4VHx0ALh0V1eMOmXddlJQZ9RsQFLqTZaVi2HS_91Y,18128
25310
25433
  pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py,sha256=0KgBDlmCvdoo7L-zSvb-O__opTPRw5f9ST5KjiWSIWo,7622
25311
25434
  pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py,sha256=yJw3xvamLYc_7cYRkCgQ8SY4ODJ8YhUo-zEDc-T9DaU,7644
25312
25435
  pulumi_azure_native/securityinsights/v20231001preview/get_action.py,sha256=unoYDTKCqMBfC74ghZizDW-BPqXvlm_ajPjgtRTsJ7U,7244
@@ -25367,57 +25490,57 @@ pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_assi
25367
25490
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_configuration.py,sha256=G3BQ--mABeVxOgMGWkbuGMJZWrnvtsKxMguBwXicNjk,6916
25368
25491
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_group.py,sha256=pWD261slRiguEVzpcL97qG0TXEfihvE1C6oTxJPT1E8,8087
25369
25492
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_member.py,sha256=XzyE-RkpvFu0ZaD56vr9rNm1woqvcsr54AaVgNoyWp4,7924
25370
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=7c8hS8gYogzw4k4KHYW2_AyjaUE1x6H_K2P6viVXQkU,19452
25371
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=_c3-to2YtaZk9aQiiWAcdq3_6zsnWRvC8bIJoilrO78,10794
25372
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=PTxJFXP9GZbxhFYtZTPF58Pp6myeQS3vHG2H9cqqE8c,13411
25373
- pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=6GQ4aONwpPXP-liaDKtr63_kdQpVsVKOeLGmDu2M6g4,28771
25374
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=3QyVcDE_FnCv08eJjIAwP1e6OTr0vZj-DtV1T9_RntY,13948
25375
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=RFo5WAEq-atpxW4mCXytXyN6CSAPGr9JOK9cPkaBoDo,14361
25376
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=2YsNHDwQhOlyRa0zI27h52Gnc-JpvuUKpNvy7wsMofU,17069
25377
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=Fmx51wBqKGsNizqmj24Iy_IGjZj-saIAoW7rGYYcMQU,15147
25493
+ pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=uYN9od0zovvSGR6RzbG-ItmhbACuSBWD3vmRdQ4H2pA,19527
25494
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=uwkrp9Cw09fpl74ZXcY_C_Hm-pEIultr4cL9JTg8aHI,10876
25495
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=Bd3a1KEETCrompyQAUfjWkLWQMmj8ZAeiC5lWF6Vubw,13494
25496
+ pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=N3s7eOdfpLD9MJRYC70_cOstuvXVhPgezFrREf4wnrQ,28850
25497
+ pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=k6EIMdP3VKu60N4DqPXrY4Ii1m6ANvJM8N8ZE2GUkjM,14034
25498
+ pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=ELiHwdFMgeD1_ApsEqB_FanwXkbsMGowIW6sV1mPzbc,14448
25499
+ pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=vTMTuoBTdjWGtsOFofCoeTK4sb5pbc0ESQlZ6ShxUjE,17152
25500
+ pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=KbalK1nXFOAn9gUiH8AIp1XBorEeYo2q4gGn5icA7w8,15234
25378
25501
  pulumi_azure_native/securityinsights/v20231001preview/list_source_control_repositories.py,sha256=AAeuvayUjNu3y2vP5EssZbwBfGZE8LPAoci1gwydjAI,6648
25379
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=OJXBdWy4_Nnz-3X0vnkSCf4CGnBCt5wUTa5c8t-ETK8,15296
25380
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=GZESTUU7gLoo59Wij4lmykHw5u5neWcxpI58g4f6bJs,15472
25381
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=Yq7BlTzVy3lRAGg5khIMhD-5v_yRTqbtBdGwi5ZcLhE,39060
25382
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=JTPijU1yi-7DSh1LA49PIDRvYevUUXNmz9D8089Cfwk,17380
25383
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=2rlThaOU5sjQYY4b4hPHmD-o6oyim0YHKCih4isKyo4,25823
25384
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=HXp45gAOu0iq3FYix9C3tIzvCJM0dlOA74uKteWcRhU,17415
25385
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=uBzMEEcxD7IIy7ssQc2e39LL0PUms4MAstrsCg-N97w,15296
25386
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=I0NDHqdsIwZhu5ysAyZwScv9262JtWZ3wrEJenOn2nQ,16903
25387
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=LNJsFeXSr2LqtOg2G0uFKiJ_qxEOAU9mw_42eA1I1tU,37806
25388
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=1SfUXOhX4kzRdoFUtuxVxPIkhZUk75Duv1bO3pe8yos,15920
25389
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=hy2bWGT6GzMfGYR-M3bu60Nv9MxINbMDA8WwTKT9ohg,15476
25390
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=yYZdqtvAjhTtv8y5YHiIgEhFQcsfK_w_XTpib1Lfyus,15266
25391
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=IfeKNl7EpY4LysE2ffdB8F6bl2NYhB1AgREUAm1Yh7M,15468
25392
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=M_WaGhQ6odK7m8itjo5TvkA3Eny2ALyKY9ynWKih0FQ,15716
25502
+ pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=r-QkYFtU0cvelXf55FGZM_ukUuZ5Mi8TGG9ovdpEuxA,15384
25503
+ pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=JMmRJ1RKsDMaMFTchs_VMCLiyALZHE0SbNOksih83Gs,15561
25504
+ pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=L8ynQzW2A3HQvWgoaqlDXfTrCcMPDs6YgRgIcncMDsc,39139
25505
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=4pTjVXB-RlBnYCnG4MLpjy9Vy7XgO9T0NQ4CvuIcdYw,17501
25506
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=MQNn2pNrVYAQepUOY7u2a9MiefGElzuTkPOBvFWDsVo,25936
25507
+ pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=3va62aB4oGn92vIAJ9KW3-uESe2kZ57gHNS7UkCsKiE,17514
25508
+ pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=4fsmZGhP8-c-P65sLf0UHN9olZ5m1AbpleJ3EvXSl5Q,15384
25509
+ pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=2nlM8t3qBftpRYQ8ha9RjhJIF3OoVWgauSZ0c1zt3Rk,16990
25510
+ pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=XtG3Z0nbbr0kH9ByNHLozqWxoBEkIZpOefQnLmGnQe0,37889
25511
+ pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=UwQ35sHubHyr9i3KFZNdDdnaArGPeH_btpSDPwnl1wc,16020
25512
+ pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=N0WkoX54nIfnlxqQe7yH6Fgq6U3dGGAoSY125MgT2hU,15569
25513
+ pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=79xgQ572QUaDGJvx3jX2S75qZJRBAGDBRkVOowmLHlY,15356
25514
+ pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=wIsP6NuWVUjWZALJ1pLql35yZTyGcz3XI5atHD_2myU,15561
25515
+ pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=-gs_AV1jwMDhDqC4Uq5xSB7X0TaXc29ul5H61s3L5Cg,15813
25393
25516
  pulumi_azure_native/securityinsights/v20231001preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25394
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=saNjkpHPDiOuxd5cyDBV102jADZbNVnvpfLZ3pDJd6M,43790
25395
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=xtqItN4U7wb9JUuAO5SXj_Ujf2kNpTYDWkqBPhjlLp4,12941
25396
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=9auaevu3OhYOJ1JkAokc2X_ZVyJ8Pk_yU9N0AaHjEzw,17353
25397
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=NwQhVe6KRtvrt4NVfdPjnAA8sGCjcxPoxAqjxXSLKbI,40533
25398
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=BLfWIGabH8lUt9d0S5hFNSe9YQMOf2EbXNjgN-HJymo,16464
25399
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=eEU98bjZcYFCSKebXLdFnjPZ4UmwW9jlOGuDYk7uA_o,25390
25400
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=1aXDsd_Aew-Vnk2L7dbOAymNkV2G6cRZLsVggzJFMmw,12730
25401
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=CMv-W7BCPh6C0FViySKbHfDM_0O5CYIr58bg0DSpB_4,37547
25402
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=rlrYu2pttnYyD6z3Aeyz-q4fQCNscajAYOF0Kl2nyek,23448
25403
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=JkCZSxDroCle4S7-GnwTWO3ON_Ei9pnRtmEuQoM-J6M,13621
25404
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=E6q-4R3UYlXlRWQfgudP4gl5PzJaXl2tknvHjDc3v20,10992
25405
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=-KuzSr7nbC8iyC4X_nJcK11iRsz-y7J0VJkrVYpKGl0,13530
25406
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=XaTj7SXKk6wEmA_HkLPlBsOX2fZGVBCbPS5T9gvJlmo,12969
25517
+ pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=zi0609Qu_HVmHDRpz4YlkUMJ9xvkYMcUUF95MrqSu4A,43879
25518
+ pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=COnRk6e-5QtG3Ogqg1z8GnUJcecnsOgqTsgdQE6bHzo,13035
25519
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=S4mhJokTvo4_Z1YKPdecDR0WICMZN1y_MrRV3gBmO1U,17451
25520
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=JQJ-vog1a8NJVJ6_u0UvjQ1RPOYEQkw_MsJZGWuBAN0,40631
25521
+ pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=V3mAZpHUw5xKLLYlC5NU3Yf8a6mxAzk6n9amI_v8Tuo,16550
25522
+ pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=4r_0Ll2JfyD69VQM0QOWTu2n_pzEN0h5-B38W9v7suE,25481
25523
+ pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=jIAFSprQMk632qKj0y5qNGfqOffeXQV509Kr6ib7xDE,12805
25524
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=vSFQbgCeUD3WOUGkXRXdk-tjPcGmAgqYEKES536Tv7g,37627
25525
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=iTe4SpWns_fl82MgBvcSuiuEy7LCTDR6JktOSgeorRU,23532
25526
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=NJvCA9nJ_d4-SoXbj01e5DoJ91HEylb8D5UH7bpxnY4,13718
25527
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=ELSqNISduRZ4dtmWJl9VicGYDePL2eeWbOl9yi-i32E,11092
25528
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=LsZn0IYj5gktjMHJKljh1KIev7YSVYk2KNPwBjYoZI4,13622
25529
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=j550n7eyj8V-p4pr8eTyG7KZH_8zQ9HrVlp_8ybnLPE,13062
25407
25530
  pulumi_azure_native/securityinsights/v20231101/__init__.py,sha256=jD2qvhl-_zlGFyn9cpPDKcCNoIBEm1fQc7z9Dts_gDk,2207
25408
25531
  pulumi_azure_native/securityinsights/v20231101/_enums.py,sha256=j8G0Zm8nOtJ7XiPrNFAKdV9--WBfBnQAO3Hq3Mcw3Qk,20129
25409
25532
  pulumi_azure_native/securityinsights/v20231101/_inputs.py,sha256=ZFQ4hBToFef2EweDEDywZE-w_knI_ZhxLDDuQ-TbQBM,114688
25410
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=xnUcNoMV-U7nQj5XJEVeJzqX6RdAZlxDWPa9Je49wb0,15155
25411
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=y6uIcrP3qtKS4NMVQu5BC40gFMQ_XtI388OJUgx7tc0,15282
25412
- pulumi_azure_native/securityinsights/v20231101/action.py,sha256=ctfoY0UTm6vYkFpLuIG8cDNKLxJ-ZSw_IFBjSTDWZrA,14318
25413
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=rfezqFmcM4SqHcU2KYAEzjKM0Psk8MHZTI4uRTiA33A,31939
25414
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=FliAaBkd2K1RVV9Nnh7z_picSb0jr3FFAEhXNsaLuvQ,15291
25415
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=O_1X_uN1v-yqkdvti81Lpz_Q8UEgLKG_Z_4uPtM1Q2c,18811
25416
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=4TyuHO0OzJ869xyl3HD8nsCjb2tt0J70cEZUDaEzPMk,15987
25417
- pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=HGkSKHDBgonssjJlYdRp4aVRkWlFZkY2C69muvUwmUA,25864
25418
- pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=j5Ratwl3CdX843oA8yO59qzQi8NusDOTNdI1jtUGP8c,39587
25419
- pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=XXYSw5Oayrp0BAP8Fo9I4uS-up2dQ4Xsz43DOcj_6sc,47462
25420
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=d7qWb2SpP1NEQaT32fkufnILqg_ZRkbThB80TH1aKaQ,16643
25533
+ pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=cZ1MS6IRl6jd9hnlrq31pPCDuEqa9TWjkpj_-H-CpUg,15242
25534
+ pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=gCYTFjbHBQDqZImAPxTCR6f77Hnj5xa2Ut-eL6XGu5g,15370
25535
+ pulumi_azure_native/securityinsights/v20231101/action.py,sha256=f4P8fM55ssUtKK5ORKhVUGMz5s8VJE-9A6DpxTo3Vug,14395
25536
+ pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=w5CNdqLuk9X62KYj3n6Z8kHNdfmqlNHc9zPy39ib9Io,32044
25537
+ pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=RMvc3NhhrhW8bBqZI3cNUNR5nH_146CjqYs0nEFOuG0,15378
25538
+ pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=ZSWjyS-6xg3B-kcDTl_yUm2Y2DcrZX0cg8IDeIrQOIs,18896
25539
+ pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=Ws26So-ZWJXmuUN84czhJHPxG8XjtJJus2IJmzNn8EM,16084
25540
+ pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=qVwl6IHvPlrDfY3d4wb0tPKd74-LrSxJncluAVMn-JM,25943
25541
+ pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=36zcc2QPvSsET5kR_kzR4Y5KrAfC8po2S_5iqB4sMWk,39672
25542
+ pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=Ha0PUuA-lHIcbTmLvPTq18MwZFE8t_b1QTT0Kg35c7Q,47548
25543
+ pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=SwCV3bLDzLkGv970deqEVxnpSsVYxttZeNTkXKS3PL0,16729
25421
25544
  pulumi_azure_native/securityinsights/v20231101/get_aad_data_connector.py,sha256=uXmvCUrep-NtAybnH5PB9yl1zeW9pNhhpyXzSeusalY,7596
25422
25545
  pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py,sha256=KdZMmzWu_-7Ka8igeAsV0J6t2KE4kBz9UmiJXWuCqZA,7640
25423
25546
  pulumi_azure_native/securityinsights/v20231101/get_action.py,sha256=MxQzWjxGwdhCfqT64DW4P9WZCDM4h3YUjOEyirnp5hk,7221
@@ -25443,48 +25566,48 @@ pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator
25443
25566
  pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py,sha256=NlNAW5Q4ds4iFh3n_5zlqc4ueZHyyk-KPKh7AFP9ugM,8270
25444
25567
  pulumi_azure_native/securityinsights/v20231101/get_watchlist.py,sha256=qatsCAL3spDUWCGSQ_IYq6Xs6S_xBT3Xixijd-XgJ50,18126
25445
25568
  pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.py,sha256=sb4T1CtqbUQmxgB4W1w-8fiH_n28U6lT-g8iBWwAkcg,12269
25446
- pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=b6IBGAhSgEufE5SSLHO8Q701Ra0KNfhH-1dMHc9mwUw,28343
25447
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=TT1T6AnkdGMlOabTnBk1UW0zK2EkoUg80Rt8DuhpbOQ,13948
25448
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=PAWrxun1vqrHWF_X5zPJ_YihbKNAhJ7LL_3cLLUEWTw,14361
25569
+ pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=fEPHtb8S6BLaa6ibCbjl9p0AUgoIOakMHJvIJxADEJw,28422
25570
+ pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=eDYqGGTyLWlGRxezr_L1Pqna2oCqvHg8Dh-59auGYmI,14034
25571
+ pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=-35lVwcif7T8MtxUoEngIwMkzihFToSEsTjHB1SukUo,14448
25449
25572
  pulumi_azure_native/securityinsights/v20231101/list_source_control_repositories.py,sha256=RAHzMmZinrrgpPxAE-VEDEJs85-lJWcpnWFiiELk3cg,6634
25450
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=wPPqmukchm-A6w_Rla0iY4wVh173B9OZ0Enec_5JciA,15217
25451
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=U-SuaXcFeDgXgOIggbg4uVCiDylnue6Qvu0cV3ty0kU,15433
25452
- pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=-5XMCRRVuRAeibBXd-a71TF6Cxc_hC47Ac2obPxzR0E,39060
25453
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=zrc5EER3aMfLS5SNXrmfxW6KOFeOQylHBC3nEQON26M,25823
25454
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=TKTluKx_9jfFoT5IXRGmpUnui9gZHsVNdEyVDj5FPtE,15187
25573
+ pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=qECs4YWd2lg2jHL3oGk_eXWQnDmKJygzctTaFiL1prg,15305
25574
+ pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=aej9SexLReB8oK1rhXxgcqbeTMXzhPX2jEyUy206cqU,15522
25575
+ pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=jPhfF6O2W-z6-ZSbTA3-FCRxKN7utPos4smmtBanaL4,39139
25576
+ pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=E71WnheVbuC6shhaoNlCRgimBFeqU7wu_HQPgAjKzkE,25936
25577
+ pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=75yIMK9NSnENT_qrlXhSwNwPP8SSpfbst8QgO1QTYmM,15277
25455
25578
  pulumi_azure_native/securityinsights/v20231101/outputs.py,sha256=M-3kbW8_dKoxezRu1F8KIFM1FvOXRtw7kCVrR875O5g,107584
25456
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=Yyi90BmDX7MTB4bYKTGDSKyeNHD4mGt8ME8FW4rRpvw,41754
25457
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=1LX3Z58lR2FeynfhWZ59x_wnXpR8gR1IVEaiw7xOaHU,12941
25458
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=C4AFmHUfIv7N5i22xTVYQZlfWIKqL7gR0t8hncB9pdY,40533
25459
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=hzH1fmA_dXZLLbk95V55im-VZgGi7lCweZLL0a-RWuQ,16385
25460
- pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=UJs0ZpeEUPZ-cXB7789e5Wz54yZvc_PLOTRbtjid1Lc,36430
25461
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=ZJeQklM9wRXJHF7k7IyrIcjJvWBK-4CY4xbaSfvvMEI,23460
25579
+ pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=uj81KNV50TE5zyWPD-n7Ie6_7iVd888eGxQfXc5vxwE,41843
25580
+ pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=WY8dBBGeHDO1tbsRJk7QOKJwvpcvccL5MYoVmhgsoWk,13035
25581
+ pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=kDX95-wQWjuatNOfsOy1IOG9ZF3qu5vTU-mcxsvMraE,40631
25582
+ pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=Y4pz5KWjByAjuo0hBFJPKozbgbwdbd8y3bPdXyuCo9g,16471
25583
+ pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=w5XmQstB82MlUq_zNoZWszrzBmO9Bq2fV8gkKqv2k4Q,36510
25584
+ pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=5sWOhCLjNnvxgpKa-D4ORdBO2bDOedtjvOUGj0NlqwI,23544
25462
25585
  pulumi_azure_native/securityinsights/v20231201preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25463
25586
  pulumi_azure_native/securityinsights/v20231201preview/_enums.py,sha256=1nDVtCTb-_9NMktPeqqat7tUcxHIse62g__h-rF8-L8,30389
25464
25587
  pulumi_azure_native/securityinsights/v20231201preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25465
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=rVaBwAuZ4eqk70JpV3g0TZqompD_3OWxhF3cFI3N24c,15238
25466
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=UiXlMPhDiuE4-0s3X8yIFptvATKTrZHG3nPCOPfo62Y,15321
25467
- pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=AaotvkXWWHRjeMf_Mh1jpiatTqRtXilbOzaIQMW6zg0,14325
25468
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=kLaMwvL7TB4YfzQjJs8JwPTw6DfNPc9xSMM0JVbsG6I,25191
25469
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=Jk6gE2rNqLlnEbQweliUMxSMkCdDJWG9TaW84LJivsM,11702
25470
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=jKI_uRFhyBZEPEQd6GD3CjVuJkMSDaLj_50AUyzHUNs,31939
25471
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=ln3Np86KOxfnzsLxm_TbIccYtseVjg2uezcanSL2lk8,15291
25472
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=yjgBHx207pPdGQoG8obxEY0UUR3LDzoM0YpipaMPy98,19274
25473
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=LJe5mgi9ZIIf7EKVLw9WdaZRWkBFxqL3FzbjYLAfVTE,16027
25474
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=4u89SWMLdszmUga1qlavlEoSewrHe2uncZixKQGP_Lg,17982
25475
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=23tB0Qh-uk5euO_4eA-s9EGCP73a7UcxStJp9htIzmk,30304
25476
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=AEuOVjqen414bS_UbOvETH91RF2kG4auL7KsleojPnE,13634
25477
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=uBW1p9IyDOKO8PZrzwzqVAjS7Pt2683johwbcJZicHw,16681
25478
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=z8kg-PImYmd3VdBW7bBRlC1RNMS-M-sTmLbM6_qYxhU,14468
25479
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=Tii2gUdHFAGrkUffMwuSoZbt1-dVMLnzeSNHO_lwNt0,39587
25480
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=g2-ugOD3TTFAu9qQwuQtzG0Ees6uXeJmL6dO0QgzYlk,47462
25481
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=O6gBGFBsk-nw_Qt0A7Zd1A3nnMJyK_O1MNsDHgxKGd4,17272
25482
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=t5Dv4zI4AK-XPS_abR2REgA139eklFm_9px52cX7oDs,15598
25483
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=5_XfE5dumjNn_qR7x-LXm4QTbED9xJVLqa3vXB4Tbfk,13341
25484
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=i0k20S2CVLvgwxuFKXD4jbHy4JNZQUFHBJKOA72BtYU,11555
25485
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=ani18Pzdpn2V7eAxHFsfFo1jyfmENU9nh6k3TdR7XTA,17974
25486
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=TsPmtKtNV6YmfChV7hPdTV-XKwTFnyiydgnh7uOiJTw,21043
25487
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=5IiRkQVoV95ZR5ql9wHA-eup29QE2-Ao72wDR64ZdqA,18041
25588
+ pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=hbiZMnwFmfy4wFeHDw7TIsdH1ElARBgiuh1wHLtLSPs,15325
25589
+ pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=A5NM6rAWD56QZ2GMc9RotvJrju9Bus6lh8Tb54CIyRc,15409
25590
+ pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=lQRmOu5EwAEdgKhsFOYeq4acyujWpJiz-_hjVGiq5VQ,14402
25591
+ pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=wbI6kP_FYV5qKuEUmFBZlQ36BWd5J7kbiGLG1IdFdPw,25287
25592
+ pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=26gDkc4lOxK7uppGVlYwOcbRS3kN0dZKwF4wnyOxh5Y,11782
25593
+ pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=dH10aobi_pNJaCCIsPkWqdu8KooiF3w09hIUE06pv9M,32044
25594
+ pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=2c7qacIl5C2T8MdOQ6aZruH6ohRJ1l0FDF32lrBBLdk,15378
25595
+ pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=vdQkjISkwtoHc3hP_oSv9XN3j4BDUGc9d_IZyX6_1ls,19359
25596
+ pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=X4hGnP5b74n9EuHBA008TyI07Gop9aV9KP5IurOPTfM,16124
25597
+ pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=zksCErQojYG0gS2OQKsdRhe-wf6wRrfXvYnXpD3mr-0,18071
25598
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=-w_bu_XOYCdR2k9dee1ZdCl0ukTCo2qi5XijPObBQ8g,30383
25599
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=ltRx7FB4Hm7nMU9n9BN8B0fjDFnOwEOzJ_53yR98YLA,13721
25600
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=tqJeHT4hXL9tvXjo-OpawHaXX84cA-SaHVopaU9oQsc,16783
25601
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=Na6pdeMWr9WuVqNjfYJFD2JGUETyHPKe06yLgiOIXBg,14562
25602
+ pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=GxIZzgNyPm7nyF9bAnIz3vxGenHzmrr8AFWoSI6fRPo,39672
25603
+ pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=UaUvkXi84p4rjjVvrxv3OMRSbNbFfwiM8sH5F3WlIXM,47548
25604
+ pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=1bbGn7maknU_EHj5jsCos7AL3nqvz1RjKsgNXtUhfEs,17374
25605
+ pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=DTPVK8b_A79r_9ITxCkmygflLuMtcfOavVY3fKIDC9c,15693
25606
+ pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=9ydHyhuBDyFglKnrKC2UioOi5F8hcZMveUvhAUpGQMw,13427
25607
+ pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=6Tgot-tHMcL5cfv39WqYVEVIXVRJNDaA5TnCFDLf778,11632
25608
+ pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=os--FcxQcn-KKEoQ8OvUex3nKsfr_bJV8Wq-dKO8Lpg,18055
25609
+ pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=v8Y3OS6vUbOcUaH4TbBcDeDcJX3ruiJCUiWbt2HriRs,21129
25610
+ pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=igYqiWQLiANAtskYXrWfpz7t_Yx-DoS37l9Wlw8WsTI,18128
25488
25611
  pulumi_azure_native/securityinsights/v20231201preview/get_aad_data_connector.py,sha256=rAccYplcnbrVFPjiFfMhqcRXMmM8EvSgdYg472rIaSA,7622
25489
25612
  pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py,sha256=0357Gf4NtNLb9X2qrSrksJOn-vJnMDpyqKOtfgs1SlU,7644
25490
25613
  pulumi_azure_native/securityinsights/v20231201preview/get_action.py,sha256=_YUVid3gBaTMdkNamlhm7-dB4La5j_wM2AXyQEHh_WY,7244
@@ -25545,69 +25668,69 @@ pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_assi
25545
25668
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_configuration.py,sha256=mFHmCFEt1MuaDnkuDGOvnT2Q4xahuz22T66zR-sULso,6916
25546
25669
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_group.py,sha256=TMEgkH2SM5EOF-eXg-a2GrqQBpjiFcFWVX8s3xL_qes,8087
25547
25670
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_member.py,sha256=iifk0k02qL-UXFvA3e6gSVxL3JVOeG6pPonysI6D_Zc,7924
25548
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=IEy7c8_0kiF9EYhHNbz3EpPgmp1s45H4DrwRo8iIJu8,19452
25549
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=qIIIUjQ3L48JAW4CJEKELKOkGDp7XfU-jTrYjRU33aQ,10794
25550
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=PxLbu1nnT4QzyCmw-w2rf4TIP8d0094I65wKGXz1SDk,13411
25551
- pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=JfpAA3pwGevB3-zFoYjA5wArBV2f11ZpWk2P8CEHMQ4,28771
25552
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=yTfJwRLaWqsWgeDaMsQaHVQTlu6Hfrpi3fBbdG9ayvQ,13948
25553
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=sbCjysc8DCTJa36GgvHEqZArYephu8vNye-mG8Ynqvw,14361
25554
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=9j46why1oM23jGBkttgdaOcsyF-mp9XbeDnzHgv_Juc,17069
25555
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=XBPNVSVJ8MDvUA8MKf9bMcqvRGtVgpxApnahLJX8ClQ,15147
25671
+ pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=_caqSMJf5g02_7RxYvsgDEZehmuP-joCDG4kOf3teyg,19527
25672
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=UQ0gLIPTAi4FafxZZdEG959lLC9AcybojlcSEQ3sPYc,10876
25673
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=k_I-6ruMRcyhD9JiGkMpIQry-9LxBr7ep6UI_LWnvB4,13494
25674
+ pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=Bt4z0o4fzurRSorrxjsZ5XWkwVLaMBxeIiGS-ZL9n4M,28850
25675
+ pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=0eZM-kqj7Px2rHePVnIfHHLLR26L-ZcUHK9ZNMZ_cIU,14034
25676
+ pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=J8EdmAI0Hi9z0XvH-0BOuQsaqpF-9bJHLjivtCUZTAo,14448
25677
+ pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=FYQqFKpYG-OyNhdBY0ByGMihZ0M0AXf0LrqCOUp9u14,17152
25678
+ pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=3nBfY8wa45j1t7CKnIhc0c8a3ETieZDP1VS7xzeTrTc,15234
25556
25679
  pulumi_azure_native/securityinsights/v20231201preview/list_source_control_repositories.py,sha256=1pJ1vVC-y5sqqrc5bSelx9e3Ey03RtYhoji96hLUxik,6648
25557
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=Qpzv_pnyI_UxPcvQDJgf9cZyKc5MBJczTyLlD4YrYhM,15296
25558
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=erF4DSkdil0jLz5hCahVYjMaxsVey8s5fGPt17IIk0E,15472
25559
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=mxVflDD_ssc886VlKzvVOS7V4wJOh96BB_F5eKrkVHs,39060
25560
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=kpTaUCcB8_TBrRyeI_DrpOnMGqUKOaxiKwAkSNL16Ho,17380
25561
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=8XY8OFzhWdnCK1vZUsOwqNN9Ehh0pZwUgLgJKdeS2EI,25823
25562
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=eZC5V6O-v6Mj5pTUMK7YQEBWgLPdIsipha4_IfURBes,17760
25563
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=jHE_bXGQ5J7aGAuCEzpwxU77z43iEdWlJUiD8bkuWnU,15296
25564
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=KhMpMDwQiVGHY8OJsI7khpn9NBfBIGF93iLvjj5Q5XQ,16903
25565
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=z7E7UpC1wqAOn4Nm5PJbYSDa8m26VZ7jpaxWhX6NHHI,39204
25566
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=UrG2hZRMXb6vL4zaWOzUEJYtfjRJqjt5nrO_SRcgenA,15920
25567
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=e52hbCGdMoNoBTcS6YmBkt3l2dRVHnI7DiTTXb6fl5g,15476
25568
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=H92rBImUBE98qG5cQc3Wd-QQJ0nAMcFn1N_uo51TGXQ,15266
25569
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=YAsLt7vdzLmVM-RVawP8FOAwcElqLoxjla4xFAafNP8,15468
25570
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=hEecBlyD8DtLcbPliATNdIKeKmEbVObDa438gdIVyNw,15716
25680
+ pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=DZstfecTL0kaxwsP0f1gfZCk8L1yrsH9i6O4clRySQg,15384
25681
+ pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=Sb2AiQVz7vUs4zNrxGnOvrnjsZ56lj0l4b78NQ3vD-A,15561
25682
+ pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=2KF7RFgZ90TLhMmjFb4Bcexw6VIefiS4CQJ_a4g9LjA,39139
25683
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=vGSaMH32cRbsXa9KDq1oiNC5pv7wQC_72C_YdRRfeFg,17501
25684
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=F3Fzt162xGgvGVqAcAoMo3GjrUaBV_nQrmXIyAN_ouA,25936
25685
+ pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=uKxDSA0k3MUCqZ_rqV3pkwSI3YZWs4wsP8y42hH8GzY,17859
25686
+ pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=P1IoAzc8HTARq5B7x1ElR3dnJhSUYZv8wbAGSJwQn-4,15384
25687
+ pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=Kw1ApSKabN3R5RzFO-3lnUh3-2ZBodUCrpKQe2yFa7M,16990
25688
+ pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=VoOf2pBRINvGPzU1Q4ZodZdeXmKOdPRdROnHp1nnXvM,39287
25689
+ pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=SR98oc7aYZqIP-gxIllWrbjHawDiC8A7EWyZOxOMAMg,16020
25690
+ pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=8ryBdsj4WLyD_AK3CnUUcsVT61-47cwOjKkHJg_wbB8,15569
25691
+ pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=h4Kui4RkvxQB3Tb-FshKBH6CW--_5wpetDtRvteoE4I,15356
25692
+ pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=BEN8nWVjccM5SP-rxp11oF2Y2ezL6EjyOIh0GNJuwaY,15561
25693
+ pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=j1p8lv4Hgtpe4Zkt_qlJ4frCf9Z66oXwYspIJ9xnWcE,15813
25571
25694
  pulumi_azure_native/securityinsights/v20231201preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25572
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=UYDxcnDIv35Py4XWqjKAiTGQWfsk8Uy4VkUM5Jdhr0k,45188
25573
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=a-Xy2jFcQRu2QVxUbXDk0Pw_T4UxsbDq3rowprCST6U,12941
25574
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=L1X8JUhylpNfWWLzmFDkDj1EmCnryuNIBFK_cpUouME,17698
25575
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=D2hS3_9EQFHxY-woRVWhLn3r_bDeYvXiiZ02bcO5Hc4,40533
25576
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=HxZK_v_1RcEWIMh0TMR_A5_8gHsSXSVdUZvzQVR3Cwo,16464
25577
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=GkCygEBrFA9KUiPaQgB1Qskpr6LtbPZRPYGb8yWAkq4,25390
25578
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=ftn4zmDWSKaSs_fF7O6IWKOSkcvG3bAzpli5JEoPHFA,12730
25579
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=oK6Qcu_pNAa73FFxs1QA_3Bm4L8U6wugQCYXkkVSwwo,37547
25580
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=7QQbBPYGvvjPY07NtYQ_yhD9CSGnG3GqqMKERlUCYkg,23448
25581
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=LruVUYQsF1Ov3DWbbXiUub4gt6u0s1YEno6mGzwD2pI,13621
25582
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=QHhBHbP_R7iyeg7_Fdo_MUUGOA8sLPYYRMo1heQH-8w,10992
25583
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=2lZ1Yzd1lOgvG6Q4I7ycvRGtjXTKTmZGCAa9t3k0IIg,13530
25584
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=5jjOr38EnvmsrPwOHPYvPmmlsrJDNgNpdIroi2S2cRo,12969
25695
+ pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=aA5ESUR7OID2ldK5vz1L0bNQspTbYTav0aGQwt7aHis,45277
25696
+ pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=9JO7_PX9cbpmAauIbEW--WoULcydgZaLYDiBcEkNQv0,13035
25697
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=KFRetWa573Y0gqH2TLahMhrqCPhA-VBKGHRVggenAmg,17796
25698
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=iX-r2wy8ZcK_kOrIsAJnM_qiA4W0zg7-YD_SUkFjDdk,40631
25699
+ pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=HFZv7bWO5hjFWo85q2QgmunX49y2teE6qWsgrqsDiyw,16550
25700
+ pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=XcmWgTIIbsJdpRD0wsj73astbcVDm2jfD_JDZgbmmC4,25481
25701
+ pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=NiwItcvC4AEqoEPPy8YyOPV-jJEb3d_QxoLrGe5Cr1Y,12805
25702
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=OwE5KKyurWbZ2n73aCY8SV7eracUnGdhK2nnXMulwdg,37627
25703
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=NPE88RlbodXi99YX7VjWlR5nU3rG3Ol6UWg0ChtHLa8,23532
25704
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=zqg426-Gh1dkutJufrbLDdDYxJ3GEEowt6-X-D7jDBA,13718
25705
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=93eTf9Td5rmwQLYg9N4X4zovFt20CoB7qRS4Czxwh9w,11092
25706
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=5aCHtsggQOujktzE0g6HayKCwPRemTvhDWahX2cbnA8,13622
25707
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=OUJXcBSKjezn958adHJgYx6-uN_k9VhsPloCBwOnjFo,13062
25585
25708
  pulumi_azure_native/securityinsights/v20240101preview/__init__.py,sha256=eXNfZwJrk08wL_5UAbb6nl8AqKzBCihfdYhSfVWCtfQ,5079
25586
25709
  pulumi_azure_native/securityinsights/v20240101preview/_enums.py,sha256=lMnin_IRrHK0VrZHZyeopxLOYhbeKce1kUTodeknn6c,31326
25587
25710
  pulumi_azure_native/securityinsights/v20240101preview/_inputs.py,sha256=hUmAZS2-0j71G4Ntlf_hyzFSF-R0j_xqedjCIgsXlsM,396794
25588
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=epQ271R9pFDkWsLy7ikyMhYSY-mncvTBuCYkqPyc1yo,15238
25589
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=axsXY5OP2ACvMisuuI4_H0FvJkoGq-3LlvckAHLdLHI,15321
25590
- pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=9S8hYDgdOEjXdfADhpc59R7z9CrHqGfIQvHbW2EI-mU,14325
25591
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=p0LD7vcvCtsV4-cHFm_pByJmY-xfHBtElQGza8KhmHk,25191
25592
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=lJOj2afyoyFFbR6YRrrO1Jwv7XD_HGSVIoVou-_0_k8,11702
25593
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=rHMut8yPYQPEoK8aH526SjlqJlXA18vDiB9GkBMSJUY,31939
25594
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=bbzjkL3dDRP6JVb11Ds3wcWySOYL9dt0wMkQGJowTXs,15291
25595
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=cfI97v8g533UEy7G1vLpcAgmUsVbtg6dA-M_bnWeXd4,19274
25596
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=0ostmmTBrC6R_DLFd_8RvDc-B2uwhLnt8kpjL6TWPzs,16027
25597
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=rNy88v_dl5a-GhJmePqRZ2Jw35deRhJZ70AZLt5H1ks,17982
25598
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=QEBmHRqEkZ2-lKQC8TQIQNNtOUibTRERXwwdVTYuD24,30304
25599
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=Q0Vb9x_1qV9rXyw_1PS1_iDnKfaTZpyM87Z1vCe46w8,13634
25600
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=wCnzltTLklIVzVSjhwDtj1sLNbWxCefjP6hPXDg-GqU,16681
25601
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=_9X3fRV4_4Xn21EfwYfHXLsq1jMMDO4UkmLV9gqfrdQ,14468
25602
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=2vqXgP4DuK6DSbe6TCxvhCkIjILB89YBsHrAXk9XCJg,39587
25603
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=NbVAJ8E61MULNHlNSudKJaTWX1WNW_6S04WyGBUciHs,47462
25604
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=oRRVDHaifO8uNTXbXkl1LTUL5TghsbNAMHZXMiCFpec,17272
25605
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=L_th_nqMGTahPFEaABduTo-r-ehWQt-Hk3F8FsIbwDo,15598
25606
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=PRODYpJh61yhIq6X29iGxCcG3oJ0TwJsTD10Agi9jQ0,13341
25607
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=-tERw-DRVV4VC7OgyX41KZYlNMN8G3GiUl0USXLZC5o,11555
25608
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=p26iVlEknMEDHtOFJHOQKsz1H9mym62G3J2O6aSPH20,17974
25609
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=-SgglJ3oniRFMLBGb7mxbvq62JmZYMRzcWKvbO2c5W4,21043
25610
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=rJofr3nblY05sGvjvSqQntaomenP76H479Dgj7iBatw,18041
25711
+ pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=e-SAzR9JxyRgSR9wHGENeAwdT78P1Aylg-a9okYBRwg,15325
25712
+ pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=K0fUSII11Sgc794bacs66NYl1PuFUgujzUmtedE83xI,15409
25713
+ pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=ZMZpIotxMxX3VVW3FR6CECevXHo_YttTrWwlblwB6ik,14402
25714
+ pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=8dQghHQoH5jz63Es2GynruWOTenYKvPz---x7tQ-fqI,25287
25715
+ pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=4EElyha6XezrQapvljtItz-fA2GiV3EyHYKr7CfJXDU,11782
25716
+ pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=g-YzXHsWF8nN6P0T1O1sRWRMdWRqUnSTKa6InrNSWgQ,32044
25717
+ pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=QMOjAiJr-O9BAG_K4MgwVBh9OorE08KIwEsfP9QduRo,15378
25718
+ pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=1m3ZzJGp4A7yoLrl4Jk6fIuZkP2UVHQG5GRyKWMtUT0,19359
25719
+ pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=2gkIJpOeQ9JtSrvNHKZKirStnyE_hKkYWPvpzzUYdEE,16124
25720
+ pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=I5pooKjnWhJCHPaliufII5nN1m_gzX4Wr_66Vp6h5Dw,18071
25721
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=UloThdkis_iXRyQI51kwtV_c_IQKD-gv-KtZaLygrR4,30383
25722
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=ILPTtYSs6HXOBrzN1bMAnRzZvijWh5FBYqNFRNiiU2Y,13721
25723
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=DBbEFThANIhRKFv9PeOv5Ua9cjF_qBzTdHngEa9DeL4,16783
25724
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=Rk-MdiAMbHF0RCc8k3Wk9R-K4uKT8gtjekSCjnSX2TM,14562
25725
+ pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=i1kOJlB9WAdPfDbACyPcQlcrUVDiB4qudqu7AM5-Krk,39672
25726
+ pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=uMQqoZZrfN_RhFg1wOhkQxibQsLGJu8S0_gbapvA4_Q,47548
25727
+ pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=Ikgyk92EcAMk9I8LrI3mfoxOtxSrLmvtCRmNwMle0xc,17374
25728
+ pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=p8YP-pf6nYnfymkH7xUN5IaPRMZgBHwgoYgM7cy0qRI,15693
25729
+ pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=TtihfDetHuNTT7xfzCfFvaA-muGnVG_ocLDuQB5FJYA,13427
25730
+ pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=aOnd_N4QSlp4QiGb8p6KjjnXl7Xr16qF-N2nmsC_pmg,11632
25731
+ pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=7C4nGrmsM1IaUecQ2v45f3N8e4MWvwwfT_d4VX_biFM,18055
25732
+ pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=QYnfhovUXH8qmvyFjloC_6KHHrza0kklbe9QRdjBQfY,21129
25733
+ pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=SmP66KsKsnipqK-_Hq80SbvmCBiPIajCjMhwug3dIUU,18128
25611
25734
  pulumi_azure_native/securityinsights/v20240101preview/get_aad_data_connector.py,sha256=bqQNRQko83edUX-164S1rrZsie6oaIDMIsOSBAGLRvw,7622
25612
25735
  pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py,sha256=1Cun8NMJid0CzKHjWg3aiQfta4n9SF5zt4BPax4oo8Y,7644
25613
25736
  pulumi_azure_native/securityinsights/v20240101preview/get_action.py,sha256=pDJRy3CJChDad5i20JOA-WVVlpEABQf8PjVIbNlIS2w,7244
@@ -25669,60 +25792,60 @@ pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_assi
25669
25792
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_configuration.py,sha256=ZQnNZ7B2KeS6xsuw8UyJmPtW-96mXotBKKEr3aDvhzQ,6916
25670
25793
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_group.py,sha256=7Cx6VoX_oKfFUCEaLphl7R8Gnsayr8ySJMK1O5MifLw,8087
25671
25794
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_member.py,sha256=XdPBXu8od1bC8t0ICUkIYYIj4XVi_PE_YkQHFM4MQQc,7924
25672
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=rxqlTCrUozN2TSZcqdPFk9ocl9th6z_WY7-w6AwbGII,19452
25673
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=KUGVOgC9jCFH-bFTocbPRLO7NnFfCEXzTdzKmSYD2k4,10794
25674
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=M2Hcefu5vPebzm0ARBjYtEN2U0Wq7ltgVQZdEkjdyYM,13411
25675
- pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=UqsiEbrjGsDKfOZUDAPBq5dgy4KBdqWsZzm8-gxFHpk,28771
25676
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=POB9ZLNGOTY-dctR3heAO3q7rQbuY1C--QQTjoNHJEQ,13948
25677
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=-FKwsImjs-Z6whG8hxRe5qeKlwuVaygn1EYoPA2ekfE,14361
25678
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=rHhnPudDpmy991rTTb8YP3LakttCrkDJFaoC_dHFuIs,17069
25679
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=7ELsmbrFy13HzvLZAIEggVAlxDf9Iiw0FVWetzC-ew8,15147
25795
+ pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=FC0JbgnMsgaJKyTufwEA2KEG01JlolPoZ0vUgy0wjZc,19527
25796
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=-DBa-wmMlCqYuyE5Au0yxPR8__ydLrqXnUR7gs5M-68,10876
25797
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=nZ2UOiGMlwgUdoB2irBoNTNTrzrw_YbopAvFtKE8ACA,13494
25798
+ pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=pLUTcV1zu69xHOjDS7hqPdff2aoo8ErE05I4CroKvGY,28850
25799
+ pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=uviClcdFohCWlLvb8dmtg_WRldiq5YALQi642VhdKQ0,14034
25800
+ pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=d82oOuUT0jj_98oeFOUPVTUo4WCamsmTlKOFjVCYuvA,14448
25801
+ pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=e2jXc6eavFBU9DgRakcbf6bqp3xGbuz863Uhjvh1oXc,17152
25802
+ pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=_-fqPQfN8PL5pn8aR9EqqaU3OW29v8LfCG3mXJ23qUY,15234
25680
25803
  pulumi_azure_native/securityinsights/v20240101preview/list_geodata_by_ip.py,sha256=W_XgxppAtEKrfPzFk37YfBDgNfuxZHLFHyMgbChlEq8,13730
25681
25804
  pulumi_azure_native/securityinsights/v20240101preview/list_source_control_repositories.py,sha256=sA75PXJ0lpwwJKrXX2mzXof26b7X-EFChpqDz5kcxoU,6648
25682
25805
  pulumi_azure_native/securityinsights/v20240101preview/list_whois_by_domain.py,sha256=6WtdbLREShjF5HFMcjNC9s4pIA4gkMlEJjnqldBpEaY,6747
25683
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=23k5OXtP-EXVLRb8fYR3bLoKmAGLsUhGcfSAeM2w7AU,15296
25684
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=ooySRHTxxdTcWvhzwzHW981tRc0e7fIAdCsKl4VfGlo,15472
25685
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=3lcmIyOO9k--DMa-5kOZYqfYnC1RoHgKvQvC0blN7Xo,39060
25686
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=2pEgKYproDb6phAHoEoKobdLxSEJD_5y1-S2hDaqjPE,17380
25687
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=HBbSuAgjDQ0gXO3wQDMLg4CV56b12MMgo9wZ_HtqLvo,25823
25688
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=dewZo3OwmCYiPZwPCIXYc9GVv2pEw5r09Htj__eyEg0,17760
25689
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=JfUHhin--TWlROMhcmuinUej5lz2mByaxD0krR6WK1E,15296
25690
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=IK59fqENqmrXSgx1rJYtyktlo0YXlOZ2ZyjBTwelAlc,16903
25691
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=guybOtL2ih_1a2g1ZxweVNL0EcgbQZsBFY0KZ-6mQ5A,39204
25692
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=TiEskhgykbrdPAwn_bE7BSFF_l3eIWuxQ_vgkF-AR4k,15920
25693
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=B99Ng5z_P_FWSX902gVSsbqqx0dTTNHP4LwLlFmKlx8,15476
25694
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=Mg2r6r9CPYKjg4PcHH69mDAfO9My-j47WNmxKqb4U5c,15266
25695
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=egTb6J4N13uYIP_IbiaQFXobE43qyFS3Lz6hVGUnMgE,15468
25696
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=YgS9hpM-smDWfnrxhU0dmRDl5qUjxTjfnaqHatHEz_A,15716
25806
+ pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=ndyk6IUoQBFRq1fO6mHxVcTwr2SqFSxnzNFPA-xJgWQ,15384
25807
+ pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=-0IBpezwKaqPrbXr0_hfxyrwQWzOMZg8fBEjC8iGD00,15561
25808
+ pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=S8rGjmm-Q3HhurAPDKO_QJ8kLMWG68GNc7dBGo3xB6k,39139
25809
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=6nzyh6r6uAWXQl3XQJD7A8rlG5cFGH_XFeOqJacdJdM,17501
25810
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=DJ0YGp6_CJTKeYF3Sfwcn-pZkV4n2MIZWVql9NHDB4M,25936
25811
+ pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=L2wxSpNowC-gWZ3PCrR8nwEeyK0t0qhBYC8ANHZIArc,17859
25812
+ pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=Jnr4q7B9Mk31TN9tRTNeiuY2A7d80GNIoWlRRN4WP4Q,15384
25813
+ pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=aEqKQw2A1jbFX4kTr4hqsNZ5-kl850gfA2nJvVwyeDI,16990
25814
+ pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=YETtps1T-YOieoV2aWTkrMWN3CGmkyZFnGiDELfXUjg,39287
25815
+ pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=gssD39gSiTSXCNgZF4trCQVKrcOkemfjYQ6hDKJScC0,16020
25816
+ pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=0pttNT3T0gYBiJ8Ld-Utceksf4UfdTYtpNwDaHANTTc,15569
25817
+ pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=ZAVd28cZTm8qecMzl5Mu9bWXQga6iPSXAmLIkGJykJo,15356
25818
+ pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=rtey5BbWuT21AjYG5sp3R1H9QJEVmUPQqPqQ33tU-ec,15561
25819
+ pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=BRfjNrFySNB4fUojeqHU5GeLl6mMkegNuiwenUYwIi0,15813
25697
25820
  pulumi_azure_native/securityinsights/v20240101preview/outputs.py,sha256=6p2CLzStsjvDhoTtOeoFKpTh6u6egvVy_NSUscjB-h0,360614
25698
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=4tq712J3S7z6owlsfGMYv-uOzfbb5rLwWy_j_a_PsyA,28023
25699
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=0jb97c5-EelVzeS2WTiff0hH7k3sb9t6KyQCUcjpzgU,45188
25700
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=lhCyOfjsqu2k9XzHyCO4888Fxixobm_76cKPTvogi58,12941
25701
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=s3EsL5mg_Ngn88mkYv6lRBgUUp7cKFEs0oZQor5UJjo,17698
25702
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=6Ak-RZ78qLFMv_SYilJVcCWNJpbGACPBNKP87X0xK5E,40533
25703
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=rbBRp9vzcXGgXlABXRCya8JAWka1JiIvjvgA22quILQ,16464
25704
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=8iaGbLF2rtQmHrSxr0bftcYetxPcB4LbXGohKkOr76M,25390
25705
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=7XnU1o5WeDsdiQYzijfvY0WHuTCFcYTgiFyFuQUan04,12730
25706
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=spycmZpwb8GvoEp-WJk_xYIwlmMlgg3s29WOsQrH66Y,37547
25707
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=SrVLMElhN-x2Z9h6SdWAbHOj9J6aAsYz7V5kQJWubdw,23448
25708
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=ar4i7uL8ri7AGerVnKr11xJ0RUMAEY5xHZG6er1T0j4,13621
25709
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=su4Cf3QS3SlJGIT2UM0O-7rMYapW8yLl0QbQINMr4w0,10992
25710
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=DZszew6U8J02XTUHguc6DHpKO7zrVWewe1YV55uLzB0,13530
25711
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=ASE0f1zsEuvUqGnqetAt3HdTZuQAzIhhYIh0h06UBRk,12969
25821
+ pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=Jn1d0IxOqQxc9w89I3IGvmAIhb2eiYzOLxCiRwLidfA,28120
25822
+ pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=nTq5qKVxZPJORELvjELJdwdBA9WBaGKU07iV3x4DQAM,45277
25823
+ pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=p5Ji4IasZxGKEFsFUV2kaOYyEGoutj99BQHWqtaeOIg,13035
25824
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=fDgfaz7G-gMeAna4Xjv-HmuXpAl63VMjblsIYPzYjZ0,17796
25825
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=WiUJFLKbXKyKWcm8WOft-f5aSkWyuhHhsz9KRiHq96c,40631
25826
+ pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=atN9fKX1S6_0Wf1YYgZ6-_V2VtEux9mbGXbfwz9arEE,16550
25827
+ pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=Jwvabsdgr583kxb0BHLfeY4LfFMVXfd2iKGuw0pF-cM,25481
25828
+ pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=RagJzSdUgyWbxMTiQoFA8DUZHuVYgURJ6ccybFmYWxs,12805
25829
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=Zsegfcx1QgkNKUQW0MVTMzD6yKxkFVeBlkvLQb5vZtk,37627
25830
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=-p3xdrdk_S7vhm741MFHdwPTFXWmSDhM5QYKH80tpL0,23532
25831
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=VQhHRap2CHrs5EDW363Cf1_qnPVu4cVXkeqCl0trLWs,13718
25832
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=r3l-0tfmpPj9l7F6rziqiuYvWMVJqaLVMmi0d_VHd4s,11092
25833
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=skzcV1xoyPK7BEb4MMLayKLazLocYJwaMG0TIpzq9yM,13622
25834
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=RlujGdKskDMDw4p194MyJWLU5CgTJOIJGSiFcjY5H6Q,13062
25712
25835
  pulumi_azure_native/securityinsights/v20240301/__init__.py,sha256=gLUGuUsEVGwIgQpHgz7nhhj8FVau7ZrId2DjbkHjZe0,2269
25713
25836
  pulumi_azure_native/securityinsights/v20240301/_enums.py,sha256=m84ItGereTi39Tb2Klxt_iQAACx0oRGB8MOwRyZPE9Q,22023
25714
25837
  pulumi_azure_native/securityinsights/v20240301/_inputs.py,sha256=HpQexmeh1xcIrbUxzj4a_BH6hC5aeFYo4rWUNSA_Nzc,134862
25715
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=zlkDEJOf5EP4-GajVeIFogKnzcpV656CaNgiHIymoIA,15155
25716
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=NdGdZEOP4H0drAejD7toqq8mCFqJxU6baZTvbPiP6SE,15282
25717
- pulumi_azure_native/securityinsights/v20240301/action.py,sha256=HzBlP7uS1X141tNwv8TGYrq4_X9fk7jbs0zV6aN2LVY,14318
25718
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=fb0s5QCCWQ5wZfB3BTJocOTTvIZtB2wgxH5qulWSu1Q,31939
25719
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=-gADw_MKiOKG0nyarsN-M4LzGFJIt8aDT-LvOp_rQ64,15291
25720
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=u0ARg0XQWcAg5Ku3zgb2jL0if2rJo6y0up4Jzb0JoD0,19274
25721
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=Komh-piWPTXxQeVhyikKXMKbuErrwyYrHnMiVU8Poj4,15987
25722
- pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=D27dMb_wb7biR0C5oR2meuSCz_Iu_R1LD9enbkOsVZQ,25864
25723
- pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=Ca8TLKQjRTPmDjluXdyoZNGiLLJFEGQLh6hK4bImz9c,39587
25724
- pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=dnAp0ImgMZcYqm4xfwVRpgt1DtZd5FLEgb9bXEOUdw0,47462
25725
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=JHD-V3uQV824jduyYoB_TTOjAyeouQyzv8aoqDxcmk0,16643
25838
+ pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=M72RMSOCFfw5CXr4595l8jnJ1uDNLsv152ZepUIoN3E,15242
25839
+ pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=ZfyG39lQhEAOFPK3Ljn1OzfnPIIgDsCtnTI5jIj9E28,15370
25840
+ pulumi_azure_native/securityinsights/v20240301/action.py,sha256=IzJAIx7YReVBq3uR2ZfO-58WvQnpjntZ-xrK5HCrKSA,14395
25841
+ pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=GYgoRJ_OXkVTpm8TtxiyauxFBrVyEzs_FCDXaHJ53rA,32044
25842
+ pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=mxJ6EL2gcjIUJecXQHjs39kb5_6Ao8x0cXO5Aijj-zE,15378
25843
+ pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=Gy1eUtz1ofNLb6RxpAWRdcvdg4xdmUUtlw0niYYX9WE,19359
25844
+ pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=BinZK285fvm4zBRtxdh17km96PDVdkMTURu2hYaUIWU,16084
25845
+ pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=W8chgMVZz8aYwes3ML4YQvCnaw8T6US0bRIYspsWHEY,25943
25846
+ pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=OhQ7mGq4txfaTuRJB7HwBodPQYcdtSm32os-yvLaGoM,39672
25847
+ pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=UQ-Sr_Zfa4A8nR5wnAB--Ljke01iNwZOIO9aFFdUDQw,47548
25848
+ pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=TFFKiviaAwFglQXHTl268RXw4c1Dx02g9XSbdI8vQpY,16729
25726
25849
  pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py,sha256=fds1AGJqCGRBB8DVvHcw8E7PdWQJzF4Klsy2AnmjbjI,7596
25727
25850
  pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py,sha256=4n7LKz-0yNANW_0PdLMHNNDiLEid6HAznDPxnzBzGNg,7640
25728
25851
  pulumi_azure_native/securityinsights/v20240301/get_action.py,sha256=acfhvDNrkDjrbUvtLyB26uDAqnR5G6m0pRdJv0lPeDk,7221
@@ -25749,50 +25872,50 @@ pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator
25749
25872
  pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py,sha256=TXO1wdohlM6S9VlAqPmJAJh9FmTBKHCrEBRJMZxjTTU,8270
25750
25873
  pulumi_azure_native/securityinsights/v20240301/get_watchlist.py,sha256=2Q21_cEpdn90RGZCNV2bTWtQYgh-Nr-0ezsey0kPyto,18126
25751
25874
  pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py,sha256=n3aEtFtqX6kjzLA5E6xqNf-yDAd8yyE4V5_4DQOF3FU,12269
25752
- pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=0o66WZ-Oae09RDu2il2Ki6J3pfH6-Uy15Lk534_A-T4,28343
25753
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=0Kd9wI5rl-wkx_UkbHdRBixmG2aNhLOXKDQRRadMlCI,13948
25754
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=2pVn2k-MpeI2tWFxhKGqSUGewp1Ip_ML7m7ZdW834Gw,14361
25755
- pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=uFCnXzUKibHK8HU8RpssyCsUTChQfwoABmt4OEO5lG8,17279
25875
+ pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=qXGqxFV2KWNNgosYUunSqHxyz4n7Y0RLHQgePYSfeRw,28422
25876
+ pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=ZWKyHGYpfYDlpFj7YmCwnXEmdvDoO0E7H_yYXMd70z0,14034
25877
+ pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=aSZqKF_AdTETJRpZrVh6OfWvzB4LVmjulcIhuyr83gI,14448
25878
+ pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=CuQ30Qav_1mPeKuuIxB-68voEbT-8X45P-_-Pk4rOcM,17362
25756
25879
  pulumi_azure_native/securityinsights/v20240301/list_source_control_repositories.py,sha256=J54KW0wE_8XjZlepESjYegcYpy-m6e8ynVezU4Jz8hk,6634
25757
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=tL2EOyCsvhlNAS5jzRUaI4jC2HksiL9CwcLEcI-pqaE,15217
25758
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=ZOPG4X7CS4Vki5oZurZ9JCNggf9LuO9AcZgVA7oQm2I,15433
25759
- pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=UqT5VrYvFpP9cqykuOU_rKcWDJyQwJkfm9vzExdXwHM,39060
25760
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=zcCHvMsWxdIszGhTsyzI1pXczhkmWdUFTHBkjQ6emFs,25823
25761
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=NTz1mmKyWLoDBDy4ElSaQxpEgTB0Z-nUUdjIx-mK6vM,15187
25880
+ pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=15NnRKeEgQFJgFDjrz20v-jPn3niK50jixnLtVFWRyI,15305
25881
+ pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=yaQsU51jl1EMadTp43nBTDu7eUSAtGfrrd4PGIVfXpE,15522
25882
+ pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=eVOKl3VWHio7lNNuyC493pmg7gtsYIoZ5pDiY5uoXDE,39139
25883
+ pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=VTfTbCd0qO--XcQ9VU61f8m1G4RoLSjaZ4eSXBdH0lA,25936
25884
+ pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=8yE_qRK2zTh_NwGBlhKXvh7peN67Qmo9OvWdi3V8kuI,15277
25762
25885
  pulumi_azure_native/securityinsights/v20240301/outputs.py,sha256=Nf2kER6iKSsQaUgA0jW9jjLVCJVNxg1XNQGULPzLN_8,119695
25763
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=lA-6sZueCEocLmIKsTg_7afUtGQbazb9AUw3n_Xpw5o,41754
25764
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=W-p-cRJyQNuJoInK9kNFImMWir7Eu3nd0emR1YnEVzk,12941
25765
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=HmWOQlW4792rtdPidQGC3yuy4iFlyQO3iufWd1s5PeE,40533
25766
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=4jTL5nGriPQnuTBlNnKjBEip00tUDV8TIktiX0jakJ0,16385
25767
- pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=WESRPhYWcIW_YgFaI6-R53RIWxaSOxEeQNCqmq06f8Y,36430
25768
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=HlPXkx_e2G0VxOs-A_OwBfXG-pVpAgZrcBrXCWQRm50,23460
25886
+ pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=dh1fZDW3cuvmx-Qo-LnSZlMssf6Wco6ttWGATVfaLxc,41843
25887
+ pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=ps3QMtT1D13vE0zq6HBlxC6fiTM9ULajjAxfwnYkjFM,13035
25888
+ pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=d-dXi1u5eFvrYEnoBqnszzMzgL5JMkuP8rtvckZz8v8,40631
25889
+ pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=QRHS0WwM1nKw1DPtwSXaVAkq9mqnyzuzV0gPG_oDLxA,16471
25890
+ pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=8yiLFmQx14y7QDwP2xaZnG1rOWg0Zz5RAvL6H6GZDyU,36510
25891
+ pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=uOC_vjAJCaApe_B2yMX7pYsRIu0N83wkG_1Mvk112n4,23544
25769
25892
  pulumi_azure_native/securityinsights/v20240401preview/__init__.py,sha256=b0fZjXVmb0PCOOT5-RiK5tr2oyCb2187NBS6_2Yfv54,5250
25770
25893
  pulumi_azure_native/securityinsights/v20240401preview/_enums.py,sha256=1eARuvqybfm6UirACbfK0n9uLkfmkx31CIWRwLWZVl8,34454
25771
25894
  pulumi_azure_native/securityinsights/v20240401preview/_inputs.py,sha256=1UNMy5hJEwxgwWRxtlNV6UU06DXB9DusEzyaAka5ad8,426792
25772
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=QA9kdfldKQ0KNq_WKWCTxSKNjL7zhNDtbVLrWQMxPwI,15238
25773
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=EH4OwtzspJd4pQ_wSK2x2UKtCzKWyijUWzKxm5QSBag,15321
25774
- pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=sTVB32Q34rHFIiZUJsMfDrFkWyN8G1UesTeY8_UwR68,14325
25775
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=8f8P0CrzwMS2Wp0nUi9Zf6Ecy8tgxisEceAwT8Ob6EA,25191
25776
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=E7wpz2RfwF77CcW1OFOB-Z6ny7qogGxlg6AnKHgHa7E,11702
25777
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=z7CemhbVfcAkyeeWkdx1j5JBN0D4XCDo5eTXjrIsG3g,31939
25778
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=JZS8DCUFtlQwBtinhAsSXS7xXY3si8xdB829k3z3zLg,15291
25779
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=9vB2DI5-z-cVTJGhc981X4ejflxMQq7WrfEiWTw3h8Y,19274
25780
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=GClPdy9lX_a5KOQK6lEw8jK3G9udstBzIVk7AG9zVuU,16027
25781
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=ofNuVns2ObpWJpqFncVPbfs2M0xBgzHM7nEnyQeNx-k,17982
25782
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=o8myrjkri42pvReOq2XhXPCC3Osatb28H5RtH5iFfXU,30304
25783
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=k5G58bKSGtscgWsnaXMmZFZs1tkczucjNKd266pMwU8,13634
25784
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=RZwPwhqTrRO5CFsGeiE4gMvKPYtFtNavDOCZ0y8PN5I,11705
25785
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=FP6sU5XaoA-ODEznBcPXJHXQYqgQDpvmdU4Pv8Amebs,16681
25786
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=QACAcq302a0zeDLQ8Ig41zOHsokz8YgO4imcuYpyme8,14468
25787
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=E5ax2LltP0O1RypthyhxqxC4VX_36mroTYYkqkrA654,39587
25788
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=6y3AY3UpymHKEyiofXoPyY6tbYlSG9saV6h729GkHkA,47462
25789
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=lGatnuSJwtYMtMTqBrkdI9fXZn8zhpgOCYOU-voaqHE,17272
25790
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=0XLdLgfp4wFtA40ho_jsW8UW_s629fdvvLm2LAWyrR8,15598
25791
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=cv5H32m2tIC7bAZc3ti7Yr_XuIXRmMA57cw6ob-yRtQ,13341
25792
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=givtHuXwkp_Xv4DDgEaZsf9NERxyx3a7lilCgWaJ-sk,11555
25793
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=-jlgJ2F6tj9BPQAqT_gCZiWenIGD1W4jDzLUjF2R_ds,17974
25794
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=WzT4E1VnK7Cf0LUcHLITOKVA3jw633fuWVEngrlQhvc,21043
25795
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=LNsOCZdAhkx0EJYG8U_a5uESA7pvjHUSgV0v0DfnM_Q,18041
25895
+ pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=sMA3Oc-WgaGzosNpkVniuhDdGid4bzbQ0KKgelmVMXY,15325
25896
+ pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=dLXCb1MwQf_tSOmb6cM0u3k2pQd_ViSIViynb0pJh8s,15409
25897
+ pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=JM6Ik5kl35AkT2z0Z9KVD1YMy60xTLO685whA7jrEmU,14402
25898
+ pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=oCKkOSSeHZPz5JWzmN2HJf3sX6N1PtCfmOyiNh-VAZ0,25287
25899
+ pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=zgihJnhOB5VxtT3H5YnXYnxmGHdwcC7W9o1VfVDu9XA,11782
25900
+ pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=8ft7ZbFWYCJI-RORWeZlmd-HRZewXkLBnX1wRUGzBIE,32044
25901
+ pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=HEa2NTV4vKVe-OEuAUyQyniRydBimWw_i340pzjZVTg,15378
25902
+ pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=qxiZv22Mfk6OLYAx91oWHw87rk0IUL9W5ISse9T4MZo,19359
25903
+ pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=FyMhH4hpuyJls-uS1RVnL_zTDOTzBzW-0v1ML9Wc3Xk,16124
25904
+ pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=0U0d-LakQ1d6R-71BHffg4L-_CwIq-sBwneaZQ-qvFs,18071
25905
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=LoF6OSjCgkgnN6jEuA7xJnMN0RqtgmKv_Go8JMKTkqQ,30383
25906
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=NHPlYM-0ah_KKMhx28J2uJYJVS2GGuxDd3JkvuDVWCg,13721
25907
+ pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=QH7dRS8wtX4pQhR18j4c_Ub7wah96WCwNd-z6L11ZxY,11800
25908
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=OJN5I9VkdxMfea9RTLeJZAtsRH5eDICOOOYyxjAQdvg,16783
25909
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=xs-sMvBjnCF5abH5ygdgYAKyk5O1s0gpMzPIQPTp6A0,14562
25910
+ pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=pe4UkWMZxjVFKZL7-JsxvY-ZNTSpNBFIdthT0zIDbP4,39672
25911
+ pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=zJPaZew_Giyj4vB3wGGsxAXUKNBzA_VuKIgpqZRHRhI,47548
25912
+ pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=3v9m9V4QeJB5llTdYB1hP_KdlQzpBEHrWjELw_qLB5g,17374
25913
+ pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=sy_2z_rrCkurgIB5KiRDwyy8bLzgD6qWeWsH1603-28,15693
25914
+ pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=fQxOoOR6FB19X9LjwPdkMMCNT5z7YcVSgo7k1h8E4J8,13427
25915
+ pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=GB5jpUsKrSGfThgY-pVFIEeGOHMisvz1Nb8XcaK3Eqk,11632
25916
+ pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=D80qDrk3ILIjQIvP6av1TNnRt0kiXfV_3w4Js6vW8Zo,18055
25917
+ pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=vM3NibIGxpsvZQvKCgF0yFrZJzhkWnN1KqCmtK-JF0g,21129
25918
+ pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=iPPzN0u3zDvg3GgPBc_9CNjmzQy7BSepalro0DIoyNw,18128
25796
25919
  pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py,sha256=oI-PzcIaNtAWlNArILLDHN7JlBwpv9WbVJolMglzpSs,7622
25797
25920
  pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py,sha256=GBmQdN8DNAZDE6UWq3TSBGbzUJG2uw3V4X-0mm8yk_Q,7644
25798
25921
  pulumi_azure_native/securityinsights/v20240401preview/get_action.py,sha256=-Nyh15cVI2dWG_J2XtW7tkGFSSMg5iUNyrBoo8cmyxk,7244
@@ -25856,63 +25979,63 @@ pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assi
25856
25979
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py,sha256=m16OQl31q4Pn_rzcUf-anGe6uEQAKhjDxi09e0RIdxs,6918
25857
25980
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py,sha256=9Bdfs5T-SZ84EGarl3AZ22DjM2mXZShrzvfNKbxSK3I,8089
25858
25981
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py,sha256=8Eb6BpUsa8AEgpQj2eXdxlh65b0vJSaL3VqO_FIvTnc,7926
25859
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=XvNsJ1-e_tqeECFQVy1E9NFK48vXbJrlKFyybGctNAQ,19452
25860
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=0ZiC98K0pILcxhTS2EHzZfMIT3jCqMp38K0-tHTE_pI,10794
25861
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=FcptUPM7zrnVER49h8VHUjWVfSUtIBtywajpmvQeU4s,13411
25862
- pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=ILnQVSbmFtbtJbmx1yUWQN0pPFF9NOCmWuWIINvZwFM,28771
25863
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=TTZjBNVlYpc0J6J-1urP0CzY0rGQEMfYES-ayVaX6yU,13948
25864
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=hP3c-WChPbtaLeHHEyY14zmiLAwZoZD3WFx06grDAkA,14361
25865
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=Lrpm0SeIROM6B9gwDwIeSg7zHdw27QOHkdR4_vIMUDY,17069
25866
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=pPI8rr7IQr_YkzeJNayI9OB-7vwOJgAf47F85MgCDaw,15147
25982
+ pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=kFxNi_JnpROh5-QiH1B2YSw3Za_poejBv3zQGQRFlsQ,19527
25983
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=6_16VQkBnvZMxFMhanSga-JfAHWjY-5Rv3bbOwF2XrE,10876
25984
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=sw88wirBcwV97gPc6EIP1pMGzlK8yYT0euIfVusToRY,13494
25985
+ pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=pm75zpYU-0W1rA9jc1XAtQXq83mgJPmOckWSiVQVZLc,28850
25986
+ pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=NAriwYKdiUfjhS-KjShPtgu2hBVVqqDA_zmd4qYI5_o,14034
25987
+ pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=-vW5cJevTlgT9oj9bBGdj-M-gXi660KrsxVoR6nY_5c,14448
25988
+ pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=lTQg-Z2IiAEVAL5J8znFvMfYVpodA269RpZjlRfymXQ,17152
25989
+ pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=NJ9wAkHjG2DGjp3XGN1TIqECrql_f61xqezRYQNLxno,15234
25867
25990
  pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py,sha256=i8NpSyfisvSmIfZ6YoHWAeBMq0John7WT_OmbGkTZYE,13730
25868
25991
  pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py,sha256=S0sekWChEWtT_QeNE_-RLIze_93hcWI7VBi7H3GmGLw,6648
25869
25992
  pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py,sha256=X8SNonMs_VfxNm8hhh6aZFcZ6p2_EJtvYt82p5cml9g,4729
25870
25993
  pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py,sha256=EKoI4VAc_4eCmPvPH7ZbocBUt3HV80GYV2exdt3DHc0,6747
25871
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=JvyHrlTqlZTDMfo1BsgNRKXMJzQArvKzpT5uNIT1p94,15296
25872
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=C6blwxkMp-w4qpQGoDJE0WVcLTM5Ywk9NvgQ9CtvrpY,15472
25873
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=828WhLIYtHMSG4_imN5iCGoD2l5xgzDQ2JMTnbVqFlE,39060
25874
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=yn5R2aMjEs0R4okH_01QUGXB8FR7OCwwPguK0Z-ahjs,17380
25875
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=u7gtt0UR1MmvDHlu1T1AjlgEPHyvvTGT3avSL5ay0W0,25823
25876
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=7yq7wSiZxvggJfHVj3tFDNt-i2j5UFGLAAlRfWe03Eg,17760
25877
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=zHBIIQ2IwnoR2dTfYcOWTPeX5s7BweOshBGE6cnpaUg,15296
25878
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=n0AKgfv0cN_hRotnFCnbcoBX7MwwxZs6keeRLCs8Mbw,16903
25879
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=8GdgTOzI1fPY5HREJCkCLf_ruz44QHN97Vqkw4WjIEQ,39204
25880
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=nzEZkPP4QOEHlP7LZGJadsi-jvs2jnJVLY7zj92Ka_A,15920
25881
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=1YNl3jW23tbE8FCk_Z_5olwuswHnTvfLWt1l1j_ZKfM,15476
25882
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=Wtt4BzuHIuiTJFLXfANSLE83pZk8q_ATLgj9lRpm96g,15266
25883
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=g_si5CG5hmRT7qbquguARpCH4KXWKa3v5kpXdk0INC8,15468
25884
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=qGhfbz1xSULWGOArMvMcbzBxv2skCx2UHGqFuPrIoUo,15716
25994
+ pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=NhRzi9GS8zM9lb5BjWKrq9_Yl7Rt14RBi2w0_cwxZbQ,15384
25995
+ pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=L0hDIOylXf0_nCghS8qrO8GGtDQQ6MFP09JTWf1cF0A,15561
25996
+ pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=bZrW840NCM2Fs2lH_dLkWxSNAk0vfDQ2ubqKfcDXCcY,39139
25997
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=4VxLUbo3ief-oMvMVhKHcso7XrEaBqlppiUj3_oMGt4,17501
25998
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=tzEr2hZ8jJiUnlnRHda02dh90OIPPwezwzPutj2hDt0,25936
25999
+ pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=V_aaxwZAWpubQYrZctBa55hxaIXkM6N8rhO6jMinnJw,17859
26000
+ pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=ZM2fC56V90iiAsSXpy67MlJgFfMUEiszpwcUo7P9lpA,15384
26001
+ pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=z6u_1VbnH3NGmyqqpBvI_f6kUqV5qQ5OvruquhL0no0,16990
26002
+ pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=QqkrW53Y71QgFK7H08cKhR9p1cuWBiBSQP3bkK8Aa0w,39287
26003
+ pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=LgsAmoZvHd6L0RrfrqOIHs5JMdhUs1IpKMM8i1Sy-Cw,16020
26004
+ pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=vhftpcyw_FGl6Iz2IuxS7slOOF-AJK-DB3glEzVf-H8,15569
26005
+ pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=OjISZYO3yqTKdYr2DQF0FRV2kw0837vfOO9xixBYPYQ,15356
26006
+ pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=SqSoA5Zoiyy3koOk5Nt6e2tSHLCk_g4FruNjN0RnTMQ,15561
26007
+ pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=WXqtjgmoCE1ltHjbbuYadv3WK_fTfmV_FJEXM6PHy3c,15813
25885
26008
  pulumi_azure_native/securityinsights/v20240401preview/outputs.py,sha256=NKRbnTr8iyQREEcOFAYK40XhvPyUNKDmuPEycbYMmJg,386399
25886
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=V6SHMqIpCEy1wlNqV8yIApsBP4HHOOc62JbTNp9VrzE,28023
25887
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=jaNep3TiJn9ywQDTvAgG55CxXXUrOxPJK80f-OpnUyI,45188
25888
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=x9XLWJZeurDfUEGq3yUOGGxcsojjMsQuu4y9YI6Gxcc,12941
25889
- pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=jlqRF8gYQqLB7JI5H-lRLng9HsvyqBIkvxNe1iQVbG4,13173
25890
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=WFq04f327AP332F_ZYgapn2rgo7irV6Xb3oF6UiVfLE,17698
25891
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=t7luxPAmSOfTjdS4ZvmRB3eNI4KQmDUQfgmBygTitE8,40533
25892
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=LeTra6ckDeLoLscoUPwKSXs33-7PWXS1_jznRdC4pxU,16464
25893
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=lncMlrTMsAJQdLwtTm7C_LyhGXdGm30br9JT8gWRagM,25390
25894
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=WzDwKXF5uJduS-kkFFBdGpcwyIuMRQai8wOhMXEHB-k,12730
25895
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=jiVTmCJGnAqZRdi7wAZpneu4IsTlyC6tDl1e26Hcw7k,37894
25896
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=zh3rd4I3-JBX7NzQoGyT7bV0C3jSFlVlAOqa2AXrgTw,23448
25897
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=6ammgo4sTlyWBfA6RBqZQezujbhv0tuU1eMbiAZZpzM,13621
25898
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=F1A3GO05Z5ZfDGdq8UT8zGkVSWq_r79ZP2nWtf5LwsE,10992
25899
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=VPb2bQedy8ja_BDJfbVbCc4XGOpQ9vpJvSIB29Lf4Jk,13530
25900
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=54hZyyAG5CSmflkYDyXav3KIKzKj-F0Z6nSWwUkfUts,12969
26009
+ pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=A5bWDpoaVutvEyUts84jul2Rx2yZCcieFOLJnKo0elY,28120
26010
+ pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=8gFNHcHzxVhn20hZf9XKP77D0jxtJZbFNOk0deIAEGM,45277
26011
+ pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=gsMHrCsRaRdu9T8ng54u6oHRZeYmPXIHEVyS3Fr265Y,13035
26012
+ pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=S1NEKMuVoBG3_dTebpK8wICeUOf6xSyojQqYRdzcNmo,13250
26013
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=NHkjkTmKspgCOuy-9S2FKjKtLTu-4GDJPnDXuqGEKoI,17796
26014
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=FCdFFT4ZgqsTY0huYQPWdQmq0T5_V8B3kKXw5NyLYwI,40631
26015
+ pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=BOnrLLzExaAgVLeSmB7ViUm6VrHGS7mHGfmyAdvcSUM,16550
26016
+ pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=20xWhkazGm6wR8E_K1d_X7q3bp4a6QEbnpQvCpHhXdI,25481
26017
+ pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=XvYEqMMKdRyBl0FrX0hqtv7ON1ae63I6Sjkh4ZA1iOc,12805
26018
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=3xPH2I5eWwbBOc69dMHryUVuuag0gWXdSPhWMqW_s_Q,37974
26019
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=M_PzgQex74jAeHnHPwYk9IJz_4fqYIRLl9QPmosWW28,23532
26020
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=L7KKQDjBsJ-Jge0EFMwwL-EyuSWgOKv7vjQaD6Fegr0,13718
26021
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=qCmLQwTyqNpUpUsJTQ1KywoeTw2QfSXw2OcvlFLGkGw,11092
26022
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=cC2OckevEjvygm4ThWvmFQZIDhULgpzqSwjfkdw7bbU,13622
26023
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=zynfPePXRcmpqhahXMsaxRJMmYwzROVKuYe0uBfTy4w,13062
25901
26024
  pulumi_azure_native/securityinsights/v20240901/__init__.py,sha256=1WgQHBjqU4ICsUNwBPGDeLfEDoy9hYeJtVcoTViCfjg,2677
25902
26025
  pulumi_azure_native/securityinsights/v20240901/_enums.py,sha256=RzTelJrdE-V7bKMjXtpzhl_LnUTSR6wd5-LVKkiowFY,23853
25903
26026
  pulumi_azure_native/securityinsights/v20240901/_inputs.py,sha256=RfWuZQVROm0uUJ7x4oZgTncb7OIPDFKhZpdIoqZCyQE,273156
25904
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=_SLNr_mKkBLivyEFuM7bobML22nQWO6W8CWEA9zhD98,15155
25905
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=GHMHrd5GaWfWLhFOiFGa5EC6nGQnxB06oJzYsZzk5ng,15282
25906
- pulumi_azure_native/securityinsights/v20240901/action.py,sha256=zP5ATdRuE6UhWeEtY0VJyxJzJCsuq8R8oITxT_pyJyo,14318
25907
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=xoc3rVrMeWyZeCP75dEKrRNdpGzQouq1nex8rvVBYXQ,31939
25908
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=VWP6dY7UK7FVxbxuv8VhSU25TUsK6jTw1I80p8RD1ko,15291
25909
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=EO0pq9bqckEms6G3xS0udHoMRKo_UUUzJj6a4z8Gxd4,19274
25910
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=lb_yvr93xOMzsK4pfig3N7JPRs6dGbMi1b7q3qfwyk8,15987
25911
- pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=X_sl4YElsu2GDnOom7kJ4YaS6QPtc43fpTRx7OTnWBw,25864
25912
- pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=jtDPEzkZe9X3khUBuM1kYmrcNBLMyGDmLw_qPcpkfO4,39587
25913
- pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=TaPiLziIZnkjSLU-5_pZSRncHvxJDHlCb7E3DWwOBGI,47462
25914
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=NCpeYxvgJFLU6avD-eRIvPQYQxBhUjOKuSGpvJXwGxc,17272
25915
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=wBp98Ua3OQzqNit74meafY7bIz-J7JLmodkJaoQunwI,16643
26027
+ pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=MK-1rQYCoqWC5RxNgE-BdxoMj_uyN_7IYW-rmwjovUk,15242
26028
+ pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=SRnoWm7a-V1mIp3yn3PgVT8u163d_1Ipxfz-hgcfL4A,15370
26029
+ pulumi_azure_native/securityinsights/v20240901/action.py,sha256=69r73myaLDaE4i0Ul3fBfbyCbZB0pis2lpPCItagsqI,14395
26030
+ pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=HnUu39Qw8Vph4vV8fwCXVadSpDw3arcAIhA-eTrHmm0,32044
26031
+ pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=UJBEsu4sG8yCyTbTwIdGpvgc--KyvaB7OzubHTG5frc,15378
26032
+ pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=NZfXMu4QcfyP9uf5GFTTcWb1vVJj4TbCFk4MWSm9YPc,19359
26033
+ pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=Cmbm16Vv9s0o6qdi-GS3ZH9Kw9hHqlUXhBod0XtiQYw,16084
26034
+ pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=HZ8JE8NkfHLZpZP67RBobUAvLGSvCqweReloDr1YtOY,25943
26035
+ pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=AUjV4Bgab38R0skvWVHWT9FldSYY2PaDn1FuLXraFtI,39672
26036
+ pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=zlahJAr8cLGJpVFPem7sTYhmSd74QsuoEVejFePfRgI,47548
26037
+ pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=CFsP5Jd5pyxz4AjGIjBvmZeRSqxrdm8a8sI8ZjaODZk,17374
26038
+ pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=RqPtIFF6qpP-JCc5jj3F8yHuDtqDBgREJF5TxuMmMhc,16729
25916
26039
  pulumi_azure_native/securityinsights/v20240901/get_aad_data_connector.py,sha256=__6TPsKvAglmFkTPlXALAd9TffnXeIcaenIq6Nk7Bdc,7596
25917
26040
  pulumi_azure_native/securityinsights/v20240901/get_aatp_data_connector.py,sha256=AW-NCeBrT41TRiIK4Ok5TjRL4qHdCVQr5m_gdG8ujPE,7640
25918
26041
  pulumi_azure_native/securityinsights/v20240901/get_action.py,sha256=SmNUiKBC3w57CVW-AZkELPsPdMh-gwi6-eSxiY-Li1k,7223
@@ -25943,26 +26066,160 @@ pulumi_azure_native/securityinsights/v20240901/get_threat_intelligence_indicator
25943
26066
  pulumi_azure_native/securityinsights/v20240901/get_ti_data_connector.py,sha256=ph5jcKuW-rarThVluS52MqEd2r2vK85mTfo0nH9g-g8,8270
25944
26067
  pulumi_azure_native/securityinsights/v20240901/get_watchlist.py,sha256=6BmWvsQcxd98HqGxOP9rGad3J98zZ5ytnwkMFA9zDqM,19323
25945
26068
  pulumi_azure_native/securityinsights/v20240901/get_watchlist_item.py,sha256=MLbz7c3u36W_mzxNM0I67B5wiKJgEVrTnKnkEyt4tlY,12269
25946
- pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=8QncRpQsYUrmzK-VVcthVg-aVZYfc9vl20HosDs5K5E,28343
25947
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=i7JNWm_Yh0JwvFyNeK2ym5th_Ll4LWm3NW1QurFeRw4,13948
25948
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=tYca_-oipDmjtQMB2pE_C1VuxlOJtMlUPhaAe4jOzcA,14361
25949
- pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=Eu2T2Yzw-ypDnAGN__Wgs4LXhrnreAimRX6THHLDzmI,17279
26069
+ pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=E0OeEVALNT_F_YwA_1krcU7v3Q1H-RNQoXuWT_aOK4s,28422
26070
+ pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=ReBFeApK5wXLWMbK1kYQzU5DPqLgaHQl5aGXuzq_vEU,14034
26071
+ pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=1-QJdQf2sASl7t16Hc_DFl_xUA2vkQq8S8hV3hCnvfo,14448
26072
+ pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=7N6NXdfNwuWE3BsmA75iFerALl_DRE6505NikwwyX0c,17362
25950
26073
  pulumi_azure_native/securityinsights/v20240901/list_source_control_repositories.py,sha256=hi0S7BV0U_fy1WHXcqwecZoHPE3M418HLw6SZlryaPA,6634
25951
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=1Y0tlgCLt9nI1fhUIyFkM4A9JC9CrPvb6Ml0Ou4W7KI,15217
25952
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=_KJxOFjfovxz9yqK_awAjKTBAO9Azvs34BP6NrYulnw,15433
25953
- pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=SDXHT03ymNW1IDYP_MCP6cFy_ipq2SKvfpJndZKO9i8,39060
25954
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=Xt89kFlG4IRAKz_EOTKHK6xQAQoGXs7NNp2B_bzFzew,25823
25955
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=8CvfZpiSEtz8-YqhvdXJex5gdtbqxZ_Wtx3smm6-W60,15257
25956
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=gdb2vid0Ajgsl8RUkWShJfAUaJq4Pu2agofwsUreZEY,15187
26074
+ pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=84SZEvpVdcB1YxNDfjV45MIMoD8uE8qGPAynDkpX-Tw,15305
26075
+ pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=0csPu-Ejgdxs265g9vYSuoMTtV_7FlkaNn87ZXb8yGw,15522
26076
+ pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=K4RtMJqhfL9J3TRvJTOpur7t6JImNH0dtGnLEq3VMP8,39139
26077
+ pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=gxffCTOJpFIUBLwxxiyH_W3Eo1VJBNpZDMWQwE4PtMo,25936
26078
+ pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=BPmZKtNiahZjBgNZX99l_CF1rF5XdHIjz87nyAyU9io,15345
26079
+ pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=8XqZcK7zaqujJ8OffH57qKAsyZRlmPWzKOJxBu0bXKY,15277
25957
26080
  pulumi_azure_native/securityinsights/v20240901/outputs.py,sha256=l2wl8SAw0xCYcBIrn1gqmo6IuQ_o2SuswWqzs51V85E,222910
25958
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=8Xq3jxFqJ4ZFT5_Gycd3W66DRWUdE5y3_-Qt2Cqaf3c,20191
25959
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=Hw1jnurIjJu0-ThC6dy-jeSQ0nMnXlQS7-VkzRGcbB0,28023
25960
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=Gs3-U8JApcbYOh5XbN0o5OdfM39mVB1hkA81YPqttMA,41754
25961
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=JPvR1ZzfZC4Zvegg8cX1Rofbqea9hCKD2G4_5GomrdU,12941
25962
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=fqyHka9XyEZnlx4YMiNSYyon9juKUMi5U502ZOGX7Qc,40533
25963
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=xDZC4Iffincd3hrW19JzkBVpO5Y1Zp7j391GHB_Bzs8,16385
25964
- pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=7eS6bsoKgLQOaqNXB7ADHSKbp8IfjJb_dIppHwyffsY,37854
25965
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=0L2O_MOH093LW6xpDnrRY2tINnlfCf7bOtHTpB21gLw,23460
26081
+ pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=pooYVMp3-6s0hIWGy_HVC4qy09KN7pTGrQE3KahCCFY,20307
26082
+ pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=6RatxBKKbU9xV_QUSsmRDbNMTWDXBZXr5lGBl6E7fOU,28120
26083
+ pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=PCFCO4wsjAMndEYU6V4u0CpSb1BYPPZd5uL7C_XZcek,41843
26084
+ pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=_QrZMpA48ZtJNgjda1zBrRZgjtOt-bHggWCGH6HW5J8,13035
26085
+ pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=tSjKDevN7L67AJQBc0lXSX85WFrQ52BO5oTEMFjWk6Y,40631
26086
+ pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=RSja1ktmEZZsBLOvlsl39XO_8jmNATyEUegGASoh4wc,16471
26087
+ pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=WatIWB3hfxn-RsilF_fYT0TEKhQiD98pQM6QPm4O_RQ,37934
26088
+ pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=3_GzIJq9-2-QE_hAghct0zxRlbdpDqCSnuPpe41kSRQ,23544
26089
+ pulumi_azure_native/securityinsights/v20241001preview/__init__.py,sha256=vTdHbG_ureA2c_e8j9CGmLjF4NyFQl9sUOuaYohzr8Q,5342
26090
+ pulumi_azure_native/securityinsights/v20241001preview/_enums.py,sha256=Ix-ltReViBOAK9Mqp4NA7-NuR9u7OUObcM8B3uOr4go,34634
26091
+ pulumi_azure_native/securityinsights/v20241001preview/_inputs.py,sha256=3SQBbj8a8VA8cQjuO6xbASctIPBOCPXGe7bAdLV_Jmc,429403
26092
+ pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py,sha256=_dske6XIIrXq7AUhQZfYH7kq_iHWhqWZZvFJAx03GIM,15325
26093
+ pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py,sha256=wkTzF3UcRyaspr8OjFf-Owmae8jtZkHteBFFEa8s-Cg,15409
26094
+ pulumi_azure_native/securityinsights/v20241001preview/action.py,sha256=zOXg8kA4oU5U8csO8DrCwGWZ1GnJiZChgff3Wx0GeI4,14402
26095
+ pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py,sha256=u2s1FFZUZ2dsUy8zSXkF-RCtH93D3bbO881_RQSZmFM,25287
26096
+ pulumi_azure_native/securityinsights/v20241001preview/anomalies.py,sha256=uE0oV1efE6ZdnjmblsRZpQc4Pl81gyCKcQnyaSmwXng,11782
26097
+ pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py,sha256=KR9527KzO5Cx_AQLDmP4EO-1s9N3pgsqN0zbxJ17MAc,32044
26098
+ pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py,sha256=djdfyI6rz8ihrbxRisRMfuQtgcC1ggZE5jBUzYww69w,15378
26099
+ pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py,sha256=gzZ9ck7AFUgWYKPOalFXi3A4jVTY32GJguqMgN5vXf0,19359
26100
+ pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py,sha256=YVbkP0kBRRSWMsXhlJSmzZybFiIHYNNyyHvK7Z-D9uc,16124
26101
+ pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py,sha256=9BgeBNDQ6DgAxLm4bU8FzRqVd2DNINeCM2MeHS8aSAg,18071
26102
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark.py,sha256=K-_MFjTV6q72OhxjqQPtaxX4OuDrvVTZ6CdrTUtMqZw,30383
26103
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py,sha256=9VVGTNyD2otdMGudWThidwtwJhm25C_M3kRRjTdXHC8,13721
26104
+ pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py,sha256=Iiea-No0PsGm3g8W_5RB_bjflytsBD5sl69M6nTtSJ8,11800
26105
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py,sha256=tDJhlxeVwyY00B9s4-05enBfO1kEievxCADsnc84x4g,16783
26106
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py,sha256=VhMnCZTgWlh3Vub5nmhBG3wW_LDG3f3L6t19r6_1JFQ,14562
26107
+ pulumi_azure_native/securityinsights/v20241001preview/content_package.py,sha256=zJGP5hHGxvCAnNZygv817rgXUwFFULhPiCT7ACC_ZY0,39672
26108
+ pulumi_azure_native/securityinsights/v20241001preview/content_template.py,sha256=EvmOr4tQye4TQXTcAYG3u56JtN8sbbCLgWrEwvOBqhM,47548
26109
+ pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py,sha256=kkQ4VaaxcvawWf9JAub4_Np_9UragMOLSBm9MH-jIUM,17374
26110
+ pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py,sha256=lrQz0cI1p9By8NSUjc92Bs_BUQEw4VrsCXMgpOuOGb0,15693
26111
+ pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py,sha256=J-RriC74IfIAR8Jdi_XTO2TzUqMLqISDQEiVxklg8hc,13427
26112
+ pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py,sha256=FAi9041-Unde6hbN5sPq-Q2qp29QOP_1lfjWzc6oDvo,11632
26113
+ pulumi_azure_native/securityinsights/v20241001preview/file_import.py,sha256=kINtjdUuHCjtWL9mpPoLrvcWSUQM4HIYGGyTlf0Pxbw,18055
26114
+ pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py,sha256=FU0LRzYKxX1QTPzQfPyhBnfEHoaKrcilTyvE0EdrEXE,21129
26115
+ pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py,sha256=E9CE3OeODAUHA7yF4l9QD11cS31jaNsDTB3rrLiPZGA,18128
26116
+ pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py,sha256=rj54Ec7mOv2XqYgWzMuYKIpCE-nxhBsW3Z2DTWLcb-I,7622
26117
+ pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py,sha256=CHit4rhQhKOeUvRXvlDFUHAkGpd8bmIFQ9zqEjb-zK8,7644
26118
+ pulumi_azure_native/securityinsights/v20241001preview/get_action.py,sha256=dtRuIWOs9dYCuEbmLIkzgGMqnrIRbSSp2Uq9ei63C54,7244
26119
+ pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py,sha256=aNmY9fIabQvSltCIxJKz0pNYnDFOiF0lh9WOjvP7fvo,13637
26120
+ pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py,sha256=7C8CSDCJYdrGQdTKgG1xEz7cGeMWU07YYV8OnNJyuv4,6836
26121
+ pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py,sha256=ss5JWOEFaRlGf0ggLxP8WZcuaiRyCankyKPjAXfhPME,16445
26122
+ pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py,sha256=5jK63m5wOWlEQCbeVzIG-1TaN8M1N7_PBt8xY58bZNY,7704
26123
+ pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py,sha256=81VqFAPjQk8yY8t0O3behE8Ost-j8ayXO6W18z-QOXQ,10844
26124
+ pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py,sha256=n7zNA7mVYe2ywihblMx_xTNkZ7qId36safWamTXiJXo,7957
26125
+ pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py,sha256=yody-x3VGTgd_LUQXTJjMaEZSnpEqi3DfTXUQ3FlRBg,8843
26126
+ pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py,sha256=RD9GrzxmczH2a2plyJmdGkTH9xcnRLAr81QniIiX4ws,14725
26127
+ pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py,sha256=3vyLMqvD_kXK57uC4IE0m84jKF35DBpVhPfH756PigI,9049
26128
+ pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py,sha256=JSfs4pxmnlXMrghyqOoiwKfKIPZlYuKu2vp2kAPncDI,8594
26129
+ pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py,sha256=ZphfVRmWrSSF6cF9--3xmotJhShlIsG3gWQDrg5W4To,8234
26130
+ pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py,sha256=BUS66ZZ3BeKHntJoCYDbMCA2FL942BjiYYWWTIHpvhc,7330
26131
+ pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py,sha256=DLdN1B9Aq9yVMQ0-lOrIdvbTu9XkgDV1vTB-KR4H_0w,19973
26132
+ pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py,sha256=zSoXlzwusxnMAxjczT7rMqUIajrf4xz-LPYB-vi5Mck,24013
26133
+ pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py,sha256=wVcnmW34b6Rs0r4ef6OZBg7zF3WCnYbVIDF75jD6Yi0,9854
26134
+ pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py,sha256=smyMpjov041lotrCkSjl1iWO4OmB73qep5eIIzGcRjY,7760
26135
+ pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py,sha256=81yCxwOAuXUcl_ZOnlh6wWP4nNYnRcm2E1e87Y8ZUQw,6121
26136
+ pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py,sha256=9TXbaMxo7pmay34HaT5ggT71jJHZO90HcI7Fzuz3zy8,7097
26137
+ pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py,sha256=raBYWtTN6y7Lr5nHEqRKuvO2Mha3uDY0siDv7mjdqQo,6283
26138
+ pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py,sha256=-_g61UNFgjJQNpPAJV5VDeSbfBx9WFJfThfk5ZVb7hM,6771
26139
+ pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py,sha256=ZmZivG1oesb30VHAKFUouXFV7-JPbNphxGsXC8njp50,13829
26140
+ pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py,sha256=jLM04Hu-Mwuew-90rfoNOVx532egC1xUs9toiOn0W-g,13247
26141
+ pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py,sha256=9DSN6sRJgcsPIZst8rIhKBewCdS7A176u_-tMN0NvBw,8848
26142
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py,sha256=cT7vlNHyZ5rBe8ELtJCfPy36acWL2Dm4br3XN5Dv710,10254
26143
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py,sha256=hyKgZwm-Q4i8blPfoevoLtZERvJ9UxnpDl538q9_fYQ,6560
26144
+ pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py,sha256=MqgVP7HjXOJq6oxusk4IuVXjq7-HpXDHzmSmTnGy8N4,9347
26145
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident.py,sha256=DzDzrdnrjuN6GyD9BzebQeBDLKOuIBn0Sl0o5iovPrE,18391
26146
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py,sha256=t_iYrfRE8UFvg4LjMEl7atRmzmEDwmFm9dBZiKg-UKw,8577
26147
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py,sha256=RUCVJgN4YspjjwwGPROLSnFA2g7Ydsrlec1gU-36Nu4,9051
26148
+ pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py,sha256=6xQoliB8atmdkc4dwzAp3qOerDmG5eFCCkAxVBTymaE,10180
26149
+ pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py,sha256=zOc6x3i-0lzNXdwUNXH4D46cpK0y6qPAfSqJhp8fgzs,7674
26150
+ pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py,sha256=3Azyg_ZNsBgtEOs-evR7bnEFnKandN0Dp2Gb-H0Cjdo,7623
26151
+ pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py,sha256=Rw3kg4m9ZoCcfHjLIvx1FWGq13XcpjvQR43Uv1yqBeY,7694
26152
+ pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py,sha256=iOzewQ7gu_kSI8PtLyZHSk8DT8VKNpEiA-jrXp3u4Ug,18251
26153
+ pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py,sha256=vOIx0_ir8ic9yob9FsptJ97q7bClLJl6to2eQa5UuYY,8491
26154
+ pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py,sha256=Td7a8WtxJzYQ-cWn_B-DFjiriBUV60cQdocXcJyjBeQ,13147
26155
+ pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py,sha256=tsbkFvfUIdLIi_48SNhrX7fHgZUzk_3vSCa63URoAZA,11991
26156
+ pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py,sha256=RSv0pjJusZjsN4NEqp7NVUJO8NXk2LVTF_mCQ4Y6BCg,7619
26157
+ pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py,sha256=6UvxYS_MINXx6na05NPNffaswK2wneyl4Q9MFJ5Zapc,8336
26158
+ pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py,sha256=5xMwO8bkbUapwhVqK1Unj_QQfEHH6hNqtCFS4lr61z0,19007
26159
+ pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py,sha256=mUYXQBNVTnQu2b1cEmSz8w7u7KQgK44O0bk4EJSZaXk,7909
26160
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py,sha256=51QZLivP1B36MwO1zEb89pCTt3fxIBzYLit6BPRPVec,7764
26161
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py,sha256=IqBAxRr91zHw4YUuMm2F3Skv1aQsaaNuajI46Hxt_G0,7628
26162
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py,sha256=AhdAyZh1lkpH3HXpB1Bh8GNPAqFO4d2gUX5FUMHH6IQ,7760
26163
+ pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py,sha256=b9OePuU_FpOUzjP9WFHlfWKKvuEiR3SKNyB_ffy6slw,7841
26164
+ pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py,sha256=W0Tw1jcI_vql3UffKKvT0CkFF-aSQBJuOKtQHBPwr08,9836
26165
+ pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py,sha256=pjawRYeLhwZG7w0fAVOa6FR7QwH5DQC1UYrZOf8RZwg,12039
26166
+ pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py,sha256=_qBJxLH6tNJCpXCY4OAgISZ1kzEoIuFqAmz0VTCK27c,21793
26167
+ pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py,sha256=2EC6LTiG6CyP-ppuCeM4Co4NtvvEXhk0Le4UF6DUdk4,6992
26168
+ pulumi_azure_native/securityinsights/v20241001preview/get_system.py,sha256=alXEk0Xwi7aswqSEc9P_93CJhwZ57TFNqg6F5dl1aVk,8350
26169
+ pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py,sha256=7B3mIiJYSWUia6Vqq49fRV-oItVXPcKclVIdBOH4av4,11951
26170
+ pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py,sha256=GHetWF4Z2v1PUyKb09i_RV8uzqLG2HRJTY53YWsshFs,6616
26171
+ pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py,sha256=7Di5Gx8ATnG1Dh41PiFtlVlnbZUuB17gD3XQcpO2RWE,8264
26172
+ pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py,sha256=zn8eHI2-XMHL1_0ZrQFUXizjynfx5Z3NaCMgrM5P5b4,12628
26173
+ pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py,sha256=dOiW44yOUgBZ7q4MSIYhN7lHvFbpUonKvYv-tN254Qo,6754
26174
+ pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py,sha256=yA__CoUalRrf03M7MdPXrNNXEs6WmoBY2jRTyYdTlAY,19341
26175
+ pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py,sha256=sMHPZQAB_T9O-Nxn-jWGYLSBRdUxFbleKtEf9sItQCU,12317
26176
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py,sha256=smr1sD56O7r4dDFlU1pNzeFJmt7hY76K61-R-ya5yf4,9145
26177
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py,sha256=0Gr0eKWoi1ez4mqH24NyryZP0AZFsEDmG-sn230qxyY,6918
26178
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py,sha256=vRWsCzqwSqRcAfcG3y33Gkljwd8UzX5eRUMeGr6yGE0,8089
26179
+ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py,sha256=D0mpCn5Gx3En60zlIeLrF9uNnhZhnDTm_dKvldA6noA,7926
26180
+ pulumi_azure_native/securityinsights/v20241001preview/hunt.py,sha256=qnA3krfcL5Yqi75YAnMz13PlAx56xzb2OrJq-0wr-aA,19527
26181
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py,sha256=x_p0ODq_VcUkkK5VRA5jcQuwVz5faBy_CAjiuHHImlU,10876
26182
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py,sha256=kW8KTo79aZPBh_IPoZp_FHOciThqcAF85VCT6EkPaos,13494
26183
+ pulumi_azure_native/securityinsights/v20241001preview/incident.py,sha256=P6CwoIIW4NzZ-ryKo7Q-G1fWxz2MKL18IASWsVb9O3E,28850
26184
+ pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py,sha256=uVyV95jOGozr1NK41dc_hUGK1gM_i4VpqoOHW5D6yww,14034
26185
+ pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py,sha256=J_x8aYek7qoJK4l7odes0rrEg8YDGj4N1pPxPAgh7BU,14448
26186
+ pulumi_azure_native/securityinsights/v20241001preview/incident_task.py,sha256=-CO-v4afXZe8ih2REtXgPiVubz0EU6xyPkoMbelDjSA,17152
26187
+ pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py,sha256=6oGLW05EHEAvvLJ8TWIhO2qOuH5MuTfEfUBv2wZWgCg,15234
26188
+ pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py,sha256=XqJ9XPs3k95FJ_yQWpfzR3DwP-T1OXBA72ilewjTL8k,13730
26189
+ pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py,sha256=6MeI-QiBHIG7ZLYKsueAbYIu50VyJEfioVmGW9-L90k,6648
26190
+ pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py,sha256=ZaD16Df3a423Nn6ZcN1xCL6f9LoZ3CPoXlG05REzyqM,4729
26191
+ pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py,sha256=VxXY20i83jH91aX51vAkFOe-tqVKYGyL6svgvUlfZGw,6747
26192
+ pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py,sha256=Aq9ZC9uN74vaAZF4xGQqtcyBkRr50GGwc3Xt-qrTbz4,15384
26193
+ pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py,sha256=qvDWLCtzsbmNx9E4q5oHVcyh7C4K1yR2KpVpu2HSEkU,15561
26194
+ pulumi_azure_native/securityinsights/v20241001preview/metadata.py,sha256=xl9o_LK0Dwv3l5G2e_x589RevPzZ6ZTz3TH5ExMNoN0,39139
26195
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py,sha256=BT1OcmiGc2A7TzUVG6MlM21yyUjJMf_8slhfmsjy6JE,17501
26196
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py,sha256=CkxmUY8UD8ISSHNvbcmULIm3P5eyN7RW5K3JH0upXvE,25936
26197
+ pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py,sha256=voz9b4gh3oo7QlLPPk4uuw_tAAE4q1YfyJyhiATcjbo,17859
26198
+ pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py,sha256=8BFgm8RCoSfATfAUwjyNq0UhFA9RiXLmD-0kZqsSQjE,15384
26199
+ pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py,sha256=qcpYcuBz4w8G5jzyc3ZQx5F4Q0FHSPMm2pEBd6t3yF0,16990
26200
+ pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py,sha256=TTytmXuEx1sGv9TOeoLC4MbLFuBLQxqYsC08ClNCNjU,39287
26201
+ pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py,sha256=e3zMhceb6vu8s2wNG1SpddUp9OISfc-RO_hin1-oD4w,16020
26202
+ pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py,sha256=S5B9XL5EtYyag6HJYveNuZNsmT0kJzUboLmJCPYptf8,15569
26203
+ pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py,sha256=_95ej6dTkvJU2L-kBMsFhjeKpy79ClTr8eiM2VC6yXw,15356
26204
+ pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py,sha256=DPxQDo6vwQDCI86wbkW3znjJ6nbxhl8RVF9aEbJ-pkg,15561
26205
+ pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py,sha256=KukSvTe8zL1oPaza6ktSuh08dIsakvB-wHy6CwC1orA,15813
26206
+ pulumi_azure_native/securityinsights/v20241001preview/outputs.py,sha256=8E3Kl4IeXs4ODUep7bkBXqJO6Z70gkJTyaQ_UW2lWlw,387877
26207
+ pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py,sha256=W7sgSdqHOmb1LV8ME0mFJF_y0mFyBpJ4hAa-NgdaidU,19995
26208
+ pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py,sha256=09Fzy_gRnulpYmmPf6Et8weJXNIm0odF8YBPPX7s5v4,28120
26209
+ pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py,sha256=cSVMqtteVSp5raZuYtdWpDc6HjWeTHWcfK8Oas9IzUQ,45277
26210
+ pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py,sha256=w74mS3TTBi0ToAGIoH4bxzSp-NOgBnxPnOoN3c1kASE,13035
26211
+ pulumi_azure_native/securityinsights/v20241001preview/system.py,sha256=rBgrf3qfBweVDXjw2c33Ejphb3vzPeYRuzujpcQlFQw,13250
26212
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py,sha256=ffi1nez3kgEsXRdKfZTblehXDkRTP0vKidnij2694lI,17796
26213
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py,sha256=cLilLPDZj9w1ELAF4TlqVJ29ZtUTAnkmpawIF6-_D20,40631
26214
+ pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py,sha256=DZJAlk0L3nSc5Os20CCRI3BulKFuPm1ggYjHSD5JEL0,16550
26215
+ pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py,sha256=ehv2VF4O3J2awby-BSaR4Oww1Am0dHzAtsFK0Z7j2nU,25481
26216
+ pulumi_azure_native/securityinsights/v20241001preview/ueba.py,sha256=W-A8505SkjAZPfU5K_QpKvrYK017sdy4I18wRAHWeNU,12805
26217
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist.py,sha256=NWUJXmTyZ7gwePK_OlQ1RbkXDRScf1ozxJyE_Gutct0,37974
26218
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py,sha256=BYwwH6Z_HlrMcGt_mTkKhqRgounDG-4oRhO6eGyTHwI,23532
26219
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py,sha256=fHoPFh0Ko9C8qb75N14mEyKOk3d2_dlJMairfmuW-zA,13718
26220
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py,sha256=reYacMJg4Be58FaBR4YAW4embPtv4xwQx1UVqFbKDpk,11092
26221
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py,sha256=Cr50OlHSejNXRvXoeydHkpMWboNjPxnbx762cJlAl24,13622
26222
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py,sha256=aVHu8hx-Mb47Cx4NHOxw9wv89t1TL4WGP68LwiyUH3Y,13062
25966
26223
  pulumi_azure_native/serialconsole/__init__.py,sha256=q0NKGTx5gEbvmTh6tXR-Dnxh2zCyYWWzjYsiYp3JVGA,578
25967
26224
  pulumi_azure_native/serialconsole/_enums.py,sha256=Ftu-COH0MSKtNDuauZfem4yBX2kMurAZ2U8a_vg9hoE,404
25968
26225
  pulumi_azure_native/serialconsole/get_serial_port.py,sha256=6mx4LHCsdLH4QMiZdxG5QO6fXiDZe8DJvVTB5lhJRvI,6132
@@ -28491,7 +28748,7 @@ pulumi_azure_native/synapse/v20210601/workspace_managed_sql_server_vulnerability
28491
28748
  pulumi_azure_native/synapse/v20210601/workspace_sql_aad_admin.py,sha256=9BRq5n-Z939DPoY6ysggb_jigasgSrPh2Pwl5xePZpo,11861
28492
28749
  pulumi_azure_native/synapse/v20210601preview/__init__.py,sha256=ymDwzq5mt0Ezem2lDlCM87QvmVQ6r9NNs58vBXDHXkw,2848
28493
28750
  pulumi_azure_native/synapse/v20210601preview/_enums.py,sha256=QT4pwvyJm2MbgcByo1G1h1hzvK-k-_3jI2rAd-jAndg,7836
28494
- pulumi_azure_native/synapse/v20210601preview/_inputs.py,sha256=hhIvjNr1S2NsXuIzimDeuzFoTKdjJVxkMd-WB4g3EaI,123079
28751
+ pulumi_azure_native/synapse/v20210601preview/_inputs.py,sha256=q9N-fAmz4f1JNTfVe7EFyevewzSUKV4VQfM3etVKG28,133202
28495
28752
  pulumi_azure_native/synapse/v20210601preview/big_data_pool.py,sha256=_QyAZPR0kHR7Y9M4c1QichnQLhlYAqjmlcCfF6Tkw90,36144
28496
28753
  pulumi_azure_native/synapse/v20210601preview/event_grid_data_connection.py,sha256=qyGqkHL42eE9kn97sHthwlORus7qcNlU34iVJtLGdKc,25130
28497
28754
  pulumi_azure_native/synapse/v20210601preview/event_hub_data_connection.py,sha256=BFuWvSGZy7IH2GLCTgzJl4f3kPka6A4Td1tCRdbNA5E,24848
@@ -28535,7 +28792,7 @@ pulumi_azure_native/synapse/v20210601preview/kusto_pool_principal_assignment.py,
28535
28792
  pulumi_azure_native/synapse/v20210601preview/list_integration_runtime_auth_key.py,sha256=rm6wt8XREm6ABy37lU6GGLZSsTJ6z3woZppFJjmfTZI,4746
28536
28793
  pulumi_azure_native/synapse/v20210601preview/list_kusto_pool_follower_databases.py,sha256=4AQtntaPyE2bIpc2cPY2y5ZehsGs_J5gZHDhFZBoGtQ,4236
28537
28794
  pulumi_azure_native/synapse/v20210601preview/list_kusto_pool_language_extensions.py,sha256=RB-VmKdpe0_MYtIRQa8wkrETrP-7NisXM-MAxeORp94,4167
28538
- pulumi_azure_native/synapse/v20210601preview/outputs.py,sha256=srpjEoHEa7H0N_Caon2ClhWff9zRa04WIBe2vpohxkw,171542
28795
+ pulumi_azure_native/synapse/v20210601preview/outputs.py,sha256=ttklNLxDSgiLXM4lQvLcHS45kINfMWK489-JClzvbx8,180584
28539
28796
  pulumi_azure_native/synapse/v20210601preview/private_endpoint_connection.py,sha256=HGCHIWNrxiV3Szpwxjd_eUTSgyLUyfVaZwpvFPOUzFE,11566
28540
28797
  pulumi_azure_native/synapse/v20210601preview/private_link_hub.py,sha256=wbHAWw9qmqF9DoNMr-Wo_vHFB3xv7Dk1nZMFzBfh-EY,11023
28541
28798
  pulumi_azure_native/synapse/v20210601preview/read_only_following_database.py,sha256=bo2hrRXx7-tHUEVlG5p3MqcPZ_2AN1N47HwM8wjMUn4,15177
@@ -30467,7 +30724,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
30467
30724
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=eorizuwGPlHaa-R7seqv1ZW7oqM3Ae68X_EUHHfHMzQ,16551
30468
30725
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=glkxQJ8mHANMOyZ_m_GEUO9doepUAPxuPshRLYxwaMU,14157
30469
30726
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=oMD5HXY2B5ywv0FQt-8INmP3fTt-huBJNeQzF5ZuOJk,24431
30470
- pulumi_azure_native-2.82.0a1736495350.dist-info/METADATA,sha256=VJyjZnE1R-N6WtZmrl-gTZE25apRaA9B2hedKG5EvFg,3635
30471
- pulumi_azure_native-2.82.0a1736495350.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30472
- pulumi_azure_native-2.82.0a1736495350.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30473
- pulumi_azure_native-2.82.0a1736495350.dist-info/RECORD,,
30727
+ pulumi_azure_native-2.83.0.dist-info/METADATA,sha256=vo5r8COVnUN5oIShcj4BmrnEICRwwn3zL5wuVHfk7uI,3624
30728
+ pulumi_azure_native-2.83.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30729
+ pulumi_azure_native-2.83.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30730
+ pulumi_azure_native-2.83.0.dist-info/RECORD,,