pulumi-azure-native 2.85.0a1738229206__py3-none-any.whl → 2.86.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 (1155) hide show
  1. pulumi_azure_native/__init__.py +110 -0
  2. pulumi_azure_native/_utilities.py +8 -4
  3. pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +2 -2
  4. pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py +2 -2
  5. pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py +2 -2
  6. pulumi_azure_native/netapp/__init__.py +3 -0
  7. pulumi_azure_native/netapp/account.py +3 -3
  8. pulumi_azure_native/netapp/backup.py +2 -2
  9. pulumi_azure_native/netapp/backup_policy.py +3 -3
  10. pulumi_azure_native/netapp/backup_vault.py +3 -3
  11. pulumi_azure_native/netapp/get_account.py +2 -2
  12. pulumi_azure_native/netapp/get_backup.py +2 -2
  13. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  14. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  15. pulumi_azure_native/netapp/get_pool.py +2 -2
  16. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  17. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  18. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  19. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  20. pulumi_azure_native/netapp/get_volume.py +2 -2
  21. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  22. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  23. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  24. pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
  25. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  26. pulumi_azure_native/netapp/pool.py +3 -3
  27. pulumi_azure_native/netapp/snapshot.py +3 -3
  28. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  29. pulumi_azure_native/netapp/subvolume.py +3 -3
  30. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  31. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  32. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  33. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  34. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  35. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  36. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  37. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  38. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  39. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  40. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  41. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  42. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  43. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  44. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  45. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  46. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  47. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  48. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  49. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  50. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  51. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  52. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  53. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  54. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  55. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  56. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  57. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  58. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  59. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  60. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  61. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  62. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  63. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  64. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  65. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  66. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  67. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  68. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  69. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  70. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  71. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  72. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  73. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  74. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  75. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  76. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  77. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  78. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  79. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  80. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  81. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  82. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  83. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  84. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  85. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  86. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  87. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  88. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  89. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  90. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  91. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  92. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  93. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  94. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  95. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  96. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  97. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  98. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  99. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  100. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  101. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  102. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  103. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  104. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  105. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  106. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  107. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  108. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  109. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  110. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  111. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  112. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  113. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  114. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  115. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  116. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  117. pulumi_azure_native/netapp/v20240101/account.py +1 -1
  118. pulumi_azure_native/netapp/v20240101/backup.py +1 -1
  119. pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
  120. pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
  121. pulumi_azure_native/netapp/v20240101/pool.py +1 -1
  122. pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
  123. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
  124. pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
  125. pulumi_azure_native/netapp/v20240101/volume.py +1 -1
  126. pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
  127. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
  128. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  129. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  130. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  131. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  132. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  133. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  134. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  135. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  136. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  137. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  138. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  139. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  140. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  141. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  142. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  143. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  144. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  145. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  146. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  147. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  148. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  149. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  150. pulumi_azure_native/netapp/v20240501/account.py +1 -1
  151. pulumi_azure_native/netapp/v20240501/backup.py +1 -1
  152. pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
  153. pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
  154. pulumi_azure_native/netapp/v20240501/pool.py +1 -1
  155. pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
  156. pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
  157. pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
  158. pulumi_azure_native/netapp/v20240501/volume.py +1 -1
  159. pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
  160. pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
  161. pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
  162. pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
  163. pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
  164. pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
  165. pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
  166. pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
  167. pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
  168. pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
  169. pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
  170. pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
  171. pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
  172. pulumi_azure_native/netapp/v20240701/account.py +1 -1
  173. pulumi_azure_native/netapp/v20240701/backup.py +1 -1
  174. pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
  175. pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
  176. pulumi_azure_native/netapp/v20240701/pool.py +1 -1
  177. pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
  178. pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
  179. pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
  180. pulumi_azure_native/netapp/v20240701/volume.py +1 -1
  181. pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
  182. pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
  183. pulumi_azure_native/netapp/v20240701preview/account.py +1 -1
  184. pulumi_azure_native/netapp/v20240701preview/backup.py +1 -1
  185. pulumi_azure_native/netapp/v20240701preview/backup_policy.py +1 -1
  186. pulumi_azure_native/netapp/v20240701preview/backup_vault.py +1 -1
  187. pulumi_azure_native/netapp/v20240701preview/pool.py +1 -1
  188. pulumi_azure_native/netapp/v20240701preview/snapshot.py +1 -1
  189. pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +1 -1
  190. pulumi_azure_native/netapp/v20240701preview/subvolume.py +1 -1
  191. pulumi_azure_native/netapp/v20240701preview/volume.py +1 -1
  192. pulumi_azure_native/netapp/v20240701preview/volume_group.py +1 -1
  193. pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +1 -1
  194. pulumi_azure_native/netapp/v20240901/account.py +1 -1
  195. pulumi_azure_native/netapp/v20240901/backup.py +1 -1
  196. pulumi_azure_native/netapp/v20240901/backup_policy.py +1 -1
  197. pulumi_azure_native/netapp/v20240901/backup_vault.py +1 -1
  198. pulumi_azure_native/netapp/v20240901/pool.py +1 -1
  199. pulumi_azure_native/netapp/v20240901/snapshot.py +1 -1
  200. pulumi_azure_native/netapp/v20240901/snapshot_policy.py +1 -1
  201. pulumi_azure_native/netapp/v20240901/subvolume.py +1 -1
  202. pulumi_azure_native/netapp/v20240901/volume.py +1 -1
  203. pulumi_azure_native/netapp/v20240901/volume_group.py +1 -1
  204. pulumi_azure_native/netapp/v20240901/volume_quota_rule.py +1 -1
  205. pulumi_azure_native/netapp/v20240901preview/__init__.py +36 -0
  206. pulumi_azure_native/netapp/v20240901preview/_enums.py +578 -0
  207. pulumi_azure_native/netapp/v20240901preview/_inputs.py +3121 -0
  208. pulumi_azure_native/netapp/v20240901preview/account.py +385 -0
  209. pulumi_azure_native/netapp/v20240901preview/backup.py +412 -0
  210. pulumi_azure_native/netapp/v20240901preview/backup_policy.py +414 -0
  211. pulumi_azure_native/netapp/v20240901preview/backup_vault.py +258 -0
  212. pulumi_azure_native/netapp/v20240901preview/get_account.py +269 -0
  213. pulumi_azure_native/netapp/v20240901preview/get_backup.py +309 -0
  214. pulumi_azure_native/netapp/v20240901preview/get_backup_policy.py +289 -0
  215. pulumi_azure_native/netapp/v20240901preview/get_backup_vault.py +177 -0
  216. pulumi_azure_native/netapp/v20240901preview/get_pool.py +314 -0
  217. pulumi_azure_native/netapp/v20240901preview/get_snapshot.py +203 -0
  218. pulumi_azure_native/netapp/v20240901preview/get_snapshot_policy.py +261 -0
  219. pulumi_azure_native/netapp/v20240901preview/get_subvolume.py +203 -0
  220. pulumi_azure_native/netapp/v20240901preview/get_subvolume_metadata.py +272 -0
  221. pulumi_azure_native/netapp/v20240901preview/get_volume.py +1023 -0
  222. pulumi_azure_native/netapp/v20240901preview/get_volume_group.py +177 -0
  223. pulumi_azure_native/netapp/v20240901preview/get_volume_group_id_for_ldap_user.py +104 -0
  224. pulumi_azure_native/netapp/v20240901preview/get_volume_quota_rule.py +231 -0
  225. pulumi_azure_native/netapp/v20240901preview/list_volume_quota_report.py +113 -0
  226. pulumi_azure_native/netapp/v20240901preview/list_volume_replications.py +99 -0
  227. pulumi_azure_native/netapp/v20240901preview/outputs.py +3372 -0
  228. pulumi_azure_native/netapp/v20240901preview/pool.py +483 -0
  229. pulumi_azure_native/netapp/v20240901preview/snapshot.py +291 -0
  230. pulumi_azure_native/netapp/v20240901preview/snapshot_policy.py +414 -0
  231. pulumi_azure_native/netapp/v20240901preview/subvolume.py +329 -0
  232. pulumi_azure_native/netapp/v20240901preview/volume.py +1746 -0
  233. pulumi_azure_native/netapp/v20240901preview/volume_group.py +279 -0
  234. pulumi_azure_native/netapp/v20240901preview/volume_quota_rule.py +388 -0
  235. pulumi_azure_native/netapp/volume.py +3 -3
  236. pulumi_azure_native/netapp/volume_group.py +3 -3
  237. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  238. pulumi_azure_native/pulumi-plugin.json +1 -1
  239. pulumi_azure_native/quantum/v20231113preview/_enums.py +6 -17
  240. pulumi_azure_native/quantum/v20231113preview/_inputs.py +116 -39
  241. pulumi_azure_native/quantum/v20231113preview/get_workspace.py +16 -86
  242. pulumi_azure_native/quantum/v20231113preview/outputs.py +250 -80
  243. pulumi_azure_native/quantum/v20231113preview/workspace.py +30 -118
  244. pulumi_azure_native/securityinsights/__init__.py +3 -0
  245. pulumi_azure_native/securityinsights/_enums.py +1 -1
  246. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  247. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  248. pulumi_azure_native/securityinsights/action.py +3 -3
  249. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  250. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  251. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  252. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  253. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  254. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  255. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  256. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  257. pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
  258. pulumi_azure_native/securityinsights/content_package.py +3 -3
  259. pulumi_azure_native/securityinsights/content_template.py +3 -3
  260. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  261. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  262. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  263. pulumi_azure_native/securityinsights/file_import.py +3 -3
  264. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  265. pulumi_azure_native/securityinsights/get_action.py +2 -2
  266. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  267. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  268. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  269. pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
  270. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  271. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  272. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  273. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  274. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  275. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  276. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  277. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  278. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  279. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  280. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  281. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  282. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  283. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  284. pulumi_azure_native/securityinsights/get_system.py +2 -2
  285. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  286. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  287. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  288. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  289. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  290. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  291. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  292. pulumi_azure_native/securityinsights/hunt.py +3 -3
  293. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  294. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  295. pulumi_azure_native/securityinsights/incident.py +3 -3
  296. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  297. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  298. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  299. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  300. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  301. pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
  302. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  303. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  304. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  305. pulumi_azure_native/securityinsights/metadata.py +3 -3
  306. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  307. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  308. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  309. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  310. pulumi_azure_native/securityinsights/system.py +3 -3
  311. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  312. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  313. pulumi_azure_native/securityinsights/ueba.py +1 -1
  314. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  315. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  316. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  317. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  318. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  319. pulumi_azure_native/securityinsights/v20210301preview/_enums.py +1 -1
  320. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  321. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  322. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  323. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  324. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  325. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  326. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  327. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  328. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  329. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  330. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  331. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  332. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  333. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  334. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  335. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  336. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  337. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  338. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  339. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  340. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  341. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  342. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  343. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  344. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  345. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  346. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  347. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  348. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  349. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  350. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  351. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  352. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  353. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  354. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  355. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  356. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  357. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  358. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  359. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  360. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  361. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  362. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  363. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  364. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  365. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  366. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  367. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  368. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  369. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  370. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  371. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  372. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  373. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  374. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  375. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  376. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  377. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  378. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  379. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  380. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  381. pulumi_azure_native/securityinsights/v20230501preview/_enums.py +1 -1
  382. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  383. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  384. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  385. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  386. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  387. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  388. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  389. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  390. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  391. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  392. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  393. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  394. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  395. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  396. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  397. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  398. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  399. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  400. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  401. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  402. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  403. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  404. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  405. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  406. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  407. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  408. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  409. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  410. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  411. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  412. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  413. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  414. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  415. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  416. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  417. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  418. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  419. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  420. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  421. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  422. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  423. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  424. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  425. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  426. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  427. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  428. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  429. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  430. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  431. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  432. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  433. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  434. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  435. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  436. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  437. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  438. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  439. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  440. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  441. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  442. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  443. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  444. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  445. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  446. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  447. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  448. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  449. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  450. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  451. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  453. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  454. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  455. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  456. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  457. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  458. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  459. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  460. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  461. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  462. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  463. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  464. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  465. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  466. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  467. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  468. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  469. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  470. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  471. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  472. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  473. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  474. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  475. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  476. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  477. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  478. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  479. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  481. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  482. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  483. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  484. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  485. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  486. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  487. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  488. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  489. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  490. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  491. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  492. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  493. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  494. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  495. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  496. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  497. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  498. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  499. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  500. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  501. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  502. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  503. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  504. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  505. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  506. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  507. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  508. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  525. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  526. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  527. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  528. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  529. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  530. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  531. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  532. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  533. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  534. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  535. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  536. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  537. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  538. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  539. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  540. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  541. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  542. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  543. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  544. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  545. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  546. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  547. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  548. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  549. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  550. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  551. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  552. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  553. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  554. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  555. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  556. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  557. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  558. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  559. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  560. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  561. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  563. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  564. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  565. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  566. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  567. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  569. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  570. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  571. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  572. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  573. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  574. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  575. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  576. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  577. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  578. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  579. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  580. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  581. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  582. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  583. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  584. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  585. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  586. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  587. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  588. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  589. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  590. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  591. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  592. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  593. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  595. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  596. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  597. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  598. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  599. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  600. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  601. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  602. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  603. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  604. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  606. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  607. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  608. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  609. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  610. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  611. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  612. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  613. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  614. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  615. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  616. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  617. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  618. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  619. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  621. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  622. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  623. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  624. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  625. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  627. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  628. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  629. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  630. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  631. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  632. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  633. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  634. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  635. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  636. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  637. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  638. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  639. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  640. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  641. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  642. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  643. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  644. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  645. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  646. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  647. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  648. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  649. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  650. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  651. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  653. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  654. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  655. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  656. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  657. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  658. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  659. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  660. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  661. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  662. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  664. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  665. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  666. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  667. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  668. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  669. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  670. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  671. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  672. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  673. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  674. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  675. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  676. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  677. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  678. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  679. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  680. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  681. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  682. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  683. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  684. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  685. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  686. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  687. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  688. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  689. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  690. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  691. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  692. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  693. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  695. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  696. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  697. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  698. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  699. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  700. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  701. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  702. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  703. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  704. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  707. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  708. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  709. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  710. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  711. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  712. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  713. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  714. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  715. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  716. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  717. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  718. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  719. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  720. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  721. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  722. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  723. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  724. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  725. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  726. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  727. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  728. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  729. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  730. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  731. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  732. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  733. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  735. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  736. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  737. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  738. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  739. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  740. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  741. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  742. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  743. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  744. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  745. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  746. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  747. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  748. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  749. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  750. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  751. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  752. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  753. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  754. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  755. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  756. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  757. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  758. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  759. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  760. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  761. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  762. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  763. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  764. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  765. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  766. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  767. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  769. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  770. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  771. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  772. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  773. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  774. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  775. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  776. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  777. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  778. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  779. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  780. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  781. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  782. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  783. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  784. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  785. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  786. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  787. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  788. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  790. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  791. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  792. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  794. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  795. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  796. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  797. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  798. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  799. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  800. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  801. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  802. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  803. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  804. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  805. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  806. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  807. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  808. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  809. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  810. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  811. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  812. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  813. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  814. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  815. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  816. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  817. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  818. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  819. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  820. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  821. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  822. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  823. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  824. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  825. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  826. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  827. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  828. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  829. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  830. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  831. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  832. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  833. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  834. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  835. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  836. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  837. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  838. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  839. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  840. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  841. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  842. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  843. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  844. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  845. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  846. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  847. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  848. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  849. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  850. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  851. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  852. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  853. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  854. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  855. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  856. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  857. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  858. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  859. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  860. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  861. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  862. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  863. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  864. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  865. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  866. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  867. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  868. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  869. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  870. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  871. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  872. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  873. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  874. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  875. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  876. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  877. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  878. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  879. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  880. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  881. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  882. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  883. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  884. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  885. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  886. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  887. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  888. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  889. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  890. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  891. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  892. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  893. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  894. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  895. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  896. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  897. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  898. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  899. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  900. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  901. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  902. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  903. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  904. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  905. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  906. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  907. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  908. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  909. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  910. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  911. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  912. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  913. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  914. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  915. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  916. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  917. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  918. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  919. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  920. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  921. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  922. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  923. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  924. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  925. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  926. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  927. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  928. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  929. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  930. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +1 -1
  931. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +1 -1
  932. pulumi_azure_native/securityinsights/v20241001preview/action.py +1 -1
  933. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +1 -1
  934. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +1 -1
  935. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +1 -1
  936. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +1 -1
  937. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +1 -1
  938. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +1 -1
  939. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +1 -1
  940. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +1 -1
  941. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +1 -1
  942. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +1 -1
  943. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +1 -1
  944. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +1 -1
  945. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +1 -1
  946. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +1 -1
  947. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +1 -1
  948. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +1 -1
  949. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +1 -1
  950. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +1 -1
  951. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +1 -1
  952. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +1 -1
  953. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +1 -1
  954. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +1 -1
  955. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +1 -1
  956. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +1 -1
  957. pulumi_azure_native/securityinsights/v20241001preview/incident.py +1 -1
  958. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +1 -1
  959. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +1 -1
  960. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +1 -1
  961. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +1 -1
  962. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +1 -1
  963. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +1 -1
  964. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +1 -1
  965. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  967. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +1 -1
  968. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +1 -1
  969. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +1 -1
  970. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +1 -1
  971. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +1 -1
  972. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +1 -1
  973. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +1 -1
  974. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +1 -1
  975. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +1 -1
  976. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +1 -1
  977. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +1 -1
  979. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +1 -1
  980. pulumi_azure_native/securityinsights/v20241001preview/system.py +1 -1
  981. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +1 -1
  982. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +1 -1
  983. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +1 -1
  984. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +1 -1
  985. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +1 -1
  986. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +1 -1
  987. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +1 -1
  988. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +1 -1
  989. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +1 -1
  990. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +1 -1
  991. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +1 -1
  992. pulumi_azure_native/securityinsights/v20250101preview/__init__.py +140 -0
  993. pulumi_azure_native/securityinsights/v20250101preview/_enums.py +1507 -0
  994. pulumi_azure_native/securityinsights/v20250101preview/_inputs.py +11019 -0
  995. pulumi_azure_native/securityinsights/v20250101preview/aad_data_connector.py +295 -0
  996. pulumi_azure_native/securityinsights/v20250101preview/aatp_data_connector.py +295 -0
  997. pulumi_azure_native/securityinsights/v20250101preview/action.py +282 -0
  998. pulumi_azure_native/securityinsights/v20250101preview/activity_custom_entity_query.py +517 -0
  999. pulumi_azure_native/securityinsights/v20250101preview/anomalies.py +244 -0
  1000. pulumi_azure_native/securityinsights/v20250101preview/anomaly_security_ml_analytics_settings.py +629 -0
  1001. pulumi_azure_native/securityinsights/v20250101preview/asc_data_connector.py +294 -0
  1002. pulumi_azure_native/securityinsights/v20250101preview/automation_rule.py +360 -0
  1003. pulumi_azure_native/securityinsights/v20250101preview/aws_cloud_trail_data_connector.py +295 -0
  1004. pulumi_azure_native/securityinsights/v20250101preview/aws_s3_data_connector.py +356 -0
  1005. pulumi_azure_native/securityinsights/v20250101preview/bookmark.py +668 -0
  1006. pulumi_azure_native/securityinsights/v20250101preview/bookmark_relation.py +281 -0
  1007. pulumi_azure_native/securityinsights/v20250101preview/business_application_agent.py +268 -0
  1008. pulumi_azure_native/securityinsights/v20250101preview/codeless_api_polling_data_connector.py +294 -0
  1009. pulumi_azure_native/securityinsights/v20250101preview/codeless_ui_data_connector.py +265 -0
  1010. pulumi_azure_native/securityinsights/v20250101preview/content_package.py +874 -0
  1011. pulumi_azure_native/securityinsights/v20250101preview/content_template.py +955 -0
  1012. pulumi_azure_native/securityinsights/v20250101preview/customizable_connector_definition.py +353 -0
  1013. pulumi_azure_native/securityinsights/v20250101preview/dynamics365_data_connector.py +296 -0
  1014. pulumi_azure_native/securityinsights/v20250101preview/entity_analytics.py +264 -0
  1015. pulumi_azure_native/securityinsights/v20250101preview/eyes_on.py +244 -0
  1016. pulumi_azure_native/securityinsights/v20250101preview/file_import.py +402 -0
  1017. pulumi_azure_native/securityinsights/v20250101preview/fusion_alert_rule.py +424 -0
  1018. pulumi_azure_native/securityinsights/v20250101preview/gcp_data_connector.py +354 -0
  1019. pulumi_azure_native/securityinsights/v20250101preview/get_aad_data_connector.py +192 -0
  1020. pulumi_azure_native/securityinsights/v20250101preview/get_aatp_data_connector.py +192 -0
  1021. pulumi_azure_native/securityinsights/v20250101preview/get_action.py +183 -0
  1022. pulumi_azure_native/securityinsights/v20250101preview/get_activity_custom_entity_query.py +318 -0
  1023. pulumi_azure_native/securityinsights/v20250101preview/get_anomalies.py +178 -0
  1024. pulumi_azure_native/securityinsights/v20250101preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1025. pulumi_azure_native/securityinsights/v20250101preview/get_asc_data_connector.py +192 -0
  1026. pulumi_azure_native/securityinsights/v20250101preview/get_automation_rule.py +258 -0
  1027. pulumi_azure_native/securityinsights/v20250101preview/get_aws_cloud_trail_data_connector.py +192 -0
  1028. pulumi_azure_native/securityinsights/v20250101preview/get_aws_s3_data_connector.py +220 -0
  1029. pulumi_azure_native/securityinsights/v20250101preview/get_bookmark.py +373 -0
  1030. pulumi_azure_native/securityinsights/v20250101preview/get_bookmark_relation.py +211 -0
  1031. pulumi_azure_native/securityinsights/v20250101preview/get_business_application_agent.py +196 -0
  1032. pulumi_azure_native/securityinsights/v20250101preview/get_codeless_api_polling_data_connector.py +192 -0
  1033. pulumi_azure_native/securityinsights/v20250101preview/get_codeless_ui_data_connector.py +178 -0
  1034. pulumi_azure_native/securityinsights/v20250101preview/get_content_package.py +471 -0
  1035. pulumi_azure_native/securityinsights/v20250101preview/get_content_template.py +533 -0
  1036. pulumi_azure_native/securityinsights/v20250101preview/get_customizable_connector_definition.py +220 -0
  1037. pulumi_azure_native/securityinsights/v20250101preview/get_dynamics365_data_connector.py +192 -0
  1038. pulumi_azure_native/securityinsights/v20250101preview/get_entities_get_timeline.py +132 -0
  1039. pulumi_azure_native/securityinsights/v20250101preview/get_entity_analytics.py +178 -0
  1040. pulumi_azure_native/securityinsights/v20250101preview/get_entity_insights.py +131 -0
  1041. pulumi_azure_native/securityinsights/v20250101preview/get_eyes_on.py +178 -0
  1042. pulumi_azure_native/securityinsights/v20250101preview/get_file_import.py +317 -0
  1043. pulumi_azure_native/securityinsights/v20250101preview/get_fusion_alert_rule.py +318 -0
  1044. pulumi_azure_native/securityinsights/v20250101preview/get_gcp_data_connector.py +220 -0
  1045. pulumi_azure_native/securityinsights/v20250101preview/get_hunt.py +261 -0
  1046. pulumi_azure_native/securityinsights/v20250101preview/get_hunt_comment.py +169 -0
  1047. pulumi_azure_native/securityinsights/v20250101preview/get_hunt_relation.py +225 -0
  1048. pulumi_azure_native/securityinsights/v20250101preview/get_incident.py +426 -0
  1049. pulumi_azure_native/securityinsights/v20250101preview/get_incident_comment.py +211 -0
  1050. pulumi_azure_native/securityinsights/v20250101preview/get_incident_relation.py +211 -0
  1051. pulumi_azure_native/securityinsights/v20250101preview/get_incident_task.py +247 -0
  1052. pulumi_azure_native/securityinsights/v20250101preview/get_io_t_data_connector.py +192 -0
  1053. pulumi_azure_native/securityinsights/v20250101preview/get_mcas_data_connector.py +192 -0
  1054. pulumi_azure_native/securityinsights/v20250101preview/get_mdatp_data_connector.py +192 -0
  1055. pulumi_azure_native/securityinsights/v20250101preview/get_metadata.py +415 -0
  1056. pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1057. pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1058. pulumi_azure_native/securityinsights/v20250101preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1059. pulumi_azure_native/securityinsights/v20250101preview/get_msti_data_connector.py +192 -0
  1060. pulumi_azure_native/securityinsights/v20250101preview/get_mtp_data_connector.py +206 -0
  1061. pulumi_azure_native/securityinsights/v20250101preview/get_nrt_alert_rule.py +430 -0
  1062. pulumi_azure_native/securityinsights/v20250101preview/get_office365_project_data_connector.py +192 -0
  1063. pulumi_azure_native/securityinsights/v20250101preview/get_office_atp_data_connector.py +192 -0
  1064. pulumi_azure_native/securityinsights/v20250101preview/get_office_data_connector.py +192 -0
  1065. pulumi_azure_native/securityinsights/v20250101preview/get_office_irm_data_connector.py +192 -0
  1066. pulumi_azure_native/securityinsights/v20250101preview/get_office_power_bi_data_connector.py +192 -0
  1067. pulumi_azure_native/securityinsights/v20250101preview/get_purview_audit_data_connector.py +234 -0
  1068. pulumi_azure_native/securityinsights/v20250101preview/get_rest_api_poller_data_connector.py +290 -0
  1069. pulumi_azure_native/securityinsights/v20250101preview/get_scheduled_alert_rule.py +486 -0
  1070. pulumi_azure_native/securityinsights/v20250101preview/get_sentinel_onboarding_state.py +163 -0
  1071. pulumi_azure_native/securityinsights/v20250101preview/get_system.py +205 -0
  1072. pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_alert_rule.py +290 -0
  1073. pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_indicator.py +163 -0
  1074. pulumi_azure_native/securityinsights/v20250101preview/get_ti_data_connector.py +206 -0
  1075. pulumi_azure_native/securityinsights/v20250101preview/get_ti_taxii_data_connector.py +304 -0
  1076. pulumi_azure_native/securityinsights/v20250101preview/get_ueba.py +178 -0
  1077. pulumi_azure_native/securityinsights/v20250101preview/get_watchlist.py +457 -0
  1078. pulumi_azure_native/securityinsights/v20250101preview/get_watchlist_item.py +295 -0
  1079. pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_assignment.py +205 -0
  1080. pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_configuration.py +163 -0
  1081. pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_group.py +191 -0
  1082. pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_member.py +177 -0
  1083. pulumi_azure_native/securityinsights/v20250101preview/hunt.py +444 -0
  1084. pulumi_azure_native/securityinsights/v20250101preview/hunt_comment.py +251 -0
  1085. pulumi_azure_native/securityinsights/v20250101preview/hunt_relation.py +310 -0
  1086. pulumi_azure_native/securityinsights/v20250101preview/incident.py +612 -0
  1087. pulumi_azure_native/securityinsights/v20250101preview/incident_comment.py +281 -0
  1088. pulumi_azure_native/securityinsights/v20250101preview/incident_relation.py +281 -0
  1089. pulumi_azure_native/securityinsights/v20250101preview/incident_task.py +380 -0
  1090. pulumi_azure_native/securityinsights/v20250101preview/io_t_data_connector.py +294 -0
  1091. pulumi_azure_native/securityinsights/v20250101preview/list_geodata_by_ip.py +322 -0
  1092. pulumi_azure_native/securityinsights/v20250101preview/list_source_control_repositories.py +138 -0
  1093. pulumi_azure_native/securityinsights/v20250101preview/list_system_actions.py +113 -0
  1094. pulumi_azure_native/securityinsights/v20250101preview/list_whois_by_domain.py +169 -0
  1095. pulumi_azure_native/securityinsights/v20250101preview/mcas_data_connector.py +296 -0
  1096. pulumi_azure_native/securityinsights/v20250101preview/mdatp_data_connector.py +295 -0
  1097. pulumi_azure_native/securityinsights/v20250101preview/metadata.py +755 -0
  1098. pulumi_azure_native/securityinsights/v20250101preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1099. pulumi_azure_native/securityinsights/v20250101preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1100. pulumi_azure_native/securityinsights/v20250101preview/ml_behavior_analytics_alert_rule.py +364 -0
  1101. pulumi_azure_native/securityinsights/v20250101preview/msti_data_connector.py +296 -0
  1102. pulumi_azure_native/securityinsights/v20250101preview/mtp_data_connector.py +325 -0
  1103. pulumi_azure_native/securityinsights/v20250101preview/nrt_alert_rule.py +774 -0
  1104. pulumi_azure_native/securityinsights/v20250101preview/office365_project_data_connector.py +296 -0
  1105. pulumi_azure_native/securityinsights/v20250101preview/office_atp_data_connector.py +295 -0
  1106. pulumi_azure_native/securityinsights/v20250101preview/office_data_connector.py +296 -0
  1107. pulumi_azure_native/securityinsights/v20250101preview/office_irm_data_connector.py +295 -0
  1108. pulumi_azure_native/securityinsights/v20250101preview/office_power_bi_data_connector.py +296 -0
  1109. pulumi_azure_native/securityinsights/v20250101preview/outputs.py +10619 -0
  1110. pulumi_azure_native/securityinsights/v20250101preview/purview_audit_data_connector.py +383 -0
  1111. pulumi_azure_native/securityinsights/v20250101preview/rest_api_poller_data_connector.py +500 -0
  1112. pulumi_azure_native/securityinsights/v20250101preview/scheduled_alert_rule.py +894 -0
  1113. pulumi_azure_native/securityinsights/v20250101preview/sentinel_onboarding_state.py +229 -0
  1114. pulumi_azure_native/securityinsights/v20250101preview/system.py +311 -0
  1115. pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_alert_rule.py +364 -0
  1116. pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_indicator.py +793 -0
  1117. pulumi_azure_native/securityinsights/v20250101preview/ti_data_connector.py +325 -0
  1118. pulumi_azure_native/securityinsights/v20250101preview/ti_taxii_data_connector.py +529 -0
  1119. pulumi_azure_native/securityinsights/v20250101preview/ueba.py +264 -0
  1120. pulumi_azure_native/securityinsights/v20250101preview/watchlist.py +804 -0
  1121. pulumi_azure_native/securityinsights/v20250101preview/watchlist_item.py +493 -0
  1122. pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_assignment.py +281 -0
  1123. pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_configuration.py +231 -0
  1124. pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_group.py +289 -0
  1125. pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_member.py +260 -0
  1126. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1127. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1128. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1129. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1130. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1131. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1132. pulumi_azure_native/sovereign/__init__.py +24 -0
  1133. pulumi_azure_native/sovereign/_enums.py +119 -0
  1134. pulumi_azure_native/sovereign/_inputs.py +1208 -0
  1135. pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +187 -0
  1136. pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +151 -0
  1137. pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +151 -0
  1138. pulumi_azure_native/sovereign/landing_zone_account_operation.py +289 -0
  1139. pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +223 -0
  1140. pulumi_azure_native/sovereign/landing_zone_registration_operation.py +223 -0
  1141. pulumi_azure_native/sovereign/outputs.py +1237 -0
  1142. pulumi_azure_native/sovereign/v20250227preview/__init__.py +16 -0
  1143. pulumi_azure_native/sovereign/v20250227preview/_enums.py +119 -0
  1144. pulumi_azure_native/sovereign/v20250227preview/_inputs.py +1208 -0
  1145. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +185 -0
  1146. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +149 -0
  1147. pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +149 -0
  1148. pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +287 -0
  1149. pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +221 -0
  1150. pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +221 -0
  1151. pulumi_azure_native/sovereign/v20250227preview/outputs.py +1237 -0
  1152. {pulumi_azure_native-2.85.0a1738229206.dist-info → pulumi_azure_native-2.86.0.dist-info}/METADATA +1 -1
  1153. {pulumi_azure_native-2.85.0a1738229206.dist-info → pulumi_azure_native-2.86.0.dist-info}/RECORD +1155 -971
  1154. {pulumi_azure_native-2.85.0a1738229206.dist-info → pulumi_azure_native-2.86.0.dist-info}/WHEEL +0 -0
  1155. {pulumi_azure_native-2.85.0a1738229206.dist-info → pulumi_azure_native-2.86.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=OyRyBFgPzcZ2vVIKFaCQv1wv3i6HnG_vg8HvFrBEuOI,1162987
2
- pulumi_azure_native/_utilities.py,sha256=UL5vEmfNrBfiaeFQS69cz7xlHoBnPH8PY_UIVNwShcM,10486
1
+ pulumi_azure_native/__init__.py,sha256=Zn3iu5aDXjC97V9amZVkrgcCakRb-M8heamP_Xag-oc,1170982
2
+ pulumi_azure_native/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
3
3
  pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
4
- pulumi_azure_native/pulumi-plugin.json,sha256=lM9XijeUIcAniH4ZfU4d8TsbTy2mS1AJBqYpp_taAA0,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=vlJ9mU70f4GMr0BdtDVLhU1GjXIGrJxlVqccH4U61SM,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
@@ -17665,7 +17665,7 @@ pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py,sh
17665
17665
  pulumi_azure_native/maintenance/get_configuration_assignment.py,sha256=uq3I1aFPcrXzpa1LWP6afFur8R8qipfUF0p5qvk9Z7k,8232
17666
17666
  pulumi_azure_native/maintenance/get_configuration_assignment_parent.py,sha256=Ds1-bzbgdwmd-96zUYj5q5LHy6iLzt4d2_aO9y8vPZ0,9268
17667
17667
  pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py,sha256=0hPOPho7MPIi7Vlcbf-H0BdRvNfSGdZ2p9OuXT3rw9E,8123
17668
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py,sha256=mxiQwO47V9Ux7qYPlsdK8QmIQSeIFMbFuysUa3tiVEM,7660
17668
+ pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py,sha256=LYsAD9HlkUFmsBIivPpCYf65B_z0tGxjBAksz0QcnE4,7658
17669
17669
  pulumi_azure_native/maintenance/get_maintenance_configuration.py,sha256=93L8NfYcURi9VcVg-A-z3gd1Tb8_kTnN7feR6FIldU8,14987
17670
17670
  pulumi_azure_native/maintenance/maintenance_configuration.py,sha256=WOjbQqd3cetWjyu16Emc1m1zQgoX9m30Z9QU797yWHY,33060
17671
17671
  pulumi_azure_native/maintenance/outputs.py,sha256=rihHhqGI1bux5JfNrdSSd9vbrbADtEW4Lwb9Bx_HtSM,28282
@@ -17689,7 +17689,7 @@ pulumi_azure_native/maintenance/v20230401/configuration_assignments_for_subscrip
17689
17689
  pulumi_azure_native/maintenance/v20230401/get_configuration_assignment.py,sha256=cYYqLO4Jpt2tto6FPy6tQo9IXvJqNImfyDKnxBrjcPY,8563
17690
17690
  pulumi_azure_native/maintenance/v20230401/get_configuration_assignment_parent.py,sha256=Ttrm-zv6jJnJxasK-QbLkegVooAjF_DZW3-VlUd_h64,9599
17691
17691
  pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_resource_group.py,sha256=0OrljF6UfgVNZ0jl-SGk1D-msl9RR1OwvvFQbPe4wvU,7914
17692
- pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py,sha256=7YnJcCTpB4rV3MNkxo22ZdJDpnh705Ynq7tiIxXf2JM,7451
17692
+ pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py,sha256=nZPzuk73AmGwUkqulU3ZeHDHxoejxGXF7WAlguFh_os,7449
17693
17693
  pulumi_azure_native/maintenance/v20230401/get_maintenance_configuration.py,sha256=S12dNNtIhu3PznsJQdFBeQ14LqwoTaD7GhqObhKMoOo,14128
17694
17694
  pulumi_azure_native/maintenance/v20230401/maintenance_configuration.py,sha256=GJaRDyBY4kh714oatMQ6LAeTO-7rTRO_CldBzmOnyjE,30925
17695
17695
  pulumi_azure_native/maintenance/v20230401/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
@@ -17717,7 +17717,7 @@ pulumi_azure_native/maintenance/v20231001preview/configuration_assignments_for_s
17717
17717
  pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignment.py,sha256=vxroleHWXVnlB0vbAnZ-Q5EO5_Gu-W2wkjwuVtJHo-Q,8577
17718
17718
  pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignment_parent.py,sha256=Lru5XaFNL8jZUVxCRgRZkVMiU-dLZ3q5WKm2iVT4ZS8,9613
17719
17719
  pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_resource_group.py,sha256=gcD8uWePvvyoCS6kiSuoIzYz-abW656o8c5s44DDys8,7928
17720
- pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py,sha256=uSpkpSn9Tor0eKRh9LWFvJIGh7pZwjIkihkPgwOp7K0,7465
17720
+ pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py,sha256=JUquHNtNYJ6oih49vGURZd6KPlSMQr2ZaOqh0fI_8Do,7463
17721
17721
  pulumi_azure_native/maintenance/v20231001preview/get_maintenance_configuration.py,sha256=bjhZ_DxckSc3c0QfZgY-i_IX_Lz4-b34IXl36iIwDe8,14142
17722
17722
  pulumi_azure_native/maintenance/v20231001preview/maintenance_configuration.py,sha256=lEaO4F29F-zwT--JwGDTEYyC7jE8byv6KQ7wiWHAyUQ,30925
17723
17723
  pulumi_azure_native/maintenance/v20231001preview/outputs.py,sha256=OUIshKXRz1pm5lJelaiVoJToCfzNPsEOQS-HfFHE9ho,20028
@@ -18842,44 +18842,44 @@ pulumi_azure_native/monitor/v20241001preview/_inputs.py,sha256=MSkTjVCVs-RD9bW_f
18842
18842
  pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py,sha256=2pFSlNFhAJstz4ckT_WGSmgZ99bgDjg9cqZ12EWKlJg,7452
18843
18843
  pulumi_azure_native/monitor/v20241001preview/outputs.py,sha256=nvtHJQmScJwcxuj_wokLLOF4-EobFQXY9U8q4HpljoI,55057
18844
18844
  pulumi_azure_native/monitor/v20241001preview/pipeline_group.py,sha256=X2VpSqOk9wFEgmN7UnbhqsVgiClG6UIS2hScsMSr8pQ,12822
18845
- pulumi_azure_native/netapp/__init__.py,sha256=C_UaM0TxaWIYgswWMruc1seQYZ0HNElyaJ_ZqRCJGB4,4898
18845
+ pulumi_azure_native/netapp/__init__.py,sha256=FDQjdeU4vRUlkKfcOCEoqCTDoSvUTX0STplM8f-e3mU,5110
18846
18846
  pulumi_azure_native/netapp/_enums.py,sha256=FsexCtGYc3vXH9lzFLzNf8CyfDc3q3iQ1078XGnMf5U,5572
18847
18847
  pulumi_azure_native/netapp/_inputs.py,sha256=cvOD8ybNNdv7FBCssjab93hQ0kW6PJbn4k0vtBbo_Ws,127282
18848
- pulumi_azure_native/netapp/account.py,sha256=_pKigWoYCgHA6Ohj_zR7tEhLitxVBKYSjOI2ywOsaWw,17776
18849
- pulumi_azure_native/netapp/backup.py,sha256=O6qs_MgkK2aZxBTBuox1yvsJpiFrK6_aRAfz0ZkK_UQ,17046
18850
- pulumi_azure_native/netapp/backup_policy.py,sha256=xNyQSPPabbiAmmMC7wMBQkWOkJhHa6ZmD_motQpN2U8,19986
18851
- pulumi_azure_native/netapp/backup_vault.py,sha256=P93QdQkyEAbcU08kz5N7u5VjSYmbVQsX-AX9WMvDiH4,11788
18852
- pulumi_azure_native/netapp/get_account.py,sha256=-Sy9ERqkcNhx1RE4J8B9ocQWZaGWirxWAgPEa8wWeoQ,10145
18853
- pulumi_azure_native/netapp/get_backup.py,sha256=CNY5d4uw2BCZGsUz-oFZ9RSVAUtIDV9xigFTIRfylGY,12033
18854
- pulumi_azure_native/netapp/get_backup_policy.py,sha256=WnyLDmE5QafZyBMBATHib7Ly_ocuLNRXubkHsJYCqGA,12883
18855
- pulumi_azure_native/netapp/get_backup_vault.py,sha256=5MLl8_baMnRG6r_Ti3ETVimSXS6j1RODAZO02594YCQ,7462
18856
- pulumi_azure_native/netapp/get_pool.py,sha256=V7MNJ6c03mfP9U8Sam8LxGA4kxd6PIN8lT4j70Z8cLk,12926
18857
- pulumi_azure_native/netapp/get_snapshot.py,sha256=WhzZy_SBw_R54k8eUtoaUVhri_ADlqCCkTTzbxF_Gm8,8645
18858
- pulumi_azure_native/netapp/get_snapshot_policy.py,sha256=gbdpk5JfyMTCWIDbgqB4zRGn8E1SxWiVzgL47KVYopI,11323
18859
- pulumi_azure_native/netapp/get_subvolume.py,sha256=tKP2A5zcCMtq0TECAT8ixeYP9DDQX8y2xgWMTP1cxNs,8205
18860
- pulumi_azure_native/netapp/get_subvolume_metadata.py,sha256=uEIrNPamf6axMIT7JXcyNQKOo2x8qaPlpvwsXN7u8to,11842
18861
- pulumi_azure_native/netapp/get_volume.py,sha256=woefztFEqX46GX2OPEusjOK2gwxmomfFQcOHmvXiUvo,47342
18862
- pulumi_azure_native/netapp/get_volume_group.py,sha256=H4kp5LQjVL3WJ9vM8WzG3C5bEeAq5u_Q0K8tACnUZeg,7425
18863
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py,sha256=9gcSOUY1y-wvBVxE6YDH51w7u9YUZLKjn2X25gqE9v4,5553
18864
- pulumi_azure_native/netapp/get_volume_quota_rule.py,sha256=pqpZ63SA5zfOT9VyfFp2oWucvV5Dhi_9ACwgqQurKR0,10438
18865
- pulumi_azure_native/netapp/list_volume_quota_report.py,sha256=NO3ChfORcBY0rWfEhT6OlJPgzqrG8-Ijsj781BeH-II,4880
18866
- pulumi_azure_native/netapp/list_volume_replications.py,sha256=Na6WnA9_pGKG9jq3sslUKxklvf6Ha9FNddbhm-Yug8s,4709
18848
+ pulumi_azure_native/netapp/account.py,sha256=PTLaPu9_XH3JusTG0FUz-9guXJFrU9bj27pt802YOHk,17884
18849
+ pulumi_azure_native/netapp/backup.py,sha256=iyqoSw7KYx_CnnfK-ZQmExXU_eI0DVxUXH7XAn2fuOg,17086
18850
+ pulumi_azure_native/netapp/backup_policy.py,sha256=4NoLntaDQD8usMPtsb2_BkeIkZBAu2dUFINbHeVGoNc,20099
18851
+ pulumi_azure_native/netapp/backup_vault.py,sha256=KRy0zdjX1tSI0NIttGyK1QXuhLOQbM9cIkKcV81Ycv8,11900
18852
+ pulumi_azure_native/netapp/get_account.py,sha256=QhHOquwH5Y9yDS7hoFL5JbWCXwZ3QZi1nG9bnRX38mc,10185
18853
+ pulumi_azure_native/netapp/get_backup.py,sha256=gHmADveYR7hesUuoGDKB569Z5egiRGuCF6MvcAUfCAU,12073
18854
+ pulumi_azure_native/netapp/get_backup_policy.py,sha256=1q2giWf4Ac14CEeTkp6e5UJ-l_WKElinAwiAtIRGnoU,12923
18855
+ pulumi_azure_native/netapp/get_backup_vault.py,sha256=CTqWv8Ik9IT4kWvnWsZw6XLl6ZNY9dvbZFM1saN8KD0,7502
18856
+ pulumi_azure_native/netapp/get_pool.py,sha256=i2NqGLDHedIv9WI5dAXrNnNIJii7mfdmJAofjlRkWgo,12966
18857
+ pulumi_azure_native/netapp/get_snapshot.py,sha256=o9myNB5vi_i0s1dB0LvZds1N-kK1V8QqRIG5rkNu1as,8685
18858
+ pulumi_azure_native/netapp/get_snapshot_policy.py,sha256=27a2G7JHkeJHn0KpzXZR8EkE5ulzspq79V3O_mpoEOs,11363
18859
+ pulumi_azure_native/netapp/get_subvolume.py,sha256=4TxKMdXbfq3OXzMjn-ZXpI7QbtB4MQJT0IM8eC5MbTY,8245
18860
+ pulumi_azure_native/netapp/get_subvolume_metadata.py,sha256=OOJrvyT3iIGEhEz35k37n6xE3MddDDPphW1jiz68d3Y,11882
18861
+ pulumi_azure_native/netapp/get_volume.py,sha256=5pJ1Vck7ZtCmjnWdBVztfbcAa8MPAZmFZJbpiIcMcvg,47382
18862
+ pulumi_azure_native/netapp/get_volume_group.py,sha256=pLHUp93NC4gQeBOc79GtNJcYUlzMpMBvgezA0gaqGC0,7465
18863
+ pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py,sha256=khiiqG0iPPZFX7Tn7z9RFu2VcqMkJsA6SMLwbnMTZs4,5593
18864
+ pulumi_azure_native/netapp/get_volume_quota_rule.py,sha256=Tc08n8dKvvEF9yXJZnylfCKCKx8rDeM8U4EH0wyTS80,10478
18865
+ pulumi_azure_native/netapp/list_volume_quota_report.py,sha256=0hj7zFCIT_3E_yfsvq7MuVVceLC0u7B4hLUjA3SmVZ8,4920
18866
+ pulumi_azure_native/netapp/list_volume_replications.py,sha256=J0vMsUp064dEGLQ8SajjDD01cUPUG2azZA46LUSFgG4,4749
18867
18867
  pulumi_azure_native/netapp/outputs.py,sha256=BToF234L7nvnITP5awB8BCCQiPx8abMITWMEmxOHVvg,125315
18868
- pulumi_azure_native/netapp/pool.py,sha256=hsmlryks3bQVXWew3mg8sIyxd_U_Zr9kVvxfzBXbVkc,22429
18869
- pulumi_azure_native/netapp/snapshot.py,sha256=p83GTD_QsxTz6Z-MyMCb97zdhs-8rwsJW0hloGCbz6w,14754
18870
- pulumi_azure_native/netapp/snapshot_policy.py,sha256=z0etvNFWeghzs4MqaAMz75wZw-_oIrMm7tiEA5G-cWw,20752
18871
- pulumi_azure_native/netapp/subvolume.py,sha256=HNC2H_9b-FwrYLxCuH0UwYZG7P_Tyj5Sm34OAraRv5A,14817
18872
- pulumi_azure_native/netapp/volume.py,sha256=DYTKyayl1H99bzeOHlwYHv_Skf5oDbpfvwAfctsjf4Q,84726
18873
- pulumi_azure_native/netapp/volume_group.py,sha256=Arwk0aTKsMk70EgMQog8qGTKQBtCrCphJCmbIO1JD4I,13987
18874
- pulumi_azure_native/netapp/volume_quota_rule.py,sha256=YJWoZq9yugcOIRe3liSkDUaHMabCZf-veMRdvSslhug,18833
18868
+ pulumi_azure_native/netapp/pool.py,sha256=em5aK-KKbAHfPIHENMXjlYXXe57PYCzsa6C5fCxOLoA,22534
18869
+ pulumi_azure_native/netapp/snapshot.py,sha256=nWwqCEaAZFIEY5mYIJDopQHVABaWMvlYP9beJIS2m78,14863
18870
+ pulumi_azure_native/netapp/snapshot_policy.py,sha256=KZ5Jo3ZDEcg8qbwL9BI_0sGJR35tYBrhV6STLrpWTF8,20867
18871
+ pulumi_azure_native/netapp/subvolume.py,sha256=_UTWK220iHlt9h_vX__FI_SqMsoEB35WO6ZoglLd9JU,14927
18872
+ pulumi_azure_native/netapp/volume.py,sha256=l3T9PipiPawTdVjGbducJZhGU59nDL5hdchriFaMaFE,84833
18873
+ pulumi_azure_native/netapp/volume_group.py,sha256=-NH2KwO0FcXNfnTejv41aepf826csTL0nVCY6ltVfOA,14099
18874
+ pulumi_azure_native/netapp/volume_quota_rule.py,sha256=4wMsDYewi17YI-7uhwgMTZdZIQ8WyV_qisZtakventQ,18949
18875
18875
  pulumi_azure_native/netapp/v20210401/__init__.py,sha256=dIgZIzXGDRWE8dfZXIkf0DsJ4wAPBKpuLghhP-S_asQ,359
18876
18876
  pulumi_azure_native/netapp/v20210401/_inputs.py,sha256=fqLC8-KOO_k1lpaaM-l9HSVhldx_yXaQ8QA6FTyOpb0,3033
18877
- pulumi_azure_native/netapp/v20210401/backup_policy.py,sha256=orZMBR_2tr3of4cAGIiq9ilefV8o-e-Y8vw5efVU_nM,22420
18877
+ pulumi_azure_native/netapp/v20210401/backup_policy.py,sha256=zT9JyLN0BRLq8BIwHTywzL6711bCxHvo6Gwemeqak7Q,22493
18878
18878
  pulumi_azure_native/netapp/v20210401/get_backup_policy.py,sha256=bhlAfxRS0F4mBXw1QYQUNbLgSFDbUzAUShbKbqy6mg4,12589
18879
18879
  pulumi_azure_native/netapp/v20210401/outputs.py,sha256=uV7-h2KrTIsf1IdGmtAuIFbDj_do5QdD0wvi78Y704c,6874
18880
18880
  pulumi_azure_native/netapp/v20210401preview/__init__.py,sha256=dIgZIzXGDRWE8dfZXIkf0DsJ4wAPBKpuLghhP-S_asQ,359
18881
18881
  pulumi_azure_native/netapp/v20210401preview/_inputs.py,sha256=fqLC8-KOO_k1lpaaM-l9HSVhldx_yXaQ8QA6FTyOpb0,3033
18882
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py,sha256=h_JFN23xJ7N9QZlK6ajzfGfNiwxL3qSP8me13h-Dmtw,21422
18882
+ pulumi_azure_native/netapp/v20210401preview/backup_policy.py,sha256=U5L9aQw3Zv2Bs4BmL6lOm_fjZ7X9AL4vbJawoJQJs70,21495
18883
18883
  pulumi_azure_native/netapp/v20210401preview/get_backup_policy.py,sha256=z6kLtODVhyctbs1wVcHiZg-6I_6iSCqfwGtTXonQLso,10864
18884
18884
  pulumi_azure_native/netapp/v20210401preview/outputs.py,sha256=fydwrytC6FUQy_VLwJ82Q2gso-0gKI0Ul-K5XRYlEB8,2733
18885
18885
  pulumi_azure_native/netapp/v20211001/__init__.py,sha256=3lihfCx16P93-ZfequjRgOk_FzRs4jJO9GZNiDMO9I0,427
@@ -18888,20 +18888,20 @@ pulumi_azure_native/netapp/v20211001/_inputs.py,sha256=RtqXeLKKWwWE-hfTJySqULBAO
18888
18888
  pulumi_azure_native/netapp/v20211001/get_volume.py,sha256=ivMd9VJm8o4wRrvlDZLfGJVoWF3Xdi4NjtbBdufqS94,37159
18889
18889
  pulumi_azure_native/netapp/v20211001/get_volume_group.py,sha256=WQzSTt6CYRkilJQKPnO33QGfpnpmW2K9tekG_T_qec8,7199
18890
18890
  pulumi_azure_native/netapp/v20211001/outputs.py,sha256=4UyZPgEYdEt3kgnKetUMmBOOWGqcxXk9iyslQY1xcHM,63458
18891
- pulumi_azure_native/netapp/v20211001/volume.py,sha256=qBovtgVNJTYGC1SaDgSPEN-p2w549CDga3u6TcqFWE8,69948
18892
- pulumi_azure_native/netapp/v20211001/volume_group.py,sha256=KgEOVFzphJ0GnEnwp_anH6UWjCJtsqQ1NknUz9L94R8,14248
18891
+ pulumi_azure_native/netapp/v20211001/volume.py,sha256=vCHXUJTNgFoCscIfsxPDSQjxm4b4YFn96Ok2UhNalAE,70015
18892
+ pulumi_azure_native/netapp/v20211001/volume_group.py,sha256=sHB-9KJ8ANpHv2ctbonBLn7TVYfNIrTb5Yu1OkeAQP8,14320
18893
18893
  pulumi_azure_native/netapp/v20220501/__init__.py,sha256=c3aURQ52o4Ch0Sy9h6Yp7JfQxXBMnEvriIUUXJq4y2o,369
18894
18894
  pulumi_azure_native/netapp/v20220501/_enums.py,sha256=nvU_YTN6WDP2lbNlw1LKKJvh_H6yvgZb_TcPVYStaio,827
18895
18895
  pulumi_azure_native/netapp/v20220501/_inputs.py,sha256=uAmbrDBwvl45ggCS-tBZ2QFC1_Z1y7xCD6v2NGM76AM,33423
18896
- pulumi_azure_native/netapp/v20220501/account.py,sha256=Ozw6di3_rErJMBeHwZCB01yMVRdkyJCtJY9JL1nm4yg,16745
18896
+ pulumi_azure_native/netapp/v20220501/account.py,sha256=vayz-b_8iWDlkPgowcmJ-98GBcjwTZpY7kSeckIbumw,16813
18897
18897
  pulumi_azure_native/netapp/v20220501/get_account.py,sha256=92Is043jCFI2HMz-fclfwJz_dB-WqHo6ff7mN8JxR1A,9440
18898
18898
  pulumi_azure_native/netapp/v20220501/outputs.py,sha256=SIiwMefVGrgncoUHVfdwCmIsuGU4qxZiEcmFFximjdw,34146
18899
18899
  pulumi_azure_native/netapp/v20221101/__init__.py,sha256=GP4XETEua2MkOp68CEsjTEcEHld-OXA0zjsvI_m71Bk,1000
18900
18900
  pulumi_azure_native/netapp/v20221101/_enums.py,sha256=FsexCtGYc3vXH9lzFLzNf8CyfDc3q3iQ1078XGnMf5U,5572
18901
18901
  pulumi_azure_native/netapp/v20221101/_inputs.py,sha256=Mt4YS90IynlPSndQyCP5f2D0ZPcc6z4jkA69AbTexJg,127283
18902
- pulumi_azure_native/netapp/v20221101/account.py,sha256=dWKuuoKvoWrBACLGqFgvLQtj4vu4FLzYhPYU39OJedg,17013
18902
+ pulumi_azure_native/netapp/v20221101/account.py,sha256=UpajkYgh79eOanfPSQECDwcZbDW86N0aS_IEwx0K2gQ,17081
18903
18903
  pulumi_azure_native/netapp/v20221101/backup.py,sha256=NQuIAbg7ltlLlUXIXKI7Wwcf_et38zJ9bJztlgJCWF8,16355
18904
- pulumi_azure_native/netapp/v20221101/backup_policy.py,sha256=9ui1SX4zajhuHrZE03UFFbC2__1zrOYQGLkYEaIWO_M,19183
18904
+ pulumi_azure_native/netapp/v20221101/backup_policy.py,sha256=UItzUKMcF16SDqT70phX6HzxAa-2QgQiz3ei41Jo0bQ,19256
18905
18905
  pulumi_azure_native/netapp/v20221101/get_account.py,sha256=xkVJPultxeGqccGhzwbXsmYYeUhou_Lc2G0WjtoOpNY,9520
18906
18906
  pulumi_azure_native/netapp/v20221101/get_backup.py,sha256=OaTE2gO5BwOdabdAZupm8KPMvaAGZ2nxDdvXrTFy_VI,11480
18907
18907
  pulumi_azure_native/netapp/v20221101/get_backup_policy.py,sha256=Z-_jhQsuSLbSsFHkmGByB9h_iPzgdIzXvVZG1TNKAP0,12218
@@ -18916,20 +18916,20 @@ pulumi_azure_native/netapp/v20221101/get_volume_group_id_for_ldap_user.py,sha256
18916
18916
  pulumi_azure_native/netapp/v20221101/get_volume_quota_rule.py,sha256=gugPD7vy3WgolviHfAwWRxsEtObuDmU9DxA74v6svkQ,9837
18917
18917
  pulumi_azure_native/netapp/v20221101/list_volume_replications.py,sha256=PfYvy7k6mnAK7KpFUPUmavgzQ8zlgqEutCOeRtM_cjg,4108
18918
18918
  pulumi_azure_native/netapp/v20221101/outputs.py,sha256=ptwkV8f1mcRvYrnrJsls25PdC-6qDYRvzdDkoydJm5o,121639
18919
- pulumi_azure_native/netapp/v20221101/pool.py,sha256=MJS4VP3H1fy7rRWTn_tsFJEc5Gv855D4O6fK0dnrWGI,21690
18920
- pulumi_azure_native/netapp/v20221101/snapshot.py,sha256=vl8fMyydLFJWh9VXmJz7KR2SwZ_2GMu0FGJRPiuHj5U,14015
18921
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py,sha256=gjQ7U6C5BAWfQB33umQEMH14TkU29Ky2udzvZiIWmMg,20013
18922
- pulumi_azure_native/netapp/v20221101/subvolume.py,sha256=jpSMXTrixRtbFx4jeKfweemFxS2_5E4MyrGWKPjZx3E,14078
18923
- pulumi_azure_native/netapp/v20221101/volume.py,sha256=UXp9WluXNlaRRxI7xKYVRmHhmW2rrZ38so-5XFjCK1Y,83963
18924
- pulumi_azure_native/netapp/v20221101/volume_group.py,sha256=lntxk7b2CBt_5O43ux3sSf1K7YrCDmWyXG3cTC0VcKs,13224
18925
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py,sha256=QO0qzILAHz0kOTscQPqB-MVVmoSSxiFAs13IZl5IsMI,18094
18919
+ pulumi_azure_native/netapp/v20221101/pool.py,sha256=Oh7QSCTymPimVMpioGV-wyRgxiTCpO_61nukpYz5D7g,21755
18920
+ pulumi_azure_native/netapp/v20221101/snapshot.py,sha256=p6KAQUIG0mLNhm5-SfN9kMD1AUviWbL2TCUZcpTnCYQ,14084
18921
+ pulumi_azure_native/netapp/v20221101/snapshot_policy.py,sha256=g1zjXuSFsn0j_WzBJcLesQ5eO68cBblqXJC2eH20aXM,20088
18922
+ pulumi_azure_native/netapp/v20221101/subvolume.py,sha256=YvGZ0G_TE2mntiQEbrcwL2NfAjaQ8cRLJbCHhb6kyVA,14148
18923
+ pulumi_azure_native/netapp/v20221101/volume.py,sha256=hNCSQIr0FGdeiD18WQafd10l_y63v24C0ShmJcACLRA,84030
18924
+ pulumi_azure_native/netapp/v20221101/volume_group.py,sha256=sfDDIug8CPywuYP0WmzFbILda1ht5UhB05eOarZkZlQ,13296
18925
+ pulumi_azure_native/netapp/v20221101/volume_quota_rule.py,sha256=jaqJdzR7RbTDO8JNbESn5Ii7q0TYczCCzRd5z-lG8A0,18170
18926
18926
  pulumi_azure_native/netapp/v20221101preview/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
18927
18927
  pulumi_azure_native/netapp/v20221101preview/_enums.py,sha256=FsexCtGYc3vXH9lzFLzNf8CyfDc3q3iQ1078XGnMf5U,5572
18928
18928
  pulumi_azure_native/netapp/v20221101preview/_inputs.py,sha256=frbqZITaGJDudIIw32QE2a5J1us0Q_d9uvHIsYRFGCg,128023
18929
- pulumi_azure_native/netapp/v20221101preview/account.py,sha256=j-2PuT2zabB5mbQWbcoUjKLaqdu4x5B-N3m_tdaPubo,17013
18930
- pulumi_azure_native/netapp/v20221101preview/backup.py,sha256=dxFer3prCB9dpMAwr91wfuiUZ-aGNDZ4RZqr3SmGKvM,16596
18931
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py,sha256=qebLPthM9roURwm18UV3QwTCpyDR33VScbBi8jMTQ50,19183
18932
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py,sha256=Pn8KM1q_Eu7yfbn7tMjedYpq9btSzFWIc4qfQNuNpqQ,11223
18929
+ pulumi_azure_native/netapp/v20221101preview/account.py,sha256=evV8zgwETPZvNgfavrP0x29GqqtzDWQI6IbClnHJ7p4,17081
18930
+ pulumi_azure_native/netapp/v20221101preview/backup.py,sha256=bakTDeUqDV-hi_Dt9Y3YQNdrVYi80ruNv3CPxKcPYcI,16663
18931
+ pulumi_azure_native/netapp/v20221101preview/backup_policy.py,sha256=KtlDnBRj20VraMjLGhcC1JsMnCm2xRSqxtfI9v4OhnQ,19256
18932
+ pulumi_azure_native/netapp/v20221101preview/backup_vault.py,sha256=KfvJFw4exayBs0TCK6mvwQqpkcWqpiB18L1CcilfJV4,11295
18933
18933
  pulumi_azure_native/netapp/v20221101preview/get_account.py,sha256=M1WCB4LLCBytx59kEy82XiJaf3-j1Eyj8pFzuQM9dps,9534
18934
18934
  pulumi_azure_native/netapp/v20221101preview/get_backup.py,sha256=OzSBa2_AUXnqn0powU0sexa-eI4fPP-_pmtcW6cGLPc,11516
18935
18935
  pulumi_azure_native/netapp/v20221101preview/get_backup_policy.py,sha256=1pZeuOHxcKUU4L99sUqT85w991q5KTaBudTgh1sMldI,12232
@@ -18945,18 +18945,18 @@ pulumi_azure_native/netapp/v20221101preview/get_volume_group_id_for_ldap_user.py
18945
18945
  pulumi_azure_native/netapp/v20221101preview/get_volume_quota_rule.py,sha256=50eG56uuD7tEKVvktgvx7pyFjQtakGGZehVlSxXVcA8,9851
18946
18946
  pulumi_azure_native/netapp/v20221101preview/list_volume_replications.py,sha256=UVSTQ12SNUPiqe3klBCkKuZkPILGXPupe97iAZQku1c,4122
18947
18947
  pulumi_azure_native/netapp/v20221101preview/outputs.py,sha256=4isB235LwDhIs9n5Zznpfze9Zt6oKrFSKJSG9VvJWO8,122154
18948
- pulumi_azure_native/netapp/v20221101preview/pool.py,sha256=0EyIWR4FtVP4tZ-UZsSXZGhQNSuBSiwtrBZntCL-xJ8,21690
18949
- pulumi_azure_native/netapp/v20221101preview/snapshot.py,sha256=NiE3maNs8pWQ4Ajlrj9irfDZ70dC6PAAzjr23gbBeeI,14015
18950
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py,sha256=myRZ79rPzF4u0evH4XSB9YL3_vaAmPUv89C75rQS43s,20013
18951
- pulumi_azure_native/netapp/v20221101preview/subvolume.py,sha256=JYHEjKG5GFyy_iWHGdMdkMxGifqNQTgLS2HE3bJAruY,14078
18952
- pulumi_azure_native/netapp/v20221101preview/volume.py,sha256=iR2umLYzXlo59tYJ2kQv7wLWmuLWhe3PCeGc_DRhSig,83963
18953
- pulumi_azure_native/netapp/v20221101preview/volume_group.py,sha256=rFqVrZu9ncSrk4osbDNB1iAvuUpCJHKC7JTXiQ7nCeE,13224
18954
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py,sha256=zRk51BgA0pyHTL5gxmuG7cki-BH5-sPpQ_lRMBP0kHM,18094
18948
+ pulumi_azure_native/netapp/v20221101preview/pool.py,sha256=x_R-wg8I2I35cMTAWUDqD6fNfkPsJYbkrmvyqGCSlcY,21755
18949
+ pulumi_azure_native/netapp/v20221101preview/snapshot.py,sha256=z0c1qlYvVkaLNTs61G4zgbOjyW5iOdqpSpiYvXsjxJQ,14084
18950
+ pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py,sha256=_EgUCYDuENbf0Z0R6udrfsVIxuefsoamv2NCT07zNGQ,20088
18951
+ pulumi_azure_native/netapp/v20221101preview/subvolume.py,sha256=YgMbOX31JZaW6O2iyCB7G8cIixS0YVC12bkRGuxUhfs,14148
18952
+ pulumi_azure_native/netapp/v20221101preview/volume.py,sha256=hhZxro-dS-ATU8wGRt0edrvYTsPmsGqshYWVgMFeSZg,84030
18953
+ pulumi_azure_native/netapp/v20221101preview/volume_group.py,sha256=XgQUEfWDxJRwNEbL_RHmXaWmJkiRK7yKBy3LqruXigk,13296
18954
+ pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py,sha256=Y8qg9iTLo23vRieFCTH1vw353g8G2MS3bM0j97BrM3Y,18170
18955
18955
  pulumi_azure_native/netapp/v20230501/__init__.py,sha256=r04qYWMfkwHfM2W8Jbw2M5rVqVDwoTnfP7BhqlxljU8,952
18956
18956
  pulumi_azure_native/netapp/v20230501/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
18957
18957
  pulumi_azure_native/netapp/v20230501/_inputs.py,sha256=d3TICacV0MUCkPie3byfEQeQllsWKZlA4AFfYNLgMg4,126654
18958
- pulumi_azure_native/netapp/v20230501/account.py,sha256=NpMKCRf8We_q6sN23zDzI4u8pMCJPTXnoLAMmzN1EKw,17013
18959
- pulumi_azure_native/netapp/v20230501/backup_policy.py,sha256=Aeqo-fal4PoLC2BWrw_9-SdbBGsmOEvTgl-jYzUh-AY,19183
18958
+ pulumi_azure_native/netapp/v20230501/account.py,sha256=kKGBdoqDazDoW4aRb-7JHSz_CAEbnRjxT27MkKq2eec,17081
18959
+ pulumi_azure_native/netapp/v20230501/backup_policy.py,sha256=84dgyx9RcfbO0334kfGgfRsSevVEIErQELIL1agPPrw,19256
18960
18960
  pulumi_azure_native/netapp/v20230501/get_account.py,sha256=pbaJjHeSZkEAUjNoUXErog6Da0tm32jQISnK3ThzEjE,9520
18961
18961
  pulumi_azure_native/netapp/v20230501/get_backup_policy.py,sha256=qiQtAJuZLxwjYeiu_7_fWV6ZdbG8QXUTOxw2LNvk0cM,12218
18962
18962
  pulumi_azure_native/netapp/v20230501/get_pool.py,sha256=YFHiSCw9FP1FArhhvCnUzsdmpH51eDfxbvZZdBk2ARo,12325
@@ -18970,20 +18970,20 @@ pulumi_azure_native/netapp/v20230501/get_volume_group_id_for_ldap_user.py,sha256
18970
18970
  pulumi_azure_native/netapp/v20230501/get_volume_quota_rule.py,sha256=Q9f7b5jpvKJUf5fKSxWrvBQfYgIt_qoEH0If6F1xpSw,9837
18971
18971
  pulumi_azure_native/netapp/v20230501/list_volume_replications.py,sha256=EhZiesk9d5zqB8nU4tIqLy5Ue94qgTZnvlkOp2YZH6k,4108
18972
18972
  pulumi_azure_native/netapp/v20230501/outputs.py,sha256=D_eg8HpqBvniGNpMmIG3kuvQE0h-L0FXVnSFrW9u5S4,120842
18973
- pulumi_azure_native/netapp/v20230501/pool.py,sha256=FC2qOKhTKT0bKJu45yvyAyuBTqpmliv9-VmJzQVRFGo,21690
18974
- pulumi_azure_native/netapp/v20230501/snapshot.py,sha256=qBcrBa_5jzsTDKOSvRgfR_NbWdYKpViXNXKGQCcSaQo,14015
18975
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py,sha256=yazUFIpR73vu-n1kxhTWlFxXfPPq8OrXePSWyPesZHY,20013
18976
- pulumi_azure_native/netapp/v20230501/subvolume.py,sha256=v_SdChpORC4MRKPtJl8njs54-9q-lGPt-ur-jQRHI6o,14078
18977
- pulumi_azure_native/netapp/v20230501/volume.py,sha256=mKGmblLK90ho8Q30FgHY9JdzO_u_hPOIkwxvjpF2Y50,87659
18978
- pulumi_azure_native/netapp/v20230501/volume_group.py,sha256=eI6BKcsecM_nKohWbvnnWvSS0Monve_R-DvahbBqeVo,13224
18979
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py,sha256=g1PUKBmZFgNfTkHQATGOzxvuDMgWAqe5sbDjqi0fBkU,18094
18973
+ pulumi_azure_native/netapp/v20230501/pool.py,sha256=Onu29EcNO2BSW6s2AD7eID1Oouv0B9n5uVcD7FyfiUo,21755
18974
+ pulumi_azure_native/netapp/v20230501/snapshot.py,sha256=86zGyo13pLXn96BQDldUo0bbvyIUt5OWxFN47FOcEts,14084
18975
+ pulumi_azure_native/netapp/v20230501/snapshot_policy.py,sha256=v25e_JAMFnIFVDgsrUA38gkpO0Mhksy2oH0QAFLpvqY,20088
18976
+ pulumi_azure_native/netapp/v20230501/subvolume.py,sha256=-_4ZHMN2GMRYRDK1aDySdANCkXEFIWAjNhXZT2aS7Ow,14148
18977
+ pulumi_azure_native/netapp/v20230501/volume.py,sha256=T04pPsBzZuRnyBItkBtVzeLvoK2JQNbAK4T3QHOnBSw,87726
18978
+ pulumi_azure_native/netapp/v20230501/volume_group.py,sha256=NWls98kmJcYUtmJJJxx9_aUUKRg9HzjjmC5BV6bCd6o,13296
18979
+ pulumi_azure_native/netapp/v20230501/volume_quota_rule.py,sha256=UOfSxqR6D7fSehcw2HtFl0v5tkZgRsfr73FV0Bb9bZs,18170
18980
18980
  pulumi_azure_native/netapp/v20230501preview/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
18981
18981
  pulumi_azure_native/netapp/v20230501preview/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
18982
18982
  pulumi_azure_native/netapp/v20230501preview/_inputs.py,sha256=UDYZoTCrgve_cNqkG0ha1TpYdN6fAU55gDDNYcWrSmc,133521
18983
- pulumi_azure_native/netapp/v20230501preview/account.py,sha256=9WNIYnMBypaXWQwG6eGMDomf6DsrmFIgz3zzI8jq3_M,19129
18984
- pulumi_azure_native/netapp/v20230501preview/backup.py,sha256=-LDvvoxvCXqJrmEgRdHciChRZbdkgb2GtBSjXFGCT98,16993
18985
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py,sha256=XyN35E9MIqt3YkEU-en4vW3Q79AjkzptNL10enyWRps,19183
18986
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py,sha256=bo5rmoiHCnSdMF5pqiXjTXY3ylBoALRxU_XD8oeD4sU,11223
18983
+ pulumi_azure_native/netapp/v20230501preview/account.py,sha256=xBjt17SqoLxu7y2XGeKcvbzqeXBvK7Aa97T7KAnpFNQ,19197
18984
+ pulumi_azure_native/netapp/v20230501preview/backup.py,sha256=LXLr-OKhgNXMLP7IS2hCZvKd6ifzD284l2u2Pyg6NDY,17060
18985
+ pulumi_azure_native/netapp/v20230501preview/backup_policy.py,sha256=SQdpI6j8TnjDMVJyBfg8oVxULCLrjU7-nVhXSUKl89I,19256
18986
+ pulumi_azure_native/netapp/v20230501preview/backup_vault.py,sha256=jQhYIhxJQkgKml7QwenbSAY6TgPxmhq4zWiekZ3Z-lg,11295
18987
18987
  pulumi_azure_native/netapp/v20230501preview/get_account.py,sha256=eSxGiFaOWF-QOHQgaDzofYnXAjn_GkIyzn90hiLi-ik,11033
18988
18988
  pulumi_azure_native/netapp/v20230501preview/get_backup.py,sha256=PNmn76U7H57BpPHm8PZziUW929MBohSVGKUqDCrP7cw,12308
18989
18989
  pulumi_azure_native/netapp/v20230501preview/get_backup_policy.py,sha256=DHi9jGKiRJZZw0h5u1ujOftwUN-2GwGccUxSHbjqAYo,12234
@@ -18999,18 +18999,18 @@ pulumi_azure_native/netapp/v20230501preview/get_volume_group_id_for_ldap_user.py
18999
18999
  pulumi_azure_native/netapp/v20230501preview/get_volume_quota_rule.py,sha256=o4QhSoMUAENmUDv5VbcftO9_VFkMaj1w9MmoaQqbMa4,9853
19000
19000
  pulumi_azure_native/netapp/v20230501preview/list_volume_replications.py,sha256=X51azrI-yuSa3PHPKRLmSit-Ptyyt1AZTvgH9G8ZYv8,4122
19001
19001
  pulumi_azure_native/netapp/v20230501preview/outputs.py,sha256=iSHSVeJ_DN6eTagVh2lw9-9XsnHM-bSCxcvCsym_WCY,127138
19002
- pulumi_azure_native/netapp/v20230501preview/pool.py,sha256=hPHhH2Tv8HNqwNj6lZB8cRhVpnMK73030FZg8PgEuIc,21690
19003
- pulumi_azure_native/netapp/v20230501preview/snapshot.py,sha256=GK8k93jOqrPHl6T9yrVHEuYqyZkDzoAqdqRyJGmQ5PA,14015
19004
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py,sha256=DPhn2faaW8g0r0JOQsh3Yu80oUbRa9eBCLsDmCA7Hx4,20013
19005
- pulumi_azure_native/netapp/v20230501preview/subvolume.py,sha256=8ndnbtOJomlTO78mzeiRwHJHP-wVYsyS7p3sMbb8I4w,14078
19006
- pulumi_azure_native/netapp/v20230501preview/volume.py,sha256=wDib9HJ5ZkMUmNolmOdwXyutQykj7fI5qTDWzuOEOOI,88291
19007
- pulumi_azure_native/netapp/v20230501preview/volume_group.py,sha256=rYkMtJ7XWbVVASR24LMXpRouGv3WTVyOvSHTj-yH9j8,13224
19008
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py,sha256=Pzzy3Fijdm9TGiBXbFEJvhIwCyExz-o7C8wP8AOUME0,18094
19002
+ pulumi_azure_native/netapp/v20230501preview/pool.py,sha256=RvrdE-0VPex-MoY-BlLfDvgqJ-5dT6TDBYGVnwMc8Go,21755
19003
+ pulumi_azure_native/netapp/v20230501preview/snapshot.py,sha256=UEbqrD3KzhJhaO6HPI1yu4HHiEEezRfoJ-2C6lrOkew,14084
19004
+ pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py,sha256=rDoRpiBreyBheg34pk_e9tigNJrg5QW7myPxz93xg5c,20088
19005
+ pulumi_azure_native/netapp/v20230501preview/subvolume.py,sha256=qbgh1nJ9D_xS2DyQBVx14eKbRF0JIx5Dfxap5l1aUiY,14148
19006
+ pulumi_azure_native/netapp/v20230501preview/volume.py,sha256=nN_q0prAJwANlKB1gO-BFo6CSJTYCcsG77nLqeVOa18,88358
19007
+ pulumi_azure_native/netapp/v20230501preview/volume_group.py,sha256=r0yw0GKO6JWNY4D59_pzeU3pKapzDP6rY76nEL5eCKQ,13296
19008
+ pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py,sha256=GdxnNb3mjOThyDL_NTGaLONcV1rSXo37SBe62BqLp60,18170
19009
19009
  pulumi_azure_native/netapp/v20230701/__init__.py,sha256=r04qYWMfkwHfM2W8Jbw2M5rVqVDwoTnfP7BhqlxljU8,952
19010
19010
  pulumi_azure_native/netapp/v20230701/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19011
19011
  pulumi_azure_native/netapp/v20230701/_inputs.py,sha256=r_NaOrd3Jy1i4SKSeTU44ADDHVSpg17dB83blQ0Sgl0,125734
19012
- pulumi_azure_native/netapp/v20230701/account.py,sha256=fiCtHDdZGIxAYBFQHYFCsPXqpkvWPQn1aJeVCVM1v4Q,17013
19013
- pulumi_azure_native/netapp/v20230701/backup_policy.py,sha256=oArJc4qyMRtpntVj1NhsrLt_ltaf2E6rFMayra1BD2U,19183
19012
+ pulumi_azure_native/netapp/v20230701/account.py,sha256=DhYyUWNpxovJiDVCpE76SqF5AfUphW8TGbIRUoryD8s,17081
19013
+ pulumi_azure_native/netapp/v20230701/backup_policy.py,sha256=48OXu9wV8AfZpYxzDjKZet0T93Em866um61qaN7PQhI,19256
19014
19014
  pulumi_azure_native/netapp/v20230701/get_account.py,sha256=2_HdhNPyStnqxmWQXF1GijLJQ3fMUVrcCMc5cnlkX9E,9522
19015
19015
  pulumi_azure_native/netapp/v20230701/get_backup_policy.py,sha256=MnU-7g4O3FpGTgCVctsuSqWXXfpjNO8JrcZy1gy5x88,12220
19016
19016
  pulumi_azure_native/netapp/v20230701/get_pool.py,sha256=ejeSufUbovj_ObMbn6cjwgr8BTUrr-NGlKGhk46IaXs,12327
@@ -19024,20 +19024,20 @@ pulumi_azure_native/netapp/v20230701/get_volume_group_id_for_ldap_user.py,sha256
19024
19024
  pulumi_azure_native/netapp/v20230701/get_volume_quota_rule.py,sha256=M_4_8NcxJwViJ1Ykbs6GaskP9eyTN7uaYMRW9G-vm9g,9839
19025
19025
  pulumi_azure_native/netapp/v20230701/list_volume_replications.py,sha256=jjLC0IBP_Tusk1jgcPOPSD-s5oOv3RAGMVZk-izR3W0,4108
19026
19026
  pulumi_azure_native/netapp/v20230701/outputs.py,sha256=P9ZOC-aSAucjSFz4i7puvMDvDPYn2WJggyTrAjCPWd8,120201
19027
- pulumi_azure_native/netapp/v20230701/pool.py,sha256=9atFh5J4yOg3LNp8v61n1Zulr4c9oiKbLIftoq-aJSI,21690
19028
- pulumi_azure_native/netapp/v20230701/snapshot.py,sha256=uiBvf_bvHIHfa0Q7iolocU4Kjgq1g1UGx_1BrmIvuKw,14015
19029
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py,sha256=8sSOYFNSfM_2pvMtzeLjEqsY4YGhOkU4jk0LJ71L6Mc,20013
19030
- pulumi_azure_native/netapp/v20230701/subvolume.py,sha256=sEM8IQ4gdRTM042pp8ixgRU9llXrkFPxaQokpxGhBfQ,14329
19031
- pulumi_azure_native/netapp/v20230701/volume.py,sha256=He0NKLOuQeabpDrTSE6Qjh4nQAz4EQwhFxGAx7ZGxVU,87659
19032
- pulumi_azure_native/netapp/v20230701/volume_group.py,sha256=cgr46r5O4RcThzaxSppid-CUv6bOYRsWd3rREpho820,13224
19033
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py,sha256=xlBQwHtNJbhbkWuBdDzeMcpPfI2wIGjdNd1pdO1PCw8,18094
19027
+ pulumi_azure_native/netapp/v20230701/pool.py,sha256=3y111pFQjiELfbJ_85J2KzH50YQls78Y5TP01eEi6yw,21755
19028
+ pulumi_azure_native/netapp/v20230701/snapshot.py,sha256=wVLB055QSW5-DVVt8vR1tvK-sw-FQ456fDeXvEvK2_E,14084
19029
+ pulumi_azure_native/netapp/v20230701/snapshot_policy.py,sha256=P60hQJDc_RStp_tDkrLTuiKWTF5QqJT2qkeDGF6oRvQ,20088
19030
+ pulumi_azure_native/netapp/v20230701/subvolume.py,sha256=0kHUj5B54qM50O4j0qjPV4oky1WIXh2CyLFUR6U-Nuw,14399
19031
+ pulumi_azure_native/netapp/v20230701/volume.py,sha256=t6YA3rpH5uP-y_txeQnVL-ot0LOzFQ6JeOOj3NbEJgY,87726
19032
+ pulumi_azure_native/netapp/v20230701/volume_group.py,sha256=FLe0qoe27RVHJ_XP4j6fWePtOyXvmlYYlDPWkFid-Z4,13296
19033
+ pulumi_azure_native/netapp/v20230701/volume_quota_rule.py,sha256=T02PeVNCohPp4mrGD7xjUZDLC1FDpCX3QfAVvLSQlv0,18170
19034
19034
  pulumi_azure_native/netapp/v20230701preview/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19035
19035
  pulumi_azure_native/netapp/v20230701preview/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19036
19036
  pulumi_azure_native/netapp/v20230701preview/_inputs.py,sha256=XQCEsZpt_HQfHOYnOZYSr1B2O57dgvE4_PhorBcDyis,133521
19037
- pulumi_azure_native/netapp/v20230701preview/account.py,sha256=de-csZxfsoAj-V_P3T5iaPLuxkxn3HHiHJiVTfiHrEU,19129
19038
- pulumi_azure_native/netapp/v20230701preview/backup.py,sha256=Rl9CCnnEByx07_cQrDcXtRNspa-EbOpGEAaApHfKAyM,16993
19039
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py,sha256=eTR3xzSDyC8yApi3YL5vl7zb2BL-dGagX2sOFXxbeP4,19183
19040
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py,sha256=k0D66oWVvGp5ngnWVWpVWgfSxpb5kdN_kbb_lRVF7PU,11223
19037
+ pulumi_azure_native/netapp/v20230701preview/account.py,sha256=KCGDY4aruxU0tLZzUjyGqK-o_GprOdUOSyojSpoQcPk,19197
19038
+ pulumi_azure_native/netapp/v20230701preview/backup.py,sha256=idJdAdWU_hOFsa965a8Z7AxYtZ6OIyY_0CsUM8rXfVU,17060
19039
+ pulumi_azure_native/netapp/v20230701preview/backup_policy.py,sha256=ickBhnYqSwxT2cYRJ0j4wRNnw9FMdx3o4TbmQjF4yM8,19256
19040
+ pulumi_azure_native/netapp/v20230701preview/backup_vault.py,sha256=x4sVQ-VDxet0Jk38fGDFTN2-64A1Twke6Jt8aN2A5k0,11295
19041
19041
  pulumi_azure_native/netapp/v20230701preview/get_account.py,sha256=2iAXFtcYB6zF1N2mrtkrqwpvypI4bAX7gvN3FqxyXJI,11033
19042
19042
  pulumi_azure_native/netapp/v20230701preview/get_backup.py,sha256=gjs6WRwaMYjSX9RBOlIGCLehlyA9TBKBUFg-upM1u54,12308
19043
19043
  pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py,sha256=ji0rApoxRfNGVa9jY__B9OHVcIiQtDsmTjauSHxTAog,12234
@@ -19053,20 +19053,20 @@ pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py
19053
19053
  pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py,sha256=_YzFzcSqcAUkWPzf06BknEaHivOhPRBHpg7KrZKXVUw,9853
19054
19054
  pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py,sha256=a3n-Z6zSswVctQ4ew5mbNXA1qVFy4h8sivOkDknop8g,4122
19055
19055
  pulumi_azure_native/netapp/v20230701preview/outputs.py,sha256=6j5TX8j2wZK_4jFZwnwvp1WfsB22vBNDKpfE2AL8NnI,127138
19056
- pulumi_azure_native/netapp/v20230701preview/pool.py,sha256=Llu4ZLiN1_NC1ABU97UZ1zAhZd0Xxc9P3M3mE_q1Dzk,21690
19057
- pulumi_azure_native/netapp/v20230701preview/snapshot.py,sha256=bI3JpJVV4jsHNiBZ6ZUbBdRu6MGSrP0ZA89xe0i06MM,14015
19058
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py,sha256=loDLAanQw1IMv3bAPkNJMBVQhvgqmZCsSslPbAEFKYQ,20013
19059
- pulumi_azure_native/netapp/v20230701preview/subvolume.py,sha256=2jI5dEzLqLcOjnDga4d4OL0E7zHLdBm1GdxvvvoXtpU,14329
19060
- pulumi_azure_native/netapp/v20230701preview/volume.py,sha256=4RDRbJOUzo1HMET3WKTsjm-Lg7B41t1K-kKajRoLWU4,88291
19061
- pulumi_azure_native/netapp/v20230701preview/volume_group.py,sha256=MEHlu9xkdMFlbSk4CR0OghdMAHs1sxsLiyZkcE70-YM,13224
19062
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py,sha256=-j_O_RqvHm0LWu3hcrU3rljJXcrpyLpll5qqa_Iyx5I,18094
19056
+ pulumi_azure_native/netapp/v20230701preview/pool.py,sha256=blUAIlQGP8rCnuMXohR8cHMywpUrq7k2GCjDT9tk9mw,21755
19057
+ pulumi_azure_native/netapp/v20230701preview/snapshot.py,sha256=J-hvnAbaQIj5k3KnKq5kQfgOeejz7eUY0TL6ZtlZ-zg,14084
19058
+ pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py,sha256=C8nS9KDV_PbxgwB9OnqDfh6bfkY8ZzUZHawptsNfxKk,20088
19059
+ pulumi_azure_native/netapp/v20230701preview/subvolume.py,sha256=GInF-x5tMVMsE6si7xpp8dosXIhpy-MNU7gVjzJQ-YI,14399
19060
+ pulumi_azure_native/netapp/v20230701preview/volume.py,sha256=aWEmatQ_0lgtGTmf1Fmwb9VQ8mEZ6JSrVOx3i7Hkr9M,88358
19061
+ pulumi_azure_native/netapp/v20230701preview/volume_group.py,sha256=YguGdWYhD9sRkO9et8j29j-pVgyZOeBQE_dFKSCYN1E,13296
19062
+ pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py,sha256=RhiwJmqHpxaJikbsW-eiOj5P9UwhrUyimJWyL2ruHJE,18170
19063
19063
  pulumi_azure_native/netapp/v20231101/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19064
19064
  pulumi_azure_native/netapp/v20231101/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19065
19065
  pulumi_azure_native/netapp/v20231101/_inputs.py,sha256=8Km_qnaPHJahCes7eRpvD14NASB-cxQk0CRp3-9VCTw,129026
19066
- pulumi_azure_native/netapp/v20231101/account.py,sha256=frtRKjJl_ZiCN9L2el1kgQAOIAHEi2n7Mgo54ot36j8,17013
19067
- pulumi_azure_native/netapp/v20231101/backup.py,sha256=Ahqh2MK8CtyhzdmFiNIvnDBVUBL-3ZEMz4N9-jN96PU,16993
19068
- pulumi_azure_native/netapp/v20231101/backup_policy.py,sha256=7NaRm7bJhD1Nev3xRK-010sFyXuBQFQ3XovEwDyNcac,19183
19069
- pulumi_azure_native/netapp/v20231101/backup_vault.py,sha256=97Rr2nOf4mW3VmSQNSoIdsxgCqNFl_rliNyN9F0mOGA,11223
19066
+ pulumi_azure_native/netapp/v20231101/account.py,sha256=YUKJRWkFZUZj7YO4_5_xrcpdSnl_m__oiZ1u7pwwjog,17081
19067
+ pulumi_azure_native/netapp/v20231101/backup.py,sha256=f5Ukx90VfdadTnBvZgsAmHjB_tVNAdgihOIrCGZwF4o,17060
19068
+ pulumi_azure_native/netapp/v20231101/backup_policy.py,sha256=OKXlC70W_vdajyJfgdRbP_-LKn6ACxVrLMadTO838zs,19256
19069
+ pulumi_azure_native/netapp/v20231101/backup_vault.py,sha256=yVjsqcpWvrJXwTd6Agn8Pm2uMgwALZJs7HJ9pv1bmfY,11295
19070
19070
  pulumi_azure_native/netapp/v20231101/get_account.py,sha256=wuCFTzu94QbhE5PBmliSnchoSLyLun3BGAZ-sxsAK7E,9522
19071
19071
  pulumi_azure_native/netapp/v20231101/get_backup.py,sha256=ur-HSzJ0P3yO48B55gD0NJWnkGIkXpjfx0bQeNSuSoQ,12294
19072
19072
  pulumi_azure_native/netapp/v20231101/get_backup_policy.py,sha256=19MRSTL2oloeC47M3_2rOKlS3oxxhlmIFy6tdiUcdpA,12220
@@ -19082,20 +19082,20 @@ pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py,sha256
19082
19082
  pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py,sha256=KiRetxtWj3ivVL9CUdOhz0_Rs6KQ6AbXT1wv00ZjYy8,9839
19083
19083
  pulumi_azure_native/netapp/v20231101/list_volume_replications.py,sha256=UEAPrEPKDcxT8btbF_DO_EXb_5EOCo0m-FcTtxmPAy4,4108
19084
19084
  pulumi_azure_native/netapp/v20231101/outputs.py,sha256=swSyPL0lseDNIY5n_-hVjFbu4u7ay1DF8Iw5ybue6CY,123493
19085
- pulumi_azure_native/netapp/v20231101/pool.py,sha256=fdU5wCYM5urkmP0nsIK-GzxJ6uIRtJAtgHkn0kP3zPg,21690
19086
- pulumi_azure_native/netapp/v20231101/snapshot.py,sha256=BpqVJB4wpWQ8X5VJzQ0Oe6z5OQSSvKx6gGsYsrSEFSo,14015
19087
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py,sha256=1SocE-383cstzkhHBFPCwJ375i5U2HwSL_d9aIA7QKk,20013
19088
- pulumi_azure_native/netapp/v20231101/subvolume.py,sha256=z6OGtswoa7oNOFKF_KoN3H_mKicbulzfVGDw9bNqU9Q,14329
19089
- pulumi_azure_native/netapp/v20231101/volume.py,sha256=YWY-RMtGiB8ZyX3lZq7LCBQz-ombkRskW7Rcos_RQyc,87571
19090
- pulumi_azure_native/netapp/v20231101/volume_group.py,sha256=VW1CK3JdSOSitvEenT1nRti9lyvrdZl0il6Vb19-P5k,13224
19091
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py,sha256=8OjD8z39snMtIdwpJb__zoeqf0BBKm2Mfvn3faIjinE,18094
19085
+ pulumi_azure_native/netapp/v20231101/pool.py,sha256=qcchEkSuTiqUcKEuReBA2mT9P36v8OzT0j7K5_7G384,21755
19086
+ pulumi_azure_native/netapp/v20231101/snapshot.py,sha256=-eluoNFSi8rHWOBZTf1diEHQsJ9wX7G212qWAbVOSsc,14084
19087
+ pulumi_azure_native/netapp/v20231101/snapshot_policy.py,sha256=2Fel9EqRphfEV2Fy5Rkyeuvb1aBaSV6Sb9iiGDiauGM,20088
19088
+ pulumi_azure_native/netapp/v20231101/subvolume.py,sha256=BZzz7dTfU2CJutoqTeTg28IOtoFEUeq9eY46BzI0d3E,14399
19089
+ pulumi_azure_native/netapp/v20231101/volume.py,sha256=_1nMHdU2J7eaLFWkNMNgplk0tHn2TW90mcYijML2MZM,87638
19090
+ pulumi_azure_native/netapp/v20231101/volume_group.py,sha256=56sm-YB7J3Fz293rb57dlgXZETdEGnMQZWergAld2Yc,13296
19091
+ pulumi_azure_native/netapp/v20231101/volume_quota_rule.py,sha256=jU9UNIVNc6skvF3nc5gufywDfvcqxPZMYAeTNnaTlXc,18170
19092
19092
  pulumi_azure_native/netapp/v20231101preview/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19093
19093
  pulumi_azure_native/netapp/v20231101preview/_enums.py,sha256=I1Wv875DRKhnKk5Eam2x-w30jzC03HyshlAAGDAbbAI,11948
19094
19094
  pulumi_azure_native/netapp/v20231101preview/_inputs.py,sha256=DVW4fTUf-0zo8lCebbfSfSApbnb9ZArbh7Ub8umwwJ0,135855
19095
- pulumi_azure_native/netapp/v20231101preview/account.py,sha256=x11Hd5fCrEkoE1B_psS1ZOHtu-36RHUkpO0OHRraShk,19129
19096
- pulumi_azure_native/netapp/v20231101preview/backup.py,sha256=rYWSlezJlepcyFRj2ef23oGdeDIAuyToepCErNqCdOg,16993
19097
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py,sha256=KxogSPDXyoPXKG4TTFKh0v3fFhKGSv26NVLqNg_rqmk,19183
19098
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py,sha256=RkRELTnWn4JmnIdA_Xo_vAL-aJ37eVZIfe8O8Jdgk10,11223
19095
+ pulumi_azure_native/netapp/v20231101preview/account.py,sha256=6384G2cEaTUYcKQsK6C7p-hLbjx99BaDu8SP4EQ4w9o,19197
19096
+ pulumi_azure_native/netapp/v20231101preview/backup.py,sha256=2hD3Dg0pi1xflskPcRPjhE6FnTYgc-84J2yEfTfdj-0,17060
19097
+ pulumi_azure_native/netapp/v20231101preview/backup_policy.py,sha256=qcOkKrM1YKPNcZ5_DxUiJEr-rSs4OqF_NvDL-O0XBoo,19256
19098
+ pulumi_azure_native/netapp/v20231101preview/backup_vault.py,sha256=rudHpLSIAAJQbq-EXHwVxXbNUZsn-IbOB8urpzefPA0,11295
19099
19099
  pulumi_azure_native/netapp/v20231101preview/get_account.py,sha256=iR0lcYsaDGtU-rHbdKqO1cPtAOqj6Uf7Cr3JiMUBNQM,11033
19100
19100
  pulumi_azure_native/netapp/v20231101preview/get_backup.py,sha256=3VZJjMKHaBy_TV4OYP_ZCF_j9UIrkKKWT_NzYQ7heNQ,12308
19101
19101
  pulumi_azure_native/netapp/v20231101preview/get_backup_policy.py,sha256=P79xpTPHYD5QA5Fz8-BWToDTrK6aA0A0pAp35QMVL4o,12234
@@ -19111,20 +19111,20 @@ pulumi_azure_native/netapp/v20231101preview/get_volume_group_id_for_ldap_user.py
19111
19111
  pulumi_azure_native/netapp/v20231101preview/get_volume_quota_rule.py,sha256=aRUkpmipNcXXHMcBTFAGDF7jbaWDxRGHr-97hpkHMBs,9853
19112
19112
  pulumi_azure_native/netapp/v20231101preview/list_volume_replications.py,sha256=dN64AxqTpJymuvLkE6yk8TG6CRm3qJGQk8ybqUzftFA,4122
19113
19113
  pulumi_azure_native/netapp/v20231101preview/outputs.py,sha256=Ffg0i-pwTE4lFf3bQAl25iP-DROC-anD0TnSJly5Q6o,129402
19114
- pulumi_azure_native/netapp/v20231101preview/pool.py,sha256=bDPWfq0Ae6ZYFYJNXVAFfFpBBU5sUqXmGUzYNnEmLp0,21690
19115
- pulumi_azure_native/netapp/v20231101preview/snapshot.py,sha256=oXaKYTAT1mJfulYl0y2gFZK6aW2PSfN0-CeQGgpMEEg,14015
19116
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py,sha256=aDlC6fsMWpBj7ccYe62u-OmoOd5V90AfjBHqU6L3LsM,20013
19117
- pulumi_azure_native/netapp/v20231101preview/subvolume.py,sha256=njk3eWrNmViqpcxoBHtBRpzP7NjPyvwMxjXAzaYBkCc,14329
19118
- pulumi_azure_native/netapp/v20231101preview/volume.py,sha256=K7tGMmXVrdtK9-j95Lk41qhWwkFU9s3L8rIkt4SNv78,92881
19119
- pulumi_azure_native/netapp/v20231101preview/volume_group.py,sha256=ESX36s1JqIvkGdnyplqISfh4WhnBOMVwXLg-b1n72fY,13224
19120
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py,sha256=ZOWbt4wKm9XJ0XrQyzt8Hkq9BO9mAWy-hhPb9eZDTs0,18094
19114
+ pulumi_azure_native/netapp/v20231101preview/pool.py,sha256=vS61Yin2-YCk4jNOolnJ-0q7epDLPVfPnFcuqeJY_rY,21755
19115
+ pulumi_azure_native/netapp/v20231101preview/snapshot.py,sha256=yhazqKrwGRLj1CGW_PmJ0rNQ25No6Dg0C-wCrOB_YGw,14084
19116
+ pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py,sha256=qcBcct_CZ0eKS5DeDqb5n-QapuZG-bn8UKpzQsEpkJ4,20088
19117
+ pulumi_azure_native/netapp/v20231101preview/subvolume.py,sha256=2fEC0F1TD09D8K2I3zfeZ8o0Vp3W2QGhSsZ34yZrrvQ,14399
19118
+ pulumi_azure_native/netapp/v20231101preview/volume.py,sha256=UMdf8AONRpcAF46nbt117itgrOdZu9_8RGi-IBQTGeE,92948
19119
+ pulumi_azure_native/netapp/v20231101preview/volume_group.py,sha256=ftQ_uTn0AGRSb0TltyqB1Z8lnde21vtuV2Um12aOX9Q,13296
19120
+ pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py,sha256=YT1uSpciM3gTfK5qsmxfgGSPVJ2qPVTYikB2ODVOUeU,18170
19121
19121
  pulumi_azure_native/netapp/v20240101/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19122
19122
  pulumi_azure_native/netapp/v20240101/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19123
19123
  pulumi_azure_native/netapp/v20240101/_inputs.py,sha256=ximOh5swmRNPQEcEPrvseN7EnXAMkSTMZ8pCXErTnUc,129429
19124
- pulumi_azure_native/netapp/v20240101/account.py,sha256=tiA3KPxxA2o8XOdyxZLbaXhlSGuLJZI97DQyp4v3UlU,17013
19125
- pulumi_azure_native/netapp/v20240101/backup.py,sha256=eJgSXyrjyV2KzaD7PC8gJC_v7LbkgHRhBWivmK4CpWs,16993
19126
- pulumi_azure_native/netapp/v20240101/backup_policy.py,sha256=chiW5_L1oPa04pn9SRUXe6aZVjcxXDjl7hLNoLqNwi0,19183
19127
- pulumi_azure_native/netapp/v20240101/backup_vault.py,sha256=wcu2x1x1CcsWLX5nhckqTxBLm0pZ7W4xnLBdypHm_pY,11223
19124
+ pulumi_azure_native/netapp/v20240101/account.py,sha256=y4Uue2tXO1arnMoC2jOj8uHryoDO3LMAK8xV69tKbps,17081
19125
+ pulumi_azure_native/netapp/v20240101/backup.py,sha256=8h-50789y7LZmH4_SZRbIIRrm0HwHtIaFvYcXHfK6Pw,17060
19126
+ pulumi_azure_native/netapp/v20240101/backup_policy.py,sha256=a-5NXdL1FaRT5qNgqoeJmxDKFYAcVpT3si5E1-8zVqU,19256
19127
+ pulumi_azure_native/netapp/v20240101/backup_vault.py,sha256=Zvyn9vBUmcT6fQrHvgxoDYduCeeC3V37PPH9GGysrtc,11295
19128
19128
  pulumi_azure_native/netapp/v20240101/get_account.py,sha256=6THHUPP47TSoKryiWQHy9iV78fev0yz6twF6AmrIcro,9522
19129
19129
  pulumi_azure_native/netapp/v20240101/get_backup.py,sha256=Shb233dr5YgB60mxgrxonvnudfrlNZ7G8AHvJm-i2cg,12294
19130
19130
  pulumi_azure_native/netapp/v20240101/get_backup_policy.py,sha256=N-22W8fRFmfGJo0QekROgEZ0ZJgbTVcHirVhaGR5oBI,12220
@@ -19140,20 +19140,20 @@ pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py,sha256
19140
19140
  pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py,sha256=JlR1licCn0RKPpFhRnPpOH1rMVW5A0g81EO92nq2nIc,9839
19141
19141
  pulumi_azure_native/netapp/v20240101/list_volume_replications.py,sha256=V7kUeSApaYfpqvArCLZj5jteb4uPk9D6SedHxSxU5_U,4108
19142
19142
  pulumi_azure_native/netapp/v20240101/outputs.py,sha256=vNEeoOCbPIeStB48c5uLZo764akK17r3vHS8jfhjgq4,124167
19143
- pulumi_azure_native/netapp/v20240101/pool.py,sha256=RfyErKqzS8tn98FE0RbIOcyJodA2FT2n2i-qn_uiL00,21690
19144
- pulumi_azure_native/netapp/v20240101/snapshot.py,sha256=vwKN6ZUdnEFpzD3j9_X9CM-JB7LxxHxJO58GO2PesX8,14015
19145
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py,sha256=eVJZo1LrdZV_t_btiDpLBBADX6xkB015kbgTcYIA4JI,20013
19146
- pulumi_azure_native/netapp/v20240101/subvolume.py,sha256=k4fs2hxNc_yOD-xb0IJgkZpPNcwtHzP6I_crgvTwaD0,14329
19147
- pulumi_azure_native/netapp/v20240101/volume.py,sha256=m3o7F-qBRl0u-V2Z7TpRKV7tER7dYMixOQdac2K09iE,87975
19148
- pulumi_azure_native/netapp/v20240101/volume_group.py,sha256=IGM-jTMb4RcFIryoZjnY5YQ8cel22HTYdDmeITCQ3Ag,13224
19149
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py,sha256=dHy4ecUWterWkElim_-s1RIOT6tnasigsJKnk-luVmM,18094
19143
+ pulumi_azure_native/netapp/v20240101/pool.py,sha256=Iqjvqe5oc14uNz-F9iUNzKZQONv0n7mvqwn6VJV7ec8,21755
19144
+ pulumi_azure_native/netapp/v20240101/snapshot.py,sha256=1TbEA1dmbxS2U6DKWHk95hSQOsydZYyzn-ibXxn5-Ik,14084
19145
+ pulumi_azure_native/netapp/v20240101/snapshot_policy.py,sha256=oiSrVFiSP5kEvWHB8Fxlz77tfAG0c3YE5-_kK-5uzRg,20088
19146
+ pulumi_azure_native/netapp/v20240101/subvolume.py,sha256=HMhNE5YKlA_NUELsUQ5huw3-Q6rIeUtFHpl2lJrxL70,14399
19147
+ pulumi_azure_native/netapp/v20240101/volume.py,sha256=xmhlmRiOTPU_9-Jzu12A8CAuqs-8LZ_9OyRh3JJr_zc,88042
19148
+ pulumi_azure_native/netapp/v20240101/volume_group.py,sha256=bLf5cGBwEdWknEgzFIuPSEOTmG7t3ic85KuDlDv1J5g,13296
19149
+ pulumi_azure_native/netapp/v20240101/volume_quota_rule.py,sha256=qkWgysVAs90jqiaSMKqbpm9kUPy1fvpJ5ub0g3028VY,18170
19150
19150
  pulumi_azure_native/netapp/v20240301/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19151
19151
  pulumi_azure_native/netapp/v20240301/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19152
19152
  pulumi_azure_native/netapp/v20240301/_inputs.py,sha256=ximOh5swmRNPQEcEPrvseN7EnXAMkSTMZ8pCXErTnUc,129429
19153
- pulumi_azure_native/netapp/v20240301/account.py,sha256=SnGCG_LJDOoLKbyyBDXYHT5H5HVOqVHlPVPqIjBk2do,17013
19154
- pulumi_azure_native/netapp/v20240301/backup.py,sha256=OYfnukTaRq7VzBjjMH1aDvN03dxH2PP2A5pNKVd6zg8,16993
19155
- pulumi_azure_native/netapp/v20240301/backup_policy.py,sha256=85RDXA0K4yOZ-_5laXLPpPfDpmrgS6wBU301kxf5Tms,19183
19156
- pulumi_azure_native/netapp/v20240301/backup_vault.py,sha256=ZB78-vXDZ6miu-wtAoImKOjADRgfgvB5W2ciPBKY4ZQ,11223
19153
+ pulumi_azure_native/netapp/v20240301/account.py,sha256=oYjknE4mKcyVzUyyHQkOGpjJrMIvtNFzwzCLcsw6m8Q,17081
19154
+ pulumi_azure_native/netapp/v20240301/backup.py,sha256=KZnazSAzrsEJYn9p1M3MTIJKJxLZnS0XJtC5FzyZC7s,17060
19155
+ pulumi_azure_native/netapp/v20240301/backup_policy.py,sha256=bDLwJt0E9aWQZqrd_LaUYCQKlitACnD-_hyIfWN8fy0,19256
19156
+ pulumi_azure_native/netapp/v20240301/backup_vault.py,sha256=1nlagSMgUuM97DpPvQQPHgvd7yhR12Pjuc976whoguM,11295
19157
19157
  pulumi_azure_native/netapp/v20240301/get_account.py,sha256=dcwZ3BFSrFtUW23upasNQaxVHyy9iA9ZLvca7ns12Yg,9522
19158
19158
  pulumi_azure_native/netapp/v20240301/get_backup.py,sha256=kR2NOAzezNVTV-mcU8ywP40nj6bQCvkAgwF7xiFGWkY,12294
19159
19159
  pulumi_azure_native/netapp/v20240301/get_backup_policy.py,sha256=EGcY_dE_81eu2fFsO9UkxMcW7DvKvxk4zoHwxSlX7Jg,12220
@@ -19169,20 +19169,20 @@ pulumi_azure_native/netapp/v20240301/get_volume_group_id_for_ldap_user.py,sha256
19169
19169
  pulumi_azure_native/netapp/v20240301/get_volume_quota_rule.py,sha256=ZkXML4OEqih8g3_-ZcPUn_upXb8gQJMAMTkvyGfBato,9839
19170
19170
  pulumi_azure_native/netapp/v20240301/list_volume_replications.py,sha256=VMgrqwzyJDORsxKLWGNH_AsK4Tjk6S5FRiO-JK3IexY,4108
19171
19171
  pulumi_azure_native/netapp/v20240301/outputs.py,sha256=vNEeoOCbPIeStB48c5uLZo764akK17r3vHS8jfhjgq4,124167
19172
- pulumi_azure_native/netapp/v20240301/pool.py,sha256=EOdqXgdiVjg5OjbvlHto0aMjNkUtMsnbZp4JGUB9I4E,21690
19173
- pulumi_azure_native/netapp/v20240301/snapshot.py,sha256=lb2jL9jSMkHb_YXmFsp46HhKUBrC9H2ogJKfXOQdWkw,14015
19174
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py,sha256=AjyTXuI70DmdW_ZTDva667zE_BLZS5cHKtbJo2jEU-s,20013
19175
- pulumi_azure_native/netapp/v20240301/subvolume.py,sha256=laeTkWUUr-KHnOtu0qwe9SgzkT0636ObPdF8lxaQZ88,14329
19176
- pulumi_azure_native/netapp/v20240301/volume.py,sha256=KAgFkOkvwXXL9i9AmdLR8bWBqM3754lYZwF65TYlEOI,87975
19177
- pulumi_azure_native/netapp/v20240301/volume_group.py,sha256=rGAPconS6eWaRcAhaKCo1clxcILPrVXppYSnghdldZg,13224
19178
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py,sha256=Tf1hYB_PzmEByOTmVuealSlk7NzXB6ZkTTeU5XqxL0s,18094
19172
+ pulumi_azure_native/netapp/v20240301/pool.py,sha256=KZ5pAWhICmyP80PLyW7PNctEwyRMj6nH7DaH17Mwzo8,21755
19173
+ pulumi_azure_native/netapp/v20240301/snapshot.py,sha256=Klxz-kAGbJh5h98OR_UbrxOxLeSjWYm533mKwbjBUYs,14084
19174
+ pulumi_azure_native/netapp/v20240301/snapshot_policy.py,sha256=9NqEkCQBFVuilvlN9BnUAhhDmoKHeNRJHAOhA8-xlIs,20088
19175
+ pulumi_azure_native/netapp/v20240301/subvolume.py,sha256=_1F-oLR8LMf6Nx9HdK4_IZSicfUXjTuMKJQCui1ix0U,14399
19176
+ pulumi_azure_native/netapp/v20240301/volume.py,sha256=xqu3NZ9Y25wXvpNi6GjCwfALFXoleurREWTO_QmGEhI,88042
19177
+ pulumi_azure_native/netapp/v20240301/volume_group.py,sha256=8kPeRnBXmjH8wzUxYoFmpnvKuusGVx0esVtLszRkz3Q,13296
19178
+ pulumi_azure_native/netapp/v20240301/volume_quota_rule.py,sha256=BVf5QXZ9ADlX1HarMX-KeUlb5TPs_DWlMj8iv2qIwTE,18170
19179
19179
  pulumi_azure_native/netapp/v20240301preview/__init__.py,sha256=cO08wXTanWh_Meau_wDxJhIu7MSh010g-EvOGv9kltY,1100
19180
19180
  pulumi_azure_native/netapp/v20240301preview/_enums.py,sha256=I1Wv875DRKhnKk5Eam2x-w30jzC03HyshlAAGDAbbAI,11948
19181
19181
  pulumi_azure_native/netapp/v20240301preview/_inputs.py,sha256=x53ixvYz8IwgsoJRL3-HBrBqRF3Mc2l_cSu_FlBJFMk,138213
19182
- pulumi_azure_native/netapp/v20240301preview/account.py,sha256=wNEl3KdpS_wZacZBmORFuirjeE5tNltSenU0Mi3pizQ,19129
19183
- pulumi_azure_native/netapp/v20240301preview/backup.py,sha256=8k9j4p_VF4ZQMvoupAI70jxhwELuwFx_UDbrnWleaY0,16993
19184
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py,sha256=-zFHF_Den5gB6CIQCI3PLA6VCPXn5XwqsNNBmJIolnY,19183
19185
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py,sha256=X-shpdTbMtwDq63zmafaCZ7r9xYROyYaVSRjvBo0Cn4,11223
19182
+ pulumi_azure_native/netapp/v20240301preview/account.py,sha256=CanAxDskJUK9ixIUHY4IFPd1PqAa_WxozHVnkRxGSPI,19197
19183
+ pulumi_azure_native/netapp/v20240301preview/backup.py,sha256=TDpxGAC3uEz450Kk0YJpHN1lX4UFMr4qcQOBIAglq60,17060
19184
+ pulumi_azure_native/netapp/v20240301preview/backup_policy.py,sha256=CnAJ_zFAfBcdIGkU-Km2TERzjajRMcLbwt0EBDkWCHo,19256
19185
+ pulumi_azure_native/netapp/v20240301preview/backup_vault.py,sha256=T47pHY4mZ_-vplUzYb59lJPznSO9kHaYZ3ebBJGaTvA,11295
19186
19186
  pulumi_azure_native/netapp/v20240301preview/get_account.py,sha256=BO-bgAnz-gqWaucAVIW4vngbRURSnOEjzcgIC2wEWu0,11033
19187
19187
  pulumi_azure_native/netapp/v20240301preview/get_backup.py,sha256=2IEGvYdooX2xg4tptDYm8uaCittQ6XAdDw6Q_aEY4ys,12308
19188
19188
  pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py,sha256=AJ4xNXFIiW5jbP-_DAQ666j0vMF9pLxe5YJLGYFjDfU,12234
@@ -19199,20 +19199,20 @@ pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py,sha256=28M7
19199
19199
  pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py,sha256=LG7jPC5tBrfL2TQhf-txlwWiKVzA9klw684kJTid6rs,4669
19200
19200
  pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py,sha256=92q0-b_a1HFnq4_b0pbW7SVoCF9sHBKbdEryGjurPR8,4122
19201
19201
  pulumi_azure_native/netapp/v20240301preview/outputs.py,sha256=3PCCsEG51I8ym99q0R5q4eRfsgy0G4VKz1F6g-MOxGo,138048
19202
- pulumi_azure_native/netapp/v20240301preview/pool.py,sha256=UtXezUEB_XLEOu_DdIMdZYCxjGU-pl5pTDpYy3PA6o8,21690
19203
- pulumi_azure_native/netapp/v20240301preview/snapshot.py,sha256=YzRGUPKm93DVtuKw5KJDuPCfcuOONlBf739fPBVFQTQ,14015
19204
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py,sha256=pAHdogykTm3cBNWoBydU1DYbb5AnRQzIBvoONh89iWc,20013
19205
- pulumi_azure_native/netapp/v20240301preview/subvolume.py,sha256=ezWc8htKeTSbLmiqmVsJdFtP85b-fv66TaY40InELpM,14329
19206
- pulumi_azure_native/netapp/v20240301preview/volume.py,sha256=CxepBnBlHjJ9pOV0HwdIhEhsoFBpEe8zZKjaQPSEYfY,94601
19207
- pulumi_azure_native/netapp/v20240301preview/volume_group.py,sha256=17hQbE1Tji2eTRVg9eGN0hAQ64aA9mE3LI2YD-J2Cr0,13224
19208
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py,sha256=mKw8e-8oGqCjUg90Rt9ivfqtngj6LJJMsr_8Rq3Li94,18094
19202
+ pulumi_azure_native/netapp/v20240301preview/pool.py,sha256=5y36312KfqkNpYgJ5mtp2tOj22mGUZSJ8sKjNQ9anMk,21755
19203
+ pulumi_azure_native/netapp/v20240301preview/snapshot.py,sha256=ZjEfXh-JRGkY4xNc4z1pmxGdkwVwIpKLtldEkDwgay0,14084
19204
+ pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py,sha256=SHxbzROLCc759-TWqQm14KIHESe8UtJslBhF8VXROUw,20088
19205
+ pulumi_azure_native/netapp/v20240301preview/subvolume.py,sha256=8Y9SsxDRxeqzsdSCdMk_F-LCpNGnOQ2NblRH-N3NBQ8,14399
19206
+ pulumi_azure_native/netapp/v20240301preview/volume.py,sha256=MiGwlG9B8dqeZc7Vp-JIpYnyrVKrkOZKjStXc4OFQBQ,94668
19207
+ pulumi_azure_native/netapp/v20240301preview/volume_group.py,sha256=Xq3zc1z4Ys0yrxs98E1_0y8k81HXK4y3X6vQ8DvGPxE,13296
19208
+ pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py,sha256=cOvwRdK5OpJGtVgfN2l2cCw90HuKXBq-RnB-KcEf8-A,18170
19209
19209
  pulumi_azure_native/netapp/v20240501/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19210
19210
  pulumi_azure_native/netapp/v20240501/_enums.py,sha256=Pn6ibOBXSTy4APs_i_goHpEM99E2Mej8aolEeKDmFac,6511
19211
19211
  pulumi_azure_native/netapp/v20240501/_inputs.py,sha256=MfKSRX5IcRWKIT-MOgFvL9YoUdRso3gn37jCj_-wXDA,132830
19212
- pulumi_azure_native/netapp/v20240501/account.py,sha256=2yA6KuUfjrsmkGEalTPQnlvRvKew-AO1zARpgY2SM8o,17013
19213
- pulumi_azure_native/netapp/v20240501/backup.py,sha256=CjTSOHUZ1MjKsynIleBQ_fn5RSjQSi3L7D_jtAy6xmw,16993
19214
- pulumi_azure_native/netapp/v20240501/backup_policy.py,sha256=kvf09AfKcZUGjnG_EyAe3pBGsXG-LqxRVJ-rsIZ83YE,19183
19215
- pulumi_azure_native/netapp/v20240501/backup_vault.py,sha256=A_siQK0W_poGZ2LDfTYmw7dj1BaAsdUENrrV2I3Wmw8,11223
19212
+ pulumi_azure_native/netapp/v20240501/account.py,sha256=sLYPie50v6ahiw-njtYJMU6Ah1CptN2VDVaeFBpyyQ4,17081
19213
+ pulumi_azure_native/netapp/v20240501/backup.py,sha256=3Ip0FKsHk64Tw-XMR49b08VVo3Sq31zr4EQfzj47WvM,17060
19214
+ pulumi_azure_native/netapp/v20240501/backup_policy.py,sha256=nsOGzHPCnIvhK3igahNauzvjPYKznh64fd3DJKuZOYk,19256
19215
+ pulumi_azure_native/netapp/v20240501/backup_vault.py,sha256=ojZvb2UpD9cqW68DBYgqXYzingll_0qVuKmpT4yIKfs,11295
19216
19216
  pulumi_azure_native/netapp/v20240501/get_account.py,sha256=WIsqFKSmj4iVx6IA_KouUOrOrEsHBrMXigvRWqcIvWg,9522
19217
19217
  pulumi_azure_native/netapp/v20240501/get_backup.py,sha256=nTAtRtMn5jb2d4VxdukXsSvCu5-rrWlqG24xy7L-rao,12294
19218
19218
  pulumi_azure_native/netapp/v20240501/get_backup_policy.py,sha256=3adn7VHxabThbYiXH773-j9QmiErhrbdILZnNBTpNKM,12220
@@ -19228,20 +19228,20 @@ pulumi_azure_native/netapp/v20240501/get_volume_group_id_for_ldap_user.py,sha256
19228
19228
  pulumi_azure_native/netapp/v20240501/get_volume_quota_rule.py,sha256=pf82-O6Bb1mhcJo617ZugYXH6NvGIjqIDZI3jmM2QAY,9839
19229
19229
  pulumi_azure_native/netapp/v20240501/list_volume_replications.py,sha256=He87g_xDRFO5UPuo5-DM4DnpOHW-h2XRWjijRqV7aC4,4108
19230
19230
  pulumi_azure_native/netapp/v20240501/outputs.py,sha256=gXxBKoUek7OAM3N4FWPoDwyju_w3nL1wpqqh6kEbRLE,127027
19231
- pulumi_azure_native/netapp/v20240501/pool.py,sha256=42Z1lsw8axJP8ZmITW0toVKNPznMfxmXQfCK7t8IMNU,21690
19232
- pulumi_azure_native/netapp/v20240501/snapshot.py,sha256=iX3Z3eiBP5Nf4giihCw1o6xovDUl9Txn8e3LTerbrQE,14015
19233
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py,sha256=6deYKnXcHkefiznFXtjCJaqAVPcaLwst0iK6M-bERvY,20013
19234
- pulumi_azure_native/netapp/v20240501/subvolume.py,sha256=TrVqvnXmb_khmLWsddLsM8A8M2gmGSJc64UirMRDs5A,14329
19235
- pulumi_azure_native/netapp/v20240501/volume.py,sha256=DUoHL3ligDEdG7lHD3BnERWEQd8eFw49rFt3usPNxXM,87975
19236
- pulumi_azure_native/netapp/v20240501/volume_group.py,sha256=nadDLvsSpOrXscRyf2BTHH_bOtLqPhFQwbrOAPlt9EE,13224
19237
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py,sha256=X4bH3NgtCe7TgzehosVae1pkPEnT_6_ziKohDnwC5Mg,18094
19231
+ pulumi_azure_native/netapp/v20240501/pool.py,sha256=B6C98369meApjLEcHWcJy-UQ402m27_wXY9MLeVSJlc,21755
19232
+ pulumi_azure_native/netapp/v20240501/snapshot.py,sha256=Rlhu-sYf10qenQitGRKi82RnWpcvvMtq8RFc4JVlC2E,14084
19233
+ pulumi_azure_native/netapp/v20240501/snapshot_policy.py,sha256=BF5xXDQbOwryantP-_0our8Vrv9cY58x-SQ5ynkfyOs,20088
19234
+ pulumi_azure_native/netapp/v20240501/subvolume.py,sha256=8gFQnkf2cGc7-FahnV714iOoXWwzqoP4w_hapwtYdB4,14399
19235
+ pulumi_azure_native/netapp/v20240501/volume.py,sha256=MIgK89Xd8DakCnuZ3kTm7ZStRkh5ULTs2xUyHTxzWZc,88042
19236
+ pulumi_azure_native/netapp/v20240501/volume_group.py,sha256=xUlGKDGJ2_xVSZsciEPRS4DT-FcVnIPW2ivJKuxka4g,13296
19237
+ pulumi_azure_native/netapp/v20240501/volume_quota_rule.py,sha256=wxxAKTdgR5Rka_M6TXHY6lG-GfISvJe6WFp5wn6UuQ8,18170
19238
19238
  pulumi_azure_native/netapp/v20240501preview/__init__.py,sha256=cO08wXTanWh_Meau_wDxJhIu7MSh010g-EvOGv9kltY,1100
19239
19239
  pulumi_azure_native/netapp/v20240501preview/_enums.py,sha256=I1Wv875DRKhnKk5Eam2x-w30jzC03HyshlAAGDAbbAI,11948
19240
19240
  pulumi_azure_native/netapp/v20240501preview/_inputs.py,sha256=x53ixvYz8IwgsoJRL3-HBrBqRF3Mc2l_cSu_FlBJFMk,138213
19241
- pulumi_azure_native/netapp/v20240501preview/account.py,sha256=YfvLuJBDB5hMZGQHoE8KGT7QyefFJ9QrLfXsaajfq40,19129
19242
- pulumi_azure_native/netapp/v20240501preview/backup.py,sha256=aB3KtIZRrRsR-HoBbNLKpytsKB8xYquCMEAZMa36eA0,17343
19243
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py,sha256=K1_8rs1YHrubcQBuyGBdOn2ZlVMIfzO7vso5vC8DXyY,19183
19244
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py,sha256=7MSGnuHzI39OmoFndIIHj1O506R_HsO_As9xBsngk6Y,11223
19241
+ pulumi_azure_native/netapp/v20240501preview/account.py,sha256=fzjhA_2zsODlCBGqFT6f3JmYVq9418emQ2t7jgJVqrA,19197
19242
+ pulumi_azure_native/netapp/v20240501preview/backup.py,sha256=X8gcuCb__hcHHWv2THNXwRzSaSWUcoH0E60uW7kanF0,17410
19243
+ pulumi_azure_native/netapp/v20240501preview/backup_policy.py,sha256=c9sQ610S6f66rug6_fJ68pQ56A1zfBijgJMqnqsvhv8,19256
19244
+ pulumi_azure_native/netapp/v20240501preview/backup_vault.py,sha256=s-DHhLg2MZ8YNrbBY4Eevk0OSeOShz32aANH3xFZd8A,11295
19245
19245
  pulumi_azure_native/netapp/v20240501preview/get_account.py,sha256=wfN6RnQLCfCDdgmem2jTcagmM6w1N4aIiiYdg5K4_Rk,11033
19246
19246
  pulumi_azure_native/netapp/v20240501preview/get_backup.py,sha256=UNuwBe6l0Xu1Llt44A_n3sh_KxWATlc7_54jb1zpLpI,12953
19247
19247
  pulumi_azure_native/netapp/v20240501preview/get_backup_policy.py,sha256=foYCutGkn1xi22mcqA9JXANvKQd00ToNDtiCujR8POM,12234
@@ -19258,20 +19258,20 @@ pulumi_azure_native/netapp/v20240501preview/get_volume_quota_rule.py,sha256=lcPc
19258
19258
  pulumi_azure_native/netapp/v20240501preview/list_volume_quota_report.py,sha256=De6uKvmuXO2oU8no8FGnRIRMUY4rfFUguOY0xLv-Wis,4669
19259
19259
  pulumi_azure_native/netapp/v20240501preview/list_volume_replications.py,sha256=XiUOb4T09x2D1oEN1IqszVNGzQVYpITG5Kggnjf0sCI,4122
19260
19260
  pulumi_azure_native/netapp/v20240501preview/outputs.py,sha256=3PCCsEG51I8ym99q0R5q4eRfsgy0G4VKz1F6g-MOxGo,138048
19261
- pulumi_azure_native/netapp/v20240501preview/pool.py,sha256=3ioCiTrrEBIHQ-yURpOSchoq6xrNTDv6YOEy24cK7OY,21690
19262
- pulumi_azure_native/netapp/v20240501preview/snapshot.py,sha256=h8Ugz_-UZMadxhqHH25CnicelkO8bxVGZlgx7FZ7VXY,14015
19263
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py,sha256=gYzDIFJZoNA6xuUlheqrpHnMR_bHjkisROYFgcJXQ5Y,20013
19264
- pulumi_azure_native/netapp/v20240501preview/subvolume.py,sha256=WygW6jTyWWsmwIGW0PQpcvPqBsaVJNqjL4kUgciOgHE,14329
19265
- pulumi_azure_native/netapp/v20240501preview/volume.py,sha256=e9T3hVisOXqfn1QIBUS87yKNIeLIw7syHoEMXi2WOAA,94601
19266
- pulumi_azure_native/netapp/v20240501preview/volume_group.py,sha256=U9QZULLDpdZrRgSjJszP6y7228LNZe6JsjHH3IwzVu4,13224
19267
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py,sha256=jUMcjbOlMRIG7CohD0ErfWjCyN9J8i2RDqlA2c3Jcb0,18094
19261
+ pulumi_azure_native/netapp/v20240501preview/pool.py,sha256=NFULQPTZXcp9oubh0fNNPsf6-hMRfqmSd70YwjKDOg4,21755
19262
+ pulumi_azure_native/netapp/v20240501preview/snapshot.py,sha256=88VJwMmF5UKuwIFU9lg1XwztKJa0FRmuMdBWvoKpHJ4,14084
19263
+ pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py,sha256=4ky8M7Ol9XqF3qo-BSSX2SRfnJ10uW1Ho61CFySAugM,20088
19264
+ pulumi_azure_native/netapp/v20240501preview/subvolume.py,sha256=oT1Cbh8gqHz9ZJHNA_KLgtpfGVWMW4_985jPKmYk0yA,14399
19265
+ pulumi_azure_native/netapp/v20240501preview/volume.py,sha256=R0rZWex_DsYYBYxUgiejKjaW1yhVhEwZTrTcFuQz140,94668
19266
+ pulumi_azure_native/netapp/v20240501preview/volume_group.py,sha256=xcFK0Cb1RTBJw4mlX5cimNDip0zymJCwqpJ5Azo7-Gw,13296
19267
+ pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py,sha256=pKUOLvhKukP1Utou4j5jJ8UcIscxJ8cY4FKy3z-PgVE,18170
19268
19268
  pulumi_azure_native/netapp/v20240701/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19269
19269
  pulumi_azure_native/netapp/v20240701/_enums.py,sha256=k8CPIvy9xNOB7kzKd6aN3kOtxocLB1EGs8Yli8sGZIQ,6541
19270
19270
  pulumi_azure_native/netapp/v20240701/_inputs.py,sha256=4a6HwH_81I2cS8z3PhjvZrDbsxrFc8ous3nTrJYK81M,133177
19271
- pulumi_azure_native/netapp/v20240701/account.py,sha256=ezUwlz6Ard1hvgnvdkJRXnxP7lPqE0xq1xcO_38eBME,17013
19272
- pulumi_azure_native/netapp/v20240701/backup.py,sha256=1IC1mDlDmmLhrSFdu9u5CbZ4CONYdUTb1Ku7Rtr0LkM,16993
19273
- pulumi_azure_native/netapp/v20240701/backup_policy.py,sha256=zHfayEg1LXri2OOjx_mfMVf77v9R27JXM5Kzxc1wFbI,19179
19274
- pulumi_azure_native/netapp/v20240701/backup_vault.py,sha256=m8BFCQ93gUD1WzfVF5xiksqZ6Iwu9jP4hjpZJ-3MMsw,11223
19271
+ pulumi_azure_native/netapp/v20240701/account.py,sha256=xFoY1Ie7rKsVYkAjN1CClyHvRYcBMslPhBtF6RHtyxU,17081
19272
+ pulumi_azure_native/netapp/v20240701/backup.py,sha256=GVBnC0vYi8dJccMtnL1qnvWoU6svWhGEuZfRA2g9JY8,17060
19273
+ pulumi_azure_native/netapp/v20240701/backup_policy.py,sha256=dPnTIcfkGuzqSiBxV8B8R07CH7ruhnvkQzgtBe_WYug,19252
19274
+ pulumi_azure_native/netapp/v20240701/backup_vault.py,sha256=h3DA19yT7IlHJ9BpFOqWW-R7_rTqu2KoZbs6KckkXtc,11295
19275
19275
  pulumi_azure_native/netapp/v20240701/get_account.py,sha256=zVDVAWg5rJAOADeV8QEcptu0oHRbIrVuGEt9dcVzJcM,9522
19276
19276
  pulumi_azure_native/netapp/v20240701/get_backup.py,sha256=U5bZCU0kCNQR4IDGTm4pp1s3ZrqxQbC-d381ZvXkzwY,12294
19277
19277
  pulumi_azure_native/netapp/v20240701/get_backup_policy.py,sha256=nKTZOdTc0H5bBXZtjHiJx9qYa9RWlM7HJltxmb_vlKM,12216
@@ -19287,20 +19287,20 @@ pulumi_azure_native/netapp/v20240701/get_volume_group_id_for_ldap_user.py,sha256
19287
19287
  pulumi_azure_native/netapp/v20240701/get_volume_quota_rule.py,sha256=43-GdZmQYiUNnqvg1OzxPDvVP6US9dlZXpeJllDu8Xs,9839
19288
19288
  pulumi_azure_native/netapp/v20240701/list_volume_replications.py,sha256=xxmT3MdEDWAq5nqtxGbpsSU2-4zXYvIwT610mBTmlaA,4108
19289
19289
  pulumi_azure_native/netapp/v20240701/outputs.py,sha256=QVKTeIb6KfeKwpVA0fjFKBI7PuvrZ0X_CfDFQn2nycE,127987
19290
- pulumi_azure_native/netapp/v20240701/pool.py,sha256=VmrN3EeG4Oh7MdXQObafXEH5YjctOMcb0L4Fh9xXUXA,21690
19291
- pulumi_azure_native/netapp/v20240701/snapshot.py,sha256=ZCwQ8J3FHyqIy3f2LPgs2VYh9oXgFSU1NW2IcThcCGw,14015
19292
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py,sha256=EGpJ3PkTWkB3Dc7L5Zqq6fl3moOiHV0DMWoWG0eBdPg,20013
19293
- pulumi_azure_native/netapp/v20240701/subvolume.py,sha256=wB2FmYpYpN7hjSyzlFNW7hUmND7VNJhoLvd0QowZmBM,14329
19294
- pulumi_azure_native/netapp/v20240701/volume.py,sha256=K3iOj8fTA5Yt9cAdTcmYITY9VSlNkuWYKFvJR-zGqPA,88564
19295
- pulumi_azure_native/netapp/v20240701/volume_group.py,sha256=yQzroPbqxDOqF4XsNUourBdWwV9YD_K7qMfyyOi7j5Q,13224
19296
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py,sha256=Z1m9UmKpKkUdL3cm7tzf7pI0Lu8HDYUMCdJCrepsUFU,18094
19290
+ pulumi_azure_native/netapp/v20240701/pool.py,sha256=F0gmJUOk_YiKJZTWikag3_B2B8BEzhXGYv0FdxwO7LU,21755
19291
+ pulumi_azure_native/netapp/v20240701/snapshot.py,sha256=r7OUFG8z1ZFxtdwbjonlrZWUI7dg-uSunZ3gfELAaEI,14084
19292
+ pulumi_azure_native/netapp/v20240701/snapshot_policy.py,sha256=HONzAnxZIBxhX-GlDW9_NXk6oGFm_dxnyHvQZ-I7JII,20088
19293
+ pulumi_azure_native/netapp/v20240701/subvolume.py,sha256=o4ZM2UlSVM7vyVM-60CI2tk1YOU1XyDsNDKHHhFEuYk,14399
19294
+ pulumi_azure_native/netapp/v20240701/volume.py,sha256=itIls3MUS9bK8Hu9j_1lxEYQzGYNnzBmbIjJ9OJq8iU,88631
19295
+ pulumi_azure_native/netapp/v20240701/volume_group.py,sha256=3hrmnySrSHNt1_VSwmjtc4vdIX9JjtXBGvvAjCOoLpg,13296
19296
+ pulumi_azure_native/netapp/v20240701/volume_quota_rule.py,sha256=DU3egOL5XtrCIzH_dQToLlehJNFTZJx9C-pDeKN2hOA,18170
19297
19297
  pulumi_azure_native/netapp/v20240701preview/__init__.py,sha256=cO08wXTanWh_Meau_wDxJhIu7MSh010g-EvOGv9kltY,1100
19298
19298
  pulumi_azure_native/netapp/v20240701preview/_enums.py,sha256=4EETnGYQ5lXTS9bdG_vWzvQifhPt_42lmkMJFH5rDn0,12047
19299
19299
  pulumi_azure_native/netapp/v20240701preview/_inputs.py,sha256=uLxRS5x-SYT7mR6ZiibaVRYHtEwGCxMKxMsDvovLGNY,138395
19300
- pulumi_azure_native/netapp/v20240701preview/account.py,sha256=sB8l1PbCbCswbAGzm-oDfiXvG5paF80JjilYKsJ8xZA,19129
19301
- pulumi_azure_native/netapp/v20240701preview/backup.py,sha256=s_jHCH7HNmvBTxZDebh8yXgiEkGGG-fClsvBrh8hPPI,17343
19302
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py,sha256=Xq9IgqVLakigXWnz-9QVQ7KU1K4Dr99wwjwBojf2VSk,19183
19303
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py,sha256=klIzwbabGGSIHD74pOtba0mkXDxR14tFYn-2J3o29As,11223
19300
+ pulumi_azure_native/netapp/v20240701preview/account.py,sha256=jyfhuM7ZcW7RmMZlWRNaE1ct8GMzulRg35vzEVTybp0,19197
19301
+ pulumi_azure_native/netapp/v20240701preview/backup.py,sha256=3ur-lYnd6fyDGFFNH9urfDix_7C4vqSMgN3AOb6tStA,17410
19302
+ pulumi_azure_native/netapp/v20240701preview/backup_policy.py,sha256=8dMQt8th0kEWMyOo-vgDwuOgbzRWGVhn3B_gyWJ5sQE,19256
19303
+ pulumi_azure_native/netapp/v20240701preview/backup_vault.py,sha256=dGvgRJY1bnBeZxgQP2-mlh8kZJGdUDDbwkLWbKUj3PI,11295
19304
19304
  pulumi_azure_native/netapp/v20240701preview/get_account.py,sha256=NWAaZ-Zf7GZmvZS2bdySlCH7loIDoBKaJG3fnoMygR8,11033
19305
19305
  pulumi_azure_native/netapp/v20240701preview/get_backup.py,sha256=O8YQAI_xRpTK1WF5NVo6Ti1iZn5Cl0Wc2jL7K0TSbGE,12953
19306
19306
  pulumi_azure_native/netapp/v20240701preview/get_backup_policy.py,sha256=ck1mXPiB1EgkYUCnTaOdybncJUYP-gdQiot8DqLF9bA,12234
@@ -19317,20 +19317,20 @@ pulumi_azure_native/netapp/v20240701preview/get_volume_quota_rule.py,sha256=E4Yp
19317
19317
  pulumi_azure_native/netapp/v20240701preview/list_volume_quota_report.py,sha256=dkR4GtKSPUsY-Z3gGhLRcMNWpWLxbYQ5Ig1P4r_M5tY,4669
19318
19318
  pulumi_azure_native/netapp/v20240701preview/list_volume_replications.py,sha256=FFawGR56rXkBOvwfYwoWeL4ed9PjcrSkjCjx3atIikk,4122
19319
19319
  pulumi_azure_native/netapp/v20240701preview/outputs.py,sha256=SXhCSdEQQdwxatwvmCJXfDPMAJcRUX6t-NFA911itiU,138898
19320
- pulumi_azure_native/netapp/v20240701preview/pool.py,sha256=WANuuZKrMOf1itse5_tsiR8C9FTOoD_58VzJuYdOez8,22772
19321
- pulumi_azure_native/netapp/v20240701preview/snapshot.py,sha256=POtoPCm-DXaCppBaRyKs2uwWDOkJihi0Cy8pHKRbQfY,14015
19322
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py,sha256=19qUFPhXrmbPoBAL70_C8wVGUjQ-2AubBR0bjfUmyDQ,20013
19323
- pulumi_azure_native/netapp/v20240701preview/subvolume.py,sha256=t_-bFMiWKxJuXq9EJD-BnlNx1oiUX9TnD4f6ih2UTDs,14329
19324
- pulumi_azure_native/netapp/v20240701preview/volume.py,sha256=c8vpT7_xjI79-eG5GN873q4pUXXsrC_rbog2eVuhTsc,95182
19325
- pulumi_azure_native/netapp/v20240701preview/volume_group.py,sha256=oO4fXdeH2PBCBbU3oZ2zaEwN04cYLCdbkpu7dIVNluQ,13224
19326
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py,sha256=r7jhHQ9w9v9Q69EJlwdRw2hlD2m-I5eeiBKCyhosde0,18094
19320
+ pulumi_azure_native/netapp/v20240701preview/pool.py,sha256=DVoCB9Y0fklgi_i0GPYzmddvmrS_olyvpT0renQuK1g,22837
19321
+ pulumi_azure_native/netapp/v20240701preview/snapshot.py,sha256=W9bDgQwFR0jh2e4ppKw2gD6Vzc0uw_l7GlOQA2h7Kxs,14084
19322
+ pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py,sha256=qTvQyTbuFu9wFJc8wXC2xl-v3jAQ4MwdbFNvgMZUeoI,20088
19323
+ pulumi_azure_native/netapp/v20240701preview/subvolume.py,sha256=oYFFxJwCRX-d4f1Z_DoulCftb_j_IaFUN0UV7XsMW38,14399
19324
+ pulumi_azure_native/netapp/v20240701preview/volume.py,sha256=8Bzz-V5ldjSW06uCk3_-TOq2aj8DYTF3wRtcEAo4tv8,95249
19325
+ pulumi_azure_native/netapp/v20240701preview/volume_group.py,sha256=5dI9fqzZdxpX1fU4IvKCUu1t8f-h8krUM1csqVmlfhY,13296
19326
+ pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py,sha256=j-aFCHVbZo2sPSGTjEKRgo-F_pHWJCAzOCKBPVdbZWY,18170
19327
19327
  pulumi_azure_native/netapp/v20240901/__init__.py,sha256=pMYOaJA1NL_xkm21RC7G4-aOhuN-DNCyxpdqFoMQ3X4,1060
19328
19328
  pulumi_azure_native/netapp/v20240901/_enums.py,sha256=iu4wSg2Dt7jiw-7qUeHwh2tV53SEGVcT8_R0Lqw0img,7090
19329
19329
  pulumi_azure_native/netapp/v20240901/_inputs.py,sha256=kruAMSCLrZu7fb20KekWj2RkPu9vmPzCoEhFGi6fXks,135346
19330
- pulumi_azure_native/netapp/v20240901/account.py,sha256=kMniSQLMMVJvZsEYOtRnn5wqgG6MDUUg1LGPhz__RTU,17013
19331
- pulumi_azure_native/netapp/v20240901/backup.py,sha256=fuLKIKovpkmFjgaBRrAAbgXIFzhcH4qpdhvJ9ILNfc4,16993
19332
- pulumi_azure_native/netapp/v20240901/backup_policy.py,sha256=LPumHl-yzE8IGjjustJuhx7BuE7gnArWBMmDNfkUgSE,19179
19333
- pulumi_azure_native/netapp/v20240901/backup_vault.py,sha256=LOUF7h-H1iMHL-2VDQ413OGPGZ-ygf8kjkALnRuADf4,11223
19330
+ pulumi_azure_native/netapp/v20240901/account.py,sha256=kziTRvsNtdwLKCbNklsmtDE2vzuxdOPa6-KeCYCAERc,17081
19331
+ pulumi_azure_native/netapp/v20240901/backup.py,sha256=K-wjvViYCoI8YNsYcNbfeNfuWff38Cy6J8DfMrCa30M,17060
19332
+ pulumi_azure_native/netapp/v20240901/backup_policy.py,sha256=RcscilyIFKhuvzpFbZ0ju1GNrw1wkbM0Eg2Swdy2vp8,19252
19333
+ pulumi_azure_native/netapp/v20240901/backup_vault.py,sha256=oiFOaxKMaGL7W-gsPurV86wvdxalKpmzOygq8s0dbRY,11295
19334
19334
  pulumi_azure_native/netapp/v20240901/get_account.py,sha256=3nSB1NC6uxud2woE_KIOaX3-OwsQXKlXs0hmFjrHbtA,9522
19335
19335
  pulumi_azure_native/netapp/v20240901/get_backup.py,sha256=2rgALAmX6N-i-qPVkl2SLm7g3y_T-6dGnQAaYnfvuwI,12294
19336
19336
  pulumi_azure_native/netapp/v20240901/get_backup_policy.py,sha256=yzYdFlatYHqajuFxw3CcCrBER44eBhWIk03-xP8Yb_s,12216
@@ -19346,13 +19346,43 @@ pulumi_azure_native/netapp/v20240901/get_volume_group_id_for_ldap_user.py,sha256
19346
19346
  pulumi_azure_native/netapp/v20240901/get_volume_quota_rule.py,sha256=fWp6Yy0UWat6Dmii-qE4z5YPbqhEWYo5wLG8plmQP4U,9839
19347
19347
  pulumi_azure_native/netapp/v20240901/list_volume_replications.py,sha256=mGyNOg9tjw-uro6V7zTlSJaqXroLCf8rMhvbMGq1Wvc,4108
19348
19348
  pulumi_azure_native/netapp/v20240901/outputs.py,sha256=bR6lBj740EqrA_N6PHd8RxCfeTwHAVlfTEq-q62LWWE,129362
19349
- pulumi_azure_native/netapp/v20240901/pool.py,sha256=RDy9I5tZKOLD63ZxLqM1O4XaNkHoPvp-IT3nDwpt4V0,21690
19350
- pulumi_azure_native/netapp/v20240901/snapshot.py,sha256=xvVJgtm_6Je6vRcMTnhpz28vgI_SV7dtlc3jQNPJX2E,14015
19351
- pulumi_azure_native/netapp/v20240901/snapshot_policy.py,sha256=kV9jiA1s0ftxQ2nWvgBqY-P9SyWBuDLrmhtVahRGlQA,20013
19352
- pulumi_azure_native/netapp/v20240901/subvolume.py,sha256=ALbNrYZbpe1Qga35jYbQ6XLTwdduAt7tmW7SQHIKYuE,14329
19353
- pulumi_azure_native/netapp/v20240901/volume.py,sha256=eL9VYLHHelhK_3X-exjCBS0uPYgPY5iogioY3Hyl8GE,91714
19354
- pulumi_azure_native/netapp/v20240901/volume_group.py,sha256=I-QJu7CMPN68b6mmDsPPiYlQVlyy0lKkIzW2spPN7T8,13224
19355
- pulumi_azure_native/netapp/v20240901/volume_quota_rule.py,sha256=jXahRe3wIiTg1opqADZWbXJfhmldAG90RFa5uKLQhc8,18094
19349
+ pulumi_azure_native/netapp/v20240901/pool.py,sha256=_SReOJj2YdTkSHA-I0VfFF5I_LNiy1-mlrFHBP0Ngtg,21755
19350
+ pulumi_azure_native/netapp/v20240901/snapshot.py,sha256=ozR3apTUptQfNqGIJK0x3UQDXExGq2fWYP7LkacZ09s,14084
19351
+ pulumi_azure_native/netapp/v20240901/snapshot_policy.py,sha256=dv_RdJIyo3YRWWbp8dn7ZP2BK11B6xEKNudsgT5TOqI,20088
19352
+ pulumi_azure_native/netapp/v20240901/subvolume.py,sha256=rfajs_DBaGNWamvtXPjb-Hq5x1BoDuC5DnpOCtIEneg,14399
19353
+ pulumi_azure_native/netapp/v20240901/volume.py,sha256=qZJGTk4hsAd6oEXezKQxIuRn0xNop5fUEt-hZtXwzqQ,91781
19354
+ pulumi_azure_native/netapp/v20240901/volume_group.py,sha256=m-Q6C8xJ03E2mpq4W8umga_DRLTX5PBdhC0MMLDhW1E,13296
19355
+ pulumi_azure_native/netapp/v20240901/volume_quota_rule.py,sha256=KZOtvWIW3BATK8QTPTrqKw55pSgKtRrt3TfNmgTqYKI,18170
19356
+ pulumi_azure_native/netapp/v20240901preview/__init__.py,sha256=cO08wXTanWh_Meau_wDxJhIu7MSh010g-EvOGv9kltY,1100
19357
+ pulumi_azure_native/netapp/v20240901preview/_enums.py,sha256=BgbnpOto2HKkwNhJZOHjb9f0shSaWgpjd9tluGNxP1I,12596
19358
+ pulumi_azure_native/netapp/v20240901preview/_inputs.py,sha256=gHGLvyMPHc8HQkDQqTRL4-fyAV0LDQ4-MqFRW4A2qHY,140564
19359
+ pulumi_azure_native/netapp/v20240901preview/account.py,sha256=Lb2cE2Y-Id24FQywG4S7O4MHaiNI4LEexRUTvelTVxw,19197
19360
+ pulumi_azure_native/netapp/v20240901preview/backup.py,sha256=6E_3byTRlcLRlxYAwhZGRDjgeuAjC4d3M4IYPjf_czA,17410
19361
+ pulumi_azure_native/netapp/v20240901preview/backup_policy.py,sha256=6B-uuVta2DSy5hMrOHrz6wjiNgowYvrzRw8mRglzgG8,19252
19362
+ pulumi_azure_native/netapp/v20240901preview/backup_vault.py,sha256=9c-9zFWpJ9EHis-os2ILhjVViFFnZP21uApA3pbo5TI,11295
19363
+ pulumi_azure_native/netapp/v20240901preview/get_account.py,sha256=HkNnTidlcFiicXSIkO1RR920_HrYIxCey6tJP7zkO10,11033
19364
+ pulumi_azure_native/netapp/v20240901preview/get_backup.py,sha256=7gaWsmapmnc5Xrw5UDtSJLGUWtQsgE4aUgJiL9RXfzk,12953
19365
+ pulumi_azure_native/netapp/v20240901preview/get_backup_policy.py,sha256=fryk6gzuEklbGbESWhRGxHReRGcmNBSNByUq3NYIFrk,12230
19366
+ pulumi_azure_native/netapp/v20240901preview/get_backup_vault.py,sha256=bjFAkMe9_oUSahcAYXSpOmgnm7CzhYiUtOfub_IpMDg,6949
19367
+ pulumi_azure_native/netapp/v20240901preview/get_pool.py,sha256=MTG-lUUwHycYRB2NkB0AKqZEmBxWCtx4LcG1X05P9ko,13040
19368
+ pulumi_azure_native/netapp/v20240901preview/get_snapshot.py,sha256=EG0OT3Ct4kcYAe9ubzymCwh8frQ9TZaBaxZQ0eRvg3E,8060
19369
+ pulumi_azure_native/netapp/v20240901preview/get_snapshot_policy.py,sha256=ww2Asp3kC9iozXZznvKjlwDKdipp4GpBP_47W1saRuI,10738
19370
+ pulumi_azure_native/netapp/v20240901preview/get_subvolume.py,sha256=nZqk4opzvtQezEbp7QJ_BzgVNAjvmLRpLEOho_v7yoo,8104
19371
+ pulumi_azure_native/netapp/v20240901preview/get_subvolume_metadata.py,sha256=xcY_tbXT6OCjbLvY5SlXHdetVFWdpNTAuQOtszCsx7k,11255
19372
+ pulumi_azure_native/netapp/v20240901preview/get_volume.py,sha256=uuw4P2Z36dCSyNvALoSc_dlKsksWu8V7VLKTEZkeIGw,53431
19373
+ pulumi_azure_native/netapp/v20240901preview/get_volume_group.py,sha256=BX-6liMk_vwXjYyXy9wtph9_Ru5vdXspQvkaqfia2o8,6814
19374
+ pulumi_azure_native/netapp/v20240901preview/get_volume_group_id_for_ldap_user.py,sha256=fW3ShpwxB9eyj3Biu63JdxME1b3nDQqnNJArrHj36Kw,4966
19375
+ pulumi_azure_native/netapp/v20240901preview/get_volume_quota_rule.py,sha256=Lpj0cbXd1p1KpWZOp4n6BPyLf1139oPgnQiBVx0xLt0,9853
19376
+ pulumi_azure_native/netapp/v20240901preview/list_volume_quota_report.py,sha256=FmvKieYBE5eWBx5USJhDwpca49MmTANmnfzsVBLZwTo,4669
19377
+ pulumi_azure_native/netapp/v20240901preview/list_volume_replications.py,sha256=8Petztc2VDhWkxJwai1uWODRakT3XXb_qFyTlJQx2WA,4122
19378
+ pulumi_azure_native/netapp/v20240901preview/outputs.py,sha256=uVoHgEXiD5Vi52uUzDnaRQ2NJ3oWgP7pgUR-_0Dcju8,140273
19379
+ pulumi_azure_native/netapp/v20240901preview/pool.py,sha256=oTdlD7MO0_PJ6Q_jsUcXiy9SD4y6smnzUKymtGh8nK4,22837
19380
+ pulumi_azure_native/netapp/v20240901preview/snapshot.py,sha256=NZd9jjX6dnM1dCLICPhTZKZrsh5YwWZTmVgzMv2wIUw,14084
19381
+ pulumi_azure_native/netapp/v20240901preview/snapshot_policy.py,sha256=F3-rj2wrJSmR8aSRF0qR0TYAAY0MUC2EUf2rjuxFxbQ,20088
19382
+ pulumi_azure_native/netapp/v20240901preview/subvolume.py,sha256=htcWdOEHYdm9ja-q09jr9XGjmAB-9M7poq2FjpJfeew,14399
19383
+ pulumi_azure_native/netapp/v20240901preview/volume.py,sha256=xdtUJGIfGLo-XRGVmaPmuLswAOQjnIlnzYHo3I4I1aw,98399
19384
+ pulumi_azure_native/netapp/v20240901preview/volume_group.py,sha256=9S0vEtJR2EWMsa7PM33C4rZmPpXYcd5i8kExE6RDWeI,13296
19385
+ pulumi_azure_native/netapp/v20240901preview/volume_quota_rule.py,sha256=xLq4Sfd4R-ZzAWHQu8rRR4BFXQhuGbZbRCCQnLnjRHI,18170
19356
19386
  pulumi_azure_native/network/__init__.py,sha256=du-hwk9VjRE-Wo3UAQmB2DPuM-mlsDlBgFgBC5YDOT4,20146
19357
19387
  pulumi_azure_native/network/_enums.py,sha256=qrCbH42-7Mvh4YCpNP_mo2KTjYUZZ4rLTcr0MOAVOxU,55632
19358
19388
  pulumi_azure_native/network/_inputs.py,sha256=djWwD1MnmE-oK3RwcfTjCVi4UyHTGtqoTme307wN9PY,1395730
@@ -23187,12 +23217,12 @@ pulumi_azure_native/quantum/v20220110preview/get_workspace.py,sha256=zbo00Gf9_56
23187
23217
  pulumi_azure_native/quantum/v20220110preview/outputs.py,sha256=JsLxE37tn7bBrNtgkVZVShnyyFBUVbNCGitT7ZWeuV8,10812
23188
23218
  pulumi_azure_native/quantum/v20220110preview/workspace.py,sha256=RvJb5qYubtukhpwRlTOfGlOXKWIlOC0ciZL8OZwJ2U4,14409
23189
23219
  pulumi_azure_native/quantum/v20231113preview/__init__.py,sha256=ePxPUgxzFe5o2fFdo3uhJIKTPYR_1mFIVOE2vX-2PVw,408
23190
- pulumi_azure_native/quantum/v20231113preview/_enums.py,sha256=oZSx2nGUxBVHWmt8_WRHHAZKP8RIJa8Wr6mPYcpFmJM,610
23191
- pulumi_azure_native/quantum/v20231113preview/_inputs.py,sha256=P3XVhMsNtftVj6gHIPcOytXumRoSt2QdTk0h0YGKIE0,7074
23192
- pulumi_azure_native/quantum/v20231113preview/get_workspace.py,sha256=xe9LqPeqrqCtHLcCS9CCi7L1ori8Gthq3cfeJEV8njk,10252
23220
+ pulumi_azure_native/quantum/v20231113preview/_enums.py,sha256=q-SonoVI_b_5lKkrI48M3gXlMYCkZp87qXLfHaiuQec,560
23221
+ pulumi_azure_native/quantum/v20231113preview/_inputs.py,sha256=hyMlUVdy6sa0XomuCqIrdaC6FH2HSPNJx-ocMLHcays,11480
23222
+ pulumi_azure_native/quantum/v20231113preview/get_workspace.py,sha256=JWG5HvY68b1dJ71eqHxXH81bvUda4Ah31R0GGueQF14,7223
23193
23223
  pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py,sha256=rJSD-zWMJM5wyRdOB6gbShVvzn76epRIqtpUOq2vC7g,6769
23194
- pulumi_azure_native/quantum/v20231113preview/outputs.py,sha256=iGTrpvCEdMeJXTiFmu7LqusNH3rZukLm8S6CuLE0NP4,11715
23195
- pulumi_azure_native/quantum/v20231113preview/workspace.py,sha256=z7-yPU83QIYc8VfLjwD1oN6pzNkfAArfELoJrcULAew,15898
23224
+ pulumi_azure_native/quantum/v20231113preview/outputs.py,sha256=-7mO4S37QCXVRJkRwJvQIoDe3cDhHL6n48qg9muoA8M,19018
23225
+ pulumi_azure_native/quantum/v20231113preview/workspace.py,sha256=4dbfV3J-P1kX9BArJZWzyqdzsQi_frmOMberkO0SOns,12475
23196
23226
  pulumi_azure_native/quota/__init__.py,sha256=mHuPvtbH-Q8rwpCJpT67qScnIeEByp5Q0ReTkvNXsG4,1321
23197
23227
  pulumi_azure_native/quota/_enums.py,sha256=KZ1K6QgjPBaqJGRw7FeG9Rzk_9aCNV-v5yKiPn4cvD0,443
23198
23228
  pulumi_azure_native/quota/_inputs.py,sha256=HA4ELGpsIlPaw1tvvet58qpft_hMZmckgooFy_WTsFU,7239
@@ -24686,110 +24716,110 @@ pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_m3
24686
24716
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_mip_policy_sync.py,sha256=43AZ7M6moF54ckiSp-jIaZ6yvWGRaUsJCpT2dHgGS2U,13928
24687
24717
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_o365_management_activity_api.py,sha256=w_LTmwxHiPn4nX0C28WsifnIAsEZnXJ2epJWpEMHEYI,14400
24688
24718
  pulumi_azure_native/securityandcompliance/v20210308/private_link_services_for_scc_powershell.py,sha256=v2X-XIrZSxAbwkDiHX-KkWc3lr65XVzkXeVlwAVXOVI,14136
24689
- pulumi_azure_native/securityinsights/__init__.py,sha256=DcdKATafsejJ1qYNuW_nu2vuVBmpDFmBqGE-z9k8VSw,10986
24690
- pulumi_azure_native/securityinsights/_enums.py,sha256=pEUbue55-5k7D4bKUTmxz0pCw6a3PyHHYjfunxNG_OM,29861
24719
+ pulumi_azure_native/securityinsights/__init__.py,sha256=r12ZaTX85yEZ2tc-pndGxpuS2HGBUb5rrTekaNs4b1E,11218
24720
+ pulumi_azure_native/securityinsights/_enums.py,sha256=hYOZxpSuuMQPGy1zyJshLQtBzC1uxmIfOPyQqawrTFA,29863
24691
24721
  pulumi_azure_native/securityinsights/_inputs.py,sha256=hmc_eBjlPFfc1FuWKRcFhzUzSPGRw635m3YcWJyCzpo,229633
24692
- pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=x_pYsetocT1_G9rGML5VoxL8QxLujKOTvUHVNnNS2Ng,15431
24693
- pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=o6ANv9Fr7JKRm_rqXnOXHQZrBtnodyaPMgI4qzsj63I,15559
24694
- pulumi_azure_native/securityinsights/action.py,sha256=wsoYCZd2EA-UvP9MRna_UpAHUxoJI1A94aX9T2L-XzM,15134
24695
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=Kz3_cxgo3y3Ox3FTAjd7w6EiXt3YWwK2azLnhaN1fGo,25508
24696
- pulumi_azure_native/securityinsights/anomalies.py,sha256=CvaVcJm-0q5lRJLWx6PbcFk0jBh2KnWYdSKCk5FRaI0,12003
24697
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=djBN1lv-_Rua4xlAiMUSi6qFD6V4hVyC9AfhuB_SDpg,32249
24698
- pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=VNTo3nB5IqFUIA5zvc_JfQRKCARqt2EZPer1Jq8MNBI,15567
24699
- pulumi_azure_native/securityinsights/automation_rule.py,sha256=IazJMB1ly9POVxi_4yP_19fumMQdoj9MPCEBEHf73Tk,19475
24700
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=v9J0z0ZB_B094vrAaWSYBU0Wocyp3UPsS-Cbt8xr51w,16273
24701
- pulumi_azure_native/securityinsights/bookmark.py,sha256=7eGIdQJStn51NeYTO3PdHOwxqFtEG1txbmMElUQx66Y,26682
24702
- pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=2m8QIHQ5L8xV17u8-Z0Z9JsokP7i1UouDUD6N5azRag,14380
24703
- pulumi_azure_native/securityinsights/business_application_agent.py,sha256=v7jvqPmBJeEJaZ784dN6n0VYg7R0hREXDXU6ZWGv98k,12021
24704
- pulumi_azure_native/securityinsights/content_package.py,sha256=lqIM0Sgyhm77og9MAOsGpW1sMJGTXLDtaVfi7as3li0,37150
24705
- pulumi_azure_native/securityinsights/content_template.py,sha256=MMh2DD1VkdsY3_3mSEd-rgrqxAA1Qe4uDJfbRHq9_wg,43424
24706
- pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=GGC_gUzR5oOlw_sSDjkwNNHA_EVvgDQHQkcx2NVK6Dc,17477
24707
- pulumi_azure_native/securityinsights/entity_analytics.py,sha256=X-ogs9OvScQwEVd8L2NcM2hu5rSk49nKUpczeBGuGRw,13648
24708
- pulumi_azure_native/securityinsights/eyes_on.py,sha256=mo_CzNpW2PF6p3F9qNd2qv2yCrh8faK7TOuYI0X9Y4Q,11853
24709
- pulumi_azure_native/securityinsights/file_import.py,sha256=27PFiI2VF6CFFz7v6HsBX9rq6qLHyTrz9_ND4_vyCwg,18556
24710
- pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=hH3qnkgr4I_3QM_31r32twY7prX6QX6Ar4hH77Qgdu4,16918
24722
+ pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=RSrhc5LBaYibvyjS4tcxbWkY2c8FTjiSul-J0lp1fOY,15518
24723
+ pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=-LHS_-nvMbim7KvJY4Ipq4ZU5HBJtDFWvCmPOVs-FqM,15647
24724
+ pulumi_azure_native/securityinsights/action.py,sha256=hz82NXNKQCR4FTYbVaaJhfmH_wlSnPxPfQDFK0ZZU5U,15251
24725
+ pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=Pt6YIuPi5hQN80-e8KKsSQyNyV_E0aazCmRKhBoqTAk,25604
24726
+ pulumi_azure_native/securityinsights/anomalies.py,sha256=DGi_gp2iQq0IwMc61GZfQ0xos-4_r_8v9c7bAUn59ls,12083
24727
+ pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=nqfg3yU_GFlPkk5Xnt6KlBQdZsvedn2TJeKp3s262Rk,32354
24728
+ pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=YKMvL6Wpb8q4bQbqFnxuK-vbHmRahN0yQXqZRo2aee4,15654
24729
+ pulumi_azure_native/securityinsights/automation_rule.py,sha256=0wbJY5BVAd6R_eHtwrhXV5po1BfVwSU8OZS5dpY9SY0,19600
24730
+ pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=9O0YkbbGSdV8ahvPr5u6hQiP0s_kaSpQYoTgNHuFRpE,16370
24731
+ pulumi_azure_native/securityinsights/bookmark.py,sha256=TFf_ypZxhAwE11Wfnus9C4ev9PzsH3qIzuFXnkG941Q,26801
24732
+ pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=AsNJzSH59_afAuMpvnUIEPgfKiMoz-vbnjiY6hcaWQU,14507
24733
+ pulumi_azure_native/securityinsights/business_application_agent.py,sha256=kpB-RqsAmSHv5IBgLdMUluj2q6fPGJTggw7SYhHNM7A,12156
24734
+ pulumi_azure_native/securityinsights/content_package.py,sha256=i-KxWx1zOagdURLH0bLlmmDUwAvHNyAcxhRBa04lCDk,37275
24735
+ pulumi_azure_native/securityinsights/content_template.py,sha256=oSNlOs53lbro4duFKCRTfP_MlA3nl7RqE6hs9-76u5c,43550
24736
+ pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=4XGIhOSO7NLRqxd1C7xk80LDJ3xfHGd-SHUbl4HqL-I,17579
24737
+ pulumi_azure_native/securityinsights/entity_analytics.py,sha256=Lw_axDGqgdv31HOXUDyatidVx_j8QM8HiHuo26P0p2M,13734
24738
+ pulumi_azure_native/securityinsights/eyes_on.py,sha256=VetAtvUxCddwvuLD_CuSuLB3Mfu7p5G6K8MaDxAmFZ0,11930
24739
+ pulumi_azure_native/securityinsights/file_import.py,sha256=QeFieioqr1nlAHu_mIVzlX3VTHr0zI9fWG1HUxyMZhk,18677
24740
+ pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=4HT9euiaS8qViNrYjtH_xqz8efSbWsbZzmrZO9RENkQ,17004
24711
24741
  pulumi_azure_native/securityinsights/get_aad_data_connector.py,sha256=6GfHoYrr_BLU6bkpe6ZcRiwRQ-7VscRNN1hbk2QS16o,7655
24712
24742
  pulumi_azure_native/securityinsights/get_aatp_data_connector.py,sha256=ciBuR9geGLET1Qu3Fv2EQncqEe1lkVnHzapr042TePA,7699
24713
- pulumi_azure_native/securityinsights/get_action.py,sha256=InF8OlxcZd4JK-LQxpVFE0srUKme3dt-N_M1h766ktU,7822
24743
+ pulumi_azure_native/securityinsights/get_action.py,sha256=Qk8yD302DmDhqEgs2BQv77gVMxIcJ42F7xXGDBZGRdY,7862
24714
24744
  pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py,sha256=gl8YZEkAjEB7O_weKNrJdoYT0M3eyar8xIstEiG_Ai4,13698
24715
24745
  pulumi_azure_native/securityinsights/get_anomalies.py,sha256=oRFpskd8gZaDTf2rFnp-5mHiZcuwCiLL3mpOiSa1PK0,6897
24716
24746
  pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py,sha256=cLbCotmwHypk3FfiWEWcWXPMHjj7DO014At5hsV2PjA,16490
24717
24747
  pulumi_azure_native/securityinsights/get_asc_data_connector.py,sha256=EnDYOkkZEurPv7LR-3J48uYIKVtwBh17V_L0J8rRLfE,7749
24718
- pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=MfTTvfBb_mCzPS6vwsk4b6PzqKqdgxn1MKp0VqrttTY,11431
24748
+ pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=-JwwOsYHFmB8UKhxXhuukq1Rr3jZIDU8QAkTPbHMLJ8,11471
24719
24749
  pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py,sha256=k7NnsrayxujYCrvs_ZafDDrM9QNL8URDXG9pVBolv3E,8012
24720
- pulumi_azure_native/securityinsights/get_bookmark.py,sha256=mtpNel2-2s6PpzL-7izvbe-sEj4TJZtEsR6Rmu9MvlE,13534
24721
- pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=BQZy1keH08NXq1J-Ag1kvsXg3zU1dBvnrQRrXyfLMkM,9540
24722
- pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=34zO7N1gSYUgiLqzRQo5v9bfDc_ONpnmkmGWtPbB8f8,8765
24723
- pulumi_azure_native/securityinsights/get_content_package.py,sha256=dKvNUEVg9Fs1na3SAvCxryTI3v8quTcfHUW-pVXvitM,19095
24724
- pulumi_azure_native/securityinsights/get_content_template.py,sha256=lR2CxyDF3H-tV2Q756Da434KXZdbN2LsJyUkXGRu1IM,21362
24750
+ pulumi_azure_native/securityinsights/get_bookmark.py,sha256=6f7FO-o-AqyyWNhFdO9ZH7IWB5xJbJDV6FmFKLfy31Q,13574
24751
+ pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=wTEE4NCVZ4f1SMi5aaEVq3wr0h_MNytB_cHp5BSFe5w,9580
24752
+ pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=qzpPb61X5-6jxLhH38mDHn1QsxkJmRJHSwl8nwIU_1o,8805
24753
+ pulumi_azure_native/securityinsights/get_content_package.py,sha256=6D6FhUVeCGfuwxAjL8kReJ7uji1a33aoVSNIK4uEcLU,19135
24754
+ pulumi_azure_native/securityinsights/get_content_template.py,sha256=yej1aCV82HumhH9MnvGpucypI56EICSGzMTTCSOp7YI,21402
24725
24755
  pulumi_azure_native/securityinsights/get_customizable_connector_definition.py,sha256=I4u4_OHc-OgXROUiEywHN7JdPrALbXKn13PO_TRbuRQ,9915
24726
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=64RkI5LGOhdxGv4DiZW2rUAra72MMUeDG9CYbmeHuq8,7252
24756
+ pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=EoctD2_gVduktiKgtomO_PlY-P9PwuCQD2x7KkxBbqU,7292
24727
24757
  pulumi_azure_native/securityinsights/get_entity_analytics.py,sha256=zLvmEC5pAq2U7iE_SSGbZMbwK1Lg8FotLqsd_WGA3K0,7158
24728
- pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=sPyw1clmPPfuan8p6QVaObMM9r919nPQY-G0QVLQs9c,7414
24758
+ pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=ujP_CnqEVPbrWVVwrcJi7ewX9UnbgvaCsNzfnA7RNvs,7454
24729
24759
  pulumi_azure_native/securityinsights/get_eyes_on.py,sha256=qU3DEncq5gpt4D690wUdKbA9cOk5g1_Ai_hxeDf2buQ,6832
24730
- pulumi_azure_native/securityinsights/get_file_import.py,sha256=ExbT7xLZiTBxKqKDXtOoIvr_1RfEvB6ZNtiNWos_iEI,14278
24760
+ pulumi_azure_native/securityinsights/get_file_import.py,sha256=w0o_iGY_TEvyySBz33T9-wAqEI0NsAZ3YEazUmuInok,14318
24731
24761
  pulumi_azure_native/securityinsights/get_fusion_alert_rule.py,sha256=TtcvXmz2L_oiCbU7wIeVZ_DhwZgOApfrmfZjAn2lDPQ,11043
24732
- pulumi_azure_native/securityinsights/get_hunt.py,sha256=5pPJJKzzFy9e8JDO8_cU6zZBZMoTle1ciWhlzOnpzTI,10705
24733
- pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=sayvs0g4pDz4QAcQ4tqfaXriNP5t7o9A6XFSSu4tXZA,7011
24734
- pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=2I5o22qeByA6DWJJvphwh8JsZyyRzDNg02lTs6RJeMQ,9798
24735
- pulumi_azure_native/securityinsights/get_incident.py,sha256=m4ctZtbkPRfBoYVvlbACj_emiP2ao2pj0N_3naaK0S4,18452
24736
- pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=x23iC0GeQ7-jl-9VQ2z_hJya-uFi7_CgrnCdfddw_D4,9186
24737
- pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=L7UK4YZlcKqKG9Wl3apq7vrxa2RRALK2S31cJr1CUyk,9660
24738
- pulumi_azure_native/securityinsights/get_incident_task.py,sha256=9W6XG4AMcA7LLZEVxgN5jicNfLVplcUNx9X_Om1pjOk,10679
24762
+ pulumi_azure_native/securityinsights/get_hunt.py,sha256=FLTc58gPzQMQNmdJ8gzYUfFjRH3yzwUidtCnCtEEOGM,10745
24763
+ pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=Zvj0tBjdjvnwbfplTQZI6aRtyjD5BvViSdwtgebqmYU,7051
24764
+ pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=Yu-fpFYK9Tgx_kyK6wOgrB7zbHk_AmjynVEblzhzwko,9838
24765
+ pulumi_azure_native/securityinsights/get_incident.py,sha256=sKQyr6HDC6HHVoi4TuRAwJ5luvae55daVZimGzlLVxo,18492
24766
+ pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=ccPbX_U22HC3kk61B58VSgOMK0AelzG4CcyJaCp4Nes,9226
24767
+ pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=A7CpDcpRXqrc12Syt7jlpdbYzUUV8JcOptjY4xMMMOQ,9700
24768
+ pulumi_azure_native/securityinsights/get_incident_task.py,sha256=_sjegB2aD6HWjJkhLsC_DMO5s_yNRS0sa3Jd_kIOhCA,10719
24739
24769
  pulumi_azure_native/securityinsights/get_mcas_data_connector.py,sha256=-BCrkbDLxqpUN_wE2zZ_YJ2QkJeM_Jcbk5T7yOstdOk,7688
24740
24770
  pulumi_azure_native/securityinsights/get_mdatp_data_connector.py,sha256=u7wgRh1GG53Rf0_LwXHT2nAerAYW8lZqNLAwh5cDEhM,7749
24741
- pulumi_azure_native/securityinsights/get_metadata.py,sha256=3pCA2p18qwKakEf2U6CiceV_FoASgAFqAccm5Cr1yzQ,18878
24771
+ pulumi_azure_native/securityinsights/get_metadata.py,sha256=wul0UKykCPLvvw7355Q7eQc5Z365TvAPCrzta_piUBw,18918
24742
24772
  pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py,sha256=_XXBeqOcFe29BUx95i48TrRiCd7ZOylFPChkE4liPEI,13192
24743
24773
  pulumi_azure_native/securityinsights/get_office_data_connector.py,sha256=hGA6k1ltXFxW3aEKIqqnIGCMGYSVgWr2eDcGLRjUY68,7693
24744
24774
  pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py,sha256=JZbMjVBXZieTdDM2jOX0gUeGEpttM3ZV1QcXaqaWmjw,20324
24745
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=F1Q1piPMmVRBtTSjTn-GR8z2vSnXzp0IEXofORKRa_E,7579
24775
+ pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=j4kbfF2GAOS_GRhGJOzb_J6ubgiC1YSl_2Ko8mVyDqM,7619
24746
24776
  pulumi_azure_native/securityinsights/get_source_control.py,sha256=vc3SUd0-BCpnNqzc1Nq0Q94N0Icp6nQu_DKSth_647s,11075
24747
- pulumi_azure_native/securityinsights/get_system.py,sha256=Un6DXulj2fE63Ual9oZQlAxvRlwRuUwaasFYpj4oI_8,8521
24748
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=NVB9vCPB0TNPJkS6I6CBXOw8CW2tOeLwQpRuFrtZ5S8,7227
24777
+ pulumi_azure_native/securityinsights/get_system.py,sha256=wSSS3d76_smkNIED-eVRQjcyWu2OxiUX_Ib2BwHOmLs,8561
24778
+ pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=6vBW2uVqDxXucxJgFtTRuk5JjRt6tl9Kf8FzyZsCYY8,7267
24749
24779
  pulumi_azure_native/securityinsights/get_ti_data_connector.py,sha256=0TjtfQXJlAVo_S3WjwcrnolpR9cBDkWskZW2NzSdvGY,8329
24750
24780
  pulumi_azure_native/securityinsights/get_ueba.py,sha256=ywzCdciuBRr0xsyxzIKpINuP9mZAN8IbFKqAsZDh2Hk,6815
24751
- pulumi_azure_native/securityinsights/get_watchlist.py,sha256=xC5nK5LCc7SJosjz4LYHkbeOmcP9copig1TD_Km1Vr0,18775
24752
- pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=G9-ZuidyfoVFv-qVDVF9xnDF0iPgZ4gyRfyUF1ylTms,12854
24753
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=jPwZcJ_-PMTzAZZbEXFTwPkXOvo4Bdc7hibx08kJVxg,9594
24754
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=1oRzWm6FzBYQIAl3iUePMGtKsvYUfNMHvBiI_qB-3dg,7367
24755
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=3ksLNMRgbDvZxhzwkl4GrFpFJbz8cyToFk2gdrZ2IOg,8538
24756
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=45mhNWKl3dM1oB0M0ebrkb9dH9KPPSLES1f2aLwJ6Ng,8375
24757
- pulumi_azure_native/securityinsights/hunt.py,sha256=7iNyUqi1uADHtXZJIufV_JMo3_bSKcYw1cTL_febB4A,20028
24758
- pulumi_azure_native/securityinsights/hunt_comment.py,sha256=O6u0NgQrEC7o5m9u_ldJdzPrdGXZRIoKSWQjx-Rj490,11377
24759
- pulumi_azure_native/securityinsights/hunt_relation.py,sha256=3BigGsW2o68vu-urF5fAS0ITAFIQ3ILWzXnOCo0uOD4,13995
24760
- pulumi_azure_native/securityinsights/incident.py,sha256=JKLvMbTSixko4euwPZsbqDHA-FTZSDyr1UtTlbhfRNU,29241
24761
- pulumi_azure_native/securityinsights/incident_comment.py,sha256=mYJKv5rvW4hkzDASork9MCq846UFjM-BbnLdc5jfiaQ,14789
24762
- pulumi_azure_native/securityinsights/incident_relation.py,sha256=hj2bCSURXSiLkXQWEfRDWp7HaRjU6DZbSqoBuhiP4BI,15203
24763
- pulumi_azure_native/securityinsights/incident_task.py,sha256=KMfqMVLa9FSi_OarHxtZbwqhxdBMp-3LP6VEZQtIZBo,17529
24764
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=fuQ-V-5qUy4JQepGfo0xtUovDRrMjKb4A0Mg5eGeZWc,13941
24765
- pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=tGpKcveY5uV_eHTLSu94T3tdTCJFZPEm7abammWrRXU,5381
24766
- pulumi_azure_native/securityinsights/list_system_actions.py,sha256=b3C9XO1bWqaH9yBrVXYpdAwF8TxDJKQbnHFHUY5bqjA,4900
24767
- pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=Ng5oIr25HYwm-JZBhzHOn-GLS5JQX0oDyHfk0Q_2p2M,6958
24768
- pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=_OhcWauJQ4eWhF6dFthAxDJsB3t65Xo6UuFVG1PH71U,15494
24769
- pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=XmcRm2absjX-I_VHUpQ0ZdA6UJp3D_9jh7k97vHW3Mk,15711
24770
- pulumi_azure_native/securityinsights/metadata.py,sha256=b8hK8vrWtu9cPfnX1BwWh8cYpeoXZqAOXDRQ51Ix1MY,39934
24771
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=dNsfxBwkJSuaSgZFqR5R71l8wOd_Ml4xB3j7Fnw2l4g,26125
24772
- pulumi_azure_native/securityinsights/office_data_connector.py,sha256=yqGkp0BDNqTUGkm-Mbp9jxYBDB8isFe1IfRhK3qDwpU,15466
24781
+ pulumi_azure_native/securityinsights/get_watchlist.py,sha256=N3Rs55yDrUTzxano2RzXQwFepjPrktzSwuYqLqWl04A,18815
24782
+ pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=YX9LON8JqS633zhiYHq6QQMHn0go5NJ__BR2lnVkM6I,12894
24783
+ pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=zoQhb3UuUD7H2zPnlYtAp7i5CmfGkPnsdVdxfVhFyfc,9634
24784
+ pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=4L1CRj7F61-XLOGKS_3dHjsZiZgFz2rY-6vPKxdsJe8,7407
24785
+ pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=itthOYUBB7V5wXdFDf5fIGDo2t8Uir8Hza-6uASrLUA,8578
24786
+ pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=-P-V49ELbdumnZjkKnTCZd4DXhNDWACGR7NUAbdWcQI,8415
24787
+ pulumi_azure_native/securityinsights/hunt.py,sha256=8Oney-P-R3PkHBI_gszNLf03Y5gvNXwikyOiRIigPbE,20143
24788
+ pulumi_azure_native/securityinsights/hunt_comment.py,sha256=SKUPleA-g1AVjJGjUOVqe1bIp6RIUqcrYOAgUvf0Q2s,11499
24789
+ pulumi_azure_native/securityinsights/hunt_relation.py,sha256=DfdnAFaHHJmKOBdtoaKwVq9RK0cLrHfjIyrl2LHVsVE,14118
24790
+ pulumi_azure_native/securityinsights/incident.py,sha256=717xVUOMS52m0LEz8ZqXvb9oxE-tFrNu8nNqg5Xb-24,29360
24791
+ pulumi_azure_native/securityinsights/incident_comment.py,sha256=ddZfDAJafoBDDcL-Bwikfn2n-GmDvLSpzGjIBNeWXkM,14915
24792
+ pulumi_azure_native/securityinsights/incident_relation.py,sha256=uG1-XUO0VRWf6PYEKROzJHwRHr2-utJOdp1_Ey6jZtc,15330
24793
+ pulumi_azure_native/securityinsights/incident_task.py,sha256=3W3EJ0gc9MTz3lz22rDDHJBn1cw9PumRXYFwuNejmio,17652
24794
+ pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=sKYYc39XkLPi6Xm-tx7DPUloBGu6phfKp7-foRYwkuE,13981
24795
+ pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=woz59ATnEm3FKuJREzZU0NfiVhPUbqPFYeN8WJaQeao,5421
24796
+ pulumi_azure_native/securityinsights/list_system_actions.py,sha256=vPr479yJ_bMFWOP5FKDo_mTirVkWvyHrmh6iNXyv72I,4940
24797
+ pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=2HZjW2t3rhXKmUgZcO9qJ-8rkmxGXdT5yxN3sb27UoQ,6998
24798
+ pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=yIHCj8eU0sg5do0wIMLruG_bcjzPVhrDAgbEmlpF6Ms,15582
24799
+ pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=ufJ63Scs_hQrSxyvSZ2oMGypuHXc3NKn1Iynv7Adjeo,15800
24800
+ pulumi_azure_native/securityinsights/metadata.py,sha256=hacHdPJ_1zU4bTAgiN7j27ofOyrEV3nNg0V8wlYWacs,40053
24801
+ pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=8WBFzVh1rBSk26_fDbTv_vNDZz5Dg8xSBvlxEx5Rw3w,26238
24802
+ pulumi_azure_native/securityinsights/office_data_connector.py,sha256=fx0lLmvomFpC_dq15GA2OKbM1Wql6h7euAeRm-46Spg,15556
24773
24803
  pulumi_azure_native/securityinsights/outputs.py,sha256=J5Cz5zBOhm4nS1N43-mngrKkblJBNenmtFUX_n5IFFg,220744
24774
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=-bUJ6ZS3QMf5X8OQMIDu1vWfL9E6Fi2lzjOBt1O5nxY,42032
24775
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=eM0zmF1jwbPuVt6XlFFfYpvCrmN47PKJbqwuTscXu0g,13790
24804
+ pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=dQyV8phh2YIV3Tz42mX3_YQ9HFC2zq3MNKZgUznWWa8,42121
24805
+ pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=sGNqaQGg7kdArlcI8ZYQS5K1VvnRgCb0fg5gc6HRKjw,13924
24776
24806
  pulumi_azure_native/securityinsights/source_control.py,sha256=d6ApkgxMVrFbBovbm3MtTNcXniOeWfwnHSX_xX4gOJ0,22046
24777
- pulumi_azure_native/securityinsights/system.py,sha256=vJSS-rPLWnl2RbsCHh7CPrTcCSkIEbr5ySRazYTPWMA,13471
24778
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=VrgDjryqsjmm5Hkyn6S5ZH2W5sYfLlKLuRpk_1SmF7U,41410
24779
- pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=r23bdGMFonVXa9sgMF8xzgTRc0xI_RKbi4MLMZfLTGg,16660
24780
- pulumi_azure_native/securityinsights/ueba.py,sha256=UUDF0LjL216tlXB2r8AxlMcO5IIFLkjWxz8ZWovrRJs,13026
24781
- pulumi_azure_native/securityinsights/watchlist.py,sha256=2ZX5m0inYLWHbBR5BvAQKntsyUn670RvMwaE5BTr6s0,37242
24782
- pulumi_azure_native/securityinsights/watchlist_item.py,sha256=MCqUAArbCgde7LAQcakddGHdIVQf3v2D6ah1H9DHjf0,24283
24783
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=jNMLqzK1A7HKU3rWKhVUWlpGrLyN23IdDXh0vuysCuI,14219
24784
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=VYWvFueKTi0gLRDVR4556Yi3mzkpCR0DrNOIdxIOsnQ,11593
24785
- pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=sFTzheDdnQgX3094s1MkCEWFjYjvLg6OLPHoSo2wRLk,14123
24786
- pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=t3ZFxTdQNQRjgtqopBEWtvbKqzoDVkSoJbsf_Rlg2ro,13563
24807
+ pulumi_azure_native/securityinsights/system.py,sha256=CEp3rT2aBx6iNacvl0NOCEkE7-T2z90WVpLcUNmrGn4,13588
24808
+ pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=jPX5uAjSjzuEqjT4rQRvp_bEN4P8SXMnLo8AWrqE9cE,41548
24809
+ pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=8sJb-3XANiErwNvihaC-b2xtXTAlE-0mvU52JHZjsIQ,16746
24810
+ pulumi_azure_native/securityinsights/ueba.py,sha256=ur2r6eaAMRGrvLaObK0CDrEbDK13Pp8Ns8B1NgEAxoQ,13101
24811
+ pulumi_azure_native/securityinsights/watchlist.py,sha256=GPCI8S8N7y04IiBdc8iz8uQmiyWJax1VD-cFRBxUS84,37362
24812
+ pulumi_azure_native/securityinsights/watchlist_item.py,sha256=sR7yWDLv-P-Ccx-I8uxl1m9l0aQkkIfRVOwkvExuZ94,24407
24813
+ pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=nbYwyo9pbh9DsD_gjhQyK0fg_1ILVLEer1PBtNP7vB8,14356
24814
+ pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=l3gxg9k16uVkGVuPboBHli41liHpwcxwSA8nIIdHS10,11733
24815
+ pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=9zFwf4KYjB9QlfFaqdJV2zDS-sS6IS4BjVh-XeEqXaQ,14255
24816
+ pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=H80SbjwRggtwV5enE9fcNzcSerUjrpEnDzeJ2na5JxE,13696
24787
24817
  pulumi_azure_native/securityinsights/v20190101preview/__init__.py,sha256=KpSvVioeNwQB_bxyKn22453WcfEg03DKlrqz8wRckt8,691
24788
24818
  pulumi_azure_native/securityinsights/v20190101preview/_enums.py,sha256=lo_3TYBNKRELwNieCAmaGdhjdMSmeMXCQFxRtmtBg1A,9660
24789
24819
  pulumi_azure_native/securityinsights/v20190101preview/_inputs.py,sha256=e1MA3fnstAMJvBUD4lhC9lAOGDipX5DPJ31GRBKmQo4,36432
24790
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=D8zSprnCe30ZoK-6kK2r2zcmVkbM8POC8_1fgpNMwC0,19888
24791
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=Gc4HqMS0ecTCFPzMLAbhcfOWfD9gsMZfTIWtJiNblVo,27070
24792
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=uHYaomtpnQ979pYFiwmvO_mJEfRGTNSO8IKUedtbgVU,14826
24820
+ pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py,sha256=dPlMNApBo_UCySQhl-pZKtfP8hcoFQ4PkbDP14Tg-Lo,19973
24821
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark.py,sha256=CXeXugu1npRC686TDThqKVFuXyEIFNTXNgxNwUwP7Lk,27149
24822
+ pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py,sha256=SUJHYjuyfxYFIyLkRlNVjNwtNnMYU379dakmedJayRU,14913
24793
24823
  pulumi_azure_native/securityinsights/v20190101preview/get_automation_rule.py,sha256=alYwqvAmsp1UoBFYtDnOPNsvdvyOIrGMwcXHCl9gyUc,10666
24794
24824
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark.py,sha256=6-chEchyxt5XYgFyyoUXYTy6vRSkOi84d5nDRImYVpo,12735
24795
24825
  pulumi_azure_native/securityinsights/v20190101preview/get_bookmark_relation.py,sha256=Ty2__0MT75EKTa1oQEHDbypvxRsKbBZzX3LbuSyk1jg,8833
@@ -24797,24 +24827,24 @@ pulumi_azure_native/securityinsights/v20190101preview/get_entities_get_timeline.
24797
24827
  pulumi_azure_native/securityinsights/v20190101preview/get_entity_insights.py,sha256=jcF51izTHcl36Cr_DswQLcacaIRmp7DueQfKmflRh9M,6990
24798
24828
  pulumi_azure_native/securityinsights/v20190101preview/get_ip_syncer.py,sha256=wwSiHkbT2pZVyGU1mydog5_zHlgXnzqJh53vrlOo6ZM,6558
24799
24829
  pulumi_azure_native/securityinsights/v20190101preview/get_watchlist.py,sha256=Fb3Vg6Z9S0GguU_gRTdOtrq9ALUcGWKbmLP1rhCVvaE,17714
24800
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=MFwB6qvh83e9zXwAUJqlGpW1GfCkh1L7aM_QfzV_O9U,12729
24830
+ pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py,sha256=Cy2G42mYTIoGsCDrCPDIwr0G9n7z3zHcla_CS3YZtGo,12808
24801
24831
  pulumi_azure_native/securityinsights/v20190101preview/outputs.py,sha256=S3TzCVPbjaj0xYFk_ggWyds8i3HhdO8s8KItXAOChnM,56052
24802
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=F6d7a2KYeiuGPIWRr3ORVM-lb74fcjlcEGMxM_jGeC8,36700
24832
+ pulumi_azure_native/securityinsights/v20190101preview/watchlist.py,sha256=CIjJ2SFJ6VIIWPcfJQS0pvqGLcEJFCL_Du8z5b1-9Ts,36780
24803
24833
  pulumi_azure_native/securityinsights/v20210301preview/__init__.py,sha256=rjSEcKj_922dQ5P1vf1S__toZcmfwHE9rBZLVkWE8QY,2743
24804
- pulumi_azure_native/securityinsights/v20210301preview/_enums.py,sha256=8lfeJ621xko02NmLi18yuxrQMDQ3zjwBuaG23r9MZ9o,13764
24834
+ pulumi_azure_native/securityinsights/v20210301preview/_enums.py,sha256=DBX6ZceUJtxMnqP5LNK-GfSHLon4LXvPmv-Hk-2TN2M,13766
24805
24835
  pulumi_azure_native/securityinsights/v20210301preview/_inputs.py,sha256=rNwC7aQrSNMxD8Tyga9Fo9_LZQO0Fwba0oTM9y0CYT4,117311
24806
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=j25nNPJHmp7pVLnV_JAkNKe5wca7L0RWpMFXrZNEMPg,16704
24807
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=1ORrVrL-JRJqgYePR_LsmFDCKacH0ySflLdutjqzu18,16832
24808
- pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=b7_7kU9shTiY7iUqOFBrO3uEndUz65YbF4lI_4_n0Gk,15825
24809
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=2nuDzIc0Mj_IzLxiZIEOGddFWXcjKMCdqa0SVvU164E,26710
24810
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=av0_BymV5JNVx1gEdEeIm_faJv3DprH3x5V0jjuM5Fc,13205
24811
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=XvU87P1eBbpBxeG-UNRxhj44fAlODCIDXrSvLhgCNwM,16801
24812
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=MX6VdTfchiBqUYoIuYxTUENaZckIdcXtroMxfBEQttY,17547
24813
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=oFnJFMWFQzLe7MD7Qhf3I9QfrFJJ5073z4KjtFXhioY,15985
24814
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=KxAU0XQLVCPQ2wzDIWAFKQ9OOSbQfVd0g19YukClzoM,17116
24815
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=9T3A5rsoSkOx8WffhBalgtPjxnG3vO22EtzbsU0wPZQ,13505
24816
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=MXb5V6k3zPGyyTpF19pe2KQhc4FcYMblyhnjFW08Pz4,13055
24817
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=-OUGLk7nPiBwzksgxVir-cpDSViSEBCKUdCXe2fwIVY,17849
24836
+ pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py,sha256=EavS9KYf21iFTo-ALPcQBNHf2igHX8S_62MBRtgWYAU,16791
24837
+ pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py,sha256=H-dBeU9MroYpU5mygDJpTBnBP_cmglu9EGaL6iR57wo,16920
24838
+ pulumi_azure_native/securityinsights/v20210301preview/action.py,sha256=1d1GFEu6QwKGYKjdHu9IDkLn8ie3DNJN94q9UQeZdio,15902
24839
+ pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py,sha256=l6iKTS2VmD_fnx4_j_wMbLfj5QMBQDgPRNfASiPC5_k,26806
24840
+ pulumi_azure_native/securityinsights/v20210301preview/anomalies.py,sha256=K-td2rT8IDaS2zBfkAI50N60_jDy8Eh4fxfdtPi5hlE,13285
24841
+ pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py,sha256=0KAL3W_Tgzwpp7vafYhHa2ymIbotugZOlc58cJRQAK0,16888
24842
+ pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py,sha256=0hnRLBvSAxRvRIp375FP4iLo037yqckSl5SIiA20TYI,17644
24843
+ pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py,sha256=0GpPEDj7Biupo9nkR_FfYxo5cuZjWT9ykcsV1q-hlUo,16079
24844
+ pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py,sha256=haZlhP60ytPuc4ecCx0S6UDpDNiDPbxYAwzjaLjAy3g,17211
24845
+ pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py,sha256=gDGA8yjWGLNrV4hify-Mu6i0Vbj53z2VWBlHub3ZE_w,13591
24846
+ pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py,sha256=xo8V98Sx7VEHEssbGL3NgLZulRZPeTvIqJy7fb_KUYI,13132
24847
+ pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py,sha256=g-3ZUvPGtEnirLUszUpFRP6oll7-oHZ2fX-Q4msw0Og,17935
24818
24848
  pulumi_azure_native/securityinsights/v20210301preview/get_aad_data_connector.py,sha256=AsIbPT3WwOhmKW60Jdr4mbptuPfcZ1nKTT85mSBqTmw,7990
24819
24849
  pulumi_azure_native/securityinsights/v20210301preview/get_aatp_data_connector.py,sha256=Euv5osg2bH7Mmnkor_s7nX1JLwYpwHkf1D9KgbLwzbI,8036
24820
24850
  pulumi_azure_native/securityinsights/v20210301preview/get_action.py,sha256=RG6YGeYetxQ4wvx2SjG7uHzv_CnqRK4TbTf-KMW1Vpc,7610
@@ -24847,28 +24877,28 @@ pulumi_azure_native/securityinsights/v20210301preview/get_ti_data_connector.py,s
24847
24877
  pulumi_azure_native/securityinsights/v20210301preview/get_ti_taxii_data_connector.py,sha256=bjuwzGWiNCK8ASLnTfXVez2Ur-JkH5V7lBPdA7i3VBA,13028
24848
24878
  pulumi_azure_native/securityinsights/v20210301preview/get_ueba.py,sha256=njJ__Xg74a4he6Uyj61UJlUqDVCIWixGy6IO7IfKTO0,7116
24849
24879
  pulumi_azure_native/securityinsights/v20210301preview/get_watchlist.py,sha256=yzjp-WcY6V4RAzGgZb8j012zlHlPSiK8yyU0Wp4TBMw,19178
24850
- pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=xvMnPqfvyFv8pHzxOv7mUujIjmO-LnUMdps9gf9s_Xs,32179
24851
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=0b8aoIYTE9pcQSqcLZ405HX2jMzuB3dur5o9hmhWdKE,15457
24852
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=iWKw6485_KSFHxmAfn7fAnby7NM4kplI_Ba6VzHaQzQ,15871
24880
+ pulumi_azure_native/securityinsights/v20210301preview/incident.py,sha256=QuMVgQK2b3y5j94X3f8ZUJWdt3C15Ka_wj-X0DLiK14,32258
24881
+ pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py,sha256=umYOkrN9fNcB7gay19EcoO9uewVNVF82DHyTOh4nYvE,15543
24882
+ pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py,sha256=85z3Huxr7MxMzvG035CIq5PRoU7xeGophZ34a8e0j1A,15958
24853
24883
  pulumi_azure_native/securityinsights/v20210301preview/list_source_control_repositories.py,sha256=_DzBXlJ7wLiMvjuAADhy9UUHBp_GCF6rfdjlT9zhcMM,4849
24854
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=Y0P7AaL4mB_5TSHY_heFrIKH7XI_W9afDV8ROPEFFbg,16807
24855
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=13Snn5p2kWlg-Zc0Sfq3sSYnp3hHa8lswyp8d0evsn0,16984
24856
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=XkyM2AITcB03vfsf31fWtWKBdDOCuO758Sg-6HfPgP0,29843
24857
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=ycrh0POf1V-akxNRa92TMz8DiTJsJmAd8gBHXZdUTH8,27359
24858
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=2j1EItUaDEWLCBmXMim8IRJPtYe1f0ptOFxSHuDmlc8,18634
24859
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=HOj5_dIOtGt1tUDijg1Bogr7EPtuucI9rrWnKnskbXQ,16807
24860
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=maE5vh22WPTg36zhHVfUXJwFvmvpuQ7iSFBdXgnU0j0,16740
24861
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=sor17n04H5j2X-YQ94OVHpWWVHhl-me-e1mV4Wuhwqc,16992
24862
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=x0nhF7TqCE7SDexUeOFAg1tond7LVRkcqI0jglTuBcQ,16779
24884
+ pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py,sha256=tTNQOLf4pudicoK3GpQ857_uyieZo5kXwFbI69_lnAA,16895
24885
+ pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py,sha256=AUuMk6ykfUMMe7wiiM3yD7XBV8QFFfz5tXGk_fV9DIs,17073
24886
+ pulumi_azure_native/securityinsights/v20210301preview/metadata.py,sha256=fNkQh8BNMljiM6srKfQXdtiMayYe3mvLIfdsVhkuOow,29922
24887
+ pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py,sha256=9QnKaOND5W21Q2hP3g_20YQvBarRkAhWstrjiEHG-tQ,27472
24888
+ pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py,sha256=UKG7F7tdb0OQQFyCjfuXNEFslEjtDr6r7MREEwEzkug,18733
24889
+ pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py,sha256=ydwgEzn8X_fG73hVJ74EaDTnG7LhEbQOTtLLvPvuhvc,16895
24890
+ pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py,sha256=UnCk9M94g-HOdlXqWzUyrFENkwsiEBclE_qQnmW8qGQ,16827
24891
+ pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py,sha256=dpIZIQyOicLBPmMOWI4y2q8VjcSMBGe4z3relxSbX44,17085
24892
+ pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py,sha256=rJQefOLWWYoOQyHwz4ibHZs3AK6v6zb1toPSWzI0iiY,16869
24863
24893
  pulumi_azure_native/securityinsights/v20210301preview/outputs.py,sha256=t2nLcH--MA22u3pue7et1dJo-Tw_HUzRt0VM7wRD8IQ,100596
24864
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=UG-V8l5G2aivZNT1m2ARljYdww9_2taNGqLkzlKrzRY,40368
24865
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=yZAY0AvqRics2TNIclEriQsMhoKfzTr6cdmvOmNPEgs,14458
24894
+ pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py,sha256=TFlgnTUHhPQmBZnLh2iIvZ3zVFxq15w66b4KpsRXrHA,40457
24895
+ pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py,sha256=mIu-nMmUTqFYDoAMb9hT2oxDnNdFiLvROD2TVyoIx80,14552
24866
24896
  pulumi_azure_native/securityinsights/v20210301preview/source_control.py,sha256=WZZzHEDQEiVeXxOZX-yrviK2dAFSl2ftulurG0C5ByA,26266
24867
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=3ZEuJqZ76gy0azruJPN-PidfpwMkMNw0Fotpmk6Ul-Q,18571
24868
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=Ni_FiBCjfhdmOmQx8Y-SEQWzagvDfWsfbCjrkcd4R9g,17973
24869
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=3lvRsQLO2bz_f6TBRB8v3D7ZpTBKu_KluihzZckUXM0,26904
24870
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=kNjX2d7Gm_5rvXb5SnnCCXA_gJxGSI0JbZ_Zz_1U964,14228
24871
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=zyTAOR1cZpd0FcDi7QNtt3RO8GAfjvpSS-U3M2VJJxE,39240
24897
+ pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py,sha256=0ek9s-KPQVX_phkN-t0UhE2FV75PK8PSqqhsz6CrLPM,18669
24898
+ pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py,sha256=PB2_VOMm-IMgXzVEpUz0qZKH6mJUGeGyl-_woJKv81I,18059
24899
+ pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py,sha256=JVfzadyJ5WyAEw9oHDrcAPXnIPeVQPnhqleu0Y6QqcI,26995
24900
+ pulumi_azure_native/securityinsights/v20210301preview/ueba.py,sha256=OwP0cE739VvWceuUsq708SPMp9jlgYUmSyiEWQX5ko4,14303
24901
+ pulumi_azure_native/securityinsights/v20210301preview/watchlist.py,sha256=23B-pNC6f0dokqVozlLLduGF8QcSrhu2KnknUDPEx28,39320
24872
24902
  pulumi_azure_native/securityinsights/v20210401/__init__.py,sha256=-TURudPArgNJs9KzaEIPFns7sU1viWZycxhRrcTWUSU,531
24873
24903
  pulumi_azure_native/securityinsights/v20210401/_enums.py,sha256=dhVRFOc376h8dsRMRT2ZIbCND292Zr8Xo1uFjGlwgtg,615
24874
24904
  pulumi_azure_native/securityinsights/v20210401/_inputs.py,sha256=D-TIvgfEI5UkJXRHqaQvAZ8U04F9vs1yGb4BcTpQYQM,14284
@@ -24876,9 +24906,9 @@ pulumi_azure_native/securityinsights/v20210401/get_threat_intelligence_indicator
24876
24906
  pulumi_azure_native/securityinsights/v20210401/get_watchlist.py,sha256=_sRmzEwOTovBg-A0TKikQsj6oJxCc_fiVDhaaK_NH3c,18402
24877
24907
  pulumi_azure_native/securityinsights/v20210401/get_watchlist_item.py,sha256=ZIVwTK2fMLk4bpMGCNdYa1fHUfdG5JHC8T7MmcUCUyk,12651
24878
24908
  pulumi_azure_native/securityinsights/v20210401/outputs.py,sha256=sLUxMDTNBmOQG5Q7XoOlncyYeusZJ9wMXK1j1cvCYNM,6475
24879
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=SoVJozzg4MQBKESCcRQCe60_k_dE_k5PEIPMisDmf-U,42289
24880
- pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=cRA3FJzVFnaXMwa7zayceye4tRQ--Qj00q2GrFMYqcA,37766
24881
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=xZ7HszuAudBUs532dXMF7lvD5Gpi67OLFtzN3m5wmGs,24967
24909
+ pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py,sha256=L85VKvdAPF0B7ecPPLofCwmREkno1oPKnyTus3Tv2-4,42387
24910
+ pulumi_azure_native/securityinsights/v20210401/watchlist.py,sha256=I0-92PayMERk7WT4-TTBTb8KyxMF2V-VfaG1pveW1-k,37846
24911
+ pulumi_azure_native/securityinsights/v20210401/watchlist_item.py,sha256=mmO6vdMOHiCLNp4arfUn5iRJFR0OX4ig9UDenGf8nKw,25051
24882
24912
  pulumi_azure_native/securityinsights/v20210901preview/__init__.py,sha256=m1yCaROaRr7oL4SUZP9G8aXhqfR56jrk2iSDIVAg0vs,537
24883
24913
  pulumi_azure_native/securityinsights/v20210901preview/_enums.py,sha256=R6ZlmoKDaxMNYKlC_iTHeVpajf-8cJiL7BoAet4aVWs,747
24884
24914
  pulumi_azure_native/securityinsights/v20210901preview/_inputs.py,sha256=3svC7NUG0O0Y9XuOsg3IF_w9EtMOtZLWko68KGn6LpQ,13189
@@ -24887,31 +24917,31 @@ pulumi_azure_native/securityinsights/v20210901preview/get_entity_insights.py,sha
24887
24917
  pulumi_azure_native/securityinsights/v20210901preview/get_threat_intelligence_indicator.py,sha256=mzLFyl-oNAt_rbCatKrnqR-DE2pEDzO8c6kdFi5MW6g,6616
24888
24918
  pulumi_azure_native/securityinsights/v20210901preview/list_source_control_repositories.py,sha256=9rD0SVKmj93DBXa8Jggww3mfLOsKLl2OEFhNU9ABKe4,4178
24889
24919
  pulumi_azure_native/securityinsights/v20210901preview/outputs.py,sha256=HH0paBO9JCk0FOHDq3KAHVcJEcf8Uk-9aUH51ZSnf60,29798
24890
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=tyDYlgkMLw7PGp-k6X-U8bY8Zu4fIXAht-1VhDujIRw,40766
24920
+ pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py,sha256=kcYqRtkFadKZooG6ui-w01vTVZN9lLnN9G7FUPXDcPk,40864
24891
24921
  pulumi_azure_native/securityinsights/v20211001preview/__init__.py,sha256=MVxdaoOR0Ii-M9ytKS5a2yQ1jeR77L40zOxovmLp2fk,631
24892
24922
  pulumi_azure_native/securityinsights/v20211001preview/_enums.py,sha256=_ZFhSBQhai8FZrPdViMNgbf4H0KBAltzwDTlUrtQ3Hc,4355
24893
24923
  pulumi_azure_native/securityinsights/v20211001preview/_inputs.py,sha256=HS7F-04gSXvkXaNXSotwFd68DMwrTzNPKMxAvmJvdIk,32523
24894
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=HKl9G0jl4RauOIJJlfkCWGlm3hIRDgUbfF9bhzBMEhE,20829
24924
+ pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py,sha256=fbdZQEIxbbRooW-r0xNP77JXV0SBEwhujsA4_DHKNSY,20915
24895
24925
  pulumi_azure_native/securityinsights/v20211001preview/get_entities_get_timeline.py,sha256=2xYrT4H-nd4SDyBCTu-DAY3Rkrl0g67DfYe2UtK0_aA,6121
24896
24926
  pulumi_azure_native/securityinsights/v20211001preview/get_entity_insights.py,sha256=fCVNEwhGHwPvcb2Zs7DFGg1I2SL11zDDYZUPxhyC6NA,6283
24897
24927
  pulumi_azure_native/securityinsights/v20211001preview/get_fusion_alert_rule.py,sha256=wid7vR0TTXvcs1yp1oFZaXHnxUYlB7jT1314gsLdcnU,12607
24898
24928
  pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py,sha256=dvOl-KeImDWgrZcvBZNpngxljvUH82SrAmLeEMxqO8s,16721
24899
24929
  pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.py,sha256=h8u6vRFkRB15NSi-SgumLq117KNmABcCC8gvKB0ytO4,18806
24900
24930
  pulumi_azure_native/securityinsights/v20211001preview/list_source_control_repositories.py,sha256=2zt5T14wWOtQ-yxoucFdNAOlbfoaS1fY28qxrvZUUVM,4178
24901
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=sIxtwue5EN9k_Cogs8MepM-eiUdj0f8uJ719HS2EE7w,34090
24931
+ pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py,sha256=W-YRdgY-1YNfkIQHFKdAFIK_uzpXQ45IpOWoiPPo_9s,34173
24902
24932
  pulumi_azure_native/securityinsights/v20211001preview/outputs.py,sha256=WJ0b7BVIS1oVdUMRvkzA1ITNLon-WE82g7rHhSoQeA4,57496
24903
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=n8klwuJCdmyTtJrunGiua0YhYTU34SYYOWsHVknTJm4,37817
24933
+ pulumi_azure_native/securityinsights/v20211001preview/watchlist.py,sha256=fkzDyS12lBibkCQZ-POyOVKZp-0xKOv6HRQlnjfPqOA,37897
24904
24934
  pulumi_azure_native/securityinsights/v20220101preview/__init__.py,sha256=zeGx6tJlJk0xjsHECoXEgCdIbXnFJc431dr-jddKaBQ,565
24905
24935
  pulumi_azure_native/securityinsights/v20220101preview/_enums.py,sha256=kCS3yDqmJR2Jjt3ZKsCc0_dU_a-biehUrNkJjlyMzTg,869
24906
24936
  pulumi_azure_native/securityinsights/v20220101preview/_inputs.py,sha256=ZMhkJ7xpTDE0wJZ2hee1cv6fqXAbxqjm6lAxnnYYcyI,1648
24907
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=w2QcFxhUz7SZNmWckNCpjUPgs8i36HGJEaiVB1O7uwo,12082
24937
+ pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py,sha256=i0abjAw5WAL4kM4Yc0hV6B2mTWVw28QFA9SHDpaAM98,12168
24908
24938
  pulumi_azure_native/securityinsights/v20220101preview/get_entities_get_timeline.py,sha256=JOOCD569lDLnZGyDGGGFQhjSRMQJu0mkKUClg3sgKRU,6121
24909
24939
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_analytics.py,sha256=7YtMG9nHXnyYs46Tw24wgFYV50eXd0kp168wV1J3t24,6996
24910
24940
  pulumi_azure_native/securityinsights/v20220101preview/get_entity_insights.py,sha256=b_WYVZBdmG7Udh4mdYPr4mYKddt3YZtW-CGBmu9xTG4,6283
24911
24941
  pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.py,sha256=oTIkQZIav_ELjEEh9IJ5nd9H3KVzdMx_TMY-Esq689I,19997
24912
24942
  pulumi_azure_native/securityinsights/v20220101preview/list_source_control_repositories.py,sha256=vZaMbO-AoLU7SLYeaLH86qPMnGzAubHS4lW7Mgx4TvM,4178
24913
24943
  pulumi_azure_native/securityinsights/v20220101preview/outputs.py,sha256=uifWnPOJFNiqw3mKf5GqL5U8ZYMZh0EtHGYn9LRHmBU,31593
24914
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=oQ9JrSBvqnc7Wavi2dsIZzZWn_ow9ACOWMMcVklwvvY,39523
24944
+ pulumi_azure_native/securityinsights/v20220101preview/watchlist.py,sha256=F1IjSCP9VFFtO0sioJnfZXpQKfe778bBgwohJGVQXOo,39603
24915
24945
  pulumi_azure_native/securityinsights/v20220401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
24916
24946
  pulumi_azure_native/securityinsights/v20220401preview/_enums.py,sha256=HlAyuyUecC0LYWLqekVjbr4s7cMJUBhfTU2PhUy5UtQ,495
24917
24947
  pulumi_azure_native/securityinsights/v20220401preview/get_entities_get_timeline.py,sha256=VNqJh-GBkRj6FKvemmFr094jtNgU9k1fKobKK-McETE,6121
@@ -24969,12 +24999,12 @@ pulumi_azure_native/securityinsights/v20221201preview/outputs.py,sha256=9-XIgtB5
24969
24999
  pulumi_azure_native/securityinsights/v20230201/__init__.py,sha256=K-FcPz_xx7FVPY_PudRQh3pE2Y-L-53c23X7Bz68nHg,1565
24970
25000
  pulumi_azure_native/securityinsights/v20230201/_enums.py,sha256=UMf9719JjRmVL3JUvSePHiC9y4CCwlj-TxETAX-tMDc,13144
24971
25001
  pulumi_azure_native/securityinsights/v20230201/_inputs.py,sha256=AUj2_nUgdRGWxlx2vLrSs4QTHYOwJ31AIrpj-Q-uYws,89492
24972
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=JlhtPtqkFsvzkYZMXnuMlr3u87uw1bPmC3MM0a9rsws,15242
24973
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=mndJ7AjDJL2MKuPawhiFdwnOyeJyzJhZuXMOMRD-PcQ,15370
24974
- pulumi_azure_native/securityinsights/v20230201/action.py,sha256=Ux7MhwPUuk4PGHozYDg-r_QWjv573AyepHJrYxZaDb8,14395
24975
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=edhPKiDVxD5J2HewHbOgpPa5V7cvRpaSvJtuCar4rmI,18896
24976
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=LpAolEigXmUhfTq3SbYTuvziq46aj6_Lh7OGhossKds,16084
24977
- pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=qTtN3VYHzP-hgiH3IgJ8NmUOsz4XWj8HqSY1GC9Mnho,25943
25002
+ pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py,sha256=OCovlNARtv2duPwfEa8ftg7MskUL07jU5cSeHkiWQ6Q,15329
25003
+ pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py,sha256=IHL8N0UTzOrIWTxINXUHjBTYUl6eaoZQpc2SkwI_HWk,15458
25004
+ pulumi_azure_native/securityinsights/v20230201/action.py,sha256=LBCH4z6OsqDJlwpthlMGPp62y2POrLzsu5N2aYBqR2M,14472
25005
+ pulumi_azure_native/securityinsights/v20230201/automation_rule.py,sha256=WUaQBE8C9WCe1vJeKdjVst6tCbyM9SkgHFHSwkjz_9c,18981
25006
+ pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py,sha256=EV3VtCN3x2X2XLlOypadWrZNX3DX_elrpOnEomx9bfg,16181
25007
+ pulumi_azure_native/securityinsights/v20230201/bookmark.py,sha256=8Q_kwsJ_h9bAdci0gPqA2p7xCaG_qnsvqESPKrzqT6Q,26022
24978
25008
  pulumi_azure_native/securityinsights/v20230201/get_aad_data_connector.py,sha256=5E6z2QnLAYPRYMsgsxm1ulHKxHlUGzrdG_uhb9NmLIg,7596
24979
25009
  pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py,sha256=4cuDdi5yZPW0Uh83eXE_MBlAoM8rSWPEYc6QFuJSyow,7640
24980
25010
  pulumi_azure_native/securityinsights/v20230201/get_action.py,sha256=skvy6HD2DdqFJV24QgD7yvHZlqeKD6nyGc2BR6NPY-c,7221
@@ -24993,19 +25023,19 @@ pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator
24993
25023
  pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py,sha256=w4v_PPsZpz81UX1g11lFY_CvSlVqXWAOOYkToVg4enk,8270
24994
25024
  pulumi_azure_native/securityinsights/v20230201/get_watchlist.py,sha256=Eg9g0BmdbnY7MfTG9vi-KjpZFq0uMU1wXJbeUOZGU_w,18030
24995
25025
  pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.py,sha256=-oPMV6paW7wXZgfpGd4O7K-hkYDgg0deA-oiU3d_lno,12269
24996
- pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=feT1K5JwrxVAL3UU_QozwAi2fYPMS1zie2hZsntHTHo,28422
24997
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=DfeHwFDK-5znLnmJ9koxfkVVoO35XUakcPscEd3XIwM,14034
24998
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=P89TgCVDoeQ4lN5Z7Mh8E5nv6p_wDUiDEfvA_Z_-4AQ,14448
24999
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=m6pVNaKTm5zwy5zobjuWuw9Ld2MYIWsQC-mApQzp-Sc,15305
25000
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=l2yDiYqAduzACrLTLOQzaTWCRmudehQlUb2EKvcQr_s,15522
25001
- pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=Bt29KFrHCLmb0ouuvCy9S6zPOz6ZVdqFL35iFYBIDZE,39139
25002
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=_Zs0L4tDf73-1H9dK0IJIt9Oro1_enSKedNCPwMOIhA,15277
25026
+ pulumi_azure_native/securityinsights/v20230201/incident.py,sha256=ZQa6QmDuEhYf8zeOk0bhMM51dpojTGO4fBDmisd6JAQ,28501
25027
+ pulumi_azure_native/securityinsights/v20230201/incident_comment.py,sha256=Eiv1bg084YkEDTYG6fd3fAPIW28V8U47yg0-sBaZQgM,14120
25028
+ pulumi_azure_native/securityinsights/v20230201/incident_relation.py,sha256=mAC7TsHlXzpinjeNkxXqS91U39IbVGZ1jZIlxU8nAbk,14535
25029
+ pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py,sha256=z4PsSvB2DWxTqkFrfFYsTHW9daOc1qeHxCINiflHzN0,15393
25030
+ pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py,sha256=Se-ZoYwt9UM7krMvjf9PWdHp-h0jAT4voP6KGyZByFc,15611
25031
+ pulumi_azure_native/securityinsights/v20230201/metadata.py,sha256=nf9HndA33QtEMNKuIgJZMPAMPOssIPj--pAATCDirlo,39218
25032
+ pulumi_azure_native/securityinsights/v20230201/office_data_connector.py,sha256=y9s4KZBF_jMTAIfMPIT_PzMG1AFGQQ9khfnlywcvtak,15367
25003
25033
  pulumi_azure_native/securityinsights/v20230201/outputs.py,sha256=t6KP8pm_i9Shcdk_7P-CQwCZUoD7Q8upJxu5QQ8uaow,68605
25004
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=oI_haDpZLtdR1V-Dj8ZDNtwCCOYtJ-ioOVjfFfs3Z4k,13035
25005
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=Mc87cUkZojzyLIsz2XBZqco8ANAt2owa02THBi_Odns,40631
25006
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=lSy4qL_ZVKHXgeDxy8V-Y2fz5PByYphJErJA2uqjWR4,16471
25007
- pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=o_5A0NkHuJV2xMdpDBBkeKOcv3jsGo7h9l1KNTNgJIk,36343
25008
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=JDGumkXjDizOzMqXpkJGWsdrhH8gn6qikAPEMsUygM4,23544
25034
+ pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py,sha256=oDRR1Xbe2Q57i_32z6-8xGUIRML_iqe0hIlhXYwdqls,13129
25035
+ pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py,sha256=_Ty9SWob_5AAi_-4Y4dik5mq-MDQZC2EYp8-ix9Pd5o,40729
25036
+ pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py,sha256=5tNLZxv87mWR84LoVc5gW1dDTv2QJjQbH6fY7QR4vOM,16557
25037
+ pulumi_azure_native/securityinsights/v20230201/watchlist.py,sha256=WFihE4D1t8_o7kmze4VvEtdMUfWjxZB_hlOoJawk0sU,36423
25038
+ pulumi_azure_native/securityinsights/v20230201/watchlist_item.py,sha256=OkXOdFdudcR5VIZFZjY9rSM3WjJNttdxLmJNRrMnx34,23628
25009
25039
  pulumi_azure_native/securityinsights/v20230201preview/__init__.py,sha256=iN69stpYiuqDyXL_-r3yIqPVTC43PVI9XMl_6BPeIBU,547
25010
25040
  pulumi_azure_native/securityinsights/v20230201preview/_enums.py,sha256=dSAVsYxA22sMpse0nJL5EkwRhGTVHvCF83BrjRvjrkk,3988
25011
25041
  pulumi_azure_native/securityinsights/v20230201preview/_inputs.py,sha256=lFV7ic3tbFt0UBmsyGPeDSGZLz0PhHP4HKQVKBti-6Y,21907
@@ -25013,9 +25043,9 @@ pulumi_azure_native/securityinsights/v20230201preview/get_entities_get_timeline.
25013
25043
  pulumi_azure_native/securityinsights/v20230201preview/get_entity_insights.py,sha256=veKVss5wGHJ7hiuW7ZyBPNGVi1xjY-AgQHAMcvwJ_cI,6283
25014
25044
  pulumi_azure_native/securityinsights/v20230201preview/get_incident.py,sha256=TQVqavQmfd8c-XEkTGyo8dO0gY5YtHJ7mK72jU6axTI,18411
25015
25045
  pulumi_azure_native/securityinsights/v20230201preview/get_metadata.py,sha256=ZKnwE_IHkwqts8DwaobP4dGp9BFUv3Qfi6RyEG-YTws,18251
25016
- pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=Rgr81AZrelv2BUZNonWHzK_k3B2XR0PumJqTVBIOuZs,30802
25046
+ pulumi_azure_native/securityinsights/v20230201preview/incident.py,sha256=S3795o-K08HsHLyJm_-n08uB7l8AV00VRI_vdJxtugI,30881
25017
25047
  pulumi_azure_native/securityinsights/v20230201preview/list_source_control_repositories.py,sha256=Uzo8zkd9QGz0XFNj4EyRmraZEsqJNmbx0OS6uqKdVk0,4178
25018
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=LWSu_U-c3a5TzcS9FUUwKDxfFKTA0ncFqh2WPhEww0I,39244
25048
+ pulumi_azure_native/securityinsights/v20230201preview/metadata.py,sha256=2CRM2WE-Ae3EW7K4FXXgcCL6G-Qbi2YR4lx0ncARbOE,39323
25019
25049
  pulumi_azure_native/securityinsights/v20230201preview/outputs.py,sha256=D9HJxSd7VGGUXtSrcnKtxJ8Mv3l-j3SN6BxBDlwNQBY,57426
25020
25050
  pulumi_azure_native/securityinsights/v20230301preview/__init__.py,sha256=hBHz2TKTTZkKpXgYd3EyKLuOmgiEIkVx8Gb1HuHDcPA,495
25021
25051
  pulumi_azure_native/securityinsights/v20230301preview/_enums.py,sha256=l_3WGDTKbdaPDhngRc26cAK7hp0D5_p51ju9bKHTfgo,2686
@@ -25023,7 +25053,7 @@ pulumi_azure_native/securityinsights/v20230301preview/_inputs.py,sha256=8JGZlCYj
25023
25053
  pulumi_azure_native/securityinsights/v20230301preview/get_entities_get_timeline.py,sha256=vO0lCfmPJIBAGF1oFO7vE6oXmc3BNZJCKJ0SODhZseY,6121
25024
25054
  pulumi_azure_native/securityinsights/v20230301preview/get_entity_insights.py,sha256=WVZpCsS7hbQ928Dan4S6t6Fc-8mSS18zxbLarhxS__U,6283
25025
25055
  pulumi_azure_native/securityinsights/v20230301preview/get_incident.py,sha256=BFGIClUtH87z8m1FY6hnNsNa1vNDeHRnfalUGqMlMeg,18401
25026
- pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=xE4xk9aOud5QSJ5en-zrVBM8AZbcAx_qxEiU6ijOL3c,29789
25056
+ pulumi_azure_native/securityinsights/v20230301preview/incident.py,sha256=hODhXg3dL8_J-c-regM7s8PFnFHSfWzSXly-0iKl8Ao,29868
25027
25057
  pulumi_azure_native/securityinsights/v20230301preview/list_source_control_repositories.py,sha256=cYsBd0R_tVPDX8MfiM8Z-rIzMR9Xz1_7dqVxliSiCBQ,4178
25028
25058
  pulumi_azure_native/securityinsights/v20230301preview/outputs.py,sha256=UJiDzwqOvGrJEp2RxnjPBcJvT4gCZwUbAYRz3vJy-nI,47011
25029
25059
  pulumi_azure_native/securityinsights/v20230401preview/__init__.py,sha256=c99dHrnhlmIDnYsfT42u0fbeAuoy5h8mp7EUuhq1yds,420
@@ -25033,7 +25063,7 @@ pulumi_azure_native/securityinsights/v20230401preview/get_entity_insights.py,sha
25033
25063
  pulumi_azure_native/securityinsights/v20230401preview/list_source_control_repositories.py,sha256=65ZCZjIRgHaLkYcHTC4A_LrMcIIPwK0-EOiQ2nynLow,4178
25034
25064
  pulumi_azure_native/securityinsights/v20230401preview/outputs.py,sha256=9-XIgtB5YmNJqumycDSe3mfrwVhtgHyKQ1PNPt3Lmcs,31150
25035
25065
  pulumi_azure_native/securityinsights/v20230501preview/__init__.py,sha256=N6zMN-l2Yp-pqm9Fhb4btz_ymzfcofTfSNKskMj_PR8,507
25036
- pulumi_azure_native/securityinsights/v20230501preview/_enums.py,sha256=eK4PmBrAcVUwb5Co0n9sGYsiq0cpyyhsnyvBqUXz470,1616
25066
+ pulumi_azure_native/securityinsights/v20230501preview/_enums.py,sha256=8GiTpS61C9vnyd_CzCLZcmKogiD7fq9rc4a0iBAAFCo,1618
25037
25067
  pulumi_azure_native/securityinsights/v20230501preview/_inputs.py,sha256=OgpzTZvjo4otVkOfQ0EnihnLeJMFM6AvEat4uFmv0Q0,24350
25038
25068
  pulumi_azure_native/securityinsights/v20230501preview/get_entities_get_timeline.py,sha256=rqgwbOTJwitDiHVRWHRsZ8MRnnfMGv2RPCOw0Vkja-w,6121
25039
25069
  pulumi_azure_native/securityinsights/v20230501preview/get_entity_insights.py,sha256=imb2SuOJZcvgo2BTcy6IqFAN62eVel0np91WB5BkGis,6283
@@ -25044,28 +25074,28 @@ pulumi_azure_native/securityinsights/v20230501preview/source_control.py,sha256=A
25044
25074
  pulumi_azure_native/securityinsights/v20230601preview/__init__.py,sha256=GtV6GqRdU5U2KEoTIhsnY-ty_lUpta5498boLZyQ-bM,4811
25045
25075
  pulumi_azure_native/securityinsights/v20230601preview/_enums.py,sha256=4ZDdx2MI9_8k8Jy2LZsBkoZBgk6axBqYXHngljSMoSk,29616
25046
25076
  pulumi_azure_native/securityinsights/v20230601preview/_inputs.py,sha256=yH6M-lD3qCCEuCR_YGEPNVziR8khHDRt3m7NLMudi9s,268952
25047
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=i3JDu0jFMAtynlujxo1-4A7oWSbfX6Kv8aojlAzIoXI,15325
25048
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=zJxgsSUpCNc4LOHbrIXmXkEx7HQyVCKutxmxInpJb_Q,15409
25049
- pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=lTEDI761K5OHPgxQU-J93fuHNR067Zu_UkszMeznAU8,14402
25050
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=eF8mAhFUqW8I15kv35L_iczbwA8WA8Fdm1AxORTVOCI,25287
25051
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=EYnC0X2PXD3s6QeH2faPRBE19vCFN-GNahLnoVn-P_E,11782
25052
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=VMNWtRtvoTsNGyUW3VrSfqLmDnQWNdLqmmWsHn3fgeo,32044
25053
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=MIdeQAZTz8WmijAmu9DX2tgLRYC_-VvtIHQuIKD484g,15378
25054
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=ItHHZlpEBBxrSURjka_uRLm3c4OajErdGs9HsLCxBuo,19359
25055
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=qQ7k0vSbkLmcrtW_zyWCNM1Aj0FZNn1P76cxljJWQwE,16124
25056
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=cZ-oNVKNtTOdbhWcOb9ZY3qYURo0QBGCBiAcwlhd05I,18071
25057
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=tk0wodI3wcVdlbyFGtZnKbXvjzyopcwiP2USxQ8Tz3Q,30383
25058
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=O-83zZ4lF0wsfXrFfdjSfeZl3Xrf8lfjDj5PW0FZYrE,13721
25059
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=K33_-T9zPIX2gLRFGBOw5XB81LQCj24EFbcRIkUM148,16783
25060
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=bW-k6hIu6Fdmc01JxLK3V5u9sPyXteFMJtVIta_n_k0,14562
25061
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=Hp6OKUec2sTEZVmd73xo41dqfzoz6jeL-wMB6CuFTGQ,36577
25062
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=BQJePkVR4cyn3BBkrl2D01aqsGhKoHFUy4f8PkHqsFY,42851
25063
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=t807octmIMiP7JvK18Czqt9WbBaAgFarEvwjRV-vyMg,15693
25064
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=xWPyDuIZFxOoafXuXK3fTpEsNbL7-ISa7BqGrhBzI5Y,13427
25065
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=5cpooptS6eH4tW-trL6r1MSSNUoaroN3NQZNobUI3m4,11632
25066
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=2_2RPryivF0Bs1Y2Et6H5F7K_rL00--83Xcw0vegA1s,18055
25067
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=6Zyi_2qtk-8E_wTP7hG0QpFJOTSV_3xor6ksocuOVFs,20784
25068
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=7IhNegW4HwM83rZCsUnbU48HpdmQqHr5KUp079O9a2U,18128
25077
+ pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py,sha256=E3q605qvi-bfA0_oKh99fIFmmhj3NDcaP0m9Y8G_dlY,15412
25078
+ pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py,sha256=TaubV329dqJjSRbsxOjpeD1uHp9J0PSOwC8eNHK-JXE,15497
25079
+ pulumi_azure_native/securityinsights/v20230601preview/action.py,sha256=CY2rnFcuOv2xWhYHp6UTq5CYD-0Iik7bHGg-bSrEwws,14479
25080
+ pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py,sha256=1Ozu5HMGZ0Tu5gXIjo9W4gDZUt2zliLR6jyxFM3czSA,25383
25081
+ pulumi_azure_native/securityinsights/v20230601preview/anomalies.py,sha256=eAAjRGS3A0N8Iul_KbIkdnsN39QnhHO7W37n3I78muI,11862
25082
+ pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py,sha256=fNMZO18_m4IdexJJ86AW7NmjI3PWHne_8913p3lxjfk,32149
25083
+ pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py,sha256=nNz13f6KSrI9ptcrUaTDSev_12WmWvdnearGhU8_XqM,15465
25084
+ pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py,sha256=3U5JmD2pKTthwtJgV10uX47pvvj-zCziE31O5o9YDJ0,19444
25085
+ pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py,sha256=rZ6hWbTHqaKqB8TjT1YAPq9rIa29COEqroAmyU-VXAk,16221
25086
+ pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py,sha256=22Zfyxl0SJZX_7ztj7TrVg8XUlzuZrNi4BrQwfLLBc8,18160
25087
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark.py,sha256=9I_lf8lnjGPJ3o5cx29DbiCQPfsvWy9GTCTRZzBMAZo,30462
25088
+ pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py,sha256=B2rX1LOgfG4jmzr3LR9mGGK5etWaYqge4el7tHg7a1o,13808
25089
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py,sha256=a_NUrnpDvZ9KzSOyS2xvC84L2a8B4XO0B8oHRdR_HP8,16885
25090
+ pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py,sha256=6r-VPjBFfTxEnkrZVnShEbamdWZ2j3dXd-KSAWj5V0I,14656
25091
+ pulumi_azure_native/securityinsights/v20230601preview/content_package.py,sha256=d371U6sDk2efYqUyDNtNEetW7KUZtrx5_LjoMwESvFU,36662
25092
+ pulumi_azure_native/securityinsights/v20230601preview/content_template.py,sha256=KLKRSTVVCSiTJUjUq4gVBgC8ttbfbP7MPBWaweSVaBQ,42937
25093
+ pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py,sha256=RYcpcxX7viFiv8TBt3dtTaH8v5dfzyQbt5pCeFMkkj8,15788
25094
+ pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py,sha256=YBijCgvLCsTbfVWuQxDaOaQ6sgXo5-4M4glUYhY147c,13513
25095
+ pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py,sha256=snu023adqWfdYxCJPGo5E6ddBIofnpCwPTmYcCqQwgY,11709
25096
+ pulumi_azure_native/securityinsights/v20230601preview/file_import.py,sha256=mELVZL9PERX5v3aM00CwL82GH1N7TPYjqF4Wm7LUwis,18136
25097
+ pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py,sha256=Hu-BpZn2DVjamL6weO-JUbnoZbunyqxCGzNMwicUhho,20870
25098
+ pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py,sha256=1GudAzFHfjC5neG-xYoSxv4Ru05Dxekb8fx1RBmebh4,18215
25069
25099
  pulumi_azure_native/securityinsights/v20230601preview/get_aad_data_connector.py,sha256=QZyVxkFH3vHtJSfe7eqPqKy2RNtXStAK5umYbFDq6Bc,7622
25070
25100
  pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py,sha256=eVOxTLzMhwgxgmmZJK9LaJz9Yayd2RBqdU-9NfsRwhY,7644
25071
25101
  pulumi_azure_native/securityinsights/v20230601preview/get_action.py,sha256=S7qAZsX9X6n6m6GTnCqOstaiNtbtWwwO2oXLPx7mF8Q,7244
@@ -25125,69 +25155,69 @@ pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_assi
25125
25155
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_configuration.py,sha256=A5sLlkuYkiwSP5qJ-Zrt8uPe3tooDNlrL-pt7X9LrYI,6916
25126
25156
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_group.py,sha256=SykMpg79cra32BeK94FLblsQJr-ZbJAyxbZ9x4F7Ylk,8087
25127
25157
  pulumi_azure_native/securityinsights/v20230601preview/get_workspace_manager_member.py,sha256=GNX3iWCvS2orBJikXqCJfhH8sl4kcT4BBthZNRqciJk,7924
25128
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=Rcdk2V-jyL4Is355ubHRxP4ER6y2ziPbUeqkBy1oAN8,19527
25129
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=nYX9Kj2JiP9RjLewY_xryoUBXpy0tts0abHRwPm49zc,10876
25130
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=k5qExcDNGx0dfjrTXKo1R_HTReGlwS_NKrot_jlnD3w,13494
25131
- pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=63hsComjJOwgtSghr3dV0c5_YJUeglPVfPScsG9Cbik,28850
25132
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=Ev0ngv_w6rEMaEuzginXbTsEyKZBpsJkq8JlOpXPzmQ,14034
25133
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=vtvPoSw9l-h9Mw5buYN6oiCJCNio6xfo12L5xXIyHwQ,14448
25134
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=EdvpmgXYJZA-2MgAIXJbC2Ap1LnxCE4fEwJk3KAFbTU,17152
25135
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=FedyytYDFl0gF-QHx5sPuiBmOLCegKC9YoC8SHSUxKQ,15234
25158
+ pulumi_azure_native/securityinsights/v20230601preview/hunt.py,sha256=CPQGo1QkAtXBpzuS7dBm-sVXeZmSIUz23E-4SlBRVus,19602
25159
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py,sha256=pjV1U4-g_sDVgiEUaJ8i4t74SeZ9qgVsdZ21LxlCvgE,10958
25160
+ pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py,sha256=83j1gwCqgzMFHZA6GBut_v3YA43YxirUdvcZcpZl1DA,13577
25161
+ pulumi_azure_native/securityinsights/v20230601preview/incident.py,sha256=ZLQfMCxQ6IgvUf_KGuqSOLrXlpnOg0HsKexNrBgo99I,28929
25162
+ pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py,sha256=RzoOsrX383bOiXaa3c9KruO9jKybcydTZ7Rj2ExYBBg,14120
25163
+ pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py,sha256=nRyiZc4cHmRdc6EEXYhQHg1tuj0PXOb238AiBxekuRk,14535
25164
+ pulumi_azure_native/securityinsights/v20230601preview/incident_task.py,sha256=Q1CJ_ElPI3rg_V9q1ZpiXe1v-ggTqYvA_y_IVArtK3w,17235
25165
+ pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py,sha256=uiTfAE1_gxRQlybkUVGoMmFnxdm4oeGmUjyyUMoDYbE,15321
25136
25166
  pulumi_azure_native/securityinsights/v20230601preview/list_source_control_repositories.py,sha256=4eKD2LX0AS7xlVpcq8nPtmQC3JwAVl5L-7_4bv4FaiA,4178
25137
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=0MFFsIKkNNbo8qO36W-qE5KiaYqmDFpfBUcprs75jGU,15384
25138
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=OdWvOBV_qAqAsAL1SE1xa8vFDyjbJU9NrLpsqktoEvc,15561
25139
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=A_WkIIn88zZuPLokLp-a6Ccc1upQ3SVE4J904NzeNpo,39139
25140
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=RB_lm5Pzj3fxhqvOdyvz7W8u2jbLoUIN8dBZ5iBqiGU,17501
25141
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=VURGoywL2ptkSYfI1lASGmvOIbd6BXczQyQUF7bKd98,25936
25142
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=IGQG0r4alcqkBoiAVCR1j7XuAiGuguQ2Z4W9wAbkW1g,17514
25143
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=9wLPUG4qFz8uf7T0XR4vznrfDFC3XEMbCz4Yi7fNCRU,15384
25144
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=K8orqs8ZzL2Lb3nuXXg4L7MEb33XsMQvEzmjAOql1Z8,16990
25145
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=sKrbUKxy_hAcZHpqnoPUuKvDfgOrjwlJSQ_rizxkq_w,37889
25146
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=ALu8CBeySHmoR_igWAwXrpMeZ205YTdMpe1tCoQ93T0,16020
25147
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=v_ybDlG_5VGZCfbLqAraz-b-_2-j3uQ7h4wmo9lDIKI,15569
25148
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=aKPVomDHCazKws_Q_B-NoCXg3wYgb2YzY5suFiLEtzc,15356
25149
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=1pPNwzXvspOV5JCEs5yYYCY4JRnmJ4UiwZJGt0b6s0I,15561
25150
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=VH17SqOltWmaT7vN8cjSf6LeKO8DNMzqLoEoB9yXb9M,15813
25167
+ pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py,sha256=ReQJTengTWc4LQf2mnH7vnVn0G9CeMmkqmgjmekcv-w,15472
25168
+ pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py,sha256=f1d3vJYrj80RlxkT02gnYViT1Uxnc3a0sy8-zFbW30s,15650
25169
+ pulumi_azure_native/securityinsights/v20230601preview/metadata.py,sha256=YsMkXqX8_F0Mp6FKh-E2fYsw-hde4z2BNvPYudgp68g,39218
25170
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py,sha256=CxRbPdLa66WYn9fUai03O8SNGx7_uIFeYzAx-9zjg0g,17622
25171
+ pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py,sha256=8vkoZZ8PsojV4cejykFlM6duLVPCP8hjfhlNXO2LX5s,26049
25172
+ pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py,sha256=aEFMijL8gogisuNrFhhPg5sA5RM7g5c_OPqiANsANOc,17613
25173
+ pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py,sha256=-JSAQCnOD2wB48GVCB5BRPBNnCmIAWKsdS7itah_hWk,15472
25174
+ pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py,sha256=4nlfyYesPJPiqNjB-q8pIkOUHOumjDlZquWN9mn6VQI,17077
25175
+ pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py,sha256=FQ96a2Wpfl_1oi5Q8gw_PN5OidOLpMh2nWChDf_Y2eQ,37972
25176
+ pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py,sha256=wUFmhSwYCHOuxQjQ7KYZfH0YNTzN8kS4uUdPBnvMzak,16120
25177
+ pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py,sha256=C7wIZay556A7n963ibcZqk1y_q7UpV6uyBpi0NG53pw,15662
25178
+ pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py,sha256=-nhaKLY1vM2rObBa0QxOIulHvlgk1_sr7dUM3gCij9U,15446
25179
+ pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py,sha256=FApHj_PhKfWSrO7w6uX4u0owAfiV1UA78r9NMVnyIE0,15654
25180
+ pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py,sha256=x-ili2ROjCBMeRpz1FuZAJ-NRwC04I-vE87thXc7pjw,15910
25151
25181
  pulumi_azure_native/securityinsights/v20230601preview/outputs.py,sha256=2U8emGvOau5gyBreZTuR3VE8TPW3IRNjPMh8j7MXAeY,237049
25152
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=UAMdcQWxfS81J--p23lsREDC0UNDypd-0Sks715zqC4,43879
25153
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=sVHYEff2BxXAgtmNYFQ48zPoMKby1GZSiigkkHaJFzc,13035
25154
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=GPJ6d0VxM38E2IrgJHuHjXVP3S6PYbMa4S8Mkt4sv8I,17451
25155
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=voYmbj1O-v2tYPMidbeDSSo6uFIYnsVmNFexWrpACu8,40631
25156
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=QjPiupvyRpCvJ4VgmCsUZ2Hn-zHOuJa3Tx4s1NKoFV4,16550
25157
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=Ezse4sRqCykEcJiMB_uMQekNcCU4kCUMr1FZmhp4QMg,25481
25158
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=9DUjrwpFgOsydXsHr-D3Qyd9pJ__e4lqoRrQ-vkD7Gg,12805
25159
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=I2OTAZImgXm9kTq-IuTw-eOyVCiisouQbQlg-hTItik,37627
25160
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=MebU-vmqjYtEsoyBOel7OENRPy74roD8Adx17Gv7hO4,23532
25161
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=5dT5Mn3KODh11y4GxF7SpJjEunykCoNrMWjWYx1H2TM,13718
25162
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=3rEST_o3dxvomFOgMw-iK5WK-nb5x8OP1JWP4iSI89Y,11092
25163
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=X57rZsdu5BdfOEUoWr1ao7u4xKle7PLiQbCxSf-wRk8,13622
25164
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=N3ydomYn8Lw0eYsaDFKRmuvEs-vnB4ik0iYhzf9D3Fg,13062
25182
+ pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py,sha256=xja42FOAdN9LfZsln3mJ_nT7z9gjf-zHwsM3KFTN9jQ,43968
25183
+ pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py,sha256=cw920lQS-ql5zDIVgY7J64pbrRDER33vIsZ_Ubp9vLo,13129
25184
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py,sha256=hoc1CY3X_vnEs6CDfgmRX5a3oIV9SW4BKZc1sELKIF8,17549
25185
+ pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py,sha256=BMgr-GbAfrJ9dWU_ZDwVHzNpJI3s0Rjk409qdRUMiFY,40729
25186
+ pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py,sha256=K6Nv-E5wBdrhm_IYuFxHkJmqwk6yWZfdgUXiDVTj854,16636
25187
+ pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py,sha256=DwHH8cd3xomksxiTcJgap2dDQTeCDap5NvVHIMiEoSo,25572
25188
+ pulumi_azure_native/securityinsights/v20230601preview/ueba.py,sha256=p_M7qFf-WGvUm2L7ZIYFIofdfJc3Y8rxBqtgM_LHQhY,12880
25189
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist.py,sha256=sJp8cPDFrNAif8TVe9yHt6qte5HN_NBOBRFhmqoW5Fs,37707
25190
+ pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py,sha256=US7zsuGVpHUPTa2QJhjtpUbtiqvnKhSu0QFk8J9D-RY,23616
25191
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py,sha256=E9Ix72HzPI6BxnMUyAYlgaFw2dsrlb_56cTjzTq6Qzs,13815
25192
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py,sha256=mgVdOiy2ZhwnQmIXSn5IDHj9MTCwja0pf0zBXQokFpE,11192
25193
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py,sha256=b5lNJkKaZZavjV1JD9ClcA8CwPUWeDwU3uSXJoIMrQA,13714
25194
+ pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py,sha256=W73C2BGGVXhVAC17zV29Pp_aNEngQIVGoc7pnkWUUjQ,13155
25165
25195
  pulumi_azure_native/securityinsights/v20230701preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25166
25196
  pulumi_azure_native/securityinsights/v20230701preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25167
25197
  pulumi_azure_native/securityinsights/v20230701preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25168
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=1zM1LcArAD1y7m9hoJfYq6cmcQRAeR3Eeil5oHgzdHg,15325
25169
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=siFQst-B-RXCFeonw4XlDw80SolS-0s4W07MYzu_tJs,15409
25170
- pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=YdjES4EXVwFHczZFywBrdwHpvA07zBDytEEi_zleB5A,14402
25171
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=OUOajkuPXa9mN2MRGi8_7WjljN36izzu9D1CZbdhGGY,25287
25172
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=TR_FeJHe9jaAWwsmdY8tZgbp8PfnVmsqwhYhKyHV28k,11782
25173
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=Uz8wlDQsaK2P4QZy0LZIcEp_VzwDnKAI0JI6YRK1_7o,32044
25174
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=HxRmRitNXBiXf8mAbPitgonPBrXd9YhljhR5gYmvtdU,15378
25175
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=_f-4IBmPgoDYitkfIL3ztcx1Q9uoiS0B_8vJB0AomOg,19359
25176
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=U-vYiJquL3r2u4_OR_x5DZWLs2AMaRLqukdXlTENAmg,16124
25177
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=0zTgTJA2fNn3UwgMqZxH-A1JDSHRbfQ-rjz1hbyqZL4,18071
25178
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=2BS4ok0PyR0dTQAqIP192wYZBz2mLjHSmSosoosTGpw,30383
25179
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=TypwqMMKFfueEnvq4aJg6ZDKnNCocyuuTnBWIHchQhE,13721
25180
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=2xHJzLGe8iPfcIHNW8LKS_c6DdoB-QErupihbyInZbA,16783
25181
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=XGzmImQCaVv2F5npifAlY8ETJJ6E1oWZaKiIpsQ_CgY,14562
25182
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=uBrM5DdAbW9r5Q1JA_RFansfquQQgkNOHIZTzclEA6k,38331
25183
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=qUnteJUS7TEFqTiDid1R4tdDuMAKgIg1pskZ3SzlFWs,46758
25184
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=tFmfpNFioCTV-xRkPD_CMm7EzehWoIa9xQ6vt21XVd4,17374
25185
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=pfKbDcLDzI8nbyAKaPTtVT_KrbHHb1t3zLRLrwDYhDM,15693
25186
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=xwFzH9XQJ12Wc48exYmgivX84dBpqMMGTAWfabzDpUE,13427
25187
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=6LWxW3n6dOsUR1GpWJff407G0EH2bH_2ozxWjyqfONA,11632
25188
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=GXdy_Eb7L1fG2v8QUQ9m-rcAVbUZnurKlMCRjOo9NO4,18055
25189
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=U5wRmUFh2N4_uEzeCEPSU7xj9yMeXiKSW_yJdQIbRFk,20784
25190
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=fVgCNICyu3AcTRwHYbDIZKvTWnTvVyT5nLLbdSdXqsY,18128
25198
+ pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py,sha256=mnF2ki7unA5BC_2dE59SuePVc-PDgmPhLiPBh1DfPNk,15412
25199
+ pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py,sha256=uJi0vQD7cxzSGC2bvzFSpO8uN-Hv9BZcB4-_M9cPNe8,15497
25200
+ pulumi_azure_native/securityinsights/v20230701preview/action.py,sha256=0yf9AVVpFOnZFVFI7-2VYu04YkZgdMfrJ8DU8lRWg98,14479
25201
+ pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py,sha256=uUlyQPshBOi-VriohNz1p0USnDNFjLc8nL5N32agpTg,25383
25202
+ pulumi_azure_native/securityinsights/v20230701preview/anomalies.py,sha256=OGvaT14N_wiDdosYemATb4qLoPmAZeVhl9oedE9NhZI,11862
25203
+ pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py,sha256=5-nDaKq6LwPzN75Xsu_lEhsjxc7f-DCLyvacwJWDcD0,32149
25204
+ pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py,sha256=EZmeW8N5tYetp6svBYglSo4cBVdXz4O6KkeiO90e5Z8,15465
25205
+ pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py,sha256=vbo_uj0BOMvOLUo0j3jEUSykko7mEYV-iQEy45kytqg,19444
25206
+ pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py,sha256=jaayanSpxRJoE_whKKGzOtYvOmwCmYJbZQmVI6dojLU,16221
25207
+ pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py,sha256=JWnvbYHOT2a8cGOtqHZBUalef22pxT4vBI_L7TmHiN0,18160
25208
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark.py,sha256=u_SqMmWZ13HvQCZeDf7AeECK-rCbuPllp-v6mcOLi1I,30462
25209
+ pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py,sha256=7UIaJvHudF0oAer4qHxC7aNGNI_HuQwfCtQv4A_uxv8,13808
25210
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py,sha256=BwuJRMvczIzxjl0pdZQ1rCkuC7W6cIGtxLYg9SFteW4,16885
25211
+ pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py,sha256=JRo4MLQ_1L1cXla1-rqlPSY7pMfmgdFyhjtnUISyzRo,14656
25212
+ pulumi_azure_native/securityinsights/v20230701preview/content_package.py,sha256=dQIeqQiU8pn4HV7ysFxaq2XdtTveXX4N1KUpYAwTYCQ,38416
25213
+ pulumi_azure_native/securityinsights/v20230701preview/content_template.py,sha256=qgBMrZdl4rT-kzWsBTurJ7e0hEdjlOUIeLuN2cG789U,46844
25214
+ pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py,sha256=EAn_4grhBfLmG8ecmkC4gsIsKZzRus2Efco_nKTke0Y,17476
25215
+ pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py,sha256=ZqSPpEWRJSjI3MAbWBoev1oPsw-lxltJIB4RwMatfxA,15788
25216
+ pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py,sha256=jlmiOME4b96WNJyPtPbpq1BjJk6ptp2rlW-Z6k3DVDY,13513
25217
+ pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py,sha256=6a-av-RGYk0njXV9V9EvDzBQ1RI554Q1aWxh8S_ckDM,11709
25218
+ pulumi_azure_native/securityinsights/v20230701preview/file_import.py,sha256=ipc7seCOmvvekYlYE27Hlco0BwhguezpNH3hJwnJtp0,18136
25219
+ pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py,sha256=ShSKb9Ra3dRJ4hhva7X0ETYZni9M6jJi1XHnYDJcS1k,20870
25220
+ pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py,sha256=PO8_RYkyUb9MvZFy0YnjtDo6oipGmT63E1GK014bDLw,18215
25191
25221
  pulumi_azure_native/securityinsights/v20230701preview/get_aad_data_connector.py,sha256=SnfKhc9fEkH4N97CP7z63Q_LbI5gYf5Ow0nb1haOBbI,7622
25192
25222
  pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py,sha256=1cPBYDfssW1ueCDEzseUcQZnMo7lWn01kIqOQu25B_Y,7644
25193
25223
  pulumi_azure_native/securityinsights/v20230701preview/get_action.py,sha256=x3kYd3ryz4Q_aylIH4SsiiC8R5oemta3JqclxvdX6QE,7244
@@ -25248,69 +25278,69 @@ pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_assi
25248
25278
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_configuration.py,sha256=bbsDv0FABjQ2Q-zy6ftJQWQwlDsF8yUnEUuepJv22zI,6916
25249
25279
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_group.py,sha256=UWf4svLF-pVGnqOSzvGLge8P6maLBhr3Z6s67QAAIsM,8087
25250
25280
  pulumi_azure_native/securityinsights/v20230701preview/get_workspace_manager_member.py,sha256=UHKPLY_3yNhr7UYY2eiyXVyYJAOk_1Jf0oR_2XonE4E,7924
25251
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=oxkiVb9MOSKlpj30JiTm9IaVtzzWqRMt0L-XM4_Y0yQ,19527
25252
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=lNv_S7KEAVnIPiF9-QeR32OhIo2OSPWtU9TtbjHpZLY,10876
25253
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=LOTSJbnljqdF_75doPNA4StI5kT2UE99NWa_5zWmAuA,13494
25254
- pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=-5ao5bwUkzzZyN8acGXZ4galnOHQoE4Mz-0ymeREvbs,28850
25255
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=jxLIFgV3OSv1GmNBUC-FiYhoXRRR7MSkAsjmvGf3YNQ,14034
25256
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=mXwPZnh8LV4_FiilpeiHJ-YBuhaUbGcvSUWQ5EoITFE,14448
25257
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=47P6ZQK9f2VvhFv92AjniBHBgkX6xMr0tNkZDJpDDHw,17152
25258
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=z7CLr6BrcoKJ_6H4b6uGlTUVzSsrtUimtnMTwpx99HA,15234
25281
+ pulumi_azure_native/securityinsights/v20230701preview/hunt.py,sha256=sMssuH8QCHQrE_mllU3NNiSRS1zdYEg028z19BUcEYI,19602
25282
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py,sha256=gIYtXh8tnfoH3Po6wieDc7QjAGVtJ_SvT2H51MLixLE,10958
25283
+ pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py,sha256=jiBSU2GjtjT4rVaHpbm20T2s4shp2aQn_nQkiP4e80c,13577
25284
+ pulumi_azure_native/securityinsights/v20230701preview/incident.py,sha256=hyBN8NI5HEY3PsmlvklRdvfhtJO3j0bPLJBL_jfgA00,28929
25285
+ pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py,sha256=JpkR6DADg1UGQNwfuupSfskuixnR48Mft9CTs_BhVys,14120
25286
+ pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py,sha256=Iup447M8eVxdS8gMph2VDjIRi5NbWQASYcE3H6ioeQQ,14535
25287
+ pulumi_azure_native/securityinsights/v20230701preview/incident_task.py,sha256=tegig7dzDm7HOiH6Wp4LBvc1mSHjL2aeGo_LouKUlFY,17235
25288
+ pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py,sha256=OFfLuwlzdkYoVCIhSayvCq9faSOSLTfdxax8KJRYvOE,15321
25259
25289
  pulumi_azure_native/securityinsights/v20230701preview/list_source_control_repositories.py,sha256=HdEXMTf5JkbBc_-g458ZhM3AmcDi20k8Yka5znUbSjw,4178
25260
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=9KbRhZuliBEuuhFnWtC0xyp2CSlT91eI_NspI9hBdAM,15384
25261
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=QVUBYA9irS7EGWOe9fqcUTGRz0H94ey7WSnC8o5hx_k,15561
25262
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=CrYP9AaPaD3vNgnYTUKD39g_yMLo0uGFVw2Y-792hFA,39139
25263
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=iVSZEGPgN5LLUqtXd5k-oTPw4mHMW_jb0rLKtHovFL0,17501
25264
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=hgMTZIBKwcctbTWXyafZufzceau9JKP5fgUBxVth-ak,25936
25265
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=Mt_IDmqS9LNit9rukuYOY8THvZ4FtiiQlZf08mdWxv8,17514
25266
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=46a-mItQ864KcVFr3M8MnPF0bOG1mRxIYkjuPqvc9QY,15384
25267
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=ptJd3qYKfePOIb9ENCD2ZPg3S-GdD_xcSA_3W26GnBk,16990
25268
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=h4-IHPNbpTcEqGU_E2um348na9p7mXDqj0uE_qsLw5Y,37889
25269
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=SYd2W_OQnqSF0d3FSVtpt6JEPiwuBybM6a1ea-HJiiw,16020
25270
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=T_UFcvhSEq5ak-tyxZFOcBtbS-wnC3Tw1vjY50uddpA,15569
25271
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=ivmUMDK72knZ3yS6Q9Nxl5DAL14O9nHZuo4J9hYpwQE,15356
25272
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=3MXwofxRrMiPyoNupF3IhPis4_Lf7MGSzC57feOmSes,15561
25273
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=YG41UAXsEQ-Kn2uyDhK-Msj-XDSWnQrK-lIFro6egJA,15813
25290
+ pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py,sha256=A2c9HAC0KicEzkdg0Lwc_GEzgvfWbymDFUu4MpMRfFk,15472
25291
+ pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py,sha256=Mz1mmnSWElZ-Z4bozCJFJXhHfDAixo6itzmMfMTBtRM,15650
25292
+ pulumi_azure_native/securityinsights/v20230701preview/metadata.py,sha256=ws6iGcUO2I_J0rSZnwj0ZnJCr9cSLG9SzneZmbnCoHE,39218
25293
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py,sha256=Tffq484n8dnAZ7USVlsLgb9R3sujhhP1ADeaNbHFEeY,17622
25294
+ pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py,sha256=vJFj8YXo_kdcK3ms6o4PMVivAOzIP67TDXUTHhwZ6R8,26049
25295
+ pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py,sha256=IeVVmmCUZT2Fj0z2zaychFE6Pixr1jPM5t0avcyOPAY,17613
25296
+ pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py,sha256=dqfBYJav_GtCg3W_Tb0vAgqllxWnrWH34JjEYpJvwr8,15472
25297
+ pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py,sha256=l8yBIy65APV07rPpZphMHabAISuOokT52qrQwGx_Oqs,17077
25298
+ pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py,sha256=pUF5grGI6Y9FLdcPRKH7w8-XMXhdfdPlPydHcLWvjJU,37972
25299
+ pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py,sha256=Y4tmaJsx7jYlrlFmMaJwQzv7WMDxrYT4KGhfrS2AGbU,16120
25300
+ pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py,sha256=KQGXgDXU14qOIj7edZVblvPPlKpSdaS8EO1yI85yw7g,15662
25301
+ pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py,sha256=eUrSFoZf2E1QIKynC8fiOQKWx-ad06gMlrgX7S2pqNE,15446
25302
+ pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py,sha256=r0PehIgyL-rdvmIepmTS_yqPKW50vUbzNfktyWaW1CY,15654
25303
+ pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py,sha256=1_qm7tUMaMqhWbmQu2Xv5Y3msLdXZuMbQKTl3bZoTVI,15910
25274
25304
  pulumi_azure_native/securityinsights/v20230701preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25275
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=JyJxEMCcFjQ-mBe3rk-o9nSoYR0MxYSAGcqZMU3if-I,43879
25276
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=tv2zbEJfftrR5bQ4MaqDr5Y76n8K23-7yxyQrJVKcoY,13035
25277
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=ZZVBjtQbp20Ye0PHT_2eB-18-hTjwgN3VbPy5vMOTrI,17451
25278
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=zxUYuFldYE2eWrrq9IbG9Fw7WS1ddds8i6sE3DLPOAg,40631
25279
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=ubc5HdNuxxcqmicoTFH3F0htEiVOJ4TCQtQUDsmO1s8,16550
25280
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=Lw4ooN5CxAxLddt_cCgD2AdmbaG1zg0cliQ_rrheLEU,25481
25281
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=ZgJuoBekK0DGuYGc76Yec91tqAd4D5MVmxkDBi1b5hE,12805
25282
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=yziAHytPKpMb7nRgUubGRFSh-4vFou9Xia3H8WNbF2g,37627
25283
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=ubB2N5xeHMHE3BUbMW7hljDEaVH0NWBVw8HE-9VQ8NU,23532
25284
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=vvShlyDP-XGUBi8NhN_yRx5IDrJY8nc9DAiNxcBaCKQ,13718
25285
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=atvYFCGragECM2WzPNAG6RVj6c_4R2zq_Jckyi58V9U,11092
25286
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=JVtpoVzfKlF6RKdLaH8LlsFShcQrB1ifJqCVgkl82U8,13622
25287
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=BMdwCohOxetlxdC2c9trlDrgJYCM3luhPPFqKCMtSkA,13062
25305
+ pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py,sha256=AZcs3Pib9_2oQYfPhbzvbivvHbwnf__COGARboXBY8I,43968
25306
+ pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py,sha256=OnujhvOQO9NPo-h5ZRdRDM70ZsfDNidgbiA3bBUL6_s,13129
25307
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py,sha256=7AvMUEt5f_VB8dWMf-Q1D2pGG-vvrz3J_rw9Zvj6324,17549
25308
+ pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py,sha256=9vIsZIz88YIquqiqW3JdhIcEoG4MluLtFlMs0TjgZV4,40729
25309
+ pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py,sha256=EwPZbjPQsoJTJZDdLLjLgK-tAvG0ESq9mhL5yfWh5n8,16636
25310
+ pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py,sha256=R9OiFh4FZiH7A37nIz_cj5kVMMbz6Rwb_gQUBiv6vPA,25572
25311
+ pulumi_azure_native/securityinsights/v20230701preview/ueba.py,sha256=pLks1SoJcDO4TUmH0hG9QtISsrL1rs4c9WvqIL1f1KY,12880
25312
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist.py,sha256=KT--Ny50YvfLDZxX6guT4-Nk6wufVUvxlJ4imGdFk98,37707
25313
+ pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py,sha256=jcfap4OG_03a-PKwDjs_XuzuzLA7ilUIde2wvJPf6ug,23616
25314
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py,sha256=tGh7aQdoSb21qBuJivGHwQ3pWwaizVGqWB6TErflr7g,13815
25315
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py,sha256=IlkxyC5sC235qlTpl2hq_3Xs1lSap6tBmRB4VJ6a-fY,11192
25316
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py,sha256=NsJ5qBEQAPjvnnK9jJ8AIF-eqx1b7_N1OcJRnVCe8qo,13714
25317
+ pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py,sha256=ahpUBnQk_r-cpq9fcsDWXTytl5aqXXF6ntPhCA4Tr_s,13155
25288
25318
  pulumi_azure_native/securityinsights/v20230801preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25289
25319
  pulumi_azure_native/securityinsights/v20230801preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25290
25320
  pulumi_azure_native/securityinsights/v20230801preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25291
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=KqfYJhSLmHXyxPm39lYKpzdFzjCLNvveGqDdNqZqqfU,15325
25292
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=PexIpEzzHSKh0HP7tE2G3zgcFWDjmM2fEa96DohjvG4,15409
25293
- pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=vGMdP65q3BohIgJs23UwgeaY_R2rcr9tXvK6enyGj-E,14402
25294
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=xmPb_XfHFGPJ9JHkR7Us6OmOYqKa6tDrSwVl-_egzss,25287
25295
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=h828qfTgEF4UXRj7uIgPBK3ofxovW1iJuVRMyDr4l_A,11782
25296
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=xVO85BdzQt5_Pi702FIwDbJE7Rhb4yo5-yx6XB5XVQ0,32044
25297
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=qBiAPI2-BgepRRgfb562TkjaOsq6sQvwKxVyqyCgpyI,15378
25298
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=qK9cq5qj74ixN0uM8gD_Qg0YuWl-Ji46DuvKL2hmvJk,19359
25299
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=jx_UroI-0dWPwXoxuMsFIA0SdDML1CmdCo20nsquldE,16124
25300
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=5I3uvpPbpXdMS6-Z7HGe5_GZviWUzDK9Cq4qguf6hts,18071
25301
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=t9udvo_tORmNXN_OTFHNh2UbOyYIIrnaK23qaUi_jjs,30383
25302
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=4LQi61SubTMtLHmPYBAcwT4Q27jpLsa0cJN9SUkdg54,13721
25303
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=gZIPBbmK4En8Sibt17-9nLWIr29txU_c18xvGRacuX0,16783
25304
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=evpOt8ceyNXVdzUI5V8BPBzDCawp4j-pZETBGWFDrRg,14562
25305
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=u94cgBBuHrJUrpJn5y29HJtp4LYq5fBciE9FN9zdGYc,38331
25306
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=YA_VhGH7wveDGIdUIXaKa1zqHRWmrz3BGFSYSVe7yB8,46758
25307
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=ua36nq9vhoWDf-uZBfuC18ZEFo-96oeqydjLihYVqsI,17374
25308
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=TY8OsKkFQ8iQHGjAxEYlUHTkCAvThbFmRZEFWbwyHxw,15693
25309
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=onMaNv6ccdnJBPrvCGJgwQOw1XaIufc_pk_-v7AVJuQ,13427
25310
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=HLS9y2PfSarJQXzYF_PC7tTAbYKzB5owFSHhF10-HbE,11632
25311
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=umD-KskYIxhgTql8q95tsnsFOszGQQmJ5pHCkTHrtQM,18055
25312
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=V721TnHyKntlTvFdVWRtPtKlPnB9TOXWMq-xXEh3e5E,20784
25313
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=rYgbdK1FEmVyh_wBhjtL_CYPFHvXGljADZfQTG4nB_k,18128
25321
+ pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py,sha256=BxX2GLwoH1H5TMZdW1qFnUI0RSx6FWJvhcqu1oqZLQM,15412
25322
+ pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py,sha256=UaRwi2JX028Sw9us0hexulRoekkBKIgri7vwiLg9hAg,15497
25323
+ pulumi_azure_native/securityinsights/v20230801preview/action.py,sha256=NzGDopmO8ey715eeEQf8_l60bIIkEIT1kccf1Bz_a18,14479
25324
+ pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py,sha256=2TyVmKp0-eLikMssShhdgYztCwopZ8fNwGiHg8n68M4,25383
25325
+ pulumi_azure_native/securityinsights/v20230801preview/anomalies.py,sha256=ot9yjaeq7oXsPOhMfXGYRz6hQb1JHIiqmlolMJjLGqU,11862
25326
+ pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py,sha256=uSb9iPDdzI7kYw8_W9r1v7lFJ8vLDaXGJWJOwxlrJIY,32149
25327
+ pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py,sha256=Z62Fo2fRqbF0Gkt-52C3tIhPLNWW0NZjTDmt4B_Q1hs,15465
25328
+ pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py,sha256=p7LdRxb6Inm_dB3Svfe3ZHSozm6qLnWebzzKNZjO23U,19444
25329
+ pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py,sha256=7cUb-wiYTWivooc3gkvqg3S4UJdsqWAvngVYBjEDchY,16221
25330
+ pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py,sha256=2vs2-AA415A1M3CuLwYUHWJjFgteYb3z3QtmQ5knIg8,18160
25331
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark.py,sha256=LygIe-7VueA6u9k1ov62olQSnqSnsz-BMMecEWoDDJ8,30462
25332
+ pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py,sha256=5mq8QXmBdcp-F4dpax1T-YaPpUj-D_WP0rx2huyeLyU,13808
25333
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py,sha256=9Z6UaOjL6xWlc9BQ3LLpwqKVTSgHCz42q-ftX63VHU0,16885
25334
+ pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py,sha256=Oz5BHy-2Qb4j29BbcRsFA89-w7EI34unaKs8lyMjlwM,14656
25335
+ pulumi_azure_native/securityinsights/v20230801preview/content_package.py,sha256=HiMUAUWEwxRq5K1mqC5AfmE1sPQ928EMWK0zc_8T8Yc,38416
25336
+ pulumi_azure_native/securityinsights/v20230801preview/content_template.py,sha256=edJXXpGXiRPGTtulssWLPELkgSwBPXTK5PBt2tMG-6A,46844
25337
+ pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py,sha256=Gy1ADYzHutopvTKIa5ZFmeC0YVxFcjmwIAu-oi4VgVs,17476
25338
+ pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py,sha256=5Qoh8xbY4qOsUf87rQ8qQrFucyN1C9m2lFg_--jQgRg,15788
25339
+ pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py,sha256=vBzIUQ_wCtBEJkUa48NrMoX94_2AQOaGsr3TT1UDdbE,13513
25340
+ pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py,sha256=rzpkRuyC1Z53N5-hVl4KPxSMab-pTtDph5jX8Su1npQ,11709
25341
+ pulumi_azure_native/securityinsights/v20230801preview/file_import.py,sha256=qvFu557rpEgNmFcmrfJs1UsnicaFbjQhEy_azDAihN8,18136
25342
+ pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py,sha256=KfkN_8IqZFH7l5z7ceY84EX0oX1-qMn92s2ge8S9oMY,20870
25343
+ pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py,sha256=QUztQT5TNg3bQvxZZF4bYG6vNzaaJ4CZe9PXIu0iy60,18215
25314
25344
  pulumi_azure_native/securityinsights/v20230801preview/get_aad_data_connector.py,sha256=Ij-HY1MfbPdRr2ZduiRwS1tV4mAdQr0JG37cXh0iWGk,7622
25315
25345
  pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py,sha256=GtNpZaXkkJNDhVy_cxgiXazZKnbOmuARSq8_J3S_mwY,7644
25316
25346
  pulumi_azure_native/securityinsights/v20230801preview/get_action.py,sha256=k2acR9K9rzNg4HadB53U6-Gzq75MSQTabRcaj4AiKdk,7244
@@ -25371,69 +25401,69 @@ pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_assi
25371
25401
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_configuration.py,sha256=RHZRXNdolS41-LwQ_M7TTyx0EbpSh1v0Q9ZmoowpOnA,6916
25372
25402
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_group.py,sha256=5gWFn5EiF07FGfelZMLP7FDIWAPuJ7vAeDYmFa8JIi8,8087
25373
25403
  pulumi_azure_native/securityinsights/v20230801preview/get_workspace_manager_member.py,sha256=L9SSOH9dqRzP_s1RQ4Yd8btjgbSY9yj75hhc64wtdoE,7924
25374
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=aMiQNr6VHcZm_ZLCx-vBrpzxVwJYBKhdl5NCncnIvxM,19527
25375
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=Bt4_Sc-sK4YhoUzY5ou5whk45XE5E7RO_4q7rz4xCjY,10876
25376
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=X8x1bdlSMDdqMecr2ClErlzpMSJJDZnr2OujcKU2GEU,13494
25377
- pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=U_PbudjrB6cgtZQgIfuCtUv15hBCG_Tj2ioS0NPuL6A,28850
25378
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=Ut_Mk8kn5-o2sOYjLgzKbIxEowYGc828FS_r2Oajlco,14034
25379
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=jY1iBkvOYTX84Ct1ilpIAh9ZbOSAgW6rq3OQ24g6WUU,14448
25380
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=XteEqx9iEcRIkBDXVes77emb5ZDESULE0dMLmJrswsc,17152
25381
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=F7ArNxb5AARP88JUS15FnnyTt1_2WuXm0YefXU-HEuY,15234
25404
+ pulumi_azure_native/securityinsights/v20230801preview/hunt.py,sha256=-KvxeRjno6fSgOYP9pTHqIln2OIW1xx1k-oMvXtNeoE,19602
25405
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py,sha256=aN6TJo37S7fmLv9rME31IRZ-7kYxTfUjK-f9JQzl5i0,10958
25406
+ pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py,sha256=M7nZQ-vQCmUNAqrxf4H6s9lvC4wHmEjh4e6ZHMbk3KE,13577
25407
+ pulumi_azure_native/securityinsights/v20230801preview/incident.py,sha256=1zsbjErJwfGFIKVoy_ayEbII2GSNkzmXTCZJk-784T0,28929
25408
+ pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py,sha256=ynCro1Io5FHO-xjgZl12repLc39Jmgiq2SRT6RZfmTk,14120
25409
+ pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py,sha256=RpViKVADGgHfNgC1qXqdvctXWHe4biqPPVZGPwm20kQ,14535
25410
+ pulumi_azure_native/securityinsights/v20230801preview/incident_task.py,sha256=g46tAkV59YUBMJIIBWTtKrJRLjbyB-aKQRd3QixAcGs,17235
25411
+ pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py,sha256=BvJYe7jEJ6QegLA7mbxjBirl5sVaczCP_iiRApw6dBI,15321
25382
25412
  pulumi_azure_native/securityinsights/v20230801preview/list_source_control_repositories.py,sha256=_S3uyuXJotKOPJx83jRcMYGtbrXavTIC-9KZNFYl_0s,4178
25383
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=NfTlJ1U4xr26df-w-SEmaFH1RQSpvffIYfG6HtD-CJI,15384
25384
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=e3D8-qwcr6YpJevvlJwggH7lUxwwTy2i6OD4CrYynGo,15561
25385
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=gEqVjERGPHtCXtCSHExGjiY2sgxJqN9W-R3ScJ_tXvI,39139
25386
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=_SXXkjBDoYdlPfChWUTUltfcbxSYWr9eHTc_EmRDLiw,17501
25387
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=UoS9zbFp7MDOiO50T4cRRT01M31qQeVr_wcZeWlwY9A,25936
25388
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=E_K_Tji-dQub2FIEqTNgeDeXxDqCCHUgaU8ItsVUUOE,17514
25389
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=86v3OhCwBJAOhC2mOMQOahaUNp9_NepuEUiNfjPF_OQ,15384
25390
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=Ervakc1pdqKAd3RQROdZOhG98nnwQJ0E8V4VzpO5bFc,16990
25391
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=PG4p6ZMGeDk7bxl8WUT2abgYjuD0B8kU_cZLYWAYcK0,37889
25392
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=uMui9ezfUFzHG6P5gLwj84dxulr-eOQpfSRXqgzlKlU,16020
25393
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=KhxT_7Fni60natyAsyVBlAG4-sIu1eZJbdsr15IL8XA,15569
25394
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=z4xmAOzfycvHgoBKp5bjl4s0aNaeVmmZiqx9xa_scY4,15356
25395
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=NJm_smC96vfQPgrMpyOBNljZEexqwcexqOEEBPVENck,15561
25396
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=-6An7UCwNbjgekNocv24h8P6U3nrMMx-qZrSm7fMiwY,15813
25413
+ pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py,sha256=zFW7gTl2GYRh5qr96bkeXUoCH3ocRDN4Hi8hDN9uvf8,15472
25414
+ pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py,sha256=FzhlDMv9HzKWpKEiEiJFjtGRvuDrl5dkADhUgRhawOc,15650
25415
+ pulumi_azure_native/securityinsights/v20230801preview/metadata.py,sha256=raeX42D9ISpYLwHLtDN-6hSaFsh5MWidpEGFdumC2SA,39218
25416
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py,sha256=JCXsAFVmmKfKBHPfhhRCS5bJsWkB5me7T3oAY68vTV4,17622
25417
+ pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py,sha256=sxZNALTfYoOgrT23bSldqNQJuKs7csXw13U9AdbA5dQ,26049
25418
+ pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py,sha256=aKLZyocQjtosgzxmW5gqr3PpmXyNA4dOnCLRwdVIMTA,17613
25419
+ pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py,sha256=iQggF9F98Oogi0dS4KnBMJPr4VHdDz1UGhOfs9zbbcI,15472
25420
+ pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py,sha256=6LC9m2_KQWjWAhjRjlVxrjvQxZ7Qire5CD5PYL2HCl0,17077
25421
+ pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py,sha256=XatIHxC9tGxvqQpQ9cIOPQAeVkiJYHUBT7QVPt8lrx0,37972
25422
+ pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py,sha256=3BwJhnG1r1BZF7P0Ii0GDjSApbVIZSHT1ic2rgeb688,16120
25423
+ pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py,sha256=4vW4BsRWzp6vDQe2WetssGcaypT15XzUHFb4YGpiEC0,15662
25424
+ pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py,sha256=l6GK3EInNKfzAhT7XSl4Mkzoxmyw3V1qBxFvGsQgIQs,15446
25425
+ pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py,sha256=Jl9LwJCsfzu5wiG64m6T8y8Q5cTH8iIHy9enPfltSjM,15654
25426
+ pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py,sha256=wjzpr-4y-gPnqrhJ1FQEY1qKaH8IgO8qUJUE45aXN-c,15910
25397
25427
  pulumi_azure_native/securityinsights/v20230801preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25398
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=ZG3Pp_LQItvnnCAFOjtoMqe-1q1I-E-8egREOCJdccc,43879
25399
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=tf7ZtnPsNMrqSmXi68mf4ta5I722hH5P_NpqqdIGzhQ,13035
25400
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=qP_6n0G-XGfBw9OpJCi3Z65qCwHcneN3Nu92lLDWGSI,17451
25401
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=yMRAhj9Z6U_2TbUalwstKvSG2fnOS6HVgEPi2x7dtkQ,40631
25402
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=aPAOpVXlkuo-uPKjNvY61yQBWrQvZaMeRNa_OnCEC74,16550
25403
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=JkNR5gz1h-4-L2xzSVuFY78pP_CjEKZy7FtGjcdsieA,25481
25404
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=vtf--6Vob01ItXDFNgv4EAHS-1jvb9TdrjFexvOUj10,12805
25405
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=LBsDSbOENsOZcHMLpYbr97LYoOTQeweGyUcLGF4xsmE,37627
25406
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=zXApoM-n_7pFLyZ8jMCxmBdUa0hwXtyLVWUd__jB5xY,23532
25407
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=1tPUdvUmcerdGqngbx7NdCl7rnxOW5U_2DkX5Q39jIs,13718
25408
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=AERyZjxLGTIV11bV392kx_I-pDg6cWSaDsOUYGFKiQ0,11092
25409
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=XSuqYfixvHMOGPG-EisSfgprcGTaUGqNMEX6MrWA-GM,13622
25410
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=4eo5sSnLJY3KeKxnXfWveEW1PdgL8IwYCVu4sGHa7xw,13062
25428
+ pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py,sha256=GE15pw2iFxCW3JItW9qbObXBzuQaKSlrdv5UsymXV_U,43968
25429
+ pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py,sha256=G_Kpsuc9rNzPmfDnV3FLGeHbDR14bZ1Cwi0ci7tuYkA,13129
25430
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py,sha256=8YDjTbK_YZgfkpD9JlMQoHrpYFDsnmfMrfyNQKGEBnE,17549
25431
+ pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py,sha256=KZCXv8QqMQ6Q05MChPWw_pUqD0R5lEW9IKcYs_1oKFA,40729
25432
+ pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py,sha256=XGNRgVB66Ed_g_a8nUKvHXb5yJwgWvbcw-cbWeAqZ0Q,16636
25433
+ pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py,sha256=u0zXovOwsC8weXzjNxWa5YH6L3Y7aTflSPigO0fphHw,25572
25434
+ pulumi_azure_native/securityinsights/v20230801preview/ueba.py,sha256=6VbaEmIvBWjQYp0f9DMidp_HrbdsOL0STeoRRL1u2Ck,12880
25435
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist.py,sha256=-uWuxdxEdYfG5KHrTqzs4qj04FkTimXYLYeGiM1tpzY,37707
25436
+ pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py,sha256=mZIfl2M4DcpANcvtRZ8iRfuBTC0qoMHHeBnd3UJoG50,23616
25437
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py,sha256=7J60-hDj1ynDT0SG_fKTygBcIyQZgeaFN6EmWnoP_Q0,13815
25438
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py,sha256=1ovFO0NrzW4jecIY_b_uMOct5N88YAZ8Ir_puQF2flg,11192
25439
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py,sha256=PI7qlTK9Bzhh_tPpNQzYIn0Dh-YRJdpUoeLnw2isk9E,13714
25440
+ pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py,sha256=XIiu9Eu2BvIWZ7KDjkW5eFucSe7QNPyZM3MiRlcPOwo,13155
25411
25441
  pulumi_azure_native/securityinsights/v20230901preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25412
25442
  pulumi_azure_native/securityinsights/v20230901preview/_enums.py,sha256=_he3xJ5_LrnLJx30m6fgLYS90VnXg0Vy506kN4XtCJw,30119
25413
25443
  pulumi_azure_native/securityinsights/v20230901preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25414
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=J-eCJUi4lkO_-rJC-k3atsm2nh6JzDe5NBNwKFlbEgk,15325
25415
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=dMNDMAAtBYaU47Ovw8tVTSm0RxOCPoLltLPCV8_X2PA,15409
25416
- pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=z-fRKMi-YRdo_YfM767w6mysnIlMsvbfo90HoJ2_pS8,14402
25417
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=qAYyVwucJvcEMsSFoekwkQujfFDEzCVtS5bp5K9ub5Y,25287
25418
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=hLnVHVb9X6wqeMX0Nq488Ly85maWyX2X15rkMO35LDs,11782
25419
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=1Zutsm9EdNeXhKtnNVuouXOYP7wkWJpWQk2PCcAUgww,32044
25420
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=FIqRA2EDdyiN6z5j_OFVGrnrFhvKkcwc-1aT-WMDPZs,15378
25421
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=Jyqu0sNqr8vV2iGHLxxSVO5JnsTobkQB4MZJO5MpFqw,19359
25422
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=YGITJhbW70VmPBP7MNcQvBwZXHAP2dxHuZBAQ82H4Gs,16124
25423
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=D-_dftDVLyWU_gqJB2pkj53ukQs_UhM1AbSglwrt4TA,18071
25424
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=vODNq6hdvLDfHmsG6KotgNwPR7hV-1svTXltzalwGYs,30383
25425
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=iwJ7W57mpo1_G2fs3akFEQhkewjvNk4b1WJAIc8yW5I,13721
25426
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=okus44DMq0soOLSSINIV9cRzulXuoIKK8VLacaq4SXA,16783
25427
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=KbHBOvBRJK3fHJNcuHYcvzd71kdls_ALUGW1gPp44Gc,14562
25428
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=82bcUNMzzVirRBV9Qufnzm-mz8Xc6TYsmOsBUUGpahk,38331
25429
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=jMDhFlyIvT9caGfku5Sw0KYakNoIarrXtLlBIuf2MGE,46758
25430
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=PTXDYR0pMdREOBLTh_bs4hC2FN21eLRCljUZeuuZ6ro,17374
25431
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=dwbaC-zTd4145aZOIDHTzKbYQ5Kzfpq5a27kQxq2bcM,15693
25432
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=qAw5s3Ea6IbSLrniCrwNx6HXmqCElUEpiQDXdLmiQQw,13427
25433
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=2Nrfj2WZ2XMlSQrwTm3vdFAG_kKTscCkYqOx_Jh-uiw,11632
25434
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=V9ed04VVoyibFp9QZ7wl2-Si5Isbh-cs3QWam5uFqEs,18055
25435
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=gtGnEzAHqZ6NWV_V-IDiSv_O0diyqTzaNgHgUnhCmpo,20784
25436
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=32LtfD2aPCSy4hJ9M8QHWZfcKgDjFx7DGf6v57AWubM,18128
25444
+ pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py,sha256=1BLUkbZxl1uTcjD10Q4n4ejKG5vgiEt1z1d6vSiuowQ,15412
25445
+ pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py,sha256=sdKRBzdyQU46sXofu7xIfDUxCSXDoC0y8vGnguKShuk,15497
25446
+ pulumi_azure_native/securityinsights/v20230901preview/action.py,sha256=v4yNDK3kto0JJt0wV41pMaqtdvBxrmqmkr6hfUgLMfs,14479
25447
+ pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py,sha256=VD1Ou6aIxPS0SoBehiKJ8WrAVkCpj6KRSLBQIY7L19A,25383
25448
+ pulumi_azure_native/securityinsights/v20230901preview/anomalies.py,sha256=ZHj1ghwf3ni6tkyUWt_cxGbB0aP6XxxPRDKzvutO5bM,11862
25449
+ pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py,sha256=580j_95Ztbqo0kVTPWx47UFeNgc9hC1DMGHoyUOs-WM,32149
25450
+ pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py,sha256=tCi53bPFWxdBVJg4M2-W68AFf05jyGRNmS0nND_hY8g,15465
25451
+ pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py,sha256=ftbyGN-2b9zj0oaQKVds7gbq579-ylX_w738zF60V_Y,19444
25452
+ pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py,sha256=RdV3NmGjPZgR0fGVxVvCSnSSISBTfC59mSiAqUpb6lE,16221
25453
+ pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py,sha256=SxhsJ8ZLzNvRUfpFFD3bsxL-98jZLcPy3Uz5upl1QuQ,18160
25454
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark.py,sha256=QE-LSrn8lm4HLINGULZCMNJOTzRMxshwoCz-4qeL7Tw,30462
25455
+ pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py,sha256=90Aw3J7krutdGBuWhU9iC4Z6EtXOJyTa2KUKeNuOOVE,13808
25456
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py,sha256=mVaACRVvuGtk5A4rVrhTnYe9eITJbpAvNnxSHF9m3ww,16885
25457
+ pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py,sha256=1iq5JiIvBgPxgXARM_gJPWNaK_1d9v58YIxgC165M38,14656
25458
+ pulumi_azure_native/securityinsights/v20230901preview/content_package.py,sha256=V5WLWNQA-tMiHfQferbWgTX19MpvW6ehno6BFoxuW-A,38416
25459
+ pulumi_azure_native/securityinsights/v20230901preview/content_template.py,sha256=YsWF6BBEGe0XRNyUM30oXSaplg2PdB1cOCOqAlw1_38,46844
25460
+ pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py,sha256=XqFqF7L8uX3L3xRgIg8x2aX2YJYj_Iwf4lhnkn25LVA,17476
25461
+ pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py,sha256=7w-iNE0zoLT8KkD76kgZES87fTPF05_o-GVrwPfSgdo,15788
25462
+ pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py,sha256=yp9OU6273oxohuEK6z6y3jlCuld3qbEgIVycdFC9ctU,13513
25463
+ pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py,sha256=ae3N5hb5nf-rTyqX0Us_UsUzLs-iuv8rJNYGUm8HGxA,11709
25464
+ pulumi_azure_native/securityinsights/v20230901preview/file_import.py,sha256=lm8w9kSLVaKRV4BSZIR-pWf-GnlKOod86MiZjeeFT98,18136
25465
+ pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py,sha256=6M2ibF64PNHnJ8Kj2V2q3kUYmsK3sKufGT6g98RISYQ,20870
25466
+ pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py,sha256=AJRqCfcf_GolgI73T7r_MMXBF5AHVCTi0yASkjrM0E0,18215
25437
25467
  pulumi_azure_native/securityinsights/v20230901preview/get_aad_data_connector.py,sha256=fYB7KO87xN2LyaQqJdVL9G0YMD8ffD5Sjenh20pmydI,7622
25438
25468
  pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py,sha256=7ZqUpFY6t5eL_XoTaSPArOj2lzhT5w9mrdYBNPqR27c,7644
25439
25469
  pulumi_azure_native/securityinsights/v20230901preview/get_action.py,sha256=nin6qFnxhkRqXaw-j71AEg3kUDCOgcPVmqUagM68TW0,7244
@@ -25494,69 +25524,69 @@ pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_assi
25494
25524
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_configuration.py,sha256=BtFVzSBjLQxbz-20t6ZTNtmK6J6nHSr464xJkpqsqus,6916
25495
25525
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_group.py,sha256=yqlbJ3xOAUr8ndySqTJto3l6Utvn3bSojXtaujbjTT4,8087
25496
25526
  pulumi_azure_native/securityinsights/v20230901preview/get_workspace_manager_member.py,sha256=mHxqPoYOX2UrTSIcnRK2BMPyNwSbZHyAcYLo4BiX-po,7924
25497
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=EjjGgc1WSC47oiyLqz2uf_Kr-n5_v60tJXBYD_cyq3I,19527
25498
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=7iIhmCjZnBxAzot8ZNPzhrEMDKjXOje5zXUXg-_0x-Q,10876
25499
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=aexzI7XME4T1jy4krknr6Kd9irI7pnFaZLfAzuIighk,13494
25500
- pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=3s9vFCeNzHM5qRDuZcKegAqscdDhIjr86QIA8J99uZg,28850
25501
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=THDJH37dGgkzbiexO6wCrEBTu4NGCMn3MIK8kv9eWl0,14034
25502
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=xwSFthdmuN2G01lYzUsSCZI0zbiFKlMBp-71jLJwXHQ,14448
25503
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=sa7XlhUqMbTOBBJBcSmmazkKFHh_bVFe_F9ErG0kqGY,17152
25504
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=4x1PQp6soXumHowcRsCNLPJigc_fyJbkzLGNIoDmRiw,15234
25527
+ pulumi_azure_native/securityinsights/v20230901preview/hunt.py,sha256=HUNDb8oMDj0Ce9uNpvl5TJB1IGPVa1pzGOs0UyHh7TQ,19602
25528
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py,sha256=gazMxQOWdjRFeV0o7X2pjWhyRz9h5Ax91q8DBqw9Opw,10958
25529
+ pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py,sha256=_eeKgOGr7lZ3_KIFxm1fnYDpvaBK4JGXPNuKLSlYgCI,13577
25530
+ pulumi_azure_native/securityinsights/v20230901preview/incident.py,sha256=JPg4udwqlD46VoL-aCfTOz-uwlBsg9oK-jKas8tCg_4,28929
25531
+ pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py,sha256=ZmxA2SecQvBGJKgBxwaOW1ubBclVIbSB_uQ1CLIvJ9U,14120
25532
+ pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py,sha256=lAslaf_62oGtMx8GJt3rePNDVfUGxQfZJpX_SDcm_E8,14535
25533
+ pulumi_azure_native/securityinsights/v20230901preview/incident_task.py,sha256=kCtPuy9DEBjBvewe5a6y0w3n7ZjjCjl6lOw0x47kVW8,17235
25534
+ pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py,sha256=WdiZy_CqhiaX0zh1xqHthEaGlwNfwna71KwP81SPFa0,15321
25505
25535
  pulumi_azure_native/securityinsights/v20230901preview/list_source_control_repositories.py,sha256=UBEUzX6P7id8pzX35zMqpdaSmW7tuyCpViEaq_oOAzQ,4178
25506
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=Vj7KEvCTnNnStDiZStN0CS6MLO41QoU3-IovPw4TRdk,15384
25507
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=B9AXV1pWUGhNSgtcsqWY1SRp7FJ4SCdFJLv_MMHKVnI,15561
25508
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=VLnrYvseeXC61x6_dBw6qr_2ShX6zyjHixgjn06aOCw,39139
25509
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=bY3UcXAVlw1jkmwi4ZGVn7-v_3zgEZ2qniLiqXveHt4,17501
25510
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=IsgvzzkGvq_0XBtpmTp_G9iQPrIQW0cUZ_TV-0prh6U,25936
25511
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=ua1cSxEaCAfvjg4Wfk3VZOaCVaqdt92eeo0EaBht8l8,17514
25512
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=zNiebpJGfo4tpBsZKl335wRC-K4IdtSgyCVQM57GWP0,15384
25513
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=5MkbPc17Pca1GYheQ-Slxa_CYTOXYvhmXSPrHaUvMKI,16990
25514
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=aFd58sDY3pzHpAmgnb8u4-QEGDRsd6ukhHsiCae8cVE,37889
25515
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=My0pgpqcRO6UnBX03fkTOFjmcoEwS4rI1rYXhIqx49I,16020
25516
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=ez2duGq38QEAUBJhRjtKjK3ljuqOayoklpCAZRjXNks,15569
25517
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=HJydz-eOvHggL8EHY502YeWkGF-sB8JuNYgiLign8WA,15356
25518
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=tnQOEBDuxuLxHGm15hTWpA-esviMzf9fpfPuzBGu6po,15561
25519
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=KT3arLYEtksNhvyx0wLC93W_2JFLxyAorh-9_iJw3oc,15813
25536
+ pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py,sha256=HOXRetbnvdkheYMD82YUNuOy7Jb6DQO4WTKODCPxwSI,15472
25537
+ pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py,sha256=Ky9fI1XawSJjLu__EU_F6EqSEwXeS93fO7Ru4SfEYcw,15650
25538
+ pulumi_azure_native/securityinsights/v20230901preview/metadata.py,sha256=jaCDFEkGSpbSWHWHPQ1u3wj5QsyhvvuMMdZquaT5ZPY,39218
25539
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py,sha256=W-CSLNg4F6GXZYzZQM9EqGX6w-8590zEYFk-fPlPsQI,17622
25540
+ pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py,sha256=RStq_5u9p4aS0ZNj2DpG4wqqnu5p7EGfh_7VXuYDncM,26049
25541
+ pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py,sha256=VKSwT-vnC9ZFFmf0LhOEpvFZ2M8vMD0IRcC7Oclq5rY,17613
25542
+ pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py,sha256=ifdOIRNqY9YlkfPaSFsiJp4Mp938pq64l6ymqDw9eEc,15472
25543
+ pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py,sha256=r2bAaehWfewV7M9ylbUEKzfK8kcFH9YaR6tk20SKby8,17077
25544
+ pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py,sha256=M0__QSlf-ysrlyJNNJwXpeLQooB5TB1rKWRiD97P1-o,37972
25545
+ pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py,sha256=rfnGF5Nq2EEYCzVjOvjVaAAnRUueUSpWd_9KEvurrz4,16120
25546
+ pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py,sha256=Mxuc7wcX6sw6JbcH4eTv-KFJAv5p92gv4yPiTZlQRb4,15662
25547
+ pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py,sha256=H-pW29tJ-4haQqQEEYx7xyY8OMrx-neSXVvw4MW0bu0,15446
25548
+ pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py,sha256=KVyEpzsOK3nR0v8afJCYSDHCWfUhuWsR1XOvXrzCXjY,15654
25549
+ pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py,sha256=nKfHzHYThYI-_9m6WF7hNBE8j1cCHMocHXbysr2_HhQ,15910
25520
25550
  pulumi_azure_native/securityinsights/v20230901preview/outputs.py,sha256=iNWkHCnbZ6w5FBH6VDyF-82ZA0eLWIJT_hfso3T7EHs,272284
25521
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=CSSUiHPDIgE_2Ga1zY8ygJC2JUe32Gb9CaT46rLP4rU,43879
25522
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=XDZqyT6sk7jSBeXv1tgjyev5qaWK140loqQoFPW5vs8,13035
25523
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=vUg9dGdOhcaqZ3y2tntZVnVvxxGeuoBDBO-H5eI9njo,17451
25524
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=xyGfXZlQj1d7938ad6YOIrp7DH4tjka1KL2be4nd0rc,40631
25525
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=NYw4Jl-l6y5E2yPfg1PLoW4tOnJjl4IzXl4vckcuVgc,16550
25526
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=WPfzX37iicHWpvg6jmcA_JFjH2c017m4ybz71Jw5-1Q,25481
25527
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=ErlPzsuqk0SR0cOtnbZOhYFXIZyQDAUzQrulkXUpZ28,12805
25528
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=H9xPYMQbdKqxD_I8CUdt8A7h422reOX2w2N_1LLtRcM,37627
25529
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=TzTXEKvv9EJ5DNuO45tHM9R8LcwoLDcj8OrXG8a4bsI,23532
25530
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=IHxiCZj6Y3DsxWJaeaGQspeEw-Ngt8CV9WAWjKZYPu0,13718
25531
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=NmwHSuTlEfModDK0jgJGRujtbJopjs5H45QIhUyXXkY,11092
25532
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=FwbrAnbP1ULCfJAyMaOBH0jUESNoXAap67UZMnErrwY,13622
25533
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=Cctrg1FyUVzFR-O3BFmcBAVzN9HjpOvjkQRvTAqh3ys,13062
25551
+ pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py,sha256=PL_eEJ3DORz4R6NEsWIhZwU74HT31n4UscemQY5soF4,43968
25552
+ pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py,sha256=gl2bt8vgc7YcwbbNVnc0tm8HTvTlB83TuU4UMKSZlcU,13129
25553
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py,sha256=ehAhQblmbbhsDhW8X1MHOoZr99GnSCFkBxNQHrD-oYs,17549
25554
+ pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py,sha256=PaCCbheU_pkZme6hNV2CXcWiSZwMzDzrYyIaRXHh8VY,40729
25555
+ pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py,sha256=S96HR7WKYnSIK2UQKHz_aovx6N2Um4YLdMXmtJa4fYg,16636
25556
+ pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py,sha256=SBNVfJrHA2cxYQ-xxVCNdwLjpo-sO1aD9gtW_xOBuyg,25572
25557
+ pulumi_azure_native/securityinsights/v20230901preview/ueba.py,sha256=nDl90JWJ-Fbws2Vhmv276RqyzdM06Yl1XUQuB999MyQ,12880
25558
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist.py,sha256=AGZvGJx02MEtxq5WOIeA9rqhKCKXcV-Pdv1yFHgJ78o,37707
25559
+ pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py,sha256=23Tja6rHv2toKk3KDrYen4MdRIOPk2DkpP-PXz3IUe4,23616
25560
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py,sha256=BYLRPZeyaaowFjXatnyuk4GBGJ7u0zVtN1xKSt2-TVI,13815
25561
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py,sha256=Jrm8Wv11OOxR7BeLbRfqQyxlgJL2UJTi4xdW0NkSi0g,11192
25562
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py,sha256=yfMZZ5K7Ur_Bf2kRx_dPSuzeNpWHk4aX-lFXuRoDIhQ,13714
25563
+ pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py,sha256=BymdHkHd5iwwXIQUx0OA4hfp4JQ3mnT08zF6qRmVoA8,13155
25534
25564
  pulumi_azure_native/securityinsights/v20231001preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25535
25565
  pulumi_azure_native/securityinsights/v20231001preview/_enums.py,sha256=cRaLnGqo7Or8H_UnXUMJlMsSkvK9hjUjSeXKDtuB0hs,30303
25536
25566
  pulumi_azure_native/securityinsights/v20231001preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25537
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=DYnTacZGgBZ_NlvIkNVdKWD7y4QHjWb8jB70pJDSj_4,15325
25538
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=GuE7AbPSCZ8GpzN190Eanz71uodlqm7IXj5QpSMPHxo,15409
25539
- pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=P3x34slty5qDV0ebzX6iSZcGcGPjqP2mQXlG0hRzbuI,14402
25540
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=k8JMD_p5WwXDzZH5er7fqkvjwl2yXgfZj3FYk6Haqa0,25287
25541
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=SOJaAc0zfQ7oV2mKiHsIVjCEn2QAxSMRXDYNntfRISY,11782
25542
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=4mRSN6-8zKuY11AM-ZnIWRucl6YutoUc9JJiERaRdsk,32044
25543
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=jQqFRunaKTd3P1SNdfytmyFTBlFerTW0HI8iUntXIoQ,15378
25544
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=DyYTz-_kXRMGdMPmIvIzJl0M8I1inrBZz1ZxPsat9Hs,19359
25545
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=X2on13QN36ybPsw8vXE_-J5aKapTE2mDHsc68uvDm30,16124
25546
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=z2P6-wVS6LCwh-SMSQW5uAnknMjNSMCG0vfdcPrDuxc,18071
25547
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=z9FlYBqHG2ygVbIxkyNZCWi6RZg5XXVjSb-FjvTLsH4,30383
25548
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=ZJXY5dLUB-aHYP3lh-VeHlVst4JsAersEfS2VKFVoeo,13721
25549
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=EP1wYTsocn8A0NCV7YxOYmqXx-BB08wFSj-7U7sBiqg,16783
25550
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=9luljvSJMcXYcyixkv7qau0uIJBmroDzb1vDwY6C-Yk,14562
25551
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=YMlkm-zKuYJp3pPHPsRyxH8r2C5H1sWeSplERYXIS2w,39672
25552
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=MCKJ5MQlkMrb6RX3_pR5BRw47JbsndyL-KktAEnlmZ4,47548
25553
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=AszJ3TuS93FVin8WWz1DkwMrJnPFww3E4ny3Uml9jSg,17374
25554
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=FF2TnT91Orl89g4FnwW100M0HwhiM5GcTcfgapaZ4o8,15693
25555
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=IjhZ6uEbuOKbjWL1Db0iedcJ3DxLzzqmoBXw_yEXLDw,13427
25556
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=cwfc30m8huMH6spmWgM6JkhBWPKJIgLSBMCIJF-6dh8,11632
25557
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=WERaal_HcC_mrF0iuiypcgC35qFV1KwodjseyRAodVc,18055
25558
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=N1hZYuLTZLC-Aum9iO1a8TixOH9weDChfjWKmd5gUbA,20784
25559
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=PC3K073az8JkM7fl2G-hK9G5e8TQe2i0fImJuyJRPPA,18128
25567
+ pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py,sha256=h1nWiawgUgdivmTTS_qW7HBY5-lCNBhb1rGVwAZIUjA,15412
25568
+ pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py,sha256=GCHk--oasvyb_zOLfzYy-jz1-0cx31Ox0-AOb_Xd8DE,15497
25569
+ pulumi_azure_native/securityinsights/v20231001preview/action.py,sha256=oNDJdWecWv7Q2PuSAIo_VudmLczLo7o_o8Db1q847hk,14479
25570
+ pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py,sha256=xyfX6T19fxf2GevtBQ_udQ8Xmov-uvJhY53Y99maLWQ,25383
25571
+ pulumi_azure_native/securityinsights/v20231001preview/anomalies.py,sha256=7mLh7AJ_yVibKHOpE_V5N9RJ5tsaggSM34zBZUYEh70,11862
25572
+ pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py,sha256=IOb_z30IKtkdMzyJvGDXsymrCKtGKGVhtxWmrDAZQjI,32149
25573
+ pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py,sha256=ZUqMVN-J7hQmSNznJcpd6lIAPGIJhBiMdulpBI1oCrQ,15465
25574
+ pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py,sha256=pfOFxU-ArFwUUpIY8hPFNRTajo9hN5rEERvucFhCgqY,19444
25575
+ pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py,sha256=dV8NfUmGq3a-XAuGemO9F1LVISCq22cri2q0VS9XihU,16221
25576
+ pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py,sha256=Y4OHXBkMnJPctmxFMfBUOVlwLTJEDDMowH3Bq9IAVT8,18160
25577
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark.py,sha256=iCP6EY3JBgQBdUMA0Ox349ebvm0YqXJbE11-WyXVcBo,30462
25578
+ pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py,sha256=hw-ejAR9Avwa6hrw5YfwCNOo_tRLxtAEpmi3ShDTHjM,13808
25579
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py,sha256=RPwBLJP3MeloB_-l95Bjb3kcYtDS54raScNuwGRDuY8,16885
25580
+ pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py,sha256=_7T1HNLOdlEzF2zL-tbrnN8KeNXfuqDBxE0KegihcCM,14656
25581
+ pulumi_azure_native/securityinsights/v20231001preview/content_package.py,sha256=w4TPQuqrigYwhQTLJv80ko_hjTpc0r2v2mBuV7U5q3E,39757
25582
+ pulumi_azure_native/securityinsights/v20231001preview/content_template.py,sha256=zo2qkF3BLRQrRPUUwiOS3y64T0LTu0BwjSyASTSWGtU,47634
25583
+ pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py,sha256=XlVw1WZurzk8yZAumEscXXjxEgmbWD-S5CFAupIYr4w,17476
25584
+ pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py,sha256=9JmpF-P5bZwNiMRCtUhgXkLl5y52i7oihH8AmHVt8cY,15788
25585
+ pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py,sha256=B2903iMJg30jlX6nxkzaibgK1d_qP3MIBUzCI1fSOUA,13513
25586
+ pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py,sha256=RpnlgBKSlEnQACEhlmVDiCBZCeaiGH_rByLp41tj_3k,11709
25587
+ pulumi_azure_native/securityinsights/v20231001preview/file_import.py,sha256=nkJiNaGPVu3uK4rRtO_XFrzeHD9FMkuIikerQu4ks44,18136
25588
+ pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py,sha256=wCZyYuDVRHktsrVsEHATdvynBJGYwMlkPk1C3ptJ1cY,20870
25589
+ pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py,sha256=KCaT5KC3jt2ceBHAX5Xvj8dE22vw3NXrOVLohdutoPM,18215
25560
25590
  pulumi_azure_native/securityinsights/v20231001preview/get_aad_data_connector.py,sha256=0KgBDlmCvdoo7L-zSvb-O__opTPRw5f9ST5KjiWSIWo,7622
25561
25591
  pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py,sha256=yJw3xvamLYc_7cYRkCgQ8SY4ODJ8YhUo-zEDc-T9DaU,7644
25562
25592
  pulumi_azure_native/securityinsights/v20231001preview/get_action.py,sha256=unoYDTKCqMBfC74ghZizDW-BPqXvlm_ajPjgtRTsJ7U,7244
@@ -25617,57 +25647,57 @@ pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_assi
25617
25647
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_configuration.py,sha256=G3BQ--mABeVxOgMGWkbuGMJZWrnvtsKxMguBwXicNjk,6916
25618
25648
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_group.py,sha256=pWD261slRiguEVzpcL97qG0TXEfihvE1C6oTxJPT1E8,8087
25619
25649
  pulumi_azure_native/securityinsights/v20231001preview/get_workspace_manager_member.py,sha256=XzyE-RkpvFu0ZaD56vr9rNm1woqvcsr54AaVgNoyWp4,7924
25620
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=Zki2mpWTDoh1UsjDWV-BI7eyDdHBQxKpPgWz88H0XDM,19527
25621
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=0D8ffK27fjW-cYHDLzdGlFYzYyIMVNY9Rj6Mfx849sY,10876
25622
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=jpEN9pJfyILX2HOejdDxtFUDK7fByqK2NddnqtRR70A,13494
25623
- pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=3sDF5CVxdpHasFfG7XP5JIxcU8nzYvGvg8aX-tQub54,28850
25624
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=c09uuVnkcExHfe672PeBZXYRqhYafAG02U_KySUMM08,14034
25625
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=Da8IqwEs-AxzZlNgVhOjRFXR2Ifnlon717Fnek5uERY,14448
25626
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=lOuCsaho7CVPVLZavSQ6__nmsLPLiSwUTvV1rAkx6M0,17152
25627
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=8GKPX2WlMx1ylU_N2jEkiBDRmztJsSZBysmbO2J9OKc,15234
25650
+ pulumi_azure_native/securityinsights/v20231001preview/hunt.py,sha256=aEytRZOTHSRTOe3XjN7bztNoUOmzdplYDH6M-EcsEIk,19602
25651
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py,sha256=-_ewYQKPCiCOgfvNxoqg4rZQZAsiFiBhrnmVT-WxnlY,10958
25652
+ pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py,sha256=0QN21TpYhvieUjNluBt8f0nfM1ww49-jFesB22t0rB0,13577
25653
+ pulumi_azure_native/securityinsights/v20231001preview/incident.py,sha256=f4wrik5oxfhfdnfu7bTIy8eTNQmbSwkDKwPdAOFH_uA,28929
25654
+ pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py,sha256=q29oRICASZ3KPmIYl6JPtZBdKS8_FK29u4FxRFqX7Cc,14120
25655
+ pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py,sha256=B_Y1gZVnJgQ-1xdvJxEDu2RkLoFqTF2oOiky8Jv7p_Q,14535
25656
+ pulumi_azure_native/securityinsights/v20231001preview/incident_task.py,sha256=XT-nwY3bl12_p5lVtedSJaIwHV1ZofQbfklM2jbyzzY,17235
25657
+ pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py,sha256=ALZVFnJ9amAPTQSePE_V1uGgBiWV9fABeXLxherz4Mw,15321
25628
25658
  pulumi_azure_native/securityinsights/v20231001preview/list_source_control_repositories.py,sha256=AAeuvayUjNu3y2vP5EssZbwBfGZE8LPAoci1gwydjAI,6648
25629
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=2NM5Zm6P3-4T3vPrUb2y9vIZsS0mkYqMeAy3qT8eiIQ,15384
25630
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=pWYODD091X4naZMWY-TFBBk3IMCvIQaAWJ56-F0l9H8,15561
25631
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=jI8epR0xoPAjYxQGc-Zp8IS8TyViOlu4C-Y7g5HR9dQ,39139
25632
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=KR790l2n1xfcicJfDddeOb0n0EwAgtZR-_aaaUvPR20,17501
25633
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=xnNqw-PsCuqIKsx4CKGZ6Edtl7bEDZVfJwZEVgKaz9E,25936
25634
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=3q0WMzf8Jaw-VV3AKdDreqo19eBd73ZelK9nqY35q6w,17514
25635
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=g9o_FAQLch0Uga3NJjCG7BeZ2oe-uEt8L-PdgWtQQT0,15384
25636
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=637l09vAtgypc9rT_AqsxjJ5DfhjgN2jUrKIsBoPRzo,16990
25637
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=FDH_tcAsT4hxaSZI-eHvB9JtujeF7AsZeOCmKRWkNuU,37889
25638
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=XY8Xm_2ex7cK5LGIoaXUkQGsM00uVLIasJef4hA6nTw,16020
25639
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=TcLeAzcyCjJcja-qb-a5Oeha4gSzKN6RNQpZ_hLMvZY,15569
25640
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=nVvjdbUPmKg8wWp4_-P_Aq3OB7B3Vc1EdL3kadsrLbo,15356
25641
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=hQ5gE7SElVVT0SUUnJ1onkzgzpk4a9ViTKZtnXHH2V8,15561
25642
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=lDqnRwFaKonfGKLaiXvEcLOc3VX4sAhJuBkg_yFQPqo,15813
25659
+ pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py,sha256=LuxAUkz8nYO5ujN3ztlxXyQvEStxp7rNJvCgFfmBlwA,15472
25660
+ pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py,sha256=D4A5NJCOXua8xFCvDnO6KErLYLx43uUSJIlp2h6_nt4,15650
25661
+ pulumi_azure_native/securityinsights/v20231001preview/metadata.py,sha256=4_m3o016xVUCR17Te3EUAjK5f5NciKyNjI2MgE0ewtw,39218
25662
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py,sha256=kPpJmmvED14rRVc9rfkx04hhmMTbTVGfNWjTLtWVVOI,17622
25663
+ pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py,sha256=XN8qZJtkKe4KTx6euQbe_PuLNQx-ynUfGViurcBd75Y,26049
25664
+ pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py,sha256=SvgnZc7lOr6GKaWGKFws3MdD3y0JDbBxudG8e9X6Y_4,17613
25665
+ pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py,sha256=IUBeeYe1Fz2jnlDEn0YCSHX42JAeAtTXBEPh6rDuDw4,15472
25666
+ pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py,sha256=lLYjXarmojiHw4iirMzcVYIWmk99w4wfIbjlfhM9tOI,17077
25667
+ pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py,sha256=MXH0ewOoUfjbfXQZj-i_UE178iiWiIXjeJqsntBfwvk,37972
25668
+ pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py,sha256=keyvjdFiY13vCZBEJaUkmPJfvgGEdB-4hxvisIVXQdQ,16120
25669
+ pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py,sha256=hSEfQefwUgQpe0FgqL5LGV7eSLV1sW0VHybl1X7XQgs,15662
25670
+ pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py,sha256=6JWHpFb1DoXVaNuV_cLuSuA3GkfZfEbhpA92M2zCygQ,15446
25671
+ pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py,sha256=HzCotv3h48VQUtXpGppaFJcebOzB20Xn44P1Et0giUk,15654
25672
+ pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py,sha256=-UYwXQBmoLThlBqambnRYxOphixb_h3IGQQLlCg2tUo,15910
25643
25673
  pulumi_azure_native/securityinsights/v20231001preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25644
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=U9zutyLG0mUcMRhV9xJAUOEYyEa0Z8vq4UIs0MWzgoE,43879
25645
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=4P1CxBQueihgKfhbkUSxoTpGDLloWGJyexOZtYDsFkM,13035
25646
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=OcG0U-4mb-BQUDOrAdfe26nOosb-7P8V6RY7ky1_kE0,17451
25647
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=MgZWBtsMjI_3ody-2KILEekR38oRyG5xSqN2VRD1Q0I,40631
25648
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=2ZvvigvjTMxNBYZTjUj57TQVnJLTbSeD5tFni7wOFwg,16550
25649
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=YtinNN4fML8i821AHDSXJn83Hnx4dOC_Hz4TtjZU-0A,25481
25650
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=ph8PLGJ9aTAJtNfl-aotOwYBDfmK2kuyxqCp74LNy1o,12805
25651
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=AqrP-_0C0_7v6LGexMng6fT1J-Qx-Q7CGphZr9bZ6Xs,37627
25652
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=LOyNMoudo18NtwlYPZ62BvMzKHmBnA65XznubNBi1NA,23532
25653
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=RGriuSNlQqvkr7MSJyMh-dN4u5vHC6gsls6Kffhzg4c,13718
25654
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=I0CtRNx5Vdc9fSRYqbhUzw0eDW4kNelkZGCGLRLlJkU,11092
25655
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=dWYN40cpNwncj-psjWbZBaC_zrvRpKxGTf5Os74rE58,13622
25656
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=Zfs_7d1rQASPK-ZqnB2phZz_mThHLUBVRiNQrwbF3g4,13062
25674
+ pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py,sha256=0yO_Heh2HLlRuRWBa1YqBVXcgV7-D_5tW7mETxy4Q8E,43968
25675
+ pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py,sha256=TxIb2PwEscyMvrOpizpDKTJk2uife_kvCTkpQSqsr_k,13129
25676
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py,sha256=jhE-FNCGg-OFxG4fobSB4q_KD1bd5cyXe2-jIIjtzbU,17549
25677
+ pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py,sha256=CA0XARcm2357mbKoBVePXnegeD-aXZPkGYcEtqmNqng,40729
25678
+ pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py,sha256=d2IlbCeHvQcezYXjihRx9ILcWb-HNV0oZTPMQQWdsmM,16636
25679
+ pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py,sha256=-bwq_eT5IUCUA9fYmBTShmFwjGoz7rZ52ooA6gNQJ-8,25572
25680
+ pulumi_azure_native/securityinsights/v20231001preview/ueba.py,sha256=DfaFmK30oWlweL-vDoshmjXURAQMcwLFmmLc-NDoeDI,12880
25681
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist.py,sha256=_AC5QjBwGoV_rG7GsW_odkNS4K2I5vkfT3d-QPpUays,37707
25682
+ pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py,sha256=2AV-QZwnP48RtdDP3a4TAoX6vP_rgSDNRmyJQ7hJYEg,23616
25683
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py,sha256=q8kxV4WsvXJtQjUxmRrQGwepZSDInHRf-K8T5696l7U,13815
25684
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py,sha256=MstWJxCMdH9jvdJaT---MDAvNX59q3_c7T5lKXDHSg8,11192
25685
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py,sha256=zcRRvay4ogDYT3j3PX6xu2gVJF-3jRn4a2Ltjx9wOLA,13714
25686
+ pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py,sha256=3vp0aW8Eu3zJCRIXclJ97743clZZ8T_T94wgZtb4Omo,13155
25657
25687
  pulumi_azure_native/securityinsights/v20231101/__init__.py,sha256=jD2qvhl-_zlGFyn9cpPDKcCNoIBEm1fQc7z9Dts_gDk,2207
25658
25688
  pulumi_azure_native/securityinsights/v20231101/_enums.py,sha256=j8G0Zm8nOtJ7XiPrNFAKdV9--WBfBnQAO3Hq3Mcw3Qk,20129
25659
25689
  pulumi_azure_native/securityinsights/v20231101/_inputs.py,sha256=ZFQ4hBToFef2EweDEDywZE-w_knI_ZhxLDDuQ-TbQBM,114688
25660
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=THdeJqIsxowTwc5AC9xm_OrwuSNm96iB54QiamQqCSY,15242
25661
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=-zyGaQx3XsKGgrQhBQFejytx6mUyx_nfKULrFoUsCtE,15370
25662
- pulumi_azure_native/securityinsights/v20231101/action.py,sha256=vsr37CrK_kcdmWwWyshZfcT-aMHusbGkCV0rCaL5lGg,14395
25663
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=XU997h9yEH32qcCJEdx1b_1tlZub14X8xvwdfvKtcYw,32044
25664
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=-F0OIOC0G6KUsoBpx1WmlZ2-I1xVqatIM-KxLz3mUGc,15378
25665
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=gFh6FH7Jm3k8QM9FtsCbVLyjIdTb2s4KckSLGCCQ0iw,18896
25666
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=i-3cbGKbt7HBbuUhrGDTcdlnAqZvBuIrBvh7bYI-G2M,16084
25667
- pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=zFjaJJSuORYhafzfXQfoN09roGvpa6GueZLyf_4z8jk,25943
25668
- pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=10Bf7sMfHBtv0CjxL2O9Nw5dVCgs3eYoz4L4QxzYCI0,39672
25669
- pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=zilYrgAr-deztyDf2jLat4tyjj1XucL7fbWeDqyJd7A,47548
25670
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=4bH7zxOzCeZ_NjLUB9QmqBZjfDZcsbIIRW1d5XDtxtY,16729
25690
+ pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py,sha256=_4EE9Kz_QpnOwWFJIFUF3mjGJdNq8kP6m1MYGlFXs4M,15329
25691
+ pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py,sha256=AJ_YOCsOuNZTcjoIAAcG-y2UZG1vS3rG51LOsLpzfCk,15458
25692
+ pulumi_azure_native/securityinsights/v20231101/action.py,sha256=8A_wiDSxq2qBuOng2m5wnD7DpPt8bBOB_hY51H7TEcs,14472
25693
+ pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py,sha256=w7lEo3r7HZ6q5yTnrDnECCGd2JeX5lmA_ifzMo3CGBo,32149
25694
+ pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py,sha256=SlAAFjiANF7hW7VHruW9c6ZeO4QjQmdujol29o6gQNI,15465
25695
+ pulumi_azure_native/securityinsights/v20231101/automation_rule.py,sha256=3IY7rwCHqP8u7Wu_a4-H-8lprUaijM2CrgJClRNFNh0,18981
25696
+ pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py,sha256=m_-y8qavoieF3P8vRY7JCcOJmaQJXz2QT0d9zoX30sc,16181
25697
+ pulumi_azure_native/securityinsights/v20231101/bookmark.py,sha256=7G4wspYkSx3ViwiLo-xSK42Mn47vwHGqNTcJakeswFM,26022
25698
+ pulumi_azure_native/securityinsights/v20231101/content_package.py,sha256=WyjbtNC7kPeTMmv-M3B3fLFomnaKRaWkxwtR4r0edvg,39757
25699
+ pulumi_azure_native/securityinsights/v20231101/content_template.py,sha256=Godm-Tr2fsE1-b3vpDrFzjUHqMgjfo-eygnPrTEVhtQ,47634
25700
+ pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py,sha256=DxROU6_riZE9mvL2xyTeOu8Mou1G-1oWuZdLBoEnitA,16815
25671
25701
  pulumi_azure_native/securityinsights/v20231101/get_aad_data_connector.py,sha256=uXmvCUrep-NtAybnH5PB9yl1zeW9pNhhpyXzSeusalY,7596
25672
25702
  pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py,sha256=KdZMmzWu_-7Ka8igeAsV0J6t2KE4kBz9UmiJXWuCqZA,7640
25673
25703
  pulumi_azure_native/securityinsights/v20231101/get_action.py,sha256=MxQzWjxGwdhCfqT64DW4P9WZCDM4h3YUjOEyirnp5hk,7221
@@ -25693,48 +25723,48 @@ pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator
25693
25723
  pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py,sha256=NlNAW5Q4ds4iFh3n_5zlqc4ueZHyyk-KPKh7AFP9ugM,8270
25694
25724
  pulumi_azure_native/securityinsights/v20231101/get_watchlist.py,sha256=qatsCAL3spDUWCGSQ_IYq6Xs6S_xBT3Xixijd-XgJ50,18126
25695
25725
  pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.py,sha256=sb4T1CtqbUQmxgB4W1w-8fiH_n28U6lT-g8iBWwAkcg,12269
25696
- pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=9DttOoRUfZ5cS5JEBUjUULj9daTcRleEYcSOWIHvRD0,28422
25697
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=1cY3bdaakyb-jokEBWuzW3TGFVnGbAtj4370pCfB3cw,14034
25698
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=-YxR8eIbpHGmJzW42Wy-felILsAlidWqaV7-wz2Rvhs,14448
25726
+ pulumi_azure_native/securityinsights/v20231101/incident.py,sha256=WCSJeVF8KQ-9oYgQknzof-i71oJpZNXG1svFhncVDGY,28501
25727
+ pulumi_azure_native/securityinsights/v20231101/incident_comment.py,sha256=0c4Y-koMtymN0Z0VRD2ra1YBSGzyB-2R8rNOE2YuwQE,14120
25728
+ pulumi_azure_native/securityinsights/v20231101/incident_relation.py,sha256=J3tnI6COrhkiJyGhyD9s5JyMKXSdu32FdXEiKBn3b2g,14535
25699
25729
  pulumi_azure_native/securityinsights/v20231101/list_source_control_repositories.py,sha256=RAHzMmZinrrgpPxAE-VEDEJs85-lJWcpnWFiiELk3cg,6634
25700
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=3waXg282TBiV2PjaF0RCY6hjsetMCHxula0VkY0JjgA,15305
25701
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=hUOx1Uk2sK1emqnCbVyTObK4nahTwv7jpfArVeIF2tc,15522
25702
- pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=2HoU1sYE9uSBCIbQP8SXC-a6oWmpPEk7NGWoKiaRAh8,39139
25703
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=yBpabFONC6LZ19cqiYrtU-Qxj3ZkWOhFkA19zuC-t3g,25936
25704
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=TxDadS18CA0X_1rvWwVYLz48qN5OG75aUyq8gT3y7_Y,15277
25730
+ pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py,sha256=RjawMZYfDQiK7qVedAIt46SNmVK8JQ_3F7OpySuRN9c,15393
25731
+ pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py,sha256=sSmKc6HpAFnJT0CYcjVCV8xUhb1cRrd3_oiQaBKUgMA,15611
25732
+ pulumi_azure_native/securityinsights/v20231101/metadata.py,sha256=GOkMPTs4kp23hWnY55Q4cdKx2U_Tm8SmCvMdZ9b3GAA,39218
25733
+ pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py,sha256=ievb8AWVQTqGAaQbOKK4NdkxJ-R6yQwziR_VD6tFaMc,26049
25734
+ pulumi_azure_native/securityinsights/v20231101/office_data_connector.py,sha256=uLTxo1Wf11dvxbBFGjcA8z2jW4nJ879Ln4VRwdNNgSQ,15367
25705
25735
  pulumi_azure_native/securityinsights/v20231101/outputs.py,sha256=M-3kbW8_dKoxezRu1F8KIFM1FvOXRtw7kCVrR875O5g,107584
25706
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=wyv2B9NLFCneGP67ZzFsWQBVHkU_z6MMLzE3ndlMZoA,41843
25707
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=eOOgHyU7MpTSzAHnq9xoU1jGhbN2Mn8ZL_Jg2swyeO0,13035
25708
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=_2PFQh1NdSH_kz1kT80vEDBMDxE_PaAAuw3fWby95ZU,40631
25709
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=K1kFfbqpPCD_pOVm2AjsQUWf_YWfyHPJ6bTbRiRrp2w,16471
25710
- pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=g-eW-_BiJ12PWb3qlJ6xXRJ2nxZR56Ydwulhr9CkJvQ,36510
25711
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=gpioi4gVmm2GC8wrWpA4kNw0Mf06kSQC_2fx6RWoklk,23544
25736
+ pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py,sha256=3Ge6SRfMHiQNLumBzmmIX7u0QaJccVaPe__FRgT0VMQ,41932
25737
+ pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py,sha256=Fkb8Bc43eblAvfYelvOK5ikAcGQkkEPeX258WTw6e8U,13129
25738
+ pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py,sha256=5PTXU9NneRXutXQ10kf8ANKJrJWS1EF1nZtO43NcCoE,40729
25739
+ pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py,sha256=XOMoragNEKNrg7R8ZcImHH-0tBq-wL64GkcG7waXppc,16557
25740
+ pulumi_azure_native/securityinsights/v20231101/watchlist.py,sha256=XVVW_w8FYQh8gpGE6H0I5qi9_iG3naUuJPQth1dwBnw,36590
25741
+ pulumi_azure_native/securityinsights/v20231101/watchlist_item.py,sha256=v1cmL-QBOqtRsdpRWZb9ZXuWzNVT6PuCuXmu1FZaG3o,23628
25712
25742
  pulumi_azure_native/securityinsights/v20231201preview/__init__.py,sha256=iG4zx4J2YG1jJMKT0I0Mu4CLwz_iyDWHBGRTwyR16JM,4913
25713
25743
  pulumi_azure_native/securityinsights/v20231201preview/_enums.py,sha256=1nDVtCTb-_9NMktPeqqat7tUcxHIse62g__h-rF8-L8,30389
25714
25744
  pulumi_azure_native/securityinsights/v20231201preview/_inputs.py,sha256=GbDiOR2rnxs95MJRCkRNcmsVHTIfEB-pP8c37ZY8934,317816
25715
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=Pewfcj5c64LApxhueiWjkuY0vGoQJR5bJevEJARhg6Q,15325
25716
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=QkREZp3u4QImFuh4VsZHEcl7m_tk4TOZ9-Q5L9r_Yg4,15409
25717
- pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=MO5ZqMIghmBtiikQj962TSOqWSudjBTKj9cxePfhnK4,14402
25718
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=BeHFCXMwZ1YFEx534Tb4_sk6OrVFcdjRKCiaa323hN0,25287
25719
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=Iow-kzv7tWt4pRQVmfN7ViNHB9WG_mvNpgJaWEYonp4,11782
25720
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=MOK-a_J5FhTDDk2r10r9wA48J5xBp1q8zckUmTiemyc,32044
25721
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=0tf5tc3MFO_vXq-P3ki3X5SKAPGg4OwvpgbCBn2HEJ0,15378
25722
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=uEG_nj80zVEgfXOU6jpX9e5i7yzoFdNi-mNJ_4byRNs,19359
25723
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=GATGWyWHr3Mz5GghpnaeWl9mtOWInhveZD4IyCVOJpo,16124
25724
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=HsJde-oUtMtYiowsGI1I0Spohg_gBPZT8cUSgsKuDYQ,18071
25725
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=HYQlWqp2la8V8nrPtRucffDWN76Ep1YAty5b0k9tz84,30383
25726
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=2PUt1Yxh2pSFXmcYZRDGi0Ye_l6OfUDpQC16N_bFuDw,13721
25727
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=0fUGcUVj7YgFCfEBAcSiP3dQL997n69ZY-w9YtVYhBg,16783
25728
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=_zYhRQB_29YTuMlr6EvXypbob5s-XN0gjNZJeQ4tgE8,14562
25729
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=0xOwgPbhXnduKz6MCKGHd1nPJjCe7XBbyk0JCpIumtM,39672
25730
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=-QF7b5f8wPcXzZ7a0gcX6CNjHseYIp4xu9WYzB9XwfU,47548
25731
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=7FFovpZ1z_s8SYi0LAZc-GtU9K7QPhjjOEIzcMG8L8k,17374
25732
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=m6OA29-xa1WhH4fj0PqJ-CfghQpKJaSzy6NACVVpwiI,15693
25733
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=8o9ZT-6nFrOdzt3ejZ3Yp4Wvrx9Hw0MBw472wNP9eHg,13427
25734
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=3exSm9JnR3rNlXpB1WJULtpFzX39YQ3rlbwmdZeXOgs,11632
25735
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=X5Qb7sHw599hvSa51KLfNXCDZPw2gCJE6T2M87w90e4,18055
25736
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=BUMtf9pILbr4FBwFtRgQl-_uyzF-fRI_brP3vtp2Pyk,21129
25737
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=zMofuXcFRyQh0MTC6IU1coOl-GjRQ_EIcLP825Fb7UM,18128
25745
+ pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py,sha256=Vh-7YL7LoIhuB7s1eGxiDftvbR9exqx9ZkKlatJCUrw,15412
25746
+ pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py,sha256=EVRX--UqoifmaphJdLU8IEtxwPBTBNSiy-r1qe63xyc,15497
25747
+ pulumi_azure_native/securityinsights/v20231201preview/action.py,sha256=ob3U3WAfaHKBQCYycE7OIRHqloBrdRbnFZF7-TjlzyI,14479
25748
+ pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py,sha256=P0eBHGIwj9FoIfB7sksDlYCpjz6C1bf91Cxx892chsk,25383
25749
+ pulumi_azure_native/securityinsights/v20231201preview/anomalies.py,sha256=ewqYTzLPNeUT4nysQIwo6oZ7nOZD5Delsr0bJX9jz4A,11862
25750
+ pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py,sha256=JFQex7Qmrd6_E0Jca_4kpYeatNodWvebu7b9WqiTxF4,32149
25751
+ pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py,sha256=ATBX9JjQoYya7ho42YeQfHEMU292NvMNNZVSTJQyHbM,15465
25752
+ pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py,sha256=_3_tL-rBkfcDgX5jkY_FzySRqtaZ40ljjzt35TT0VBo,19444
25753
+ pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py,sha256=KpJBsDpEM8teyBAGstJSw-Xr30xddPPEB11eOSzXOtU,16221
25754
+ pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py,sha256=TWXHz0GJWQeKKfpy0eE4-yyfIyJ9SBT2eyb1d-rbJAE,18160
25755
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark.py,sha256=3eCZXR2I2voQpcSNHydgtapoLf7i4IMcH0YP_1bG_v4,30462
25756
+ pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py,sha256=fFv3w2vXXCY4bRaGHOBtt6XnEQEarRv2BUuck4q4pL4,13808
25757
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py,sha256=XY1oDghFsGsSHzcNDPvGOQFCscgK97EQoPpUgwqLXNI,16885
25758
+ pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py,sha256=sE5ahVUNAbIyLRZ9aRGl5WTG8JvDgst2OYwptOjBD8s,14656
25759
+ pulumi_azure_native/securityinsights/v20231201preview/content_package.py,sha256=ZcbjVd7riwkEo1JlZAlkR1odluy4XByUjcZRsb32M_I,39757
25760
+ pulumi_azure_native/securityinsights/v20231201preview/content_template.py,sha256=rxTYkywt-bQ05fpSO95hS7bogaIVjHo2jYNapc-GnqI,47634
25761
+ pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py,sha256=qL6vRGWnVCbnnPUlmS4E15QUvmEDTnlDwIfB--Epj6Y,17476
25762
+ pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py,sha256=Ep-lkP-8dXMREBxJaJvSmOQNcf_xl5fuJKv4aG-xiFE,15788
25763
+ pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py,sha256=p7QAKauyAgNbXZhQ8p-wqgFbCrxuFUkVkM0Lo-Jx5eE,13513
25764
+ pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py,sha256=zA5gdoHUWZfrec0qOuRkmQZAjnmPAHxCoQNIxDjEpPw,11709
25765
+ pulumi_azure_native/securityinsights/v20231201preview/file_import.py,sha256=2IP0eMrIpuzDmjQmj7dC3DJRyAMzSNz8hgYsmqJsL78,18136
25766
+ pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py,sha256=89WEM6IKUAQvopY_3hRqccZB9Jp0SR1t1BJ67P_BbPM,21215
25767
+ pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py,sha256=wndzdIi149_aCBlbfwRaozJ4_q_soKKEojWyz_PIUCs,18215
25738
25768
  pulumi_azure_native/securityinsights/v20231201preview/get_aad_data_connector.py,sha256=rAccYplcnbrVFPjiFfMhqcRXMmM8EvSgdYg472rIaSA,7622
25739
25769
  pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py,sha256=0357Gf4NtNLb9X2qrSrksJOn-vJnMDpyqKOtfgs1SlU,7644
25740
25770
  pulumi_azure_native/securityinsights/v20231201preview/get_action.py,sha256=_YUVid3gBaTMdkNamlhm7-dB4La5j_wM2AXyQEHh_WY,7244
@@ -25795,69 +25825,69 @@ pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_assi
25795
25825
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_configuration.py,sha256=mFHmCFEt1MuaDnkuDGOvnT2Q4xahuz22T66zR-sULso,6916
25796
25826
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_group.py,sha256=TMEgkH2SM5EOF-eXg-a2GrqQBpjiFcFWVX8s3xL_qes,8087
25797
25827
  pulumi_azure_native/securityinsights/v20231201preview/get_workspace_manager_member.py,sha256=iifk0k02qL-UXFvA3e6gSVxL3JVOeG6pPonysI6D_Zc,7924
25798
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=68rufN2XIuulbdy5FISDlLjnnnUoN0tXh1O47bLCLqk,19527
25799
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=8GuWwTqzQ3GebUjgrpJSIpJJzzebjWXSvR4RVmikZlc,10876
25800
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=v69qD2M9yraLrQXj8TO025hQWMLQtX-NEVRj70WlQ-k,13494
25801
- pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=84tW5NV5xSyViXKFL0NR_BicNA8lly7Oxgdps7oMbb8,28850
25802
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=uwzL7qMXWl78lIJyclwzCljL3mxAdrEEu-jsoqy_uzM,14034
25803
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=dAPY44HM6PPJgdiOjypbe_-bcmAMSb2GtjlenZPGmg8,14448
25804
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=mG_jP7XMPpW02zoTfTO1VWmpbDP5IRKnjedfOgRTR28,17152
25805
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=Tth5kD5W7i1iPecF4YSy1i27VZUAOu6XsDgtHy97GlI,15234
25828
+ pulumi_azure_native/securityinsights/v20231201preview/hunt.py,sha256=PoZXG4V5qLEV-qCmzrtnUXcrggSwlOUWWFePT6fc6qc,19602
25829
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py,sha256=bG39BLDeH-6lwERQFx-rThnX4MlxYdHaQeQ8paKJaJQ,10958
25830
+ pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py,sha256=nZgBuBzmkkWr6QlWDnsoC3Qer0fkJIynZdwJiSf4fYA,13577
25831
+ pulumi_azure_native/securityinsights/v20231201preview/incident.py,sha256=rcTnMRdCQUiQkFxh_UqPy-HWVMcOAxi0TZUIuBBk81s,28929
25832
+ pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py,sha256=y-CjAU_9qow_2JcfI5voed5G1P3KBflWcox88cLDoaA,14120
25833
+ pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py,sha256=ug7KXz5GECe-NvdyvFjcuZer9D476KLk9I8QrE8R2z8,14535
25834
+ pulumi_azure_native/securityinsights/v20231201preview/incident_task.py,sha256=9KzKq6DmJeT6vVdYVJP5dllwxj-9SLFZOElOK4CU1O0,17235
25835
+ pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py,sha256=lbaVzrhYhg3YCujnXKg3rbSJ8OyUznOGbFUCKM4Trm4,15321
25806
25836
  pulumi_azure_native/securityinsights/v20231201preview/list_source_control_repositories.py,sha256=1pJ1vVC-y5sqqrc5bSelx9e3Ey03RtYhoji96hLUxik,6648
25807
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=0rLdJDAPhK6u3MrbLgcaym7180ALwYV3FD2eAe9PPdM,15384
25808
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=mSBPe6nSFqios2QmCMQhICcLQpbOnWuuwXyO8YMYU2M,15561
25809
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=Pk8g_AaP76HHvQ9JovGMWgjZj_nRN194qNYW_-lZ158,39139
25810
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=iZOl5qv1iIyYdt53ghCHradH4-PJCgpImdRxYSFWRy4,17501
25811
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=YUAjHgq62J6bNSQQun4tN1qKOhS1J7AAp6-B6ps6Ucc,25936
25812
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=P794T5o-N6SYARBB-WEyibq2q3D-ThIv97bvhZnh4jA,17859
25813
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=BXFISnp4Pa-tte4JOrmYbEzOvAODCpoPKn4vpLXYrv4,15384
25814
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=ZYpOSqgDJ4XQYP4d2rGzrMclWY1axeS_XRnCFsu6AwQ,16990
25815
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=Pl_4RTWGfRdUl775fFqBIDd7TUfJTgPHn0gb3lpQS0I,39287
25816
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=czO3C2rTa4Z5pv-nFPVkXKjuyZM3NUumbzME0xJu32c,16020
25817
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=xDnV3MbDTDoh4eV6_JYr4rfl4n9IDpE58HWiHw2B0yA,15569
25818
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=lcUoziD-Das5Awp_WgIXe9UNf4sycwA3A4H_3xidfDo,15356
25819
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=_dAElWC3YTzP5Jksi0nkxDiNOO7hTLNVIddgF2PqC1A,15561
25820
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=56oWW6OBAGw7mZgYxlQ--VHCAYnJl0tNNyWwAa-cXrM,15813
25837
+ pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py,sha256=a4fZgJGqeJuFlR6tDXABKxRQidQaPTnvhi32y-pRK4E,15472
25838
+ pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py,sha256=lfr-m2ivgOSU5klJYag1vqBpB8FHynrKEbLpPMakS94,15650
25839
+ pulumi_azure_native/securityinsights/v20231201preview/metadata.py,sha256=i88gIKADq6fO4Wtuzv_pS_lSlxPyqqp7X1lZqsOg5Nw,39218
25840
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py,sha256=-w8x4DcpPIs7djv8pduiuyMac6kVanMdpTB7j0G8hNs,17622
25841
+ pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py,sha256=I9S1PxAKJMifnyzvZ1eMwacDgFPZPgQnAN_SsAs6zcc,26049
25842
+ pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py,sha256=StafoG026jxF_32ENmQIrqKaUIaPT4RQvKh28WjTeLY,17958
25843
+ pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py,sha256=6FuVSn4JbUNEM51f9pVz4cxg74ilPFaOVpgLGLVOIl0,15472
25844
+ pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py,sha256=z9hEHZKM-gbIIlrRKz-L8vuurbkNOENOfMLm0cnW1_M,17077
25845
+ pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py,sha256=hLZVnEeO8uYjWW0I4JUbE9T95_cj4669EQBP5wdrGMo,39370
25846
+ pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py,sha256=pkrJr3Ye9sr_YsVnZ4QIhOWs_0aZoBunu0OdcZYSlKQ,16120
25847
+ pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py,sha256=RYVznv0s1XbgMK1v7B2OSU7jiNh3xRSiEHBS3NOR3IQ,15662
25848
+ pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py,sha256=ngmCITr8nkdV7B5zxPB0fuFBL9o-r-yzTQLXaI9-tZ0,15446
25849
+ pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py,sha256=BSMvLOJMbyeJyq4iYJS2A4I9BU_USnzxx4g1_v8cD0M,15654
25850
+ pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py,sha256=CUxmTuS9nSsiPuDSOBfcQjswffcw-fIxom0VFlzovHE,15910
25821
25851
  pulumi_azure_native/securityinsights/v20231201preview/outputs.py,sha256=uldcQ321RPGtUsNUcAjPSe0QzcHCIjs4HtLfKjVYjS0,289561
25822
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=C9hVFcSoWria4BkynMJ9ScHwAU1M5EIpUXZDygee6yo,45277
25823
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=JoMUGUBWvsVUjxOXawWI2DalNUzKEbSf4CKj-1OQ-Dc,13035
25824
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=JjdEC4v5de2oGUxe9Urz_9BRWvl7c51EOwoWJgb_5IU,17796
25825
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=aflT5lyzDnlP4iNt244EqiCk0mumT0hKZUqDxzKuK30,40631
25826
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=3-ftyq1HKl022HxJxr0ZziTguCYXy2bOdqvfmw8YayI,16550
25827
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=TtDdJHBoQACc4bmSk5dTcYtIpr8SJear5KUUfDODmuE,25481
25828
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=koRVq3DVmY2G9lTGFg4AJh2GI5pWwj7pUln-XjREy_4,12805
25829
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=NxDMpC4PyODE1wh7otrGWuZO4c6PBPlQxhl3_h9RmL8,37627
25830
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=nX2L5hIQvY2MQFfHJ_gH5K38hJc8IcPZ-c_tEWA1_Gk,23532
25831
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=oizf1CSVFNv1UiPIP6h28W_tRhvjERCupb5uWEmtVoc,13718
25832
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=K1pASixbsZanllh5rTvBQGnaGZAM5aJNyPJkvWZySrQ,11092
25833
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=0_zh5wfIXOS2dRfJCnzlWq_pyJhSVxH-GKwtmIqOxEo,13622
25834
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=leuFWea1DJfgJYdzjc-Wmc4vMWj7RqA1TeLtWCFsYDM,13062
25852
+ pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py,sha256=iNyzRjg2K3HKDxwO2PJiJdQb_9BuikOvM7PDaF8p2Rg,45366
25853
+ pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py,sha256=mjUvcD9uqp7d_JqzDSmIQGthsAqAR_bAZw77PhhtM6c,13129
25854
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py,sha256=5z0K_Jqb7HcHNw9I7XdYzWfMoilJa1zsW72GLcQfYLo,17894
25855
+ pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py,sha256=GxI9YOMr_NwJAjjsL8MV6-Sp2JH0n5vymEISoCI8HKg,40729
25856
+ pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py,sha256=tg5k-vA7MXyRZVafdJLw3MdIHWclDQyOzhK_kosvds8,16636
25857
+ pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py,sha256=TUPhsmfbuRm-z_WgU7csmTBA5N0QMxE8mDAw9erqxAM,25572
25858
+ pulumi_azure_native/securityinsights/v20231201preview/ueba.py,sha256=O4petsMsu6QPk9gtLJ8Q8Uctis2uiiLpihikMj931c0,12880
25859
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist.py,sha256=QqkDe07CcoTscwj-AfBYxuOXlOWlYWuAFjlvEcXIdFg,37707
25860
+ pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py,sha256=JUokHGjMuoPRNwitDhWm5Ir0uQ5bSq-MCI5WxWfKH-E,23616
25861
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py,sha256=Z1hSVAtCzzFgGlZLTQMs0KNT8ZH_UHgD6USx81onnMA,13815
25862
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py,sha256=FIco8j5XIVeJsJ27NIkDHSiNpg_6ErH_KLEAxuWO1W0,11192
25863
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py,sha256=CSa6Fe4KiIbKRgxi38X4hg_qzqlGxmPP8bT-OC8vYHo,13714
25864
+ pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py,sha256=KEHbEk7_P1kJU-ZevEu9eWM_N6eQknAed4fCR_OWuTo,13155
25835
25865
  pulumi_azure_native/securityinsights/v20240101preview/__init__.py,sha256=eXNfZwJrk08wL_5UAbb6nl8AqKzBCihfdYhSfVWCtfQ,5079
25836
25866
  pulumi_azure_native/securityinsights/v20240101preview/_enums.py,sha256=lMnin_IRrHK0VrZHZyeopxLOYhbeKce1kUTodeknn6c,31326
25837
25867
  pulumi_azure_native/securityinsights/v20240101preview/_inputs.py,sha256=hUmAZS2-0j71G4Ntlf_hyzFSF-R0j_xqedjCIgsXlsM,396794
25838
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=Yn0eYE64Pl3ZK7l57LA-RMbBkroAY6H91GvVHRVxS70,15325
25839
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=q_Pecbf7_pdPc840isZcM9u2enqhkOLZfqR9cWR1_GI,15409
25840
- pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=VhqIn-VtrvjYI50CEg_3vu0bfGAYFZ5pQ8qWdSLQpCs,14402
25841
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=KO7xqTuwSpP8SsJZlGKCMyFic-7Suwya7pyaNeJ0IgA,25287
25842
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=BPA6mLe2_ngq4pOkXpABu_6f-l5__jqk-icb9P5ceek,11782
25843
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=el0pF97vtNOle7RSnoZVzYULJoC4UAZO_KM2EIGmLj0,32044
25844
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=njV9Q0VZxttVN4KM9xl6QZS9LXL39gGDXFhSLoEXXYw,15378
25845
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=I7m02x4HQQ5i4eX9rkbeOzGMJ7ii81_AIU3xUlx60RU,19359
25846
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=W_BcZUWAx2_e_exDDM26AUrzG5-Ew5PMFg781_DAgVI,16124
25847
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=YgV5WUudoLHimXkesEkAPZgClnpiwlH9AESeq2hrpRY,18071
25848
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=JYmsW2kYrMhOfwJHAfzvpV586-yuCx30CayRhl-8K2s,30383
25849
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=O5JJLXQKt-zGIV2krtUH3ewfF3WfzuLRfesHPopiJPU,13721
25850
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=Uga_8_Rz3dtzEcm3sa4avGrEGXlwvZQ0vnF2A3mCm0I,16783
25851
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=4M7yEjG7Uc6RFTJ11AEXqEOLuivUqUHqMmP8Nl-PGL0,14562
25852
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=29P5lqgWY2IzEDloHj9G5UimmbrGqN-W7PbJUT7UFCA,39672
25853
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=h_vnHiVaZMSV7AIg_d-e9j1jZ7ed3-VNam46XMwC-v0,47548
25854
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=yeUCcLz5i-QYLmIAz1gcEKozA73RrnTPI6FoqX_iHic,17374
25855
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=ONFqpJpB4n2tkSYQv2Ipj2JDT6WS6wIL1oqjL7DIHyo,15693
25856
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=dwZPuy5Wq5GD3sfaBR6Y14JEd3PHwVOCu82jOUhXcyw,13427
25857
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=BaTOjodPMk0claP11aNqePq0S51BBOHgAwpE5FGNtd0,11632
25858
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=-wesDlQ0czZlKEN0J8MrdfPVuwJ2pEeSqU5Vz6dMWrg,18055
25859
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=eH4iX2zKgabDaxZuPsfrFBLaaBPbZpMvHx3CiKZ3qdM,21129
25860
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=wlUwzoApoMNhsX2Wq9c6M8RAuX-_feqsDbpji3vTBRY,18128
25868
+ pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py,sha256=ICLzX3TAlns3AxpJNfxmNuK4hOAbMQff8gR1ZOq8pAw,15412
25869
+ pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py,sha256=DVi5knbCVeN_eNbZ7ti4VS3lWR68Tzr0FIxlERp6ueM,15497
25870
+ pulumi_azure_native/securityinsights/v20240101preview/action.py,sha256=-I37Zq371dbUGiM-aHRaU7mZ5I_8xj8VQ1_9cmdd2eI,14479
25871
+ pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py,sha256=OLLQ3jZlRdOwuhm1AcMv74t2WL68Axf5fhiCatkGK2c,25383
25872
+ pulumi_azure_native/securityinsights/v20240101preview/anomalies.py,sha256=byIaozWGuRstqrls7_WAZcX9xuVkxTu6Y0i92bGkbFk,11862
25873
+ pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py,sha256=YVnbYfGDqVnT8EChmVvX2DFaYToXbXqEBE2RfOa9sgU,32149
25874
+ pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py,sha256=aG5UC9z7IQal8LBUmYXepLNKGlSTKK6wIb2-EPFyXFk,15465
25875
+ pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py,sha256=LHHFqOcevbAo35GAGad-8a2u7ukjp1hxlBw4mutuS5A,19444
25876
+ pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py,sha256=knkUJlRaEUyKYEUmSYjK00HiH-RiI-sY2O766HMDrSk,16221
25877
+ pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py,sha256=VNal679S6oMsC0YvTS1hWS-4NQZogpSRmFxfAFgfmlg,18160
25878
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark.py,sha256=IGxZnoGhwSnanisKBK73q1U-eTmw0HZq5j98DJI1uTo,30462
25879
+ pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py,sha256=Q6nTa2xe9Bmfp_QKwIzLqvuBEUpCqVvLsUaaw3HmiDo,13808
25880
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py,sha256=EOTDsLJLrZLxEyGpPVQmvLk52fib0NCrYIhttPOQ_9M,16885
25881
+ pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py,sha256=0EIYPPldvpfNuQFTLpBnrXg2EW9zN5NBRd3sQ03hpqY,14656
25882
+ pulumi_azure_native/securityinsights/v20240101preview/content_package.py,sha256=hYSUh6_W_p4ASXaBcxMsWZO5WdVrr0z1m8TZBlYEVhA,39757
25883
+ pulumi_azure_native/securityinsights/v20240101preview/content_template.py,sha256=LtWMIEFMePVP5s0IzBX8nhU-gGd9836uQrGvKfFJ0qE,47634
25884
+ pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py,sha256=Dh8ItNFyxFS32X67hfamlNFBGLFKefIGBt3ke8T9Mdo,17476
25885
+ pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py,sha256=4G2sYNaxNtAD2YZDOKjWtox4zR8nZOTN8eSIS0on0mo,15788
25886
+ pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py,sha256=VFr8_jnm28ekN1mS2jHEo_NlOWGv54YIwZUbZx890Fg,13513
25887
+ pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py,sha256=r9QH3b5jbfFanzPR1nVhXUTr22HK5vKDRsdQscwHRT0,11709
25888
+ pulumi_azure_native/securityinsights/v20240101preview/file_import.py,sha256=yb_3exOjZr6sGrM5YtdzyEc2ug6pvugRNL0NwZ1ljr4,18136
25889
+ pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py,sha256=29eicY4FucNwSTfueCYW9Vhn1ZYrCUrqojRz5wrR0Wo,21215
25890
+ pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py,sha256=o0-iwctCzaTUukWT620LQGLQwenccsJ27Bzmm1kKOQM,18215
25861
25891
  pulumi_azure_native/securityinsights/v20240101preview/get_aad_data_connector.py,sha256=bqQNRQko83edUX-164S1rrZsie6oaIDMIsOSBAGLRvw,7622
25862
25892
  pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py,sha256=1Cun8NMJid0CzKHjWg3aiQfta4n9SF5zt4BPax4oo8Y,7644
25863
25893
  pulumi_azure_native/securityinsights/v20240101preview/get_action.py,sha256=pDJRy3CJChDad5i20JOA-WVVlpEABQf8PjVIbNlIS2w,7244
@@ -25919,60 +25949,60 @@ pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_assi
25919
25949
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_configuration.py,sha256=ZQnNZ7B2KeS6xsuw8UyJmPtW-96mXotBKKEr3aDvhzQ,6916
25920
25950
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_group.py,sha256=7Cx6VoX_oKfFUCEaLphl7R8Gnsayr8ySJMK1O5MifLw,8087
25921
25951
  pulumi_azure_native/securityinsights/v20240101preview/get_workspace_manager_member.py,sha256=XdPBXu8od1bC8t0ICUkIYYIj4XVi_PE_YkQHFM4MQQc,7924
25922
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=bWnmxo3EZTRGaPhJGsceVYx4p1gY3Mr6JD__n6YynzI,19527
25923
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=5UMz-irUfNJhRqAxh_g2sRf8r-iw3YwPQBbmBm1IBcU,10876
25924
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=PaunGP5dHfCdQ2K8i_k7an4tYIwtcKc9SJC-NPF4peA,13494
25925
- pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=5eEW1J9yKWkrJ1fe1qeTSekOF9ApvcmTM9JVjikW_fc,28850
25926
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=_hX7p3_5xZv-0fx9A6STvJDpE6nlk-GveKYeoHjDKMA,14034
25927
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=UgrKJIHLl3LOMUgWKf0cOfwcTXuTa28_a6-htvxJuTA,14448
25928
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=JHKfMHS3WjWKVhCQuFIPoAhJZqgUrzlpFbBpxMPH5Qg,17152
25929
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=sTlaebV_3xwk2I5Lul3K_V1h4M1_0dCK-E1JPvXBEww,15234
25952
+ pulumi_azure_native/securityinsights/v20240101preview/hunt.py,sha256=kuI4KaW9oBDeTnL1HBoZAEO0VNk6WjG6th1dhHfxBXA,19602
25953
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py,sha256=vYsd9F_Yx6GTbwjcmD-ye3mfyfcjU5_H3PClASooZQo,10958
25954
+ pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py,sha256=S2H6-W3wm9d2D8L0Z_OKnQ_KFc3vLR8bHktfwXHB5z0,13577
25955
+ pulumi_azure_native/securityinsights/v20240101preview/incident.py,sha256=ufWTtfPbqFpbzMgNdYaLgrdA2-Mm3LWDUvGDkSBsnac,28929
25956
+ pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py,sha256=XGhWootkfqENn01bbEcSLhWYzw5pW2Qr2CLrZoHvP1M,14120
25957
+ pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py,sha256=Q8mk70zk9hDhf9RAyKq7u6UWjyDm0Wd72zRIVdwRq_Q,14535
25958
+ pulumi_azure_native/securityinsights/v20240101preview/incident_task.py,sha256=NUKaQxEC4BLy87zClabMhoCfJecHPcmLCAfSmZg2XUM,17235
25959
+ pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py,sha256=NELjxHzwnYzaQEEFENLGvm-q5hcz3D7ylG9iVBV0C2M,15321
25930
25960
  pulumi_azure_native/securityinsights/v20240101preview/list_geodata_by_ip.py,sha256=W_XgxppAtEKrfPzFk37YfBDgNfuxZHLFHyMgbChlEq8,13730
25931
25961
  pulumi_azure_native/securityinsights/v20240101preview/list_source_control_repositories.py,sha256=sA75PXJ0lpwwJKrXX2mzXof26b7X-EFChpqDz5kcxoU,6648
25932
25962
  pulumi_azure_native/securityinsights/v20240101preview/list_whois_by_domain.py,sha256=6WtdbLREShjF5HFMcjNC9s4pIA4gkMlEJjnqldBpEaY,6747
25933
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=yqqO6b7PX1zmUFiNZes-dKmcfYasqZ3-i4XVITW6tio,15384
25934
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=uj7doLYrfcP13ywK2qrcD4cjB8vXJTN-xxqBBTQUu7E,15561
25935
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=Qc_fsvug0rok6Ezl1JvZHIPXcuD-u--P2rEqt41vonk,39139
25936
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=8a5kWa9AlOSXqYw9aKiN-4LTIIKfYcwnfIm1S-je48g,17501
25937
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=FFTHAICycpp10aIOamfM4wjaezOjCAF5nmdL4lxLs2g,25936
25938
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=vNu6VIts84QfMZVvSAgIWZd9ytJ07tZUvdxRz2pPw9U,17859
25939
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=hcGd5oZm94HASXNUxNOTnjMzffnugs_2g4RBg1fmsGg,15384
25940
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=hhEnQsf2l572aFazhfl5rxU2iE-eB8kDWYd_HeeMYhQ,16990
25941
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=pbqzSjWcR9CyS9n5AC2jMWBvj7EnW8uOnxR5M3DOIe4,39287
25942
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=rTi33F21MvMfv8fYG4B-GLDFVTHpsRQfvSjd0whe9lY,16020
25943
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=Y-GI4LZx9NXM68auE2b956FnN5em5-mWyjcxF1gMZWA,15569
25944
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=1-MuNO09e-hZKrYFGWtER8mdSeOps1ibSTqbR67SLg8,15356
25945
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=vL4uqu5BbXdGzU35-N-zdeQJSri7ZhjUs47vdZgMVrU,15561
25946
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=JTgSBQJzpPNFu_rRB8zdgVyPHCS8gUkOOl3jeAjZ9so,15813
25963
+ pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py,sha256=3Z0JWykWpgNj9wIEL5Dl7s4azAdY3yVUdSzgToP2Rmo,15472
25964
+ pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py,sha256=1qp8w0Zxrqbi27ImzDkDLlC2KiRbRWLvAFwrZrkuE3I,15650
25965
+ pulumi_azure_native/securityinsights/v20240101preview/metadata.py,sha256=hcao2PgXM4pXZE0zmPurx24OEOUpm-Ts3GIgY-cYQWI,39218
25966
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py,sha256=FxaMnzCLa0tscL4JWAc0y7hj1mR0nWcWxsj_WIB6WPw,17622
25967
+ pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py,sha256=y8M_ebu4VsFrDghxMqggHibvZz7eqksDRn_OBfm1oXE,26049
25968
+ pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py,sha256=_4kb1GhKCSxp_dKM-aH72a0Mp-sQMIArZ-5XI38BKXM,17958
25969
+ pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py,sha256=JV3etWE17HyfrAcHCtZ7DyurrVg9yvuLufq13Wnl9Ro,15472
25970
+ pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py,sha256=HB8RxCb3dYdTRNFkeBaqTVwlYM-6xDv0JoUVI9zazeY,17077
25971
+ pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py,sha256=fVk-9FQjUuhRDfLAtfEZ6IJq6DhLDzcflxqmR5lVu5A,39370
25972
+ pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py,sha256=6tcgt94m8QCVlXBBxFv8y8U4AGvHAQfBPfvVdRG870M,16120
25973
+ pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py,sha256=VyBQ7mt4Y-1Bxf8AqgM9cO6x-PPlyZDkyqESj08-ILM,15662
25974
+ pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py,sha256=caATekXhO6e7WT-ohNHSxXS9czhU7kMzbBXSjTF5xFo,15446
25975
+ pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py,sha256=cyaW-UOREWGcEOxjq5Clo12HyJSzJJyViNUz8MPgweo,15654
25976
+ pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py,sha256=nbQubK-ILTldi7B_8qFA2t0kXKazB6994hlTlrqZ0lg,15910
25947
25977
  pulumi_azure_native/securityinsights/v20240101preview/outputs.py,sha256=6p2CLzStsjvDhoTtOeoFKpTh6u6egvVy_NSUscjB-h0,360614
25948
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=aS01WsbZGeB7kdrJQuEECnGahOIul7jW8AXm5J2VklA,28120
25949
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=BELhQCZOMrAYFzvGX2oVnx_I_fNBgz7iuWCcdWsNhG4,45277
25950
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=YEFXoKL8XzOQ5MbLVcO6PJcfv6h_wozmobHj1PWINGM,13035
25951
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=CyZRGSMbk5Ge3j5VRNbsDjUbRGEuudiTTvVl4CGxnaM,17796
25952
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=oJH4bCr6qmYjwUv4JvBqXe-F6E4KhqGMs40i0CT1kRI,40631
25953
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=6DiwCxUll_gK81d2Uvy0MncLhpLm0d6n0brYnYWtpBQ,16550
25954
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=naLOWt8rpLrWmwpEXHwJuiAqsrbx6HTAUAkfhUFTV_M,25481
25955
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=Zlsh0N1QOLQZvxseVaEGFK-gr1hcWX1mxCIPS3aQ0Ko,12805
25956
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=zlMxszRonm8Xq27md9xmtjQ120ObW3jiaDmQnawcDBE,37627
25957
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=AO-5ZE6pAMuV7tNrElGlDAzEKIwwXLHAcHxsYvTf_dw,23532
25958
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=23l9AHbGjl8heIgoLIQce0pG6EV5Az4vZafVnU9O0mU,13718
25959
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=9qlomvkBu00vqQzp2TPGvKYbmyNlwB8TflE0JgasNO8,11092
25960
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=S11mQiTVFaPTQLKi4pN9gUvVZr0ppWTk-q2rD56fzxQ,13622
25961
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=IvqJfmk3L6I0RItQ0bzEyjxdjpUnF9u0RVPQifji-Ug,13062
25978
+ pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py,sha256=iGYsl13KVNdcbwVLKGXhcIgR_Gw4SGUxr05TLxASUGk,28217
25979
+ pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py,sha256=ZfzNJe7Rt66RdOUqhmmua5KXMFVKV-EGcxmLy-kNF98,45366
25980
+ pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py,sha256=M4xjAoOIsLR9nWA9ZeiPhlItmFuFIMWGjt3_FrkqGic,13129
25981
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py,sha256=P0CyA8gMX-nY5Rga2cZVhA5ZHgxN4X2-hwbQ0HF6tiU,17894
25982
+ pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py,sha256=s8_yjmeAjuetbTnZW60KHceQMcqPLMP7n2wWTmrynIc,40729
25983
+ pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py,sha256=UItp4X583fEAdNeJjPDk3zbp71KMLYMt4UqFdNbpSUk,16636
25984
+ pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py,sha256=AhxD4-KA0Ufs2nckOKNTsMqk2R-9o5TYsh6PVqpzmbM,25572
25985
+ pulumi_azure_native/securityinsights/v20240101preview/ueba.py,sha256=E4ffauXk9vBFhSCE4qsEwv3qnrmBbNpReH2URvhlR50,12880
25986
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist.py,sha256=L11rsVw_PqXen_w0fmBESIezZMus_rc4Evq-Fl3qN4U,37707
25987
+ pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py,sha256=qOXp3f093DrsrWgeeGj5_EWMu268JRiYnVF7dvrUlQQ,23616
25988
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py,sha256=BpBwkmRh6Cr402n1z-LZ4zm5BhKPerLfRpAvctqfeE8,13815
25989
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py,sha256=IxXPfhDGUi9VJw3gL4wgQfRLzKSzHvrdhORvwHde9L0,11192
25990
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py,sha256=szg2JH-cYfY3g9h1syPB6jG64yM0Y2vH03XHG_cET20,13714
25991
+ pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py,sha256=9pDmau1X7AwT4GoIeRN15gHW_B8ib-AatfRx-GD9lbc,13155
25962
25992
  pulumi_azure_native/securityinsights/v20240301/__init__.py,sha256=gLUGuUsEVGwIgQpHgz7nhhj8FVau7ZrId2DjbkHjZe0,2269
25963
25993
  pulumi_azure_native/securityinsights/v20240301/_enums.py,sha256=m84ItGereTi39Tb2Klxt_iQAACx0oRGB8MOwRyZPE9Q,22023
25964
25994
  pulumi_azure_native/securityinsights/v20240301/_inputs.py,sha256=HpQexmeh1xcIrbUxzj4a_BH6hC5aeFYo4rWUNSA_Nzc,134862
25965
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=E4F7j0iivkweVeZeuxHmKGZKfVET7gxNWC9dyyo1Jm8,15242
25966
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=mHWXUkm_a6k7xKy3qqN-iOVfeJlZkg9F9HWcaTjZgKw,15370
25967
- pulumi_azure_native/securityinsights/v20240301/action.py,sha256=cvxwYtJY3HjYEzAqTvqp3-h9GVUUURgItP11Fx21D48,14395
25968
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=tmRISLvLv1XCaxisOHcVYMYicB-0fVds4GfJhxc721o,32044
25969
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=t_iV97tNtmTAfrg4Vnf5WfWN6v_zLq7ATq1c5teOnM8,15378
25970
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=W_KohNS791y-316PKqjJwg7gCd9FFMPlRpbNWba_2z0,19359
25971
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=KmuoBLPqonABoPEZS5lWU9yo3xIr0985WZwLswqwyso,16084
25972
- pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=65rpyXviWd2fGjqS9tebh7NjZX59qFpg7a5_aNHdAwc,25943
25973
- pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=iZfPQ0z3m0yLhetGw8X0Z2JL7MaxnxQ8oG_jUjBHuUY,39672
25974
- pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=lf0X9Ez4dE-aNjoMPMLTDf87Bioq7f4wzG38TQFRSe8,47548
25975
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=5nvYWrfsJ00GNmNUKYQ1jr09LG9Oq3SXTmiNr3jKRK8,16729
25995
+ pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py,sha256=kX7tT6NKHEcJ-iBG-Ta8eS8rMaVH5Ss7L2c4AMLqzNE,15329
25996
+ pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py,sha256=-huwVAwd7wmHncShbiJlnftmvwDjdcxxxIVwP57AwE8,15458
25997
+ pulumi_azure_native/securityinsights/v20240301/action.py,sha256=E9pih6iAwbpX-nXBKmZUZGMC58AXJvStAJp_w5lcmWg,14472
25998
+ pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py,sha256=31l_oO-4YdaHzsLic1qMffNy_HAda-oLMHOIl4i8Oog,32149
25999
+ pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py,sha256=4TFsB2ml8TruyOEtPC-S4rA7WskrFSBbPsRtTVFCYPM,15465
26000
+ pulumi_azure_native/securityinsights/v20240301/automation_rule.py,sha256=I6YWd0hL_1pPJBdHwC256Uu-QYo9jaomlGy2niu0YHY,19444
26001
+ pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py,sha256=vT5euLZRUQVqmJ1_kyaiR6ozNXfKwVmAyVCooNYjoRQ,16181
26002
+ pulumi_azure_native/securityinsights/v20240301/bookmark.py,sha256=rbrqwF8Z_DkzifWA7iQyhpYTQqJ0WxqV4tBms3cRoc0,26022
26003
+ pulumi_azure_native/securityinsights/v20240301/content_package.py,sha256=Cz4MvikxW1sb6Qi7vhja0FI55yl7U1Q3PpLUW-Zgl0s,39757
26004
+ pulumi_azure_native/securityinsights/v20240301/content_template.py,sha256=a471BmI0t005mNr16Yoz4aZ9JCAg2mnD1fjjIWTseCk,47634
26005
+ pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py,sha256=mxrkHP6nxeM758MJWzxBUri2vvEmtQFDMBiNW6tohyQ,16815
25976
26006
  pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py,sha256=fds1AGJqCGRBB8DVvHcw8E7PdWQJzF4Klsy2AnmjbjI,7596
25977
26007
  pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py,sha256=4n7LKz-0yNANW_0PdLMHNNDiLEid6HAznDPxnzBzGNg,7640
25978
26008
  pulumi_azure_native/securityinsights/v20240301/get_action.py,sha256=acfhvDNrkDjrbUvtLyB26uDAqnR5G6m0pRdJv0lPeDk,7221
@@ -25999,50 +26029,50 @@ pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator
25999
26029
  pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py,sha256=TXO1wdohlM6S9VlAqPmJAJh9FmTBKHCrEBRJMZxjTTU,8270
26000
26030
  pulumi_azure_native/securityinsights/v20240301/get_watchlist.py,sha256=2Q21_cEpdn90RGZCNV2bTWtQYgh-Nr-0ezsey0kPyto,18126
26001
26031
  pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py,sha256=n3aEtFtqX6kjzLA5E6xqNf-yDAd8yyE4V5_4DQOF3FU,12269
26002
- pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=0mYZeM8HWL_sxyolrAi0xXIsqD7UPmqBHE9-3wFEtZo,28422
26003
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=mhGVjLDWRV3krDholFp5Hp1Rof_n7SQWSSxLqduLp8U,14034
26004
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=HQMO6OJkr1RfWX4zLd5QZ-d95AAPSPPcciNJ7xpMj9Q,14448
26005
- pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=5RZQQpDr8yhxbY9uVIOca6BCrQxWSycWCCSL1DQlBJo,17362
26032
+ pulumi_azure_native/securityinsights/v20240301/incident.py,sha256=3xW56HgeG5yAIy7ZfpNkXGNdW6A4N35lx71uDY1y0mA,28501
26033
+ pulumi_azure_native/securityinsights/v20240301/incident_comment.py,sha256=IgYKWjTa3cAqEXxiBM1XkuK1WKCGbmyG1PGjITWkDsc,14120
26034
+ pulumi_azure_native/securityinsights/v20240301/incident_relation.py,sha256=Zt663jcGl-_ouBZ_xsOkRqioVIRN3XEmoZPg_UqMKtI,14535
26035
+ pulumi_azure_native/securityinsights/v20240301/incident_task.py,sha256=oZ6mFWB3xMu6xX-ohuI4xDGYajQ3j8R4e18mSdmBch0,17445
26006
26036
  pulumi_azure_native/securityinsights/v20240301/list_source_control_repositories.py,sha256=J54KW0wE_8XjZlepESjYegcYpy-m6e8ynVezU4Jz8hk,6634
26007
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=W7A07Dk3roQ5dBM6A2WnTuTsVh-vKmiD80X1cYvGlog,15305
26008
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=mWkc0kSjLHjfz7UiX3EtJnQ4NAgt50iDqxGA9KeU3Kc,15522
26009
- pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=WSaYXGLVI8oupXzmiomlG2I8g7X3aQC2HhPNnzsk-j8,39139
26010
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=cgCD9Fv6UYCsyMEY97LhUD0EZWH5f3a6nAn5HGV120Y,25936
26011
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=Yv7_2paQMlQsAUq9hTjU6k42DhkJtoQoqqHKoBV2T-0,15277
26037
+ pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py,sha256=Lv68KqCI0cTgJY5LBhk8-4IPGpNm5f9ptDjqVfYw_Co,15393
26038
+ pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py,sha256=9B1tLaLEVqL8mw8SzVM5cSb52eJwiNYrr2vIJK2uHHo,15611
26039
+ pulumi_azure_native/securityinsights/v20240301/metadata.py,sha256=NG035LDqwx1Y1TuB9ZC6xUvRPVHzZgULicJonVnn6dE,39218
26040
+ pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py,sha256=4Gqig817uz3Jt-yyONSQIWqhKYDjhs2cY4-vUF7y_IE,26049
26041
+ pulumi_azure_native/securityinsights/v20240301/office_data_connector.py,sha256=aK0bJM82ploWC1PFD6fpFbwCU0Sc8cw889QJM3yoMUM,15367
26012
26042
  pulumi_azure_native/securityinsights/v20240301/outputs.py,sha256=Nf2kER6iKSsQaUgA0jW9jjLVCJVNxg1XNQGULPzLN_8,119695
26013
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=g1GieF7QU1bVKLHhGBxkHLO-JUrtwd7LncxGQpwkx2Y,41843
26014
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=wAMv4p93GN2xGo7aoKcjJ9LPa9HONC8lAwRrag0-u7k,13035
26015
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=wWn04lrA7wKZ6caRzG9yCxL6GP3XpIfiRxEdtuKxg18,40631
26016
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=cIh8K1Wx57j1jcrFlyKoVFR0-BA0Jju4WapAVqrKS8s,16471
26017
- pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=4HF3osRXmKzkzHVk-ocod69EdECZP1J7J34auAMmXns,36510
26018
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=2k2Bwh3JvhWcKPLwtkwPTa55EE9zizlSVfbpNkz04Cc,23544
26043
+ pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py,sha256=86w19kL62ScuK67u8-lviCm9hs4GXOgEvJAumL6gUb0,41932
26044
+ pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py,sha256=EiTvE-Ofk7kMxzovUFWFOCIJwxtCoeGALGqbWZp9yK8,13129
26045
+ pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py,sha256=QHBco870KcRv4zjZDk5hAzxoGJJ1BGCyPaqmkLMG6vU,40729
26046
+ pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py,sha256=nLR90uGV3E7qus5p-EcMchYXvkKdFLjlvglW5yGTXUo,16557
26047
+ pulumi_azure_native/securityinsights/v20240301/watchlist.py,sha256=DSuPrnakAaL9DNbtNgEHZMCY1eGdE4pYBUzUhSjq1Ow,36590
26048
+ pulumi_azure_native/securityinsights/v20240301/watchlist_item.py,sha256=6LhK-hE9Y34YChitQ1lhPTTFO9I0u_x0TZ31FIp61sc,23628
26019
26049
  pulumi_azure_native/securityinsights/v20240401preview/__init__.py,sha256=b0fZjXVmb0PCOOT5-RiK5tr2oyCb2187NBS6_2Yfv54,5250
26020
26050
  pulumi_azure_native/securityinsights/v20240401preview/_enums.py,sha256=1eARuvqybfm6UirACbfK0n9uLkfmkx31CIWRwLWZVl8,34454
26021
26051
  pulumi_azure_native/securityinsights/v20240401preview/_inputs.py,sha256=1UNMy5hJEwxgwWRxtlNV6UU06DXB9DusEzyaAka5ad8,426792
26022
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=kcgfEHVhHbI0QzoMKFEgGKzxFEyyD9BYiIggO-MBiEU,15325
26023
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=o9MDsRgEjY4epSJv-Ef5C4-nroJVxtk9nuTO95QhyAE,15409
26024
- pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=8weoEtWMVqADjRxCaikw-5X-dAUQleTYpCZxJ2bg57o,14402
26025
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=ibWoW7HQf0eD5mrDdO2STwZhmJsrP1HIDGl8vLd3H7o,25287
26026
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=ODENEueEA7MXtMCLvwVR1YAsp30GiplYrnH3thXxLY8,11782
26027
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=-epGOJIaIe8yAouyha9WCd41qtP9YEQvktRGK5fxBgo,32044
26028
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=naGdrzYmm_M8I-kUoh4kjZfi5FOo0JT2JNYMNRmySrM,15378
26029
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=WhnkBilblPfawxLOSE7eCXqxjB8Mcylvnvrlw9aoe9Q,19359
26030
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=5hkUkpjwoQ3ZIgQI-mwKOnHfQgpSJgs5xFApprmEAqA,16124
26031
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=RP2Ahr6Xovm8J1t9E9-kBThDjTMNUppAhO8w-GU3W_c,18071
26032
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=gVIfOzNNpdBvh1jG2gdpiH8-bZoBclvuB4ZoGWikrFQ,30383
26033
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=yvSB1rSnICMnMP5brPMKVxMDuulkv1oYIDBvI38t_q4,13721
26034
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=IM_SLqac1EexZtc309PEgt120zBUNSmIA9DejwIlFwM,11800
26035
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=x3eRq8QSr0V5XTr3gSn0QtIE3QcqJH2wzyhMeE8an9I,16783
26036
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=nJd5qsDnfJsCpns-Nhxh4teMhMOgPEJq0cGM3Zsx6RI,14562
26037
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=UeUVB-mURgEWn6xUY-2yWADwBUzE7LDGG5WCglOPMlQ,39672
26038
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=61ybkkocVuarMKVNMXlVpq-sHadd1J1ifJaW3Y_aoaU,47548
26039
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=Y6-UrTD5UBl8xNQ6SzmuRczrGojYsSikWyPB8vzsGuw,17374
26040
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=dxDOA6qRvv2q3rOheWyfvnp8TDwlWEtLFZkearSD7RY,15693
26041
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=uTZTm0WODXH6oj6E6PmXN_B4UYt6sUmCuoKrTa6CQcY,13427
26042
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=89I00jM6QGysPYcOTlVxK4Xc7pHfoQHhg52IXeg8exc,11632
26043
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=zgvDmuIX47H8uM7D7cl3sFctmzbqZJLKQqxFmvWCyN4,18055
26044
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=P-nb9RMIKaUMXhzESSIa107UrVsVjIUqirXnvk0tHgg,21129
26045
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=mzb6myb5HgOFNszYdsK_Vr1TVzNbBVBAwhHcFm8EIBk,18128
26052
+ pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py,sha256=8KKLC8s6zE8CjZP-w09Zc2mGzSgoM53VnF7wEhnYofU,15412
26053
+ pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py,sha256=j-kpcdvl1RIK6ORZBSyDau2wHgRouEJ1nPr7IYtjTJI,15497
26054
+ pulumi_azure_native/securityinsights/v20240401preview/action.py,sha256=gm2m6O-rd0c-h-r3OiYMmbqbct-efVKkuXBQXfffqr4,14479
26055
+ pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py,sha256=EfEJTG7_K3w9akLlzGjH0_Len6LWYeqJCZVps-hUOOY,25383
26056
+ pulumi_azure_native/securityinsights/v20240401preview/anomalies.py,sha256=N-OdrPpNDcbLjx0KFf9d_DQhczYuyg-5X1_3YQqUy8s,11862
26057
+ pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py,sha256=UbtKhH3CTp90_fKMms0jff-WstygoIMkmn4n_xBpueo,32149
26058
+ pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py,sha256=9xosGwQOCtfGYcVXK7bL5PgRpZ-tzhv2fznYE0A2rc8,15465
26059
+ pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py,sha256=dT4goT94BGhyI5a1fM5uViwF_SQpjPYIJ21NIH53BZ0,19444
26060
+ pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py,sha256=Ifry5MGpC6K5SzcS73cyNAwCQkCZunGZ4l9JxwriixE,16221
26061
+ pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py,sha256=1La8okNqyV9daw8AlYV0yYZZYHLibcoL_gBWbZbjQWM,18160
26062
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark.py,sha256=dlkG_EuBaqJpHrmwoeECcjY-F6AKqdLAkcU_SsI0P6E,30462
26063
+ pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py,sha256=E8YZth1kIRvdezd3IszrZx5aRTZpCyp73cc5WA7OcJQ,13808
26064
+ pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py,sha256=x66V02_hzdD8c08eljxjZOo1r6xWM916iIAZHzI6pJI,11895
26065
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py,sha256=RD0quyVa6nBtBe_MNBALrEY1UeTag--hkK8ls_yl6TA,16885
26066
+ pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py,sha256=5UUiivtuO4wxXGmGQ-LkWgO_39ACDQI8X7JywIdhOhU,14656
26067
+ pulumi_azure_native/securityinsights/v20240401preview/content_package.py,sha256=qlcw_Yn6W7nNRJMQJC_eHTfjRwfb6neB-0r6HCy9tC4,39757
26068
+ pulumi_azure_native/securityinsights/v20240401preview/content_template.py,sha256=UtkGFGIXI0fhEKnC463HDkikOzLd5KipXXxVgpO5WwA,47634
26069
+ pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py,sha256=CvLrZIN9rL5yLzemcHQ7to9kArhTPX_ykoUkG_121VE,17476
26070
+ pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py,sha256=wIjoSXJq59CGdXd-eY1ELtLEyPCDw7arZMkw0OLF4Gg,15788
26071
+ pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py,sha256=pPTg1_udTSBZeoMeIkc6PS6ye33uJaItHPjhmazBp54,13513
26072
+ pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py,sha256=uIMoAFexkgro7o-UELA0AMQbJftp30p-4SnPUsifY3U,11709
26073
+ pulumi_azure_native/securityinsights/v20240401preview/file_import.py,sha256=QOx14NdKsIMzAWd5pZxnuTRp5jCx6pneeUUxdbkcN0E,18136
26074
+ pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py,sha256=EFC_KwGRQJ5Ra4-Sb1wbjXCZK4YM2dNyNPL7buA1xCA,21215
26075
+ pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py,sha256=xO-xGcr-gvSRuKz2KbKbzyutP8ofzkV2Z3p97OPEtKY,18215
26046
26076
  pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py,sha256=oI-PzcIaNtAWlNArILLDHN7JlBwpv9WbVJolMglzpSs,7622
26047
26077
  pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py,sha256=GBmQdN8DNAZDE6UWq3TSBGbzUJG2uw3V4X-0mm8yk_Q,7644
26048
26078
  pulumi_azure_native/securityinsights/v20240401preview/get_action.py,sha256=-Nyh15cVI2dWG_J2XtW7tkGFSSMg5iUNyrBoo8cmyxk,7244
@@ -26106,63 +26136,63 @@ pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assi
26106
26136
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py,sha256=m16OQl31q4Pn_rzcUf-anGe6uEQAKhjDxi09e0RIdxs,6918
26107
26137
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py,sha256=9Bdfs5T-SZ84EGarl3AZ22DjM2mXZShrzvfNKbxSK3I,8089
26108
26138
  pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py,sha256=8Eb6BpUsa8AEgpQj2eXdxlh65b0vJSaL3VqO_FIvTnc,7926
26109
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=C0MZYs019FwuCBHjDaED9a0uE_F552hVWY4cIhRqgRs,19527
26110
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=h-7OOapnRVVhitm6X8yxLyZ8PIG7wMdU2Zmmt43kKbQ,10876
26111
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=tL9RmdIAd5fJZSdfJyFd-6N8uSASbR8vYbpIDTR1c94,13494
26112
- pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=EzN712LNc70fTpsWV1r3qe16ipRW2qpfOx5gd6n5EJM,28850
26113
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=Kilne1wRJV3cDbcUtAGnOZuVI1LD1iRJVrp-2N2dRvI,14034
26114
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=5F28zNxZ2YJOMnWSFP_C_g76nZ1rZcRvHdZmJUxcXwo,14448
26115
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=Sy-axKXq9HqqSdXIWczqDpoIJCQ0yvcjfUoJrfpjrXc,17152
26116
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=1LS_In18ElzJyCVsIhbD5dEmkCBEcPW0XzKb62pIjQw,15234
26139
+ pulumi_azure_native/securityinsights/v20240401preview/hunt.py,sha256=3ufF_TmClvvpnhv2Jqy-W6kyclDJrqacK9QD3MkQw0E,19602
26140
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py,sha256=QVCn1EQ6wZBzwP9qxbP4AVlcQbahg1hppygoCo_LleU,10958
26141
+ pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py,sha256=55vujGi_uT1gFTd9K3SD0bAEdr2lSXK-R15l9dtxUk4,13577
26142
+ pulumi_azure_native/securityinsights/v20240401preview/incident.py,sha256=AwlSfIGbydl8LYk6j-Sa4VPkuud170mwjYMkoqfW9Z8,28929
26143
+ pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py,sha256=UokO_NO_DpQjg6eMV4kBEPFETSmfQ88xQtx50FlFwjM,14120
26144
+ pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py,sha256=O6_ZiSg7IDsL_i-pY-WaqBC_o6uP5TQl0rBIi2Uj9tM,14535
26145
+ pulumi_azure_native/securityinsights/v20240401preview/incident_task.py,sha256=MlWT8z1Wg02Ta1Ot3-JT4NiSONQ2CirVVBHZBhfGRsA,17235
26146
+ pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py,sha256=Q8Dl7ciRGbCfa7mXSYO6XSlz3mo82C_EjSoFtvrA0Fg,15321
26117
26147
  pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py,sha256=i8NpSyfisvSmIfZ6YoHWAeBMq0John7WT_OmbGkTZYE,13730
26118
26148
  pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py,sha256=S0sekWChEWtT_QeNE_-RLIze_93hcWI7VBi7H3GmGLw,6648
26119
26149
  pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py,sha256=X8SNonMs_VfxNm8hhh6aZFcZ6p2_EJtvYt82p5cml9g,4729
26120
26150
  pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py,sha256=EKoI4VAc_4eCmPvPH7ZbocBUt3HV80GYV2exdt3DHc0,6747
26121
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=8KFy_Bybmw77VPHe6Q41vVhsBwHUfsG1QhfM-VZodyM,15384
26122
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=Cn8M1pklI4ydHhV5z7SAUBnlJg2JmkBmVWEzy2ZBDtw,15561
26123
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=5gzhgQWwojqRrrGYfskrh1hTPL6ljPwao5i5goCmqrE,39139
26124
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=VD6hqV7ycgYN3fGJbgkyrjbqFlnrnny14nlD5km9Fz0,17501
26125
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=pQUDk3lXmiTwBE5rj1V7lQWRE2MHlf77CmiufLqVx1w,25936
26126
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=chPuL0LXiQQ9cNVsztfhZu7cdGXptt0vU1lEGqeOuJA,17859
26127
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=InEY85f-J5tN_UOSLOClQu9KszrUxpGPqh3K3MiUBsI,15384
26128
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=fwNdGpkTiBccUOOC5Ll-p0CjqxBvmuwMITgSXkLv-Ro,16990
26129
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=obkCst8qIj7aCZVHxaQkQjw1HhjKL9lc1AXQ6dNp_Hk,39287
26130
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=uOkyWVp5R1x3vbaPb3s-8NNNW-MQu4OwBxRevGK9UKw,16020
26131
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=8b_z684hijWzFZbhNbW2TqqvoqPCbeUyynq_GJIKMkw,15569
26132
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=2xcCjJlnneKotHtarPLavmQ5yciX79C-Aq4xaFrIpQI,15356
26133
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=lA89njrXCZsi_im8m3MSs2ufgZ_JToj6szL8ORZ72Jo,15561
26134
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=g5WjB45y3ghJS7rsx24HxZa4dLR32CKS_GKsuKj6Iwo,15813
26151
+ pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py,sha256=CSewO9aoI_mqGwNB2b_OUP6MCSHDaLbStd8_NxZpVyc,15472
26152
+ pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py,sha256=6pQF64byvsbiqsqIZPvErRvVvz7KcuUd4CsVQoufPpo,15650
26153
+ pulumi_azure_native/securityinsights/v20240401preview/metadata.py,sha256=KI1Lx25lcFMtvM2nni8Kf-E_2EM7TIChnO3VP99OuU8,39218
26154
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py,sha256=L-ToAsJMzMPLxpAbsh4qwOCMZySY5IcJYa-LWYlGR68,17622
26155
+ pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py,sha256=FOD2AgdREkptpRT7cRZXGUJSOA1JApitMoSlgntU9WI,26049
26156
+ pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py,sha256=MZj9B2uGofzKp7Ilw_aQdlTCUAZwvhTGIAm_YZ0rMk0,17958
26157
+ pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py,sha256=nvXdiCty9eEImUC0zkV0JhOF1J8anXgnC6DzUlFXB6Y,15472
26158
+ pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py,sha256=zosH7O9q5-SNbtzsjCi4G71oubeyfDMVSNIok7QX0fg,17077
26159
+ pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py,sha256=_BAF1-bJlaimwxQVZhum4dlrm89cOGvMI3Kyb60qCfA,39370
26160
+ pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py,sha256=p4XnOKeRoM280wv07lo1I96zqkUOIUHIBRByRO9pU0w,16120
26161
+ pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py,sha256=7oMU6O_EV4HvMoV6RnygtObT2JJ8boJEaIqpVc3-bsY,15662
26162
+ pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py,sha256=aSdGB5sQbMhTanhgIUpP_b6fKCQLn_y8G5hx_tDHrS4,15446
26163
+ pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py,sha256=7Fo5Kfc77ouYeCqUwPd8H7eML8MYIn5KxdnucwE1YHU,15654
26164
+ pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py,sha256=YcitwIP8yAqwxVjVcUIU5VuuZZ4eWFSuTLwfVLU0TMk,15910
26135
26165
  pulumi_azure_native/securityinsights/v20240401preview/outputs.py,sha256=NKRbnTr8iyQREEcOFAYK40XhvPyUNKDmuPEycbYMmJg,386399
26136
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=GkgIOCJ2xBo1BQ7Z9b9PTtUjJwcRYC0GSztZr38WmZE,28120
26137
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=vkcBgpT-iYdppFQFuDn_mL-VzEbnRHpSYkeFBifT1S8,45277
26138
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=uShJfZTgDdBpC-bdilcyy66cytEezu8_sfDeYkr948g,13035
26139
- pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=Sn8oUwjE_GRrpjZo8SLCsDirPCGp_INjL1_o36Hao6A,13250
26140
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=RGoeBC3cvU92Y4mWk0sODOwVi1-eWf0eSDsqoWahkDM,17796
26141
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=2kHS13O_3fNmfs-91cf0LqADNeSd4CYEvPEX2ba9yus,40631
26142
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=lZTQf3GervtCYmqdOKoeoUBq5r9ddAVLNv7HhYepYkc,16550
26143
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=sQ5lJDrrkkCsCDOUe1F18VrB9FesUs7Iz-H93RsjviU,25481
26144
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=ZRMI-6DZN00enaci2NhY3X0irwC8tW9xmiTMP91v7wo,12805
26145
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=hEFnRZEA_-EF8HzOmPZsDddY4M-2JnLxGnfNoL0mE7Q,37974
26146
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=V_RyNWNlHcK0hjh-y-Vion08mufqh24g9Dy2tgiKhLA,23532
26147
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=FS0-EoJVzWP2CdDb51MA3BY324s2EVW2fV_wNlB0-Ck,13718
26148
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=nvPmBTa8w_JNlk8BNBPYaaPZzJSNboWkq2QbkVMYbLY,11092
26149
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=dMZxggJ3_htBAuM7_eAZ3L0nlVOPS5xaYayf_ih07Uc,13622
26150
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=4uSSIxaxFqyIR6mhLQIdoizQseWQ4-vDOg_WTkViwHE,13062
26166
+ pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py,sha256=KQEcdawc5iDOhogy5lpKF8R6w90jUExKGoc56C6H1ds,28217
26167
+ pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py,sha256=_CZX5PL7buHE1BtXrcoBH054UEoHbPXPcxnbud2jhdc,45366
26168
+ pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py,sha256=J7MO7X31VX0XB8hj-G_NojC7HFrdygk61sa9I7XRWkQ,13129
26169
+ pulumi_azure_native/securityinsights/v20240401preview/system.py,sha256=n3sNKsQ3EBpdn4z7xLO4z4tL6gVL9E36LJQZ6unjrHA,13327
26170
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py,sha256=YB7EfCPVwZTEKv9zupt6i599OKDeCWSPwRih59Bde3g,17894
26171
+ pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py,sha256=vUge40WVq5Dc5KnUvPvRQOEoLbjUAcsfl4XT7YPii2o,40729
26172
+ pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py,sha256=EpEhHPKdnnczUZN6FPeUTYQXOT9eelYavSpQRc5Qty8,16636
26173
+ pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py,sha256=938D6QvC0Ov1iDMwRKcCdis8U3SDoSkHB4oWkafta_Y,25572
26174
+ pulumi_azure_native/securityinsights/v20240401preview/ueba.py,sha256=9ObkcAPQvr1kjs0kLY5YOdy78Qq25sp6yYIf41HaEtE,12880
26175
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist.py,sha256=VqNo_4LVVcnPIzrPC1V3DKTS8pNVI4WG_yAwECLq3bc,38054
26176
+ pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py,sha256=hNxDkD_WRT05xLO5DUiNcsT8pzv80fKyo6PbiiqCjes,23616
26177
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py,sha256=oupD8FEXZenjbnfOXzyy2Be7Ac2VCARHP-8iazNtQpk,13815
26178
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py,sha256=jBTwgEtiK1VgekYBJxbODFwxUZOGYxZgQuYUusdm3o4,11192
26179
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py,sha256=5RQhS3LO2OzNr5LA19VMr36YnPVmf6tLBbLnF9LNbV0,13714
26180
+ pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py,sha256=fdZwQgLmx4ZrAZxL2XrHE5M3rr7e026x53zuJrt8U8Q,13155
26151
26181
  pulumi_azure_native/securityinsights/v20240901/__init__.py,sha256=1WgQHBjqU4ICsUNwBPGDeLfEDoy9hYeJtVcoTViCfjg,2677
26152
26182
  pulumi_azure_native/securityinsights/v20240901/_enums.py,sha256=RzTelJrdE-V7bKMjXtpzhl_LnUTSR6wd5-LVKkiowFY,23853
26153
26183
  pulumi_azure_native/securityinsights/v20240901/_inputs.py,sha256=RfWuZQVROm0uUJ7x4oZgTncb7OIPDFKhZpdIoqZCyQE,273156
26154
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=l7YxoMY_fvG5yijrhF7GzYKYe0V8W3cCFUqrr1FAWtI,15242
26155
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=JsQyIbsvTk4Biv97xcoYS62CXNyORPhXSmmQQj0srhg,15370
26156
- pulumi_azure_native/securityinsights/v20240901/action.py,sha256=GV424lVzQgd7W_Frw3F3qsWsSb-JNigkh3nw9B9v3FY,14395
26157
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=0NPvEfiJbL9nKWofM2D_Dm9UT0Qt9TH716Pmz_aVI44,32044
26158
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=zpn8OnnNo4gXcAcX8f7BecL_r-n83c-jQgZSkYvatto,15378
26159
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=Nyqk9V77tjM8HB4yuOx3pZ0xKPUsory8vWaOoOYCBjk,19359
26160
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=mYWaHZV3Z7zekkrlUnn5YycZ8Y4kpFJIzlZyWXGtFPM,16084
26161
- pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=D4Az8mZe_ftzZZt9v2d6S0LYJWnpflSjnFmpEV9FCLg,25943
26162
- pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=MqsgNBu0j_9Ep-4RVlkRdUa7oc_5rihbJz-AuGZfLr4,39672
26163
- pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=CWOnVef0qUM3O_0JGptTHt-kUAmULp_TAOAKNi_gUbE,47548
26164
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=bEOMDmrR4PaW7266w5vzx15KdGU1xFIzvwtKUALRPDI,17374
26165
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=J8HkBjd0jKw1VmfS6OVOp91ZiIHlAIAA2uzle5MML7M,16729
26184
+ pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py,sha256=7IqBKJkUg0jXQkJyPW8lrZnLuvgxmHJLmXIHb6wPs9s,15329
26185
+ pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py,sha256=GOysn0HepskY7Dy39Wx6j7Hfwsu6Gh2Vl11EACPSN_4,15458
26186
+ pulumi_azure_native/securityinsights/v20240901/action.py,sha256=IkBsCclNHyub-LzD3VOnGQ_KmhP4XyjSe3rTyEcXt9M,14472
26187
+ pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py,sha256=aUPR6JXgXj8K1pZdINpZBrSfFfq2VD64i12mDRD75L8,32149
26188
+ pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py,sha256=qQsdoUeIcfXjmbfMZ03jeF3b8CqvRNPXVhaVH9jZVEk,15465
26189
+ pulumi_azure_native/securityinsights/v20240901/automation_rule.py,sha256=-5XIJZmNrFVdquSMZsLcJwqb1gjhlnVcybgOj32Y7Bw,19444
26190
+ pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py,sha256=hmNPYvkOtuNtjBq0POlKJZBt4L6gF5536qnWLiSRJVg,16181
26191
+ pulumi_azure_native/securityinsights/v20240901/bookmark.py,sha256=rzk5nCUAq8LSzRYw5lULOJJP-D7M-dYrtJvi9CYzUsk,26022
26192
+ pulumi_azure_native/securityinsights/v20240901/content_package.py,sha256=puNxb-SpjVDQvJhCAmXoaPewPT5M0xI_UXeLHNcbCbc,39757
26193
+ pulumi_azure_native/securityinsights/v20240901/content_template.py,sha256=l1n1PbwBTNDa5jxuBab2y6QVXaPMwHP8jxjdunGKkqg,47634
26194
+ pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py,sha256=2X5a1UTd-GBnolBrZMxKmEnInlll_RuNjMcFjMZzVzU,17476
26195
+ pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py,sha256=j0Rzmsg-BK_c7sZ7wwtDLAXSQT1MXAJM4I2fSCx_DR0,16815
26166
26196
  pulumi_azure_native/securityinsights/v20240901/get_aad_data_connector.py,sha256=__6TPsKvAglmFkTPlXALAd9TffnXeIcaenIq6Nk7Bdc,7596
26167
26197
  pulumi_azure_native/securityinsights/v20240901/get_aatp_data_connector.py,sha256=AW-NCeBrT41TRiIK4Ok5TjRL4qHdCVQr5m_gdG8ujPE,7640
26168
26198
  pulumi_azure_native/securityinsights/v20240901/get_action.py,sha256=SmNUiKBC3w57CVW-AZkELPsPdMh-gwi6-eSxiY-Li1k,7223
@@ -26193,53 +26223,53 @@ pulumi_azure_native/securityinsights/v20240901/get_threat_intelligence_indicator
26193
26223
  pulumi_azure_native/securityinsights/v20240901/get_ti_data_connector.py,sha256=ph5jcKuW-rarThVluS52MqEd2r2vK85mTfo0nH9g-g8,8270
26194
26224
  pulumi_azure_native/securityinsights/v20240901/get_watchlist.py,sha256=6BmWvsQcxd98HqGxOP9rGad3J98zZ5ytnwkMFA9zDqM,19323
26195
26225
  pulumi_azure_native/securityinsights/v20240901/get_watchlist_item.py,sha256=MLbz7c3u36W_mzxNM0I67B5wiKJgEVrTnKnkEyt4tlY,12269
26196
- pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=RqTdZDUE5fVwX2eK9t44Uctzg8CfcDv-BDV55m5-8jg,28422
26197
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=yww68XG0M_oiXPRqKB_t66tx87GaVTnz5cKxBsALsRY,14034
26198
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=fzdjI6oqQcp_Wu-D5IIEF_VOOumzwj01nTfQQbVhx9I,14448
26199
- pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=wB9G_wFasLYbg3bEWROobj9mkF5sOTveizVacG8cYi0,17362
26226
+ pulumi_azure_native/securityinsights/v20240901/incident.py,sha256=nhyfQwdtjDdVSBjcASkG3O6g8PrYueNpj-xljh9YqC8,28501
26227
+ pulumi_azure_native/securityinsights/v20240901/incident_comment.py,sha256=UMjF32Bb2GqeDyfAso5wJmEds7yLkFN9m0A00yXLtsg,14120
26228
+ pulumi_azure_native/securityinsights/v20240901/incident_relation.py,sha256=G0o3S5KZ8tmKUDDbLQsxuDkO2RWBal5-tf3aNUJOYW4,14535
26229
+ pulumi_azure_native/securityinsights/v20240901/incident_task.py,sha256=cIgtmbY6BSeqRT8juPPRcp9rQvmir37Zs8pcN68FXek,17445
26200
26230
  pulumi_azure_native/securityinsights/v20240901/list_source_control_repositories.py,sha256=hi0S7BV0U_fy1WHXcqwecZoHPE3M418HLw6SZlryaPA,6634
26201
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=hXyd45Di9vJxWFwhBz6CJsAHbuu4FKCbEfJI6hnPgYc,15305
26202
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=v7SpaNr4g7gPFEzON7BdOb18UJoi_GfjXVIXRg3KJEE,15522
26203
- pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=Hyi_BY1INAkh2KNZHiqtGx8Ki0-E4mwjJVoJm9FjJzY,39139
26204
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=og14-dfRa-3gEhLOnVcWLr39VpAM5-f1p3jiOjQnUVc,25936
26205
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=bBT_YWa9gLme6yOUkJARCIdLh5yMYqSt4ULYUB1ZlWY,15345
26206
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=8zf3Th9AKi0Yuweaiz8o8zpysngh9CYDVFsWv92_U_U,15277
26231
+ pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py,sha256=NbFkN_gCOAY9BBL-fAj54Fp1KDNTZK5Aedql6HjzvFM,15393
26232
+ pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py,sha256=iY5-X86P7scN6TiXuBvVs6ecpntDjx9DG1VtaoVQ2c4,15611
26233
+ pulumi_azure_native/securityinsights/v20240901/metadata.py,sha256=YlzUQ9iuQ2dvJ3LxYHZtVT8uhv4GYlSkkSk2y1_61lo,39218
26234
+ pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py,sha256=0Ouo3Cd3_XOza8WtYckMZiGraYZ8lKjnsK5tl1w6t8Q,26049
26235
+ pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py,sha256=6l_4UEOU6rwZpiWROBhl-SSJKRvKXVxgIkqyaubF4V4,15433
26236
+ pulumi_azure_native/securityinsights/v20240901/office_data_connector.py,sha256=43iI6ij_4qrC0nKWmRVCXYcjgiIwZ9Oc_fl5k4wHrxg,15367
26207
26237
  pulumi_azure_native/securityinsights/v20240901/outputs.py,sha256=l2wl8SAw0xCYcBIrn1gqmo6IuQ_o2SuswWqzs51V85E,222910
26208
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=FdugrgVEmUlcW5lqijwk1aj14FkdQCsR_KipXdjCg00,20307
26209
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=4NIyr9HD31Sc4RIbR5VLM0nnip_ouFpNaJaYDvkpXiE,28120
26210
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=65JeC2KfRWS_l3cUsfnusLofbXHawkUrwc57fVUfj3Q,41843
26211
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=qaMxUJHYt04vVMXv5A_-Is7GJ-LlRJlE6ErOwNPmuis,13035
26212
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=nQYJjchmtI0UTtK-w7X3BBqvOvlW79G2CANPNdSNDZk,40631
26213
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=Ag_ymz2X_zX_m1OQJigd31GyCYRJsXvWA4gcj2JQkTw,16471
26214
- pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=FEH4luYaxecKv2QY0Qq2r2hd7VQEe1JwkhlL6d_l14Y,37934
26215
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=75ZLhWm1_pFade-amZBe41zfaJddckthr4XKoRRwRwM,23544
26238
+ pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py,sha256=0DWP50uzPk6cfF4XRxieDiqdakTuNjWVt0uY09b0-0c,20423
26239
+ pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py,sha256=jthHSTAzFEWBJE4_1Y8jrGChwzXfMOmEROiKGfO_rTk,28217
26240
+ pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py,sha256=qg7eJQdAc0aVReY_gatOkWgGjO4EWa2OhbgpIRmeYGc,41932
26241
+ pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py,sha256=9JqAbyMgspnI1PxvCzWNn2Sfm1Y1XZGtVfgpsalVqiE,13129
26242
+ pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py,sha256=ZU22gOg19v5CVpp9t3FJTmAw9RK4Kad16RYoi5xBWLk,40729
26243
+ pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py,sha256=nOe2dT_VsHw37s8yqdOXSeZA6jMEdnBdASLMvVBujCc,16557
26244
+ pulumi_azure_native/securityinsights/v20240901/watchlist.py,sha256=ryBOGSRGpRv76iIaXJW3gFGJ2dHxwuAWwsSEE17BPdE,38014
26245
+ pulumi_azure_native/securityinsights/v20240901/watchlist_item.py,sha256=IC_OQgcQdpYqTXJyHbAAnkXiRUyFM0T5w0mmmo7EC-s,23628
26216
26246
  pulumi_azure_native/securityinsights/v20241001preview/__init__.py,sha256=vTdHbG_ureA2c_e8j9CGmLjF4NyFQl9sUOuaYohzr8Q,5342
26217
26247
  pulumi_azure_native/securityinsights/v20241001preview/_enums.py,sha256=Ix-ltReViBOAK9Mqp4NA7-NuR9u7OUObcM8B3uOr4go,34634
26218
26248
  pulumi_azure_native/securityinsights/v20241001preview/_inputs.py,sha256=3SQBbj8a8VA8cQjuO6xbASctIPBOCPXGe7bAdLV_Jmc,429403
26219
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py,sha256=SQzn_aKbTolaf_I_rqKpbrfetARx0gH04B7cTl3wzIE,15325
26220
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py,sha256=211mQliKmZugz2YKiLhnvyplkiJyZiaywtdDwMpNnCE,15409
26221
- pulumi_azure_native/securityinsights/v20241001preview/action.py,sha256=qoqLQ9M0tjnG50bAKdQZyy2sRocRrcX2mWY1qWi8khQ,14402
26222
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py,sha256=tvy5b_pEYJD4gKPrXXboFHkD4bhfFBQBXIhmJByyqb0,25287
26223
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py,sha256=hrw-kLK141TzMTZNgt7gf2m_TeTqeUyHcstOLw1eWJI,11782
26224
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py,sha256=wz40sLoTywqZGZdhcmrb67fXTg4ZSEatCx41OK8GLWo,32044
26225
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py,sha256=84ryuAjHa6CEptIqLTIZ0Q7NBmL5xLNNn0GQioZgmsE,15378
26226
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py,sha256=Dt8yPq2UdxFEbCh1yxkb3-axd1bNrD-toB9Ig7G3SD0,19359
26227
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py,sha256=PuMoha7jUMN76Sg-JbD2mlDZBv5tYERaGiTFdrqh1E0,16124
26228
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py,sha256=e22PL-VWumZ-1NjM1TsUn4WIPic2aThQSyhjpEx5N3E,18071
26229
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py,sha256=N0oMeX_nZx5Tstx_AAyz85BEvmd44t4TbPvpt_FbqFE,30383
26230
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py,sha256=nAr6co5ua-xBVIhoS37BOYFPlTnqyIw1M6WqFYq9uAk,13721
26231
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py,sha256=RoBSiI3YMKUbXwNffQamH-B9IeGSi4gvbYBjmCmLeEo,11800
26232
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py,sha256=iMSF4plPSsUWJrZhxIhb5z_meBHiYPvvgv3LOA1zX6U,16783
26233
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py,sha256=abMXhzYFVURiGt5qXUDiihxA_skcl_BEog2aTQrr5kg,14562
26234
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py,sha256=t1LK1KwrLb9aGCLF0lYGWV_qyM-mGM_vR3p7PsYpEzI,39672
26235
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py,sha256=HilbHnIP83dZEMUrqBbYAL3vuo7P5RhfWbkKs7A6sTw,47548
26236
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py,sha256=oNVeStVtpSVRUAFQleiVW9iKIzIbrQxjn5hHukOG5_w,17374
26237
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py,sha256=Q3dwAcb-GNqFl2fxS5Rm9D-bRWC8ExWRphhRBd3vBc8,15693
26238
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py,sha256=GYlioi-o1RhXhsHL55PByswvdGHRNe4Z92RaaD_nUDQ,13427
26239
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py,sha256=qrOUod9lTNF-EaBcaFvZcoSb17ifJYSeItP74YU_u4I,11632
26240
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py,sha256=AegOHYb597YAPRNEc1Rmi0g7l-YTE9VB_9pZ0YMZdNE,18055
26241
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py,sha256=Xqf0N1cvKFWQrs1_iUtXzQz2ITll7em5azV7Ey3CjM8,21129
26242
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py,sha256=0fpdn0ZqXzBYLkHnhY5XpwinQIo6nTyByttkyXIrFJY,18128
26249
+ pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py,sha256=O1SHDTJOPiv_ckKksG1kXRKg0bg5_w4J4wcUCb1lTcc,15412
26250
+ pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py,sha256=Pav1BJ5Y6eFibRJI1HqwyAhN9DV1AcROP1MTPsmLOmE,15497
26251
+ pulumi_azure_native/securityinsights/v20241001preview/action.py,sha256=BOMDb_3yujryKfuygBxb2OS-iH3EndmiYlvovSlIj0o,14479
26252
+ pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py,sha256=RL2YC9dusbPpHVNhg8GhunMWnJ3JHozsj6JaK2k1wDY,25383
26253
+ pulumi_azure_native/securityinsights/v20241001preview/anomalies.py,sha256=dvzrqTHMbx1MP1olSQPNQIFhGTJ8nTxB1BnHVkCqc8A,11862
26254
+ pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py,sha256=ZzRZ0IP9rY8PgOuqoQ5FP98K3jrPfv74rA63HTTUmmk,32149
26255
+ pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py,sha256=wMvV41Dp_DhRalJG1U0aGW68mW3GVFTyZihsOc4I_iE,15465
26256
+ pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py,sha256=DS8wYgjRl-5i_BII65tTPJpOxu9zRxlfSqJ1YfwOADA,19444
26257
+ pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py,sha256=a4JtB2ItVl2-Q2Bxo7L-WddqRLJjQ0qTBXEDMDO0o18,16221
26258
+ pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py,sha256=lm_Jj1LdXTzF6cXrA_y-aljTJWpKQhv7p7vh19FJwoU,18160
26259
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark.py,sha256=7M1K5V6UHO7H2Fs7nhsKZgtSOIMZ_vr-Ja1dJbnDjLY,30462
26260
+ pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py,sha256=igO2GjUSqFS4SklKyLxbD2Iuczod-ve6A-ExlMwJsW0,13808
26261
+ pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py,sha256=lvOO4N2DcezvTKvl0iOEfM0rXKqgxK_6fzsa_dOaKtg,11895
26262
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py,sha256=j4YCail6x8GmcD2dFr9LsWkk9k_9M0x5EUoSiuMKhfI,16885
26263
+ pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py,sha256=qXxBumIa4GnyiuZlm_CPrJUOJcRviShRhLqVbd9u6ZI,14656
26264
+ pulumi_azure_native/securityinsights/v20241001preview/content_package.py,sha256=T9yoFMLz4HV--RaSo6bmyvEh9L42RhdPz-I7_RAWiqU,39757
26265
+ pulumi_azure_native/securityinsights/v20241001preview/content_template.py,sha256=-cXoOX1CvWZBLhb90n-2izxOgDkM9DDSB3qXXA9GA3s,47634
26266
+ pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py,sha256=EyHLqhrz-6mtZAw_x8E4ISFJqWAdBbhtF1mz8DxDmT0,17476
26267
+ pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py,sha256=PAOiYU2P8lD5fD8FYCDyKDZS50VIPieMKbcAoHWc05E,15788
26268
+ pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py,sha256=vgvuNc4cWOEKyVnfpUEim22JkMCjFZUv_bkEGw5lfZI,13513
26269
+ pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py,sha256=xko6sQ6FqydivdUS8DLCVkL65nbGtS6K3_MusEZovpw,11709
26270
+ pulumi_azure_native/securityinsights/v20241001preview/file_import.py,sha256=zTlUoqSTu0eDc_gG_9dAqH-03J4YtiZJJZE8DtEZpQk,18136
26271
+ pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py,sha256=rZ1DCJphXrpVPKkSHWTFiIJi4gQg5veAk6naLLlOXk0,21215
26272
+ pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py,sha256=zMR-5tj-JU0QHKMRN_zbZFIIxC2FJ47um_TefxLCcx0,18215
26243
26273
  pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py,sha256=rj54Ec7mOv2XqYgWzMuYKIpCE-nxhBsW3Z2DTWLcb-I,7622
26244
26274
  pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py,sha256=CHit4rhQhKOeUvRXvlDFUHAkGpd8bmIFQ9zqEjb-zK8,7644
26245
26275
  pulumi_azure_native/securityinsights/v20241001preview/get_action.py,sha256=dtRuIWOs9dYCuEbmLIkzgGMqnrIRbSSp2Uq9ei63C54,7244
@@ -26304,49 +26334,183 @@ pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assi
26304
26334
  pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py,sha256=0Gr0eKWoi1ez4mqH24NyryZP0AZFsEDmG-sn230qxyY,6918
26305
26335
  pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py,sha256=vRWsCzqwSqRcAfcG3y33Gkljwd8UzX5eRUMeGr6yGE0,8089
26306
26336
  pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py,sha256=D0mpCn5Gx3En60zlIeLrF9uNnhZhnDTm_dKvldA6noA,7926
26307
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py,sha256=MxmxpjIK8Q1JVUv4EHRPD0eqwqB60Xs_mY-9WkqDaAk,19527
26308
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py,sha256=kzVg3oKDQa0xZ_bP3_da01RXdmD3cdeZmnAPfmbAJhQ,10876
26309
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py,sha256=mbGCff1VDBbe6x9FaP5PN-AizCZ0NhzPxKHMArDMLYM,13494
26310
- pulumi_azure_native/securityinsights/v20241001preview/incident.py,sha256=2PI0yCO9Ol1wmTrVSGUGiD1aLjFs7kee-8oy91koUa0,28850
26311
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py,sha256=NeNO-yPh3puvErEvH8aOq8v2E5lQFnrAjI2Y85t0hBs,14034
26312
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py,sha256=QC7yazJMdwGCMMx02Sn6RpQHjEQIy9jrSnLmvDPc-8Y,14448
26313
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py,sha256=-ILaNNjcjicgE1jaam-iNUm12FSbPf4_T6JoTRMdyck,17152
26314
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py,sha256=dUfyT4RaonR9-Xw_DDLmCD0mpsnctxx4cPV2odUDea4,15234
26337
+ pulumi_azure_native/securityinsights/v20241001preview/hunt.py,sha256=gU-zUEpdLGfZ_7_3lLW6G6_GHeKOVAMXAZmfBMLmS-A,19602
26338
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py,sha256=NDDthzaNouz_i11BzIzGknAtKO2gPIRj7RHctPA5PKo,10958
26339
+ pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py,sha256=YtCWPHWIFYJT4SmH7x4fbr8PLelpZT256ImHvN2PKpY,13577
26340
+ pulumi_azure_native/securityinsights/v20241001preview/incident.py,sha256=xBEVUGHqUhKiWDRikN3jbtrl8FHLtP050cVX-0dZf6Y,28929
26341
+ pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py,sha256=Khq58TvAhSrOIb_NEAhQvNENykh9QRXLenqS-pnkZgc,14120
26342
+ pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py,sha256=GwyywtT635D65k4tsk5o7Oe5itFdQQ521gwYaGe9Fl0,14535
26343
+ pulumi_azure_native/securityinsights/v20241001preview/incident_task.py,sha256=JckUgGjtq-SVJI7PgUEIvxCu13H3pcjkUgHpXK1RAeo,17235
26344
+ pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py,sha256=jycsQA84AwDNGdR8kHrMgXlzqFUIfB5cJ_iS5oqrQWE,15321
26315
26345
  pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py,sha256=XqJ9XPs3k95FJ_yQWpfzR3DwP-T1OXBA72ilewjTL8k,13730
26316
26346
  pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py,sha256=6MeI-QiBHIG7ZLYKsueAbYIu50VyJEfioVmGW9-L90k,6648
26317
26347
  pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py,sha256=ZaD16Df3a423Nn6ZcN1xCL6f9LoZ3CPoXlG05REzyqM,4729
26318
26348
  pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py,sha256=VxXY20i83jH91aX51vAkFOe-tqVKYGyL6svgvUlfZGw,6747
26319
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py,sha256=7FAHgJUwNxpm6FgPI4PBGU79oqahHeFWlYQ2oaxyW1I,15384
26320
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py,sha256=vTmyydb6e7r5q-OeB0K5lqkUlN_rMkERNsPcKe_CX1Q,15561
26321
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py,sha256=eRLplfcCEPCxo9I-3olS_8eCFFBoeGbTMlSjalWdXn8,39139
26322
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py,sha256=V6F5dPHrwN5qlGwFrGGfkM7JF9RLOoKBrknoNQSPcNc,17501
26323
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py,sha256=VdDUJKoWojOaWVcFs4QxbBLp0lCEA5At2muw6cldhyI,25936
26324
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py,sha256=YKR8u8fVPqBBoEcvB_jTQkikd62mt4vi06nM4Z0wIVw,17859
26325
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py,sha256=1eDl-zzCly4mtqF7HIDnLh28BQEKKwhwmEFSXgb9Ykg,15384
26326
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py,sha256=0M4q2elYJiYhY2O0x39PaVil6N8flSrK6m4XvbCAJf4,16990
26327
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py,sha256=jq3QhpVpVQUk24MiCBAUy1s5zQW-IvNWAgXBr4C_qKA,39287
26328
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py,sha256=SAAnHR2FVTXZoc4nEyv4io24dgPq10ZoDj4bmP9dfW8,16020
26329
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py,sha256=cAIuj6NwwkYm2wi8JGChfSiCqEYB4TcjzQKUgG7kOV4,15569
26330
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py,sha256=j8Mb6sHMJZDcVqkGniZpyUHSQgg0C5NTuryNGohy9SM,15356
26331
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py,sha256=OYiL4y1kAx4cz6UUAGEBK1L4emd7_4iHrpkmcB3Y0gY,15561
26332
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py,sha256=gTp8RT3DxfLF5HU3qcckqUDr3SxPwwi4RcVJ4q0B00k,15813
26349
+ pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py,sha256=bg8X9AEsdQQKuRWmJDRPA2MhK-P8VOv9b5DUZWy43y0,15472
26350
+ pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py,sha256=zE-1hYFz6f67RY97JnTRytxvGZ_SGKzeYRrSlLNCUXA,15650
26351
+ pulumi_azure_native/securityinsights/v20241001preview/metadata.py,sha256=XNv_rrMyiDquNdkFj4G9FqkMa6kxU1GgpjNOABjvVrM,39218
26352
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py,sha256=HhlVBzBoQT0vrtBN3rDJbJu-A2ll-GBMHwkbTRcEtak,17622
26353
+ pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py,sha256=AB_IZ91JpPe2tZox7jo_5l5NJX06oBkzvBKskfGTIik,26049
26354
+ pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py,sha256=XNZR2cSK6PKhz2yzqUYdEa8Xf6anMTmsGn3GJaVCGGk,17958
26355
+ pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py,sha256=y25n8mhivejEOAu4Kxe34Dvm0w3v2pecsEd14RPVbxk,15472
26356
+ pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py,sha256=dqW1ga6qztGUmb_DTKbyLMvARIu0lImlyHtrpTkbsyI,17077
26357
+ pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py,sha256=QFEGnPFcfju6RF9ZIZFevlXTdDDyRsJ_ToPAih_XSAE,39370
26358
+ pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py,sha256=PyhdBG_ednOIqUegimjEyTsYXS6E3daqQ7wZzTaZ140,16120
26359
+ pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py,sha256=VVmKdICh8DA_nDt9OcMQ147mu-L87JpV7Ea6_p_t4jA,15662
26360
+ pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py,sha256=uHLQQzzu8CLLYP4OJul7xEe3067m1kjixqaWCNFiq4M,15446
26361
+ pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py,sha256=eUFUU4gOHMWNWIwKUMBmWJySCIWfjDMxplMSUAyrpl0,15654
26362
+ pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py,sha256=mts7MDrKKi4ImkpF4afH8TM84G5raHJo9M9N1FkiD48,15910
26333
26363
  pulumi_azure_native/securityinsights/v20241001preview/outputs.py,sha256=8E3Kl4IeXs4ODUep7bkBXqJO6Z70gkJTyaQ_UW2lWlw,387877
26334
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py,sha256=AaOx7iJcPsxsyIY8zBoogzVJN9MNGc3nu3pNVEbEK4Q,19995
26335
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py,sha256=0bLomwtYFJ1LD1Zjude6FlR1009WK7sA5rSD2m-LwXM,28120
26336
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py,sha256=j5KuWOscE0dReLkpnpHxvdQADARpseMvFfIKnZNJ80s,45277
26337
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py,sha256=x-aAOOS4UpqB5hb5vgZsLORziaFii07zbGDSL7JvPMo,13035
26338
- pulumi_azure_native/securityinsights/v20241001preview/system.py,sha256=XMzBWY7oQfajSPOF9_jZsyctWkXbmUuy_WoPEXHCLEo,13250
26339
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py,sha256=1WcOClZSR0UUJJmZjEoD_mINVZydqddVoWhSWm70acM,17796
26340
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py,sha256=8GmlD9G2eH-JsycBRkavuqfWudH_VlWjthYSRkGF7Ms,40631
26341
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py,sha256=EAIMD4HN96ksFNGF5bM761h82WSSGIT2BVKPPscmD10,16550
26342
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py,sha256=2FAIeo0w5ruhM3exr3S9osF82iqZs1PKyidZ2dw97xU,25481
26343
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py,sha256=r0G3qaY-JOKv0X35aSySSTQnbDVaY3Lk9lmRqG26rrQ,12805
26344
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py,sha256=r8OFNqNkIu0t8u8N7CBF4Sv-3ovgIu9jjQv9rJIzvWo,37974
26345
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py,sha256=fO7-tP-6g5kx8HnKW-uAFzLaCF_1ES7DGXHMegYMU2Q,23532
26346
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py,sha256=zSNyHgkzeg2LwlQDXOw-2p3S3naTRXf7KGM3nBMTqJU,13718
26347
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py,sha256=WMUBLK5-Ap-_38LVmtfaf2RHzt_YZF4cWPwJgsg1TdE,11092
26348
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py,sha256=LzhdQNAKJuw_46roG3Iy7KuQ7L3Iw2rlhCiAfjZswrc,13622
26349
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py,sha256=OAgTm7Tb0V_wTChSuTwoAmc3D-5-QPliCMfzpoatvcQ,13062
26364
+ pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py,sha256=qBKU7ndBdJ0e-2UNN_okLKNG4tx33iZU11G8nhT3cW0,20091
26365
+ pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py,sha256=ehrSwbp-Sr8DIRArtLkHf4shLT701JqOL1pWFsHVZb4,28217
26366
+ pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py,sha256=xOj6O2Qa60HOc8ahcCVESAGH1JUapYEH6dEhqUFytVQ,45366
26367
+ pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py,sha256=JzjTHllN6IUbFfPM7-47PvmotX8bapgY7N6EavPo_xI,13129
26368
+ pulumi_azure_native/securityinsights/v20241001preview/system.py,sha256=3i31UvH5WDmMwT34EOeaBblW5Q7jnSxP8wD8QUL2rDU,13327
26369
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py,sha256=ZVWRKDS5E3p5f9AlCucWe1k1f95gkKtLj_hOg3Udn3k,17894
26370
+ pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py,sha256=Vx5MvMimjNIRNDjWakNO1T0kgumSLDEe0iyVO-WmSE4,40729
26371
+ pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py,sha256=-sInt4VZfv8t3nf5jhZCEWQ7vwmvOum8owC8xjwQfE8,16636
26372
+ pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py,sha256=gIWGNRt6VXFnyotgu5WWjJlsfeVEOShrDUAu6M4OwMo,25572
26373
+ pulumi_azure_native/securityinsights/v20241001preview/ueba.py,sha256=7zPCgsSmm07AnX3D6xz-Va8XAPA_WIf8Jp22nGLz2Gg,12880
26374
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist.py,sha256=E9I5fo5m3PDBE0tZKZSDsehlscorWaeHx0smZi6fVbQ,38054
26375
+ pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py,sha256=EsbHJxGt8adEFt3qmHzJpihljUpiw5aZXAuB-BYHcpM,23616
26376
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py,sha256=NWV3tfDR_qD4op7fPUyE3RtKSHIBoqoJyRdAE0tFL_c,13815
26377
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py,sha256=R0mjrH4DAMqHqZ3CniBl-F6Jyhq8JywX_rOkJBvMOHw,11192
26378
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py,sha256=s_Ze6CVxwudoui_7hTaTU8vjlB0yraGRIXxd_aTePlk,13714
26379
+ pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py,sha256=ywdM1ZrlWbAEEvVRWP00eCMxJ5FUr4vGLlXzrLSFkms,13155
26380
+ pulumi_azure_native/securityinsights/v20250101preview/__init__.py,sha256=vTdHbG_ureA2c_e8j9CGmLjF4NyFQl9sUOuaYohzr8Q,5342
26381
+ pulumi_azure_native/securityinsights/v20250101preview/_enums.py,sha256=sWskMCka-WUPbocPAAHOQkHsimRUpiTMohFdFjw0tQM,34928
26382
+ pulumi_azure_native/securityinsights/v20250101preview/_inputs.py,sha256=3SQBbj8a8VA8cQjuO6xbASctIPBOCPXGe7bAdLV_Jmc,429403
26383
+ pulumi_azure_native/securityinsights/v20250101preview/aad_data_connector.py,sha256=vNXO9QZFB7cthiyQy1I8Xa7DAwC6rqBMXLgcK9HueBY,15412
26384
+ pulumi_azure_native/securityinsights/v20250101preview/aatp_data_connector.py,sha256=Pg5DrzP4D9lAnB6aBPGsWaPk6kW-L8oB-i2_sOtujOU,15497
26385
+ pulumi_azure_native/securityinsights/v20250101preview/action.py,sha256=pmyyIwxqs0rS-ezyB5IFtdd7FNk9p_63spEeHXt576I,14479
26386
+ pulumi_azure_native/securityinsights/v20250101preview/activity_custom_entity_query.py,sha256=MjBhTp9tzTT06HCJD7V0uLIA0k7Rcp0cEAzhO5ybl6A,25383
26387
+ pulumi_azure_native/securityinsights/v20250101preview/anomalies.py,sha256=58d_5qEhWwwM60m2kRF1QB65G7LcdlBNq6EqlkOyNyU,11862
26388
+ pulumi_azure_native/securityinsights/v20250101preview/anomaly_security_ml_analytics_settings.py,sha256=Ot6x_rVPglS9-pfEOFoBWGJWwZh3KKw6YQ3lCRQVXZQ,32149
26389
+ pulumi_azure_native/securityinsights/v20250101preview/asc_data_connector.py,sha256=In3gl5htWqbEbNFA7Vsq3aURTvu6Wriuy_2vMtre1LY,15465
26390
+ pulumi_azure_native/securityinsights/v20250101preview/automation_rule.py,sha256=CBOvIzefpK40RcH6_KcwIRG2lrogn6TSb3pGXj4Nd2E,19444
26391
+ pulumi_azure_native/securityinsights/v20250101preview/aws_cloud_trail_data_connector.py,sha256=cOGHGCSv7mcK_cbau1Jg9OGRj2HrRnAiErKtrrnybiY,16221
26392
+ pulumi_azure_native/securityinsights/v20250101preview/aws_s3_data_connector.py,sha256=ygmwQv70Kqn4UTu76Cd5sNBKZsH5bjvYWc7r7s6Q2V0,18160
26393
+ pulumi_azure_native/securityinsights/v20250101preview/bookmark.py,sha256=pnJyeuoLEJQyDCnD2Bgvv3r5jmhrtbe8BVSxn1fs__k,30462
26394
+ pulumi_azure_native/securityinsights/v20250101preview/bookmark_relation.py,sha256=7eEYoqJqIWvBNfmPl__efoBFZqa3g6NY_gAhPkChjdA,13808
26395
+ pulumi_azure_native/securityinsights/v20250101preview/business_application_agent.py,sha256=0_cXgdzU3kMlOLKtLPJzmMuQbaH2uZ87B6LkWmQz0r8,11895
26396
+ pulumi_azure_native/securityinsights/v20250101preview/codeless_api_polling_data_connector.py,sha256=RBgG-WjUkFAltFg5sSl95yrtaNsOJQm4pM005PtYWK8,16885
26397
+ pulumi_azure_native/securityinsights/v20250101preview/codeless_ui_data_connector.py,sha256=TyoZJmq8YyNlzF2-28dIb0yZ_aqrVeP6NxByJUiLccw,14656
26398
+ pulumi_azure_native/securityinsights/v20250101preview/content_package.py,sha256=H47jG54It80BS0xZNGlw5Ijxc4NcDXHPmjmWM6EG5Mo,39757
26399
+ pulumi_azure_native/securityinsights/v20250101preview/content_template.py,sha256=G81E8Cq376smDHUZl2EBmEFgOL_Bau47XBW2IRASdOg,47634
26400
+ pulumi_azure_native/securityinsights/v20250101preview/customizable_connector_definition.py,sha256=Zf4B6QpbY183ugHNemvKXXdFX9FVTTatO4yTl54nCrU,17476
26401
+ pulumi_azure_native/securityinsights/v20250101preview/dynamics365_data_connector.py,sha256=VpLxPOtkLabb20aMCpgz6SqP2_H7dlJAuqmyoHb9ZNo,15788
26402
+ pulumi_azure_native/securityinsights/v20250101preview/entity_analytics.py,sha256=cq7sGuf-ek_RL3cMLu5aZuxxzlBjpJlBR77dwTBBHPQ,13513
26403
+ pulumi_azure_native/securityinsights/v20250101preview/eyes_on.py,sha256=-WqPEpCihUOrLDl9jeBwRRgjNIHKvguH1zrxlJDiRf8,11709
26404
+ pulumi_azure_native/securityinsights/v20250101preview/file_import.py,sha256=pzBkW1T3VAlka8Jyl82vViep9klBv0WAjD_s1URsPZ0,18136
26405
+ pulumi_azure_native/securityinsights/v20250101preview/fusion_alert_rule.py,sha256=dvnaHCIMi4agdRX88gJjHYsY2vmId7Rx2S8fCRuI2iE,21215
26406
+ pulumi_azure_native/securityinsights/v20250101preview/gcp_data_connector.py,sha256=hveOcJqxC6zQvovkyy8jNy_QtGpdFDIw6N8PZ942vZY,18215
26407
+ pulumi_azure_native/securityinsights/v20250101preview/get_aad_data_connector.py,sha256=TsF_UUDdjSExQpA6Cym_0D4qJJ_pAg3dVppuxBSDt64,7622
26408
+ pulumi_azure_native/securityinsights/v20250101preview/get_aatp_data_connector.py,sha256=B17Gn1twXBV1uEYSWvlv5ZWZh3ZWnN3CMmHOijgKYbw,7644
26409
+ pulumi_azure_native/securityinsights/v20250101preview/get_action.py,sha256=igoBG9dGjXzDUArF82fsiNcNkonloMJa6FWVGuxdgEI,7244
26410
+ pulumi_azure_native/securityinsights/v20250101preview/get_activity_custom_entity_query.py,sha256=oh6aQ_JpD-mIYj0IlxElw0TBBrWT5Pplz1X-V2TqkWA,13637
26411
+ pulumi_azure_native/securityinsights/v20250101preview/get_anomalies.py,sha256=UC2QTrEJKV6EFnhbnB-IxJ5fF0QkiKKmguGzy_rKLfg,6836
26412
+ pulumi_azure_native/securityinsights/v20250101preview/get_anomaly_security_ml_analytics_settings.py,sha256=s-u5hJHajngNOZh1oX65OQbi2NuXOnlmkiFd1vbYsb0,16445
26413
+ pulumi_azure_native/securityinsights/v20250101preview/get_asc_data_connector.py,sha256=ttPU7M1jBcvg6P11UkqH_bWJmIJg9bTZXEqW3ejGGbo,7704
26414
+ pulumi_azure_native/securityinsights/v20250101preview/get_automation_rule.py,sha256=TCBRWBbZgtifJAAAPe4Liqawrk8uXNHTNeNV-GsWb2c,10844
26415
+ pulumi_azure_native/securityinsights/v20250101preview/get_aws_cloud_trail_data_connector.py,sha256=-BJ_F4eiXTvraIK1NjRSQHDXvlXpBQx7YBaxAYNTmRU,7957
26416
+ pulumi_azure_native/securityinsights/v20250101preview/get_aws_s3_data_connector.py,sha256=MMaZOsAJIWDc56msrla6jR_BnDOcue7aeI3dgbEMSV4,8843
26417
+ pulumi_azure_native/securityinsights/v20250101preview/get_bookmark.py,sha256=8410EljlKtSugY_ZOuYYrn9Gb1A9fVycmLzUc4i6AGE,14725
26418
+ pulumi_azure_native/securityinsights/v20250101preview/get_bookmark_relation.py,sha256=-Y59S6aJMkQ30Im8yuDr1YoGagcCH3c_Ot_Yoidd1Yc,9049
26419
+ pulumi_azure_native/securityinsights/v20250101preview/get_business_application_agent.py,sha256=3OISh0BSdbDRsGkti-sh94bfweqaGHRP3jzLZxqJ3GI,8594
26420
+ pulumi_azure_native/securityinsights/v20250101preview/get_codeless_api_polling_data_connector.py,sha256=0q56SS3oPmRK-b4fvT4wvGEVg0DBsaMj77TAwrXxqcs,8234
26421
+ pulumi_azure_native/securityinsights/v20250101preview/get_codeless_ui_data_connector.py,sha256=vQ9byhBC3bHG1-FG9EWT3hT3UKw7ExOSSViSMcpinj0,7330
26422
+ pulumi_azure_native/securityinsights/v20250101preview/get_content_package.py,sha256=hG1-ZVHPqQyda1CpM1tkKldJ-jG1SZNVTKOtP6CApB0,19973
26423
+ pulumi_azure_native/securityinsights/v20250101preview/get_content_template.py,sha256=6IabceCcigfGcE0ZriiyGUQxBTU30pk0E-_B-QsA0XU,24013
26424
+ pulumi_azure_native/securityinsights/v20250101preview/get_customizable_connector_definition.py,sha256=ynwmRhdmLTOj7Yro8yo5Bhj9zIeIror3L3RtpD2a1Vw,9854
26425
+ pulumi_azure_native/securityinsights/v20250101preview/get_dynamics365_data_connector.py,sha256=vbE1TOBpUCIIe-BDGbDa9Ef9Ur09q-XGN4NW6qKPG4g,7760
26426
+ pulumi_azure_native/securityinsights/v20250101preview/get_entities_get_timeline.py,sha256=L2K4iorMPwSPL7w-gg6leIIUTWQg-WbzXA_rq9al6uc,6121
26427
+ pulumi_azure_native/securityinsights/v20250101preview/get_entity_analytics.py,sha256=Nk7XazBdqGc0ILehq5wurd4F3Xurdt7nHiSQKvmbmH4,7097
26428
+ pulumi_azure_native/securityinsights/v20250101preview/get_entity_insights.py,sha256=Ipx471pAv4n50IixLP-dFZ166WEFQj3UaCT_msFxkkU,6283
26429
+ pulumi_azure_native/securityinsights/v20250101preview/get_eyes_on.py,sha256=rXw77tUQsejqASHRrd0k1ztxj9Xi79PCVAXMqQX1D4o,6771
26430
+ pulumi_azure_native/securityinsights/v20250101preview/get_file_import.py,sha256=F5nwZAYzzQ2nLW3PqP2JogNzbfhNf7baFWJOyF36u0Q,13829
26431
+ pulumi_azure_native/securityinsights/v20250101preview/get_fusion_alert_rule.py,sha256=O10fBMhZkvj-lTTb-11x5fAtMqyJQ__Cf3bSpTX8ILg,13247
26432
+ pulumi_azure_native/securityinsights/v20250101preview/get_gcp_data_connector.py,sha256=B699YqvmZfl7FDaCbB1qwZIhgMUWL9_OjS4UvjP60JM,8848
26433
+ pulumi_azure_native/securityinsights/v20250101preview/get_hunt.py,sha256=EDyoT33RD7YswLrM3UDDFTEut6XV4fOSeiH8TypjKHI,10254
26434
+ pulumi_azure_native/securityinsights/v20250101preview/get_hunt_comment.py,sha256=FZrQtGssAM6NojYx_7FkfJK9GkOQs10-ggwJg6OUbrU,6560
26435
+ pulumi_azure_native/securityinsights/v20250101preview/get_hunt_relation.py,sha256=-31rqtb3awPdX6dOIWCOLCFyKd-DRyuBTsb43IszRIA,9347
26436
+ pulumi_azure_native/securityinsights/v20250101preview/get_incident.py,sha256=V9oofcAHnmP_bL5qt1POXt41i3TIrSi6oAvBVOg84B4,18391
26437
+ pulumi_azure_native/securityinsights/v20250101preview/get_incident_comment.py,sha256=gZuMAri1bpZHDwP9VoHHy3PhT9GY3oeBkk6Skj9YL80,8577
26438
+ pulumi_azure_native/securityinsights/v20250101preview/get_incident_relation.py,sha256=DyZdZquiQwonOEic9VxlxFYLSMArAxIyTkmgO_zbhMw,9051
26439
+ pulumi_azure_native/securityinsights/v20250101preview/get_incident_task.py,sha256=PiIOHR_YbBfUg_HxNOzv8JCDXlWMVRllD2fesEibBZQ,10180
26440
+ pulumi_azure_native/securityinsights/v20250101preview/get_io_t_data_connector.py,sha256=O5ktdhq1QnwzusEwt-Ip08MpM0MLC__m_doW0u0Alp4,7674
26441
+ pulumi_azure_native/securityinsights/v20250101preview/get_mcas_data_connector.py,sha256=Kf4zMXlU43dcEa77MCYP8SkJE0Lv8zYyZtm1jkMdAAQ,7623
26442
+ pulumi_azure_native/securityinsights/v20250101preview/get_mdatp_data_connector.py,sha256=1wIk-0IMepXx7lfVZoeo88IbgeCNbX7QFf201sg4Hac,7694
26443
+ pulumi_azure_native/securityinsights/v20250101preview/get_metadata.py,sha256=SNQFEs7GW2Upampg6DUoduCiu6f9cWuxnXuBV96XjjI,18251
26444
+ pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_purview_information_protection_data_connector.py,sha256=tOmr5iKpA1X2w7CshhFpVGJ3oPXz9HotouzjbB7ubg0,8491
26445
+ pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_security_incident_creation_alert_rule.py,sha256=3LWx9Z4Ugn_GBOLeAcihK4GhFrYg-Q8B9_IrUuvks-0,13147
26446
+ pulumi_azure_native/securityinsights/v20250101preview/get_ml_behavior_analytics_alert_rule.py,sha256=3LGvgBZKlJHgJqz-mTjP40RfePKXasMzwHI8IKOPTGY,11991
26447
+ pulumi_azure_native/securityinsights/v20250101preview/get_msti_data_connector.py,sha256=6hF6WUhEeTyjkHS17gHyO9ZUZzmRt3drKqsitOhxI_o,7619
26448
+ pulumi_azure_native/securityinsights/v20250101preview/get_mtp_data_connector.py,sha256=36tBqeyjpYFO2wgztOwo_1h2OuTcI6EzylxILLTrrsk,8336
26449
+ pulumi_azure_native/securityinsights/v20250101preview/get_nrt_alert_rule.py,sha256=bOnFyDcilVChlzIcX2s2iIk--pNhbQ7GvNfU8nyVW88,19007
26450
+ pulumi_azure_native/securityinsights/v20250101preview/get_office365_project_data_connector.py,sha256=RWZo7b7Q223-iCU6Q7TAyYTXbHFBCFEvzKz0ELGZlp0,7909
26451
+ pulumi_azure_native/securityinsights/v20250101preview/get_office_atp_data_connector.py,sha256=lxNby5OLbF39zAohEJ1mo5I6TICZUKGSoMCw5qA5MzI,7764
26452
+ pulumi_azure_native/securityinsights/v20250101preview/get_office_data_connector.py,sha256=7fwj-BlVZgjcEKnCxDZB-g9qNaKlbE9LXQFF08w8x3o,7628
26453
+ pulumi_azure_native/securityinsights/v20250101preview/get_office_irm_data_connector.py,sha256=zIRwOdBY2bbg2xLRIj2FMlFsiNvPmWsvhOysG6a6rY4,7760
26454
+ pulumi_azure_native/securityinsights/v20250101preview/get_office_power_bi_data_connector.py,sha256=m_4IZb-gNbp5nRLseCkKajxKnAT7lV0W30U8F918NLg,7841
26455
+ pulumi_azure_native/securityinsights/v20250101preview/get_purview_audit_data_connector.py,sha256=hxlOV6YXCxosIW--6pGhJsqU-rwMgDWZ3BU4cNlYRjU,9836
26456
+ pulumi_azure_native/securityinsights/v20250101preview/get_rest_api_poller_data_connector.py,sha256=OeDiPJt-Y1kCCr-6MGcaeU_5qnbV-Gxlrig57-wNlus,12039
26457
+ pulumi_azure_native/securityinsights/v20250101preview/get_scheduled_alert_rule.py,sha256=FIk9SpqH0zTrwYYicDELzYedGdNnbDIgXPAVKEZwvCE,21793
26458
+ pulumi_azure_native/securityinsights/v20250101preview/get_sentinel_onboarding_state.py,sha256=EmicGVb9zArgiqVmPO1pfSU1YQeJZcumy09cANxlHa0,6992
26459
+ pulumi_azure_native/securityinsights/v20250101preview/get_system.py,sha256=F8TC094JJFQEZSG2Dxn-F2Il2bUrqMmG03hS8oYvwwc,8350
26460
+ pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_alert_rule.py,sha256=Di_XmFyA4UBGQAkMhak8QcycZg3Q3bpp4v4IEf2cD8s,11951
26461
+ pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_indicator.py,sha256=0uCSxQEiMEfRUvB9cyQJJ_K5-gE-eLbE6NS-M7yCwjU,6616
26462
+ pulumi_azure_native/securityinsights/v20250101preview/get_ti_data_connector.py,sha256=0vQwaZ5u0c1RAmh4GNOROiOkEDegzjIf990iaybRJI0,8264
26463
+ pulumi_azure_native/securityinsights/v20250101preview/get_ti_taxii_data_connector.py,sha256=HRmWsvqdtR4bawF0_L61Dq6dmuD_btMWBJr_tfQMxk4,12628
26464
+ pulumi_azure_native/securityinsights/v20250101preview/get_ueba.py,sha256=MjW5EeVA8qL7SrmKKvp5zdYbG3eLCbir8xP_o1uxcBw,6754
26465
+ pulumi_azure_native/securityinsights/v20250101preview/get_watchlist.py,sha256=s8NDEt_2TIi2cHu-sfSvytyTkKfIu2mOEjmpJPpsg8k,19341
26466
+ pulumi_azure_native/securityinsights/v20250101preview/get_watchlist_item.py,sha256=ruJnwo_twfwJwaAtTMg6pMwp7wHJV3jkFwUmAvRjAcY,12317
26467
+ pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_assignment.py,sha256=TfyvlxNlXISJTIaUP4Am6eDOFk2nziLAAxXfsb564jU,9145
26468
+ pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_configuration.py,sha256=osAo04xzN2U9_QanDG2NM-DfHs46r7CBfPaF7PrfiYo,6918
26469
+ pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_group.py,sha256=HT_rGAwLulLcT9UNk3EqcpLNrHi83fEWyQ1P-9BWpAM,8089
26470
+ pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_member.py,sha256=vizHlWaLAdwNCaZTO69YEIBUjDbYVl6UCb3J1SWY2Xs,7926
26471
+ pulumi_azure_native/securityinsights/v20250101preview/hunt.py,sha256=YpaFoqUbeZeC0h7K7E-GFVJisUoVx-iyAgbJuXkl3Hg,19602
26472
+ pulumi_azure_native/securityinsights/v20250101preview/hunt_comment.py,sha256=wbUhQJgntto3Vdkkz4lTuSZ6AtZKbk3aggrLiCusO6E,10958
26473
+ pulumi_azure_native/securityinsights/v20250101preview/hunt_relation.py,sha256=XQM2tSrYynESOLsSdg0qHzKyG3Njx0Nb1UI8UUIgSGU,13577
26474
+ pulumi_azure_native/securityinsights/v20250101preview/incident.py,sha256=zcn5YDQJsb-Bfv0SubXrEuwQQEcr9nQIiz8ijqV-ctw,28929
26475
+ pulumi_azure_native/securityinsights/v20250101preview/incident_comment.py,sha256=LxKGAdIDjKHQwsb7qbTqlRmO8_SbDuqywobIIBLtTEc,14120
26476
+ pulumi_azure_native/securityinsights/v20250101preview/incident_relation.py,sha256=UiFhny6wTzQqPfYnqW4CGRQvoHfHIfj2sC8NAQnOHRo,14535
26477
+ pulumi_azure_native/securityinsights/v20250101preview/incident_task.py,sha256=pt3583g-TXiqYzVVvbQODbPRD6147b0b_KRQ8rfe95Y,17235
26478
+ pulumi_azure_native/securityinsights/v20250101preview/io_t_data_connector.py,sha256=1efcFA4W4vnTC4kQgQMyFQw-Ddi7IvlME8J6zH4dtaQ,15321
26479
+ pulumi_azure_native/securityinsights/v20250101preview/list_geodata_by_ip.py,sha256=qTSTvgU2PEObq22MYwNV9dLkoMqxnoQ3TjQpkcGwE6c,13730
26480
+ pulumi_azure_native/securityinsights/v20250101preview/list_source_control_repositories.py,sha256=EMnR2idA79N2TstoMRUkxOjbfAtBFGu4fA8ybN3Q2T0,6648
26481
+ pulumi_azure_native/securityinsights/v20250101preview/list_system_actions.py,sha256=npQogK0YMc6cZiNNch9UVHHFe5cWv8ZzLBA5X8dcHbs,4729
26482
+ pulumi_azure_native/securityinsights/v20250101preview/list_whois_by_domain.py,sha256=aPgttr8nEoD_mvTsPkr7c4__AlQmjL-cLNNJYkQwg-k,6747
26483
+ pulumi_azure_native/securityinsights/v20250101preview/mcas_data_connector.py,sha256=gpRhgd31IO768c9OOruujAsFoWEuzZj6dQCTaNleqig,15472
26484
+ pulumi_azure_native/securityinsights/v20250101preview/mdatp_data_connector.py,sha256=goIV3Jfv9ja7ukL1kag3ZLimuruvqXTLZFWDebChqxM,15650
26485
+ pulumi_azure_native/securityinsights/v20250101preview/metadata.py,sha256=mA2_7FX4g8sbBhcms_5UcXUS_rpNgkOJHmmAWlEW570,39218
26486
+ pulumi_azure_native/securityinsights/v20250101preview/microsoft_purview_information_protection_data_connector.py,sha256=-1A82OF_o5-2mT3iYObTApSCNBl8JL8uvp8j9w1J8W0,17622
26487
+ pulumi_azure_native/securityinsights/v20250101preview/microsoft_security_incident_creation_alert_rule.py,sha256=q9Tubt6SfrkbAdP7oEYO-4T13tpcxRvDVuzDSYFVgKk,26049
26488
+ pulumi_azure_native/securityinsights/v20250101preview/ml_behavior_analytics_alert_rule.py,sha256=BQ7tG06bdRI3oYukPBA_fybGXjtuO1PTuW_hsRf45Cs,17958
26489
+ pulumi_azure_native/securityinsights/v20250101preview/msti_data_connector.py,sha256=o9O1-K2zcEeok372qM2wrIIcPrhQMeRO1By7IOmKHZ8,15472
26490
+ pulumi_azure_native/securityinsights/v20250101preview/mtp_data_connector.py,sha256=6ormPtMp79o_iarcu5uPJzaRIi6lIzz29494gaSalTM,17077
26491
+ pulumi_azure_native/securityinsights/v20250101preview/nrt_alert_rule.py,sha256=VzGQGQYwQuvADxvH-ALPQJzLtC2N3QfnUIg9TGEJDxc,39370
26492
+ pulumi_azure_native/securityinsights/v20250101preview/office365_project_data_connector.py,sha256=UPiIq5heWvdJUUqfwY29e6xwzQ-WGG-5VKQjt27TsRE,16120
26493
+ pulumi_azure_native/securityinsights/v20250101preview/office_atp_data_connector.py,sha256=fU80ftPIniWfcVtbVoV_1u34jcNou8Mi89wFgnXu6Lk,15662
26494
+ pulumi_azure_native/securityinsights/v20250101preview/office_data_connector.py,sha256=oJHEHhwofyYNpYLiOmLPn9LrxJCbEL7EbEsVj2gnjGs,15446
26495
+ pulumi_azure_native/securityinsights/v20250101preview/office_irm_data_connector.py,sha256=7p6GAyEOe_BvEXBwrtUxrrPeoQ4Sd-tCWif-t-6t0BY,15654
26496
+ pulumi_azure_native/securityinsights/v20250101preview/office_power_bi_data_connector.py,sha256=DGCDQgs7QC0SvJTOtUIrRQaF-QGUrQcyMLhlUHCgFKw,15910
26497
+ pulumi_azure_native/securityinsights/v20250101preview/outputs.py,sha256=oWmBNxkeYUEmtV2_oIe0aaArYpGgjwzO01JIGQ7Ho_g,389052
26498
+ pulumi_azure_native/securityinsights/v20250101preview/purview_audit_data_connector.py,sha256=1pe4fcUoeppo-85h1Ltqr4mLsgutpDvhhxhfH1xfy1k,20091
26499
+ pulumi_azure_native/securityinsights/v20250101preview/rest_api_poller_data_connector.py,sha256=AmsfFSHPAYy9VeCohfIP-UPkVn9L2s5r-Tsc9Pri8e8,28217
26500
+ pulumi_azure_native/securityinsights/v20250101preview/scheduled_alert_rule.py,sha256=UyjWijDGhXX0fScoYEJ-2KHLjzy_9HQR7J-xduVOaMY,45366
26501
+ pulumi_azure_native/securityinsights/v20250101preview/sentinel_onboarding_state.py,sha256=PnxTpqs_U0kFbsuyD3bemUtTKZzxNRSsQqG8NaB9cBo,13129
26502
+ pulumi_azure_native/securityinsights/v20250101preview/system.py,sha256=Tjf-5EI8B8FJORt3tlbnKKIurG1_e35Y1fpyGI0fQP4,13327
26503
+ pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_alert_rule.py,sha256=QEtLHzfuf0IDZWUxdFGm2oFs_S4RSNno24z4X09I5Ac,17894
26504
+ pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_indicator.py,sha256=2Ncgb5OYp2XiMDnNTG7cY51Jkh9E1t5_WhKcrOmxWJ0,40729
26505
+ pulumi_azure_native/securityinsights/v20250101preview/ti_data_connector.py,sha256=5-UezQog7scmd7G5BaEStabjkbsDfxXjC4hm7fHmRcc,16636
26506
+ pulumi_azure_native/securityinsights/v20250101preview/ti_taxii_data_connector.py,sha256=dE5hX0PkI1SSUtvv0cEZWT9JaxhAzc3hnAohuydZBEY,25572
26507
+ pulumi_azure_native/securityinsights/v20250101preview/ueba.py,sha256=K3aeW6JXRW0-VBqemJW4xth0Jt00mUUyKV4KDLf8nak,12880
26508
+ pulumi_azure_native/securityinsights/v20250101preview/watchlist.py,sha256=FinMVYx4NOVJfGrSBHDUU20VcjfN0HLYULgFzzGwl-M,38054
26509
+ pulumi_azure_native/securityinsights/v20250101preview/watchlist_item.py,sha256=WXqfOYk_CQ7Hvs8YycCGmBNsg6mnkPGtzYZBkGSHH5A,23616
26510
+ pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_assignment.py,sha256=8BMXM79hZ1lap5xP_AfEVKg5qGYZlD_qO1IgbPKINFU,13815
26511
+ pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_configuration.py,sha256=eABms74jDtjwNrM7WpooJZWKFb0a9qjdhRVgF0DF-1E,11192
26512
+ pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_group.py,sha256=nYv5Oh4zNPaah4uoIUn9CZR-3zYDPjdtDqhkL-hJDK4,13714
26513
+ pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_member.py,sha256=0fsfY10Ow91H6NpQK5q6h0z07JFlD2KXH0-6qLXUABg,13155
26350
26514
  pulumi_azure_native/serialconsole/__init__.py,sha256=q0NKGTx5gEbvmTh6tXR-Dnxh2zCyYWWzjYsiYp3JVGA,578
26351
26515
  pulumi_azure_native/serialconsole/_enums.py,sha256=Ftu-COH0MSKtNDuauZfem4yBX2kMurAZ2U8a_vg9hoE,404
26352
26516
  pulumi_azure_native/serialconsole/get_serial_port.py,sha256=6mx4LHCsdLH4QMiZdxG5QO6fXiDZe8DJvVTB5lhJRvI,6132
@@ -27130,6 +27294,26 @@ pulumi_azure_native/solutions/v20231201preview/jit_request.py,sha256=HnBoDMOSMz4
27130
27294
  pulumi_azure_native/solutions/v20231201preview/list_application_allowed_upgrade_plans.py,sha256=-4LEZW7jeNJjVBi2cUn-y016SGa68khjLSbYEEHVPoA,3777
27131
27295
  pulumi_azure_native/solutions/v20231201preview/list_application_tokens.py,sha256=uokOa8xkupo4EwcxNmOO4WNg4VbTOPGtBZsguRhoOZc,4434
27132
27296
  pulumi_azure_native/solutions/v20231201preview/outputs.py,sha256=mwMFiJ7xo8dtOA8lrFa8ASfX8eM3ZwCXROvXtAYRYts,47015
27297
+ pulumi_azure_native/sovereign/__init__.py,sha256=oPC8x4vqCLizEAjo1Y9eAXLdqW8eNuujSQr2Uo3V2BY,909
27298
+ pulumi_azure_native/sovereign/_enums.py,sha256=9msdoh4eyoNoNPxVd58xT6R-JB922GS9CxiMO8fCWyM,3397
27299
+ pulumi_azure_native/sovereign/_inputs.py,sha256=HzhuvnJUg0qy7Gcua16MVSA5FoDhNdUTo11UU9oRfww,56744
27300
+ pulumi_azure_native/sovereign/get_landing_zone_account_operation.py,sha256=7eTz08F9jmUHzSzTUZfCMZpg9wVlpM_HfbdYy_5iveg,7675
27301
+ pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py,sha256=qp6GRJCDPyxTJr57ksaFs9QjiMh5yY1Vx-8aQBD_ecw,6865
27302
+ pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py,sha256=B3ETIVOvPmY6ojUlqyos_YMvXuFD_IezpTiTrEWshL8,6807
27303
+ pulumi_azure_native/sovereign/landing_zone_account_operation.py,sha256=psYpQnw87iDRiUxscmWvyV7PSMCPqx5jf4L92viWpqs,12875
27304
+ pulumi_azure_native/sovereign/landing_zone_configuration_operation.py,sha256=x3h-bEmXBZIuKXheUOVRIOFxgz0VIfoJ7DWVe-TV3Pw,10733
27305
+ pulumi_azure_native/sovereign/landing_zone_registration_operation.py,sha256=1G8QuUK1RcFC8Hakl_ou-5-asSQhIY9Fmi0nNNNBtDA,10626
27306
+ pulumi_azure_native/sovereign/outputs.py,sha256=wZ3BHeopy4wZ9_4Z9_KhMgRMKtL_stlKRwuKs1oXpdg,53768
27307
+ pulumi_azure_native/sovereign/v20250227preview/__init__.py,sha256=QMwnrzZPbIpPi3LVbv2nyVkonALsns9Of3AvF7hps9Q,629
27308
+ pulumi_azure_native/sovereign/v20250227preview/_enums.py,sha256=9msdoh4eyoNoNPxVd58xT6R-JB922GS9CxiMO8fCWyM,3397
27309
+ pulumi_azure_native/sovereign/v20250227preview/_inputs.py,sha256=Rscnxn9wFe17WIp9-14-BdAcHhxaIh-QvohUMfd-Cxc,56745
27310
+ pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py,sha256=zVw6QwGDcBu3Mi4OlMbk62WsghFzSa1MthRe5RLx7xg,7614
27311
+ pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py,sha256=k_ONJH55s3unawLVbMRDMWAbJ9h7kSfa6VS0xXa-uXU,6804
27312
+ pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py,sha256=7NQ8p76rNYZuS3apkwrDEV8FTu1qMH_U1mui9r8g6lc,6746
27313
+ pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py,sha256=XxnfNNGpc4jAoM-RGu0YxyWdb3phGeD4bYzpajnSHrI,12772
27314
+ pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py,sha256=NiOHxaSGf8zpsPn135sgN_zIMN4N3y2gP8Y3y2u4aYw,10630
27315
+ pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py,sha256=ZYJV-U1Uj7DYLx2ycZRpIqUJgk_vERMjjznN7dcaVmY,10523
27316
+ pulumi_azure_native/sovereign/v20250227preview/outputs.py,sha256=yB_lIGrAK_UTxVRbmtTnzMOikgGoKMhOsJDBQnHSPN8,53769
27133
27317
  pulumi_azure_native/sql/__init__.py,sha256=ij4KlHvCAQmPr0QU7qdDpSzzoCg7o0kVaK1ZYBVAwRE,8977
27134
27318
  pulumi_azure_native/sql/_enums.py,sha256=IHXNoBDo-85LGV46wl_M01-jztJ_Sgx766w4ZR5LFS8,14187
27135
27319
  pulumi_azure_native/sql/_inputs.py,sha256=fczGRQHwmKqhsSknaBdWF37LUclKUxJtbGpD__Gej8s,83373
@@ -30851,7 +31035,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
30851
31035
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=UOtVoa3UBZkPqcdtCdYkDrWJ09OraDp91lBE-PISA88,16551
30852
31036
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=idBoUXDYRkLH0cOPTS25jK7n-lDXqdeXMvkRnDs6D88,14157
30853
31037
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=pvsFTtXJ1HURNfU3_GkjxnhV1mp57sliQYfcIgM_p7k,24431
30854
- pulumi_azure_native-2.85.0a1738229206.dist-info/METADATA,sha256=zrlP_fGdQnr7-FcwUqwRiAU_590FExKc7CAUgXleMP0,3635
30855
- pulumi_azure_native-2.85.0a1738229206.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30856
- pulumi_azure_native-2.85.0a1738229206.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30857
- pulumi_azure_native-2.85.0a1738229206.dist-info/RECORD,,
31038
+ pulumi_azure_native-2.86.0.dist-info/METADATA,sha256=0f3F2RjR9mcZ9gPWT71wSKUhTplyDayra_pZSyDNCX0,3624
31039
+ pulumi_azure_native-2.86.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
31040
+ pulumi_azure_native-2.86.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
31041
+ pulumi_azure_native-2.86.0.dist-info/RECORD,,