pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +32 -0
  2. pulumi_azure_native/botservice/bot.py +9 -9
  3. pulumi_azure_native/botservice/channel.py +9 -9
  4. pulumi_azure_native/botservice/get_bot.py +3 -3
  5. pulumi_azure_native/botservice/get_channel.py +3 -3
  6. pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
  7. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  8. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  9. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  10. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  11. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  12. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  13. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  14. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  15. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  16. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  17. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  18. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  19. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  20. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  21. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  22. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  23. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  24. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  25. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  26. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  27. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  28. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  29. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  30. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  31. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  32. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  33. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  34. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  35. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  36. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  37. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  38. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  39. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  40. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  41. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  42. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  43. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  44. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  45. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  46. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  47. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  48. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  49. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  50. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  51. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  52. pulumi_azure_native/confluent/connector.py +5 -1
  53. pulumi_azure_native/confluent/get_connector.py +4 -0
  54. pulumi_azure_native/confluent/get_organization.py +2 -2
  55. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
  56. pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
  57. pulumi_azure_native/confluent/get_topic.py +4 -0
  58. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  59. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  60. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  61. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  62. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  63. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  64. pulumi_azure_native/confluent/list_access_users.py +2 -2
  65. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  66. pulumi_azure_native/confluent/organization.py +3 -3
  67. pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
  68. pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
  69. pulumi_azure_native/confluent/topic.py +5 -1
  70. pulumi_azure_native/containerservice/__init__.py +2 -0
  71. pulumi_azure_native/containerservice/_inputs.py +74 -0
  72. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  73. pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
  74. pulumi_azure_native/containerservice/fleet.py +3 -3
  75. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  76. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  77. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  78. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
  79. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  80. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  81. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  82. pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
  83. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  84. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  85. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  86. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  87. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  88. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  90. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  91. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  92. pulumi_azure_native/containerservice/identity_binding.py +246 -0
  93. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  94. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  95. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  96. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  97. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  98. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  99. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  100. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  101. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  102. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  103. pulumi_azure_native/containerservice/outputs.py +185 -0
  104. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  105. pulumi_azure_native/containerservice/snapshot.py +3 -3
  106. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  107. pulumi_azure_native/containerservice/update_run.py +3 -3
  108. pulumi_azure_native/databox/get_job.py +2 -2
  109. pulumi_azure_native/databox/job.py +3 -3
  110. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  111. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  112. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  113. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  114. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  115. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  116. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  117. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  118. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  119. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  120. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  121. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  122. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  123. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  124. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  125. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  126. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  127. pulumi_azure_native/fileshares/__init__.py +16 -0
  128. pulumi_azure_native/fileshares/_enums.py +86 -0
  129. pulumi_azure_native/fileshares/_inputs.py +354 -0
  130. pulumi_azure_native/fileshares/file_share.py +274 -0
  131. pulumi_azure_native/fileshares/get_file_share.py +190 -0
  132. pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
  133. pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
  134. pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
  135. pulumi_azure_native/fileshares/outputs.py +999 -0
  136. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  137. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  138. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  139. pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
  140. pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
  141. pulumi_azure_native/mission/__init__.py +27 -0
  142. pulumi_azure_native/mission/_enums.py +412 -0
  143. pulumi_azure_native/mission/_inputs.py +1489 -0
  144. pulumi_azure_native/mission/approval.py +405 -0
  145. pulumi_azure_native/mission/community.py +554 -0
  146. pulumi_azure_native/mission/community_endpoint.py +320 -0
  147. pulumi_azure_native/mission/enclave_connection.py +396 -0
  148. pulumi_azure_native/mission/enclave_endpoint.py +320 -0
  149. pulumi_azure_native/mission/get_approval.py +264 -0
  150. pulumi_azure_native/mission/get_community.py +362 -0
  151. pulumi_azure_native/mission/get_community_endpoint.py +228 -0
  152. pulumi_azure_native/mission/get_enclave_connection.py +278 -0
  153. pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
  154. pulumi_azure_native/mission/get_transit_hub.py +242 -0
  155. pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
  156. pulumi_azure_native/mission/get_workload.py +228 -0
  157. pulumi_azure_native/mission/outputs.py +1611 -0
  158. pulumi_azure_native/mission/transit_hub.py +348 -0
  159. pulumi_azure_native/mission/virtual_enclave.py +566 -0
  160. pulumi_azure_native/mission/workload.py +317 -0
  161. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  162. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  163. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  164. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  165. pulumi_azure_native/mongocluster/get_user.py +4 -0
  166. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  167. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  168. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  169. pulumi_azure_native/mongocluster/user.py +5 -1
  170. pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
  171. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
  172. pulumi_azure_native/pulumi-plugin.json +1 -1
  173. pulumi_azure_native/security/__init__.py +4 -0
  174. pulumi_azure_native/security/_enums.py +11 -0
  175. pulumi_azure_native/security/_inputs.py +78 -0
  176. pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
  177. pulumi_azure_native/security/get_private_link.py +218 -0
  178. pulumi_azure_native/security/outputs.py +327 -0
  179. pulumi_azure_native/security/private_endpoint_connection.py +268 -0
  180. pulumi_azure_native/security/private_link.py +273 -0
  181. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  182. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  183. pulumi_azure_native/securityinsights/action.py +3 -3
  184. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  185. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  186. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  187. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  189. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  190. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  191. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  192. pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
  193. pulumi_azure_native/securityinsights/content_package.py +3 -3
  194. pulumi_azure_native/securityinsights/content_template.py +3 -3
  195. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  196. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  197. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  198. pulumi_azure_native/securityinsights/file_import.py +3 -3
  199. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  200. pulumi_azure_native/securityinsights/get_action.py +2 -2
  201. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  202. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  203. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  204. pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
  205. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  206. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  207. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  208. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  209. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  210. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  211. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  212. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  213. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  214. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  215. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  216. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  217. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  218. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  219. pulumi_azure_native/securityinsights/get_system.py +2 -2
  220. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  221. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  222. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  223. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  224. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  225. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  226. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  227. pulumi_azure_native/securityinsights/hunt.py +3 -3
  228. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  229. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  230. pulumi_azure_native/securityinsights/incident.py +3 -3
  231. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  232. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  233. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  234. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  235. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  236. pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
  237. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  238. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  240. pulumi_azure_native/securityinsights/metadata.py +3 -3
  241. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  242. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  243. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  244. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  245. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  246. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  247. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  248. pulumi_azure_native/securityinsights/system.py +3 -3
  249. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  250. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  251. pulumi_azure_native/securityinsights/ueba.py +1 -1
  252. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  253. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  254. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  255. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  256. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  257. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  258. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  259. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  260. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  261. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  262. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  263. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  264. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  265. pulumi_azure_native/servicebus/get_queue.py +2 -2
  266. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  267. pulumi_azure_native/servicebus/get_rule.py +2 -2
  268. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  269. pulumi_azure_native/servicebus/get_topic.py +2 -2
  270. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  271. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  272. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  273. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  274. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  275. pulumi_azure_native/servicebus/migration_config.py +3 -3
  276. pulumi_azure_native/servicebus/namespace.py +3 -3
  277. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  278. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  279. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  280. pulumi_azure_native/servicebus/queue.py +3 -3
  281. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  282. pulumi_azure_native/servicebus/rule.py +3 -3
  283. pulumi_azure_native/servicebus/subscription.py +3 -3
  284. pulumi_azure_native/servicebus/topic.py +3 -3
  285. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  286. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
  288. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=xV1bZVFTIY4vWT4OFw99KXnpzA2Vg8oV8g-FoL6tseY,231482
1
+ pulumi_azure_native/__init__.py,sha256=v10_v3UfkDaHIZ8e5aeHdBxzAMC5eZw5oPhrowhZvRU,232728
2
2
  pulumi_azure_native/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
3
3
  pulumi_azure_native/provider.py,sha256=3bo8Um7FroZ6sORqR6tPwqSdXFRA6wBJ3RVARdOiZis,24254
4
- pulumi_azure_native/pulumi-plugin.json,sha256=Dj9ORNmy6p0c_pX-A614hihcZLtFN20mGyZlvofZqkE,71
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=7UBgsnc2jKwuEV-ZYQTDGDwNxzQBmcrmUziex-rWf4I,88
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=ccEtqbS_TALS7ZcGtiIgGedTaWNafb3Wg0cEv_wEDPU,458
7
7
  pulumi_azure_native/aad/_enums.py,sha256=8OZ253rp_TZn_CKyOvqb274H8LTVILEWJJpGQYHOXVU,4441
@@ -1131,16 +1131,16 @@ pulumi_azure_native/blueprint/template_artifact.py,sha256=kgvdrTW1seZVIP2OSpcpzm
1131
1131
  pulumi_azure_native/botservice/__init__.py,sha256=G0dXXM0G1BqkufbS0GcSDiadBIkOtNiXeS_tZjqmMNc,763
1132
1132
  pulumi_azure_native/botservice/_enums.py,sha256=uJgIGde3Kw-bC0xUVklDfFBhneX0n1Me641eOLgzOOY,1647
1133
1133
  pulumi_azure_native/botservice/_inputs.py,sha256=GYW6tb6NVq2uPVJQiIz_wDnz7EDBo5EM1WADwkcYyuQ,210550
1134
- pulumi_azure_native/botservice/bot.py,sha256=HsiFbh1h6wG42OohRUSSkE47IQBIMtLWlI1UXY_RyWQ,15224
1134
+ pulumi_azure_native/botservice/bot.py,sha256=9VglgvHYIdoqqpDT8pVc-wTZAhLRSHVp3AS1WlpoCSA,15370
1135
1135
  pulumi_azure_native/botservice/bot_connection.py,sha256=TCez1pRjcjWAdJEd4DNSn0KIHrtD8sPWIPpArwQ5_ig,16957
1136
- pulumi_azure_native/botservice/channel.py,sha256=9mGi-3T3LdmsQ6j46e7TJBwn92-YeghETtsCanB1Sbk,20919
1137
- pulumi_azure_native/botservice/get_bot.py,sha256=UTlJ5pdh14NWI_wM-kGhUDx1eKdvLloRV6AUZv3Q8jw,9707
1136
+ pulumi_azure_native/botservice/channel.py,sha256=OQGU7PZg67q4D_Lu6R8aG1mmVKmv3jMqYwV3Hc2EkHg,21065
1137
+ pulumi_azure_native/botservice/get_bot.py,sha256=CoBpCN3sWKgUjU0f9gQ_g3h2JXkqNqQV7uhduh9Pyu8,9751
1138
1138
  pulumi_azure_native/botservice/get_bot_connection.py,sha256=QHaRnQe1vvGxaR0HKt84qf1xVhTW27eQ0vDuBP0IIp4,10478
1139
- pulumi_azure_native/botservice/get_channel.py,sha256=tjQ7TQqSdf_xivFU-CMDevaC61IpYd7g016S6T1kLms,10190
1139
+ pulumi_azure_native/botservice/get_channel.py,sha256=W3C9NK0-eZAY9K5uHrQsKheyuGeK2_U_eb0KAoMn4ow,10234
1140
1140
  pulumi_azure_native/botservice/get_private_endpoint_connection.py,sha256=d4N3xbi-gAZR1D0NGORjcXrtUnlMlGIMyCdDCgGxVeE,10503
1141
1141
  pulumi_azure_native/botservice/list_bot_connection_service_providers.py,sha256=L1tjZ6D5IIHfv2wqEjo-rQ1weUEGCxgUfxu-Ked405U,4203
1142
1142
  pulumi_azure_native/botservice/list_bot_connection_with_secrets.py,sha256=8IuBveTrNfspAaP_8m1nTYL30_cLKNT2ulFlJ1QkWLM,10113
1143
- pulumi_azure_native/botservice/list_channel_with_keys.py,sha256=McTIORHWQfJn8dmkdqrr0QTd9ABh3tWKhUG_QQYL1G4,12702
1143
+ pulumi_azure_native/botservice/list_channel_with_keys.py,sha256=J6Hg2OfIyN0PCRtAQ2B5sR8AHi95xFHR3JURrURB3Vs,12746
1144
1144
  pulumi_azure_native/botservice/list_qn_a_maker_endpoint_key.py,sha256=-F5H3g_UcK9oc1_NMxx9vOUNUqnWFd0UaE-8nKIfhjU,6460
1145
1145
  pulumi_azure_native/botservice/outputs.py,sha256=oB-m7Eq3CjaZFlqDnf32T31zPhn1bW8g9w3SmLmeDW8,245550
1146
1146
  pulumi_azure_native/botservice/private_endpoint_connection.py,sha256=euFURQ34LYEtpx1Ovan7FtbMqOD738hOJdscSDqPM4g,14876
@@ -1231,55 +1231,55 @@ pulumi_azure_native/cloudhealth/signal_definition.py,sha256=ZFJZSifiPNwRN8-m8Xg8
1231
1231
  pulumi_azure_native/cloudngfw/__init__.py,sha256=0XZMzdbIHu6jNTVbr2u6h4E9Cy1qMhSMBZYjQkN6L9E,2474
1232
1232
  pulumi_azure_native/cloudngfw/_enums.py,sha256=xxUq0nM3i_TrneH4ICNWXlAK3wLk-SNVU98xLNoS11k,3984
1233
1233
  pulumi_azure_native/cloudngfw/_inputs.py,sha256=mjFyLG00Qr5Ngo_WPVjUI5qp6aoopnyrI4iwoiro6hg,61522
1234
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py,sha256=w7GDmlhBd8HpGeFdvfa5Al35n9zdRPPXXMcwkTem6MY,15871
1235
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py,sha256=YCPN5MY0Q9Tt9CEf99rq09ifr-IX30dJIfNYp2-zdJE,17029
1236
- pulumi_azure_native/cloudngfw/firewall.py,sha256=hJ9yG1Pqh73qWdQZs7Pqz01OroscZqaurUFbPiTf-5w,30389
1237
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py,sha256=gIizJANajIo77cCIdiSf_NEPQcCWw90BJp1AQwrGRn4,13334
1238
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py,sha256=SJuQ0J_GJy7-ShjkargK1_N_ndhpyKrbbXmreGFWocY,14492
1239
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py,sha256=E3NLT0EC4PqnYBynBVqH7JqwtgXhIGvIc73G2KtNJRM,10954
1240
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py,sha256=xFs9YjfJkdy-vbQ4-WdlM_lS2nvu10mn7avY0vt24Kc,11456
1241
- pulumi_azure_native/cloudngfw/get_firewall.py,sha256=ff_pXhw-fY2Di1knr6_Zm4PYJPfh8kZkGhr42UXbR-c,16346
1242
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py,sha256=Nc3e_VAXv93vMRDaDjgUFZrgwJuv1C4x1v2nsnM81XI,4453
1243
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py,sha256=ASYfQz_bEoZaTNYua0RcTqm0jE02bHiKFaOLFMQuag0,8709
1244
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py,sha256=bEcp8RR2x9enO5g3FrF3XfU767aZARdVANDgHmuFM_E,13453
1245
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py,sha256=2Fnq2nsfijU4hy9c3T2Ko3yfnH0FsWxpzwcnNLdR4Kg,9528
1246
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py,sha256=fSPWTEnA3ms10aGtUTKon2rhmxkdSJEH_sS5KQe0ZiY,10012
1247
- pulumi_azure_native/cloudngfw/get_global_rulestack.py,sha256=DnE9w1Tp3D7xfMOwl-2AghiMncgSkqui_GTXQZ5pwmo,12944
1248
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py,sha256=BTZoXOcgNlk-M-bENaytDajJX3oo6Im8MWlH9IIoMVs,5157
1249
- pulumi_azure_native/cloudngfw/get_local_rule.py,sha256=nf1mWHsPuyMs4iMqr5G4B11Cp34Vh5A7s59zFJGozPA,18652
1250
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py,sha256=7F53oaqQBhdP2LXY2RAc4Ia7j2BP5X76uvwOArzhHtk,10284
1251
- pulumi_azure_native/cloudngfw/get_local_rulestack.py,sha256=6T_e7xFBQrg7tOx_YSN42fMfJe-FaPo2o0lMZ3WOiM4,13905
1252
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py,sha256=hUSg9FpHdK0eD4BevshgO0rZqj3IB_Rxl6bezB1AehY,5648
1253
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py,sha256=q2ZuYtKSXA00ZED16CdcmkuoG6dKABYUw1lqCaJgCRY,13675
1254
- pulumi_azure_native/cloudngfw/get_post_rule.py,sha256=t9hbGDkzYusaG0iWfSR5vQjhAiGOJO8aJeATWoe6WYQ,18146
1255
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py,sha256=TbB4ubo4NXRGiuB_rBJ4n-Aa0gmMaEJM1D4QgTzyPIc,9761
1256
- pulumi_azure_native/cloudngfw/get_pre_rule.py,sha256=04rOdef59_pt00kJ1o-PVYhsJUvP-ZhZcckbyK2Lk48,18119
1257
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py,sha256=02kiWETQF6jgqIAO7wXMHBymk6WiMWpm4xfaUJCDXOw,9735
1258
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py,sha256=KfJ6XSKsTHw8GBj2Bn5br3SYj2SKVNmpsOoMszBc4Lc,9615
1259
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py,sha256=nWtcqaatPnyN4XFZ3cLst-sOk_Ei8tqbg1juGX_FtYU,10075
1260
- pulumi_azure_native/cloudngfw/global_rulestack.py,sha256=yTH4oV-mgDYF4GiMyUZGDw_OA-buJdGSG8u01BqkQfI,21852
1261
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py,sha256=06u6Cx-vdVPkcDKGhvASOqSPMcb5bAdeT2YM11U5M8g,5622
1262
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py,sha256=rCWy8q3Uh-MCd9bU00TXkoUYvgpOvQMZ680hx_LzTKU,5420
1263
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py,sha256=n_MdeBk70-Xq4eIy8tf2qC-nmKLa9xMF3DilwgsuQ98,4990
1264
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py,sha256=kgu5Bl4ylIIoPQZY_k4Ih88wh5IawRsBBkCUGHOw0hk,4514
1265
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py,sha256=sbQ6oa1S1bc--wKreNxHHzGNh9jnU2m1MOsI5eAMG8k,5403
1266
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py,sha256=-rOaWGBozFyQBtZsIDqv-3cy_O3lgd92xiRFKY8Isc0,5435
1267
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py,sha256=qYWlNDGd8rKBMmUxQG7-ofcRGmqL3bplIWEyb6e7Wbc,6139
1268
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py,sha256=l4PabHO8fsuy7avamujWAGzRFp7Glk5zGk_vX_3rMA4,5897
1269
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py,sha256=nJFPA68IzERieYMO0kP_RvB9XHRLSpChgP5uP-mC-W4,5477
1270
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py,sha256=TjHfD2SSGP7iUD8_N6F4zn5r15jMncLU7uvC_DO5FPg,5005
1271
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py,sha256=zIQ5TIbsq1cXFcvUMAF3VSfQ1G3Colw5mxGNKI-c_Q0,5922
1272
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py,sha256=GvD4zapC2ZwZ3IJJ-JnGOwTOIDWb2joW3qXa0PVHCHo,5936
1234
+ pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py,sha256=raJ8jWT0GMirGUK6aXVxzzjVqnuBdLNx6TOU3SGtWQw,16007
1235
+ pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py,sha256=mQx5DnOpx4rZKCwU1d0YU5omcgLToWgJZ0FZNmYR7aU,17164
1236
+ pulumi_azure_native/cloudngfw/firewall.py,sha256=oXntlinow71ocqhMchSWvn5CkuO3vYZ3-31CNGWMofw,30501
1237
+ pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py,sha256=FMe1ZHeMJH1Qbz54SOZsrhhNmIVoXJV73SjFjLzGyGo,13461
1238
+ pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py,sha256=lITNoCGFXHmnqhQRG0_dGnX8-fHmDLdGNASg3VfmhGA,14618
1239
+ pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py,sha256=0Oi9GNLyyv0Ypvz_kSWr1aYwHffBnTS-t7K6qCOzZY0,10994
1240
+ pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py,sha256=bqUZhFwHfrtUve2R8pfYSvWbkGKOpWM3Wq8k_uEZhKk,11496
1241
+ pulumi_azure_native/cloudngfw/get_firewall.py,sha256=Xf1wWKc_5k-7abBDrYfc7jtFSwvQKcZBz1-yo8EpnB8,16386
1242
+ pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py,sha256=_f3mSvevOmCud7bafkLH3miMDFflYeonsbPL4l0f2qs,4493
1243
+ pulumi_azure_native/cloudngfw/get_firewall_log_profile.py,sha256=JgIl-MMsoRmy2mg47iC06RhF4opHq64cn8MOEtlGqU8,8749
1244
+ pulumi_azure_native/cloudngfw/get_firewall_support_info.py,sha256=VIxQ8OesIkFu-oIStiYsEsC5o3VlVDHi0Fn0GfY7f30,13493
1245
+ pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py,sha256=rnjGMQmhp-7nc4PeKn-LYkYJdiwWOtagGt98RTG-dyE,9568
1246
+ pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py,sha256=21oB7zpSQhZIXVFHPV_8f3pbmjVIXq11cR2uyXDbbyU,10052
1247
+ pulumi_azure_native/cloudngfw/get_global_rulestack.py,sha256=OcdFFJieBKG-2pFUvw1pSdLjcdy_QpHluQisA9y1uDA,12984
1248
+ pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py,sha256=dXpNrcb4QIy-pMN222xBqh99SeabAExKZQRC82J9ix8,5197
1249
+ pulumi_azure_native/cloudngfw/get_local_rule.py,sha256=l562wjBB6x8iCE_tIHWbv2jCb0XONEF61xQNLjQH-Ik,18692
1250
+ pulumi_azure_native/cloudngfw/get_local_rule_counters.py,sha256=yJyaCsSY9c19bzOw-AAVTP1TVnPsF4IWhFpy50dTwng,10324
1251
+ pulumi_azure_native/cloudngfw/get_local_rulestack.py,sha256=asFTV05yFiAckzhdDse5QVmU0DnCCGyBTDyo_ojEtjE,13945
1252
+ pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py,sha256=C5E31lZA34CsjXQ9lDWxwhHQ20TjkMeD1Eu8ebnjOMU,5688
1253
+ pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py,sha256=vKxft63urvaGFqEpMMdjwklYKrtY5rR-enJSKATZ4d4,13715
1254
+ pulumi_azure_native/cloudngfw/get_post_rule.py,sha256=DSquESjImkmdtREijGu8WXUDp7SjuxY0SzIvL8JTfN4,18186
1255
+ pulumi_azure_native/cloudngfw/get_post_rule_counters.py,sha256=HDtTjVpnWycQxoyzt7kYuKVqgJiy5EpcxbP2G1TNTD8,9801
1256
+ pulumi_azure_native/cloudngfw/get_pre_rule.py,sha256=NHPpZcXIqTGOaPjE9dINy3zoFjldF1KpzDB4xDJme68,18159
1257
+ pulumi_azure_native/cloudngfw/get_pre_rule_counters.py,sha256=bLJPDoD1LuK9EBkvqiHKX7bEixIpIlXZMcSFFsCrKis,9775
1258
+ pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py,sha256=FpdueIPjm0Kj1DicXE9jT_hPuSE7ZMoYrhbwEWnZTlM,9655
1259
+ pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py,sha256=GFqLW3czsplGtorNQ_dBnYqPDalJsX7ITCSn86gdfCc,10115
1260
+ pulumi_azure_native/cloudngfw/global_rulestack.py,sha256=2Zdf5JjnqddV1eFoS5hr42pKMmpGyxqQYtVVspX9-zk,21971
1261
+ pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py,sha256=m1jfsc5LWbXNxc7gMlKu7X-b-uExU-5drBehvj20Xp4,5662
1262
+ pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py,sha256=HdcTRcR1GpijZFcP-csM7TG8kMtUEUzZUwUtvoSn8as,5460
1263
+ pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py,sha256=6kZExmkTRznr3o0lqMVBoX025vNkFNKm1tsekyAeCs8,5030
1264
+ pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py,sha256=e5Ve6QBcz0vTnYZ5oWqdNiz4kgttZG_hi5LNQuWzpec,4554
1265
+ pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py,sha256=rLw9-uYMx-kZtkIbVJOaK6ebYDNUHKqxuRtwIqX_oGg,5443
1266
+ pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py,sha256=aRq0dAXh7Z6qq5WYUO7BNQzDjRYDdZIH5k9YClU9P-c,5475
1267
+ pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py,sha256=f3HIbPcZ_NdyNDgdZbpQlsDs_14aYNxFAiD-Wrh66nc,6179
1268
+ pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py,sha256=pK-j0z6L5TgLCWE0CR_lgw2gwqfYriR6at7LJEfYSEY,5937
1269
+ pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py,sha256=or8hjKTuQx-7A5eCdd5EY8QQ0Ep0MQV9cuT-A6ZAN08,5517
1270
+ pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py,sha256=fs2ATs0vxPLE06jGM096pKTXR6--lsaqowcpExZb7oA,5045
1271
+ pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py,sha256=MB08vkfq1wFJUYnUO1h25voqqIguTQrrVHHEvR-dn9M,5962
1272
+ pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py,sha256=3Qv3SKprXHq8e97y8m3-CGoKeZNGHA_a4rDxXCRGLUY,5976
1273
1273
  pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py,sha256=R2M4bOtpS7W-CossAWlRzVjrwiivRFo2djNmHXivoMU,3714
1274
1274
  pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py,sha256=-VsgMob0oXElPz5xZgLk2puyDQBGoBjdbrGwKYryFlw,4539
1275
1275
  pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py,sha256=BIAFXJnsN6m8RHomJ7yaGdCSju9C5_MhD5rnOJU_iLQ,14381
1276
- pulumi_azure_native/cloudngfw/local_rule.py,sha256=5RgtPEz4jY9Ypa8IFEcfIdyZLAN_jiTXggfLAAeoo1k,33254
1277
- pulumi_azure_native/cloudngfw/local_rulestack.py,sha256=vK-1DYNb9UwDPjbsEXzepAXAfXH1b5z94B-vawy1S_k,24288
1276
+ pulumi_azure_native/cloudngfw/local_rule.py,sha256=Id7FlYMisuPXeCBcM1qDwEcSc5E-2IHUB9d3uGSEqQg,33367
1277
+ pulumi_azure_native/cloudngfw/local_rulestack.py,sha256=DqdOgnvicVqX7ow6yx3A68eKLZpd2ZwejYFdfuaLAps,24406
1278
1278
  pulumi_azure_native/cloudngfw/outputs.py,sha256=yfd9huA_fbdUZa8-NaUieIbwyS7IeCqWFvuYzE_4tZM,75061
1279
- pulumi_azure_native/cloudngfw/post_rule.py,sha256=iHbxv1mLMW4eF7JW3V2BN-03-UjsqA4cikFrsIlRwq8,32035
1280
- pulumi_azure_native/cloudngfw/pre_rule.py,sha256=yizVOHf3vi8cbRMJJE-pgn_A69hp4ZDWuTfpDVG3z58,32003
1281
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py,sha256=tMxVKuWqVEpQiDSyNtRpQwNmghKZ--tNdB3q3jGGNGA,13437
1282
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py,sha256=pYfCAAuzeZ2WpQ-mhaupDDDcN1jDYKbS1hIyCBrx2uM,14595
1279
+ pulumi_azure_native/cloudngfw/post_rule.py,sha256=xVV1Qol8o2RcuEPMFmO-xX3yM8s7tMT0WyPR3oEBz8Q,32147
1280
+ pulumi_azure_native/cloudngfw/pre_rule.py,sha256=KOVxO8JyBf5JjC4ImWFCw3W1loqwelZ7yqp-pE61XLk,32114
1281
+ pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py,sha256=2T9xJsujwwuKHMgJM13kuzUg5qQP4hve_rCW3W_7fkM,13566
1282
+ pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py,sha256=W9MNu5FjgmuIbtsknr13Z42x1uBwiqNc6oOoxxggDlY,14723
1283
1283
  pulumi_azure_native/codesigning/__init__.py,sha256=ft97CGIyciu6zuTGSWPGmM5FZw0SN-YnN7NI8E5G9xM,484
1284
1284
  pulumi_azure_native/codesigning/_enums.py,sha256=Kj1QogitMHHjUIDfts73IY8bvAX2d7NbVnIfm8gaakQ,1240
1285
1285
  pulumi_azure_native/codesigning/_inputs.py,sha256=IfVZKxS4wOAxnZAXLD_5jBaYR9xXqm_fdD90SAOgYCo,1572
@@ -1436,25 +1436,25 @@ pulumi_azure_native/config/vars.py,sha256=yeNOkjKK03_Wm-4w5MV03I-awW7r_OrleYOSPm
1436
1436
  pulumi_azure_native/confluent/__init__.py,sha256=vFlm35o5tgJt70-z8jf-uVJydqaoh__BM53OqUp-bQw,997
1437
1437
  pulumi_azure_native/confluent/_enums.py,sha256=tWOKEM6f3lFRWuwu63N08xABoqMGX2YlXfweg_AgWo8,3208
1438
1438
  pulumi_azure_native/confluent/_inputs.py,sha256=BXzYWShLoKxSyKVwZdxFoNxtTD7RjlEpttS89AlAamk,118938
1439
- pulumi_azure_native/confluent/connector.py,sha256=-wna8uwosg7ZGKsWgCxiFlVbAOSmI0mZz3cf1lNm5SY,20414
1440
- pulumi_azure_native/confluent/get_connector.py,sha256=F5pURbKUnicTi3dKV3GqqP8fAyGxi2Opbfa8-rwTp4E,9248
1441
- pulumi_azure_native/confluent/get_organization.py,sha256=mYTYoUfxHIUu3_fZQn5Q_jJZbnlB3srII_Q_O0zzpA0,11141
1442
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py,sha256=t-RExpdQ0PgHHuWYTcIWQk1JXX279mHOpKEaJiRJBKg,8931
1443
- pulumi_azure_native/confluent/get_organization_environment_by_id.py,sha256=QijTJSXSaZblrpdizNvB0si8jgQb5AEiA2504YEp9Vo,8500
1444
- pulumi_azure_native/confluent/get_topic.py,sha256=I63SPNqnnl9v2-g1E_ufY8U-8eRaWlrUBpj1AkyLRKM,12300
1445
- pulumi_azure_native/confluent/list_access_clusters.py,sha256=L4jTjpxGd0Vpm8FdCv0WjWBSSL9NW5rTQ1ZUsNemnyk,5583
1446
- pulumi_azure_native/confluent/list_access_environments.py,sha256=qmXfi9l0HqTlkgBZgePS7-T90CDGlCori29x4Cqn5dg,5745
1447
- pulumi_azure_native/confluent/list_access_invitations.py,sha256=UchDUqMjTcisPaQY7EomnEPVmruRWqrVE-aIJ9LLm-4,5698
1448
- pulumi_azure_native/confluent/list_access_role_binding_name.py,sha256=s9EXYVyxXgdfuvEdgfmIwRHAPwLhli9vQXs6M8RpKKQ,5770
1449
- pulumi_azure_native/confluent/list_access_role_bindings.py,sha256=OSr9P1bTvEtBm9XAPoo107KIIFU5qM3hU7my4AHT38E,5724
1450
- pulumi_azure_native/confluent/list_access_service_accounts.py,sha256=UQRfevU-pOUk9JmQ0Rg9E0354FUvq-VNFGgE-ys_Pfs,5812
1451
- pulumi_azure_native/confluent/list_access_users.py,sha256=2HfDAUMUFEHUhdLssnWXnQWiBdRKxP97oNJE21DI8fo,5508
1452
- pulumi_azure_native/confluent/list_organization_regions.py,sha256=FVqPAcraDSdnvVWoJLnIbwq6XnlduSgh1qe5nJjZQ6A,4819
1453
- pulumi_azure_native/confluent/organization.py,sha256=16-sBzHfLrTzQQrjq-suvAHBqCOpFwJC1KzARp7qWu4,16574
1454
- pulumi_azure_native/confluent/organization_cluster_by_id.py,sha256=HAxjfajhAKNDg-D_8Vz4ftLScaHJDanRydWuG7MjJjs,14911
1455
- pulumi_azure_native/confluent/organization_environment_by_id.py,sha256=A-GcjPe_7c4GZQLzHVVZJixpYD8155nk_B6gqA6PGQA,13233
1439
+ pulumi_azure_native/confluent/connector.py,sha256=ogb2ElbBSzcej3F4-UJa0kR-eca3qtttGQU42_RJJ1Q,21091
1440
+ pulumi_azure_native/confluent/get_connector.py,sha256=UXCUmk3P-qyzRbw-EeVFwq52zctdy4qbruQQUAbbV5E,9844
1441
+ pulumi_azure_native/confluent/get_organization.py,sha256=6uiGsB2xiK0AsqCkEYB0oX2kQfAK4F1NOyvUim_d94U,11181
1442
+ pulumi_azure_native/confluent/get_organization_cluster_by_id.py,sha256=KpWw0rf9twWLEvgr5Uc2nMxbL1UPrQ6OXvm0tUvHljo,9527
1443
+ pulumi_azure_native/confluent/get_organization_environment_by_id.py,sha256=ezUtaZMKR2jwN-OtaBAaKX0BykMPrGeEBlr2WWxMulE,9096
1444
+ pulumi_azure_native/confluent/get_topic.py,sha256=IurH3ZCqm76crKpy_jswZncDq5na1jBjlZNL8XHXEMs,12896
1445
+ pulumi_azure_native/confluent/list_access_clusters.py,sha256=pBNev66VZCHqHkn5Gpkm1H5pkpgZuNIcLiofeJ5r3_c,5623
1446
+ pulumi_azure_native/confluent/list_access_environments.py,sha256=uJwtHRND9TSzfl1ec9rldFQPsfsz0KKNwavrQ0z1g5o,5785
1447
+ pulumi_azure_native/confluent/list_access_invitations.py,sha256=GabKAZv57SrYK3khQ4Qj7Yp0m3OHly2KsT3hzKz-u38,5738
1448
+ pulumi_azure_native/confluent/list_access_role_binding_name.py,sha256=dxslMImUyFwR-33UtvxoqmwTta62TlBS7lM0P5OT_Cs,5810
1449
+ pulumi_azure_native/confluent/list_access_role_bindings.py,sha256=qcKOSw7Et9WOp_L6_szLdnDrcVtN2u292gdUlzdDF24,5764
1450
+ pulumi_azure_native/confluent/list_access_service_accounts.py,sha256=MBk2aHDyPQL8I92sneFBHAwY9yT2i2c4uncuhl7uz0g,5852
1451
+ pulumi_azure_native/confluent/list_access_users.py,sha256=OK0JVyGniH9Pt6XGBz8UGRmt8pyE5CdX4jZMqAJUT4g,5548
1452
+ pulumi_azure_native/confluent/list_organization_regions.py,sha256=8-GfnIXTFaf0xpmyvLuygm7hytkrEZeNvX1F4GyEebg,4859
1453
+ pulumi_azure_native/confluent/organization.py,sha256=ea0pQ-D0AC4UDIRQ2qrk1pbLe-PqGFpxPG3dRtkUj60,16690
1454
+ pulumi_azure_native/confluent/organization_cluster_by_id.py,sha256=pz5yn62ouqgu8w0rkY5BZc5yp2ijxY6lPVsE14oDKkU,15602
1455
+ pulumi_azure_native/confluent/organization_environment_by_id.py,sha256=QmtcA4bdRNjov_UmPnPvQW8pqrFzhe_MzVGCq9-KKNo,13928
1456
1456
  pulumi_azure_native/confluent/outputs.py,sha256=xCAsomUC_x37SgeXcQaqUwmdXYs3oqjXgkxXe-mSJkA,125630
1457
- pulumi_azure_native/confluent/topic.py,sha256=xUqBFa1-99oIldx_hqw7rgoW-EjijX31seknRBf9BaA,22903
1457
+ pulumi_azure_native/confluent/topic.py,sha256=zSO8VuuodLu0IY5TFP46Vw94DmJp5M5BmiibrN_Bkcg,23576
1458
1458
  pulumi_azure_native/connectedcache/__init__.py,sha256=UtiWJLMOByj8SjN8yIaoDFNv4-vj9HJAX4iG_GpYSEo,1481
1459
1459
  pulumi_azure_native/connectedcache/_enums.py,sha256=I9wjX7f9mAk7nn63X0m_jp_E73AoPUynKX1-GiEtg2c,2493
1460
1460
  pulumi_azure_native/connectedcache/_inputs.py,sha256=hthBi_Sxkq0qOuTV9GZ9Zm1-HUvLGRaHE9olRr_4tXE,75330
@@ -1573,49 +1573,51 @@ pulumi_azure_native/containerregistry/task.py,sha256=8Zc6osAA2Wg6gCzdzauvWD7bCMP
1573
1573
  pulumi_azure_native/containerregistry/task_run.py,sha256=pD8zwLaHDCw2jD7z_375QyDxWK7RNZ-7uCdIXKGVgts,16603
1574
1574
  pulumi_azure_native/containerregistry/token.py,sha256=uzqHr8aEJq1ric391-jQewbXqBQT0Nj2wnAN9zpwy3s,15872
1575
1575
  pulumi_azure_native/containerregistry/webhook.py,sha256=Lcn2nJFa6kw_puxrRg7GDeIDYMieiXss2OffVaucIvo,21366
1576
- pulumi_azure_native/containerservice/__init__.py,sha256=X4GTYretqs-4Hmov5hmPSZJS3N4PWw7Vx0-opCS4Zr4,1786
1576
+ pulumi_azure_native/containerservice/__init__.py,sha256=VNBMGaWIVYhiF3V1NWGK5K-614HbkOrTAT00jWN2unw,1854
1577
1577
  pulumi_azure_native/containerservice/_enums.py,sha256=0Ypp3_CXPI0EzTZSxYgOkttQWwAAGmGP6n4ZMOkEr1I,33098
1578
- pulumi_azure_native/containerservice/_inputs.py,sha256=yS26TAQHcnSHFTSRUk44rBQlogX8rdkOP-I48VYnChE,423233
1579
- pulumi_azure_native/containerservice/agent_pool.py,sha256=8-vXzTluHpgoZz83ywEAjzgc18ahaJsV5qrx9a0d8-I,100095
1580
- pulumi_azure_native/containerservice/auto_upgrade_profile.py,sha256=D4Ql-Mz8DIqIFjbM946NJalHtOcpFtU-1IpNarWPVso,18477
1578
+ pulumi_azure_native/containerservice/_inputs.py,sha256=mUTCXSacc1XIGIkAjIeNXHWTfGX-HckE4FxTImCP_hw,425851
1579
+ pulumi_azure_native/containerservice/agent_pool.py,sha256=7ZUreCcGo4J1NFDSZWbjce7V2hv_1nFfv8Z8he_RrwQ,100215
1580
+ pulumi_azure_native/containerservice/auto_upgrade_profile.py,sha256=UJQv9NYwy_SnEI22lKEGOfX2RGZPofjywp6ObA_4uuE,18606
1581
1581
  pulumi_azure_native/containerservice/deployment_safeguard.py,sha256=uZly7PAZLK7j83KcJTn6V5zuNp8kcfTTXBX6pdSCV-E,12580
1582
- pulumi_azure_native/containerservice/fleet.py,sha256=tUSMhUq0LKAF3_IftbSvNUY_cf8wi83xcUljDnyWCsg,15411
1583
- pulumi_azure_native/containerservice/fleet_member.py,sha256=ahd2OumvMic3QI8hv7kL0_2WUkRCHNRDQgj-oUdMt60,15099
1584
- pulumi_azure_native/containerservice/fleet_update_strategy.py,sha256=HqvIiHOpRdFjYQjFiA9wECBg7UG0TY-H4cykQkpynk4,12738
1585
- pulumi_azure_native/containerservice/get_agent_pool.py,sha256=f33oMlvdW8IgQ27-iil6WfP2f7gQsFP32T1umbPUrJU,44041
1586
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py,sha256=hvZLOkqHuKq5meFZ3ZkuplP_4mR3je_ogXT-5xSfN8w,11605
1582
+ pulumi_azure_native/containerservice/fleet.py,sha256=t13dK2N2KLvbnDQYaYhMiFa6Ru8FM0byJYXJimy4MyA,15527
1583
+ pulumi_azure_native/containerservice/fleet_member.py,sha256=2weg03MaKqn25_NYOgQ3wBIwMwP5JqUybNcAOY83QfI,15221
1584
+ pulumi_azure_native/containerservice/fleet_update_strategy.py,sha256=pjwD9AJJCeSRZ063z2Mm0J8RUV8EtH29b0KrDV1yIjU,12868
1585
+ pulumi_azure_native/containerservice/get_agent_pool.py,sha256=L6rek6SjxrOZzIIZufaM0_KPuzg8odrgsmnhddPiZFY,44081
1586
+ pulumi_azure_native/containerservice/get_auto_upgrade_profile.py,sha256=k2JHahUMAr0L-X_hmu9Q2NTD6r3a-wTpPifK3pDXYKA,11645
1587
1587
  pulumi_azure_native/containerservice/get_deployment_safeguard.py,sha256=n8QUogJS6lJNHWkb3uUI0dogc3l4CNbnydI4mHXDJYo,10034
1588
- pulumi_azure_native/containerservice/get_fleet.py,sha256=KYmUBMtsfhioD-1YknUNQ4_5VoU1vSZuqDq9RTTAWjM,10214
1589
- pulumi_azure_native/containerservice/get_fleet_member.py,sha256=kBR1zCDG6Y4LUJZfGDn1CLc_BQyXgAu5RyW_y4L8bVs,10122
1590
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py,sha256=FXyc5QWxZ5_U_9EE6EaiaonrV5oVHsiRKeZn7sICcNg,9317
1591
- pulumi_azure_native/containerservice/get_load_balancer.py,sha256=C7IBYsc78g1nDk7rIGGP05XUR0wl2Dz_fcTIY_TjtqA,13132
1592
- pulumi_azure_native/containerservice/get_maintenance_configuration.py,sha256=gqno447h51uovCEgnFoFDmq32OH4qBRfU9SWeNiqqzk,11798
1593
- pulumi_azure_native/containerservice/get_managed_cluster.py,sha256=ftHjVPB-cHLdVILcWpUaoE_4A29EGZ_2USbhS-lTvdQ,44935
1594
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py,sha256=heP9SN3jtjDSGaG668656g9ez6BB9uRp2IHsj8QfDhQ,11485
1595
- pulumi_azure_native/containerservice/get_managed_namespace.py,sha256=PTA109qpbNnFnHWxF6Sk9J6MwlAAUBb7W3bXQFNCBXY,9203
1588
+ pulumi_azure_native/containerservice/get_fleet.py,sha256=6faTpF3ddXuIQKgI25xKos2gyC2TkjLeD8YDgr6mkXw,10254
1589
+ pulumi_azure_native/containerservice/get_fleet_member.py,sha256=BbA525ytmLNGgAi_1VVLGzXo9eL40JWr5Of2s6qldZs,10162
1590
+ pulumi_azure_native/containerservice/get_fleet_update_strategy.py,sha256=HOcWPTf-nc_8mZ9JQT-2IjdiNnIVxIsZmFE1Ti__css,9357
1591
+ pulumi_azure_native/containerservice/get_identity_binding.py,sha256=o1Hb3fQrD9flZx3zJZVrMDIvOXJKSAWR5P3LovTB3js,7739
1592
+ pulumi_azure_native/containerservice/get_load_balancer.py,sha256=DLZs4TLVxkNaufZZb7BcA5Te4QaqvP6joLSxviKqJK8,13172
1593
+ pulumi_azure_native/containerservice/get_maintenance_configuration.py,sha256=lAGhptNZHxY9rdQfpRsvWt5AOZNVb0C1tHD_1b06m-k,11838
1594
+ pulumi_azure_native/containerservice/get_managed_cluster.py,sha256=gS8GE8gusdaUPwnQMhBc93zzjX1NyF6m-C4ddW1l9zk,44975
1595
+ pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py,sha256=vE-r6_Kb5fxwXmQdrIwageOUogzs_VuERIKEFQECbTo,11525
1596
+ pulumi_azure_native/containerservice/get_managed_namespace.py,sha256=tUOnS1iYEeriZyfwPP845p4VXZM7TFE42G6J8xfYs5Q,9243
1596
1597
  pulumi_azure_native/containerservice/get_namespace.py,sha256=PIhDf4XNYBEFnU_v77CW5uzRkanwYnMGHvDENSOFq2g,8297
1597
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py,sha256=O0KGXLF0dBKDEcga3MLX4cP8hIVMPHkUEs0di6aEqjk,11571
1598
- pulumi_azure_native/containerservice/get_snapshot.py,sha256=tEEmHODRfq6uF3-_E4TOXC3wDgqtl4mkQVr2zy2oWYY,14627
1599
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py,sha256=61jNjfAYYLXKgtje4ggxfE7DEvfcXg_5RVwJfuEYTjc,11073
1600
- pulumi_azure_native/containerservice/get_update_run.py,sha256=NQIxzf3QNrG_16Q4g5461-im30V5vxi0Jn4nO1jq23M,12269
1601
- pulumi_azure_native/containerservice/list_fleet_credentials.py,sha256=jmWJjW9iBShgOvHlpAbqRuVLNrHShaxndAz-yuNoXbc,4621
1598
+ pulumi_azure_native/containerservice/get_private_endpoint_connection.py,sha256=idALLbxqI4HDd84Yt4DUhaXtWRoHapzJe6SvG9ovtAU,11611
1599
+ pulumi_azure_native/containerservice/get_snapshot.py,sha256=pXnM9Om_A6Z-H9fjysmoaLHZw0F-0F0D9ZdvhJjegvg,14667
1600
+ pulumi_azure_native/containerservice/get_trusted_access_role_binding.py,sha256=Jrv9ceHtvKGu9Ng2YMu5LGZFUYbSp0lN9hnH_bLkJ1s,11113
1601
+ pulumi_azure_native/containerservice/get_update_run.py,sha256=-VOcYpEkIy7TlPwGuKTc4bGzHsfrDhJ_gHQh6UMqin0,12309
1602
+ pulumi_azure_native/containerservice/identity_binding.py,sha256=dA7_iMu8I-KdEBypXHEwyo6xq6f5LsD7hJe_f_rQ-SE,10945
1603
+ pulumi_azure_native/containerservice/list_fleet_credentials.py,sha256=ie9XPPOS6_Q5iQhZU2KxwUjTrQzG4BmFsSD9BwRGJSQ,4661
1602
1604
  pulumi_azure_native/containerservice/list_managed_cluster_access_profile.py,sha256=v-OFpf_HCx_1NOP7XOpF4UELRZLC2YN5OrpqXVwOSeA,7403
1603
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py,sha256=wleieNrr8FvTqb4DVMDV--XJbuhD8KHIJQjSz6Op6Og,7711
1604
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py,sha256=Y-41FO1ZbZD4mVTPakioYTTTmDMYUudjdY9Qi_05QgM,7937
1605
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py,sha256=0l8DOKfNJGm3DinOzXcNZ6q83m_fzELB7e-FCrkdHAs,8462
1606
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py,sha256=W3baWXGjweJG2U03ReR671EU41Zo1NWkLzr1AiiKR6Q,5103
1605
+ pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py,sha256=Li62Eny8o6gmN74GrygxAybQo5pXAw01GmMMDVjS_C8,7751
1606
+ pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py,sha256=Dx-hb7k2itcMjYrnvikFzbAoWXNcwSPRdyoGyYmGv98,7977
1607
+ pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py,sha256=srGipyIqyu11sxzklr100ieEowyGSrPhe3cC0Lo4L54,8502
1608
+ pulumi_azure_native/containerservice/list_managed_namespace_credential.py,sha256=AFRgKZoIa6hWxnZ46yhiVEta5U1QPyyJcfk6EX9Haw8,5143
1607
1609
  pulumi_azure_native/containerservice/list_namespace_credential.py,sha256=OMZucSOJl6QwvweQWK1z0MnpFIFEx6pxOQTDXKJnLAk,4197
1608
- pulumi_azure_native/containerservice/load_balancer.py,sha256=opEOC5AfMn7OAHpJetp2e6n37wKhg_Mt_Gno5VA0sDs,23662
1609
- pulumi_azure_native/containerservice/maintenance_configuration.py,sha256=BZKmM68BeUp5t1L9FTAPkQhFBRjOKOViOfkocAkiSz0,24388
1610
- pulumi_azure_native/containerservice/managed_cluster.py,sha256=MjqnJ1Lct50FlmXRZ3JVFpLUbVTyMMn2RUv-isis9q8,94825
1611
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py,sha256=9Mhd8XLTPTEQtdkwNX2V50MBpVKdACzaH09socMpKp8,19296
1612
- pulumi_azure_native/containerservice/managed_namespace.py,sha256=rvRFnf4HTAxTv0q2yI4oO6S6TPOVAmC4HjNEwtYpyJA,14105
1610
+ pulumi_azure_native/containerservice/load_balancer.py,sha256=rCXdhouM4rjJGSPTgKrXd5kKIjI6ydkpwQdhz5G6IaI,23785
1611
+ pulumi_azure_native/containerservice/maintenance_configuration.py,sha256=aYqwsgvNxkSyYyh-PaNmaPU32k2nkOabhYnI48nrBII,24523
1612
+ pulumi_azure_native/containerservice/managed_cluster.py,sha256=B_Nr9xlc-lgkdkElifWbhC3YEoBCFrR5_hSBqIVcB8E,94950
1613
+ pulumi_azure_native/containerservice/managed_cluster_snapshot.py,sha256=w8PFmfvqnBwWQEdVEiGYt90qPcEqvv9hqtNRwyVuEQE,19429
1614
+ pulumi_azure_native/containerservice/managed_namespace.py,sha256=MPkKZ2XvcJW079FILM8X7AJOKum9u0wwOiDWKjU0Vkg,14232
1613
1615
  pulumi_azure_native/containerservice/namespace.py,sha256=tdg_myo_lxLTC0aweq4fMZIunG6xzN-jEWxGgZ83zrk,12989
1614
- pulumi_azure_native/containerservice/outputs.py,sha256=CHPUXPhU7TeqLE5pPP-qOSj1VdCRJdzIeeNvxQgOz-U,369564
1615
- pulumi_azure_native/containerservice/private_endpoint_connection.py,sha256=esGBCVwDccZE1MiMA5EZ1KQMV1tB0G6CVPD5UwWAS1A,23789
1616
- pulumi_azure_native/containerservice/snapshot.py,sha256=zcO0elf7w3ROdblNmrn1GhOIyLiO6N9ad21a4K-OhlQ,23610
1617
- pulumi_azure_native/containerservice/trusted_access_role_binding.py,sha256=04MtTgnZCKyHmsmnb5xEiKW1HkZr6CSSW7-Zeo9xeEU,19833
1618
- pulumi_azure_native/containerservice/update_run.py,sha256=Jvk0qhkemY5N2lnHb6kPTW_wBAKlnvA2mj54G9j9XcY,21120
1616
+ pulumi_azure_native/containerservice/outputs.py,sha256=7C1RUSyePgRlpbGElBA1cEtdUkgFI60o9VGW0Him-TM,376190
1617
+ pulumi_azure_native/containerservice/private_endpoint_connection.py,sha256=NFEpay3257Gejm4wS_sX_dX1Oy-C7PQttGmgVsc0D5M,23925
1618
+ pulumi_azure_native/containerservice/snapshot.py,sha256=tdxduICqPTkJYK1hLfQPx7dB6AAgy5D4y-lSXKMIhes,23729
1619
+ pulumi_azure_native/containerservice/trusted_access_role_binding.py,sha256=NjhQek2jbgD_xWjwdBYQo3IMicoCOeNbUIStCqvDF9A,19968
1620
+ pulumi_azure_native/containerservice/update_run.py,sha256=Q7nqFETxU9UyAM_YYnWCC9a4VLJ4cLrQTQAOo8AD_YM,21240
1619
1621
  pulumi_azure_native/containerstorage/__init__.py,sha256=bO6wWyX-KniInLvVq9JTNdAIVcmQvIVtq0A0A7gD8Ek,478
1620
1622
  pulumi_azure_native/containerstorage/_enums.py,sha256=IgJeoMrsbGCzd-H0eeNNr3nzSn8rAmvVs_xco7ahJnk,2351
1621
1623
  pulumi_azure_native/containerstorage/_inputs.py,sha256=6nYp5AkAnIVdLJC05Z7APs3g0rYBSJa-3mWROiUBQgY,22094
@@ -1854,9 +1856,9 @@ pulumi_azure_native/databasewatcher/watcher.py,sha256=GPe52Us2iAYwceZHKUAWDjs1kF
1854
1856
  pulumi_azure_native/databox/__init__.py,sha256=fabY_Q-Gu68kelFQ68cvyoKeDGGDy5N3mq2_nO_794s,412
1855
1857
  pulumi_azure_native/databox/_enums.py,sha256=XL6sY13tQQrND1EpyM_ih2rxn-D6pfCiy92ns0UjfjI,6407
1856
1858
  pulumi_azure_native/databox/_inputs.py,sha256=nTYu0kAbF4EGqQrCmaeIjXI6O_J66KI-5LLcWoJ63p8,137923
1857
- pulumi_azure_native/databox/get_job.py,sha256=_i3_2G2XAz420n37l4svm4B5qj0pNQkS_sccU7c6P-I,20581
1858
- pulumi_azure_native/databox/job.py,sha256=L7Kj-xqsPwFOJLYcgu8HSYtCXc54HpTCqlPI3ZScqys,27343
1859
- pulumi_azure_native/databox/list_job_credentials.py,sha256=aHauvhclY8DH0O82N6J8368rIxQ4H6Gh3L7BRmIWo2g,5047
1859
+ pulumi_azure_native/databox/get_job.py,sha256=TFJeghBXlMbvLiI0q0w7sGCfDxNg7s-_D49crkBHhTk,20605
1860
+ pulumi_azure_native/databox/job.py,sha256=KVOpBZD9w9TppaHpS246ZOHKfHO3ioiRY4sqVKD-EO8,27425
1861
+ pulumi_azure_native/databox/list_job_credentials.py,sha256=UCEwTIqUsD7iwkL6z9J14xlBPFuLT34FgkkEKzdXzfY,5071
1860
1862
  pulumi_azure_native/databox/outputs.py,sha256=ivzgSmKW_E33sMkCVd1hXd7GrbUuHhcpK0VTC9kWe94,254533
1861
1863
  pulumi_azure_native/databoxedge/__init__.py,sha256=hCx22mLR2WZgVGtQEJT5h2aFpz51bEU00Uc4Sh7RkYg,1490
1862
1864
  pulumi_azure_native/databoxedge/_enums.py,sha256=pHyA3IUO4KWaSAyBj1-R1yE6WH6-lXeoNi5w2NU3CNs,7044
@@ -2173,20 +2175,20 @@ pulumi_azure_native/dbformysql/single_server_virtual_network_rule.py,sha256=EDUZ
2173
2175
  pulumi_azure_native/dbforpostgresql/__init__.py,sha256=2XSvlNOp8SipeV3bBMetDRoSwkkEMqbrnqig8q-_Ook,1935
2174
2176
  pulumi_azure_native/dbforpostgresql/_enums.py,sha256=zRa2DcoDEFAhiL1-p5A-WlPKB3oOhUisoKYa5d6RuZY,15420
2175
2177
  pulumi_azure_native/dbforpostgresql/_inputs.py,sha256=pjYkKZoaVD-tKoIb7CCmG0oEA6jkVsmYf21rmRxBTD0,113690
2176
- pulumi_azure_native/dbforpostgresql/administrator.py,sha256=UgvKGFVU9NtVKqrNGhA6BGGOTrNdr0rXLVUU6KndQpw,14888
2177
- pulumi_azure_native/dbforpostgresql/backup.py,sha256=L9yCrNGfsEnUU6ZmDI0E2yqXuUdQi2Fl0mTi-8yYVKU,10463
2178
- pulumi_azure_native/dbforpostgresql/configuration.py,sha256=0Yxdf9rJ6YTZUCImffynpAYAORQpQhTuMjbB2Sz4oGQ,17190
2179
- pulumi_azure_native/dbforpostgresql/database.py,sha256=j01AUdVPQykqxWhQ13_T1CiEWHFkjIhCtAaPxDbgXXY,12634
2180
- pulumi_azure_native/dbforpostgresql/firewall_rule.py,sha256=wdM-tzDQKb4R0XEU_vs2DzNxiu9GvpQ2bSa4h9UvUO8,14423
2178
+ pulumi_azure_native/dbforpostgresql/administrator.py,sha256=o3nRMp4UfC8SfsBoTGA48_b2B53427gtVEPD4ThYDAQ,14971
2179
+ pulumi_azure_native/dbforpostgresql/backup.py,sha256=ORfM8o_0C7Zd8N6euUYY7AvHIYFQ9VO-v7bsduTRiR4,10539
2180
+ pulumi_azure_native/dbforpostgresql/configuration.py,sha256=Y7gQAiZB-CR3TwJbm66xLVtQ4DXR_P6cl8UmIuv5fhU,17313
2181
+ pulumi_azure_native/dbforpostgresql/database.py,sha256=H7KF1l3A9Qr_keg56guEOEA0TF3_byMEWpPSjXhJTTc,12752
2182
+ pulumi_azure_native/dbforpostgresql/firewall_rule.py,sha256=u1PxMg4-5zjuL9ap64eMy017KVQhlTdzyc9B16iAzi4,14545
2181
2183
  pulumi_azure_native/dbforpostgresql/get_administrator.py,sha256=6BpDGdlVQt8oNbgxwf34adIQswVJFGNd-er_S0jfHsI,9704
2182
2184
  pulumi_azure_native/dbforpostgresql/get_backup.py,sha256=Pew2L8g0kO0i8jRqvjnRhYBHjYkWR2ENSJFl3SHKVLM,8459
2183
- pulumi_azure_native/dbforpostgresql/get_configuration.py,sha256=IwdSob7HYg-fZL4bNHzghxe6wxEsBR1L5ZZp8Reazlc,14385
2184
- pulumi_azure_native/dbforpostgresql/get_database.py,sha256=5ar3NbW7eYwOWZNIqElXH-JMEAmVL49zAJdfCg-hRAI,7977
2185
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py,sha256=6am3qniXYZCSLU2nEPx28a7En6byBLhbsKS5p6wLVmo,8535
2185
+ pulumi_azure_native/dbforpostgresql/get_configuration.py,sha256=YKxWaP9elJkKrrytCDP93Y3Mhzr8perSLGyL0zfQE3A,14425
2186
+ pulumi_azure_native/dbforpostgresql/get_database.py,sha256=PkG8XnpE5g_9YqX4Mxm8u5G9aLEmBY2Tvd4oRyUyVcA,8017
2187
+ pulumi_azure_native/dbforpostgresql/get_firewall_rule.py,sha256=8tm29y3NFJwxDRHQyxcT_Nnx0_EvX--8rTDqOD_jEsQ,8575
2186
2188
  pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py,sha256=4ANTja6riDBUAmVsSLKa2Ll10YqzJcHcOKAQxmhrAmg,3633
2187
- pulumi_azure_native/dbforpostgresql/get_migration.py,sha256=Xf4Hngrh4A-ZhKjhZlE2SuUaZMAmFw4553qJS34r_Mg,28463
2188
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py,sha256=VdvlUCJ8iyUduKLz8kE1dpsKW5XMnapV2bkMaMMQ3iU,10542
2189
- pulumi_azure_native/dbforpostgresql/get_server.py,sha256=eKFEeR4jyqfMiteBz5r_blcICEE6gs3hxi6gVsZXqEM,21202
2189
+ pulumi_azure_native/dbforpostgresql/get_migration.py,sha256=50o7F6BXu5tfjDOP4rOWC_ATZx8dM2HUAq4OfdzGAIY,28503
2190
+ pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py,sha256=02YW-Vx80W7CKeSgduyfzSRw1zyELsexNqWdCl1T5FI,10582
2191
+ pulumi_azure_native/dbforpostgresql/get_server.py,sha256=onvcvaj7nIxJikGx2VIle1vp_D6oURHVj1ulvfsSXjc,21242
2190
2192
  pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py,sha256=C3fYBR0RE658wOVTzcbiH7zCClJ7vi0EbQDYMPmJsMg,31566
2191
2193
  pulumi_azure_native/dbforpostgresql/get_server_group_firewall_rule.py,sha256=B6mq7Pc0T6EciNK8EW7ToAPIvOgLGUcYInQx0tjGBdA,9239
2192
2194
  pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py,sha256=4EZufb-lC_mdzk_vEQuXWJo3C-ExK91d7oU-8DMH7t8,10728
@@ -2198,11 +2200,11 @@ pulumi_azure_native/dbforpostgresql/get_single_server_firewall_rule.py,sha256=ww
2198
2200
  pulumi_azure_native/dbforpostgresql/get_single_server_server_administrator.py,sha256=YNVA6XTBYd6pRSCdnIQGaX8Fj5uhMPzbvmS1Td82Dbk,7834
2199
2201
  pulumi_azure_native/dbforpostgresql/get_single_server_server_security_alert_policy.py,sha256=UfXNvqnE3rV9ZgSLpxbUeHT7jbX-SlPPMHWNWQYzjCY,11324
2200
2202
  pulumi_azure_native/dbforpostgresql/get_single_server_virtual_network_rule.py,sha256=mB05zP09HoHQtBKmQnCW5rw0SVbISfYsgQCuZoTOsyo,8378
2201
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py,sha256=B-QfryeIvC4Y5hunX_AcEnLex3lNq2hOOrA6gKrxpVg,9065
2202
- pulumi_azure_native/dbforpostgresql/migration.py,sha256=1rT0lApmvAHuMsEvAd3auF51roy5ShjQjlcNfust1Fg,53422
2203
+ pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py,sha256=rH2SiCFCFCf16fVJb32e9EwOlYVDtWUFKmCwxjTuC9g,9105
2204
+ pulumi_azure_native/dbforpostgresql/migration.py,sha256=h3Oev7aYIIlmIFIi-0b8gMYfWy9SeLeJlR7iTPtSwB0,53541
2203
2205
  pulumi_azure_native/dbforpostgresql/outputs.py,sha256=kdblYdU1c5G2ti3iKrpzvrVwGZ8e3wMOxE0bY6s4YVI,108609
2204
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py,sha256=mxstczM3zr0CKPa327LZHsOBbsILl0rCMOcwgVWbMA4,14466
2205
- pulumi_azure_native/dbforpostgresql/server.py,sha256=LV1wh_drqDABoQzOa3QWuhHodA_YGiFOcCdDGFV62Js,42229
2206
+ pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py,sha256=so7XWcAIFmEKXbQ0pcqe25uIzMYZC86FL-doY8ENncI,14601
2207
+ pulumi_azure_native/dbforpostgresql/server.py,sha256=bckt2Py9VLlMpsfjFY0aFoBmQ_mEkx-9pETEKkk2yNU,42345
2206
2208
  pulumi_azure_native/dbforpostgresql/server_group_cluster.py,sha256=PbdoSnCgQy2dlESx0jhI4sVNfv0ccnT8TPcADGP4W5E,53886
2207
2209
  pulumi_azure_native/dbforpostgresql/server_group_firewall_rule.py,sha256=f5OAh6rtz-ZtAuL8xafTMFcYbPlOKmv05TrrlJ70ttk,13297
2208
2210
  pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py,sha256=MGeffnkmFfc7CQq3PzxqJSlJ7hBQfRJojkwFCns-GdQ,14072
@@ -2214,7 +2216,7 @@ pulumi_azure_native/dbforpostgresql/single_server_firewall_rule.py,sha256=uHCabZ
2214
2216
  pulumi_azure_native/dbforpostgresql/single_server_server_administrator.py,sha256=Tts8Raf9OEo25FTmAcWx1hDVoAlPxb2yB4U6trnyOes,13009
2215
2217
  pulumi_azure_native/dbforpostgresql/single_server_server_security_alert_policy.py,sha256=2Z-gclKSnZBc2aDwv4tnvkbq_86r_TMiRV7tDceV2-k,20427
2216
2218
  pulumi_azure_native/dbforpostgresql/single_server_virtual_network_rule.py,sha256=BC1KnRzXZVpvlb_VrNW-TbLPcdNSgv_CBGO3-WS6bA4,12760
2217
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py,sha256=wG1RocBjMJjux3sMaK8cjY5FdVGBDthn2MTZJhqGXaQ,13513
2219
+ pulumi_azure_native/dbforpostgresql/virtual_endpoint.py,sha256=Hntf1ytA__qnk_LJs_nhOMa3wRMb-KMIy-o96P674EM,13638
2218
2220
  pulumi_azure_native/delegatednetwork/__init__.py,sha256=Cy7AVS2OE377AyLobV2GL4WBIRR77cZbr5A22Cso56s,616
2219
2221
  pulumi_azure_native/delegatednetwork/_enums.py,sha256=dBH6rBYesUlUigHu7JlJqdgqncgOP0qUAbiXbN1rlnY,1080
2220
2222
  pulumi_azure_native/delegatednetwork/_inputs.py,sha256=nosvnujOstzJ0N-bs5aY5Sw8GpEjzKzoyRty9THgrtw,3906
@@ -2760,6 +2762,15 @@ pulumi_azure_native/features/_inputs.py,sha256=dsg2o7ZHB-GOXWpTn2EDe5RF3mOlmBDdR
2760
2762
  pulumi_azure_native/features/get_subscription_feature_registration.py,sha256=ogaK0ARu-aTOMaT5vBAfuOdpRp4jJoeRC3E28Z7Hwvk,5780
2761
2763
  pulumi_azure_native/features/outputs.py,sha256=pALkxxTIxsjmZ5Dv8RHJmTFD4XwKIxB1rDW8u9etI-c,11060
2762
2764
  pulumi_azure_native/features/subscription_feature_registration.py,sha256=unHHCU1ROaNhkFiBZYtPTMXtkYEY06nrVhWw4wL66Mc,8678
2765
+ pulumi_azure_native/fileshares/__init__.py,sha256=g8Kj7dtw2ZFq42UWM016IJedbQXS4Ra6eM0Qs01IY4c,526
2766
+ pulumi_azure_native/fileshares/_enums.py,sha256=imgMc7byqTF2DYYAuTbPacAX0v3P-hHMwNv1KbI3BiI,1811
2767
+ pulumi_azure_native/fileshares/_inputs.py,sha256=YcMMz9JNCgSWf_zzJH31tTz8BgaJwL0mZO70FN95Dbk,15782
2768
+ pulumi_azure_native/fileshares/file_share.py,sha256=Hxu2kjyW0YQp2XuN68c7micGblErJOuFSGMYr6Feu8Q,11567
2769
+ pulumi_azure_native/fileshares/get_file_share.py,sha256=aUl4lCoNhq_-G7k_-o5SAGpEML56YNeVeAfelyx2MuU,7465
2770
+ pulumi_azure_native/fileshares/get_file_share_limits.py,sha256=yYqWRsFWeZvrgpyMDEcrwe4yNJEpPvsyPabPS-ZH2bE,3074
2771
+ pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py,sha256=WKTOg2uWdX1dMty3U64WuV4C1l9x6w3xyUAAnh6VtDo,4476
2772
+ pulumi_azure_native/fileshares/get_file_share_usage_data.py,sha256=4b1l8cQ4rZPYqbBta0SyAARRNo8Y_Vc70NQ2bApj_b8,3190
2773
+ pulumi_azure_native/fileshares/outputs.py,sha256=ZcJm4Onda2Shr0T709P91RgQ1wHEqZ7gIhnAfBkbav0,42754
2763
2774
  pulumi_azure_native/fluidrelay/__init__.py,sha256=-hIOwVxYrfeD1d1jljP_AXtM65wgxCFy_wW3HmXs7go,450
2764
2775
  pulumi_azure_native/fluidrelay/_enums.py,sha256=9pCSHZD-i6XvNn-lucscWPpQuENfnY0HV-vpR5K0nzY,1342
2765
2776
  pulumi_azure_native/fluidrelay/_inputs.py,sha256=WF6rXBPzMeayJo6R590I1AWr6vHjpz6fKwUH7MCsjcs,12042
@@ -3136,9 +3147,9 @@ pulumi_azure_native/keyvault/vault.py,sha256=7oPxw0JwVnZl9D5SORX5DoXrQmOfGwPGEpd
3136
3147
  pulumi_azure_native/kubernetes/__init__.py,sha256=-EuQsCKOgsg12xgaGAkVoeSxHwR7_-hew8T1z1nR_as,513
3137
3148
  pulumi_azure_native/kubernetes/_enums.py,sha256=F35uWJd8ZaBNciFdoiE0LIEOedu1pn5tJ9VD7WbGB4k,2411
3138
3149
  pulumi_azure_native/kubernetes/_inputs.py,sha256=p_g1hde5-SJ6w-p4bd3LyllSQlAHErlmpitcjb8MV6o,12595
3139
- pulumi_azure_native/kubernetes/connected_cluster.py,sha256=LM8OocmpuaX-6MPEuXFgwNH3zRQbwRYJE_DZQLOQzjg,34936
3140
- pulumi_azure_native/kubernetes/get_connected_cluster.py,sha256=5bCE_aCCB0EAnMMJGq6iBQEgwnhUMtoFw7qHdYel924,23159
3141
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py,sha256=Qq-hODIDXLNI-5xXOoPNGi_0XLuj0-gmk7GUdKuIyXs,7080
3150
+ pulumi_azure_native/kubernetes/connected_cluster.py,sha256=muSo8ju9-77WRic4ZoS7q4tVsqGggk12p17VwiDxfhU,35057
3151
+ pulumi_azure_native/kubernetes/get_connected_cluster.py,sha256=z-aLawZPw5OFIHY_3RNTHmF0LDfEiETkemjn4cNZtis,23199
3152
+ pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py,sha256=W2eDk51XKKBUi6deG63bugNAUO_iFzgW65RhDarhIf0,7120
3142
3153
  pulumi_azure_native/kubernetes/list_connected_cluster_user_credentials.py,sha256=Aq3bxBOl9niVjFckt7xLtRHax7GZvztiv3ekFyWvch4,6220
3143
3154
  pulumi_azure_native/kubernetes/outputs.py,sha256=Yd8wIz-uesQhDsNfftEhf7djdmpr90D7FAfp3oVzxTg,21702
3144
3155
  pulumi_azure_native/kubernetesconfiguration/__init__.py,sha256=4I935zrK4xgIYGlgbYqEH8WYIBKgo_txxDTgVMSfx-8,714
@@ -3463,8 +3474,8 @@ pulumi_azure_native/maintenance/get_configuration_assignment.py,sha256=LNaXggG3k
3463
3474
  pulumi_azure_native/maintenance/get_configuration_assignment_parent.py,sha256=DWu-HNLjHNMK3eEB6EQDEMj6VvsuiLWevK2jBsOyM5A,11657
3464
3475
  pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py,sha256=uLQXIaV5nHEvrFneAn5scUJhwlPQXCqcdy81inR5Sx4,9776
3465
3476
  pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py,sha256=iknpqS18THMdjpao9FJpMtiQ8WMKcUDjSPS5bdAE8E4,9191
3466
- pulumi_azure_native/maintenance/get_maintenance_configuration.py,sha256=C2U5UgBfbodpC4MJT_IdFY2SqZBo9yAY4mI0OPCAlmw,16051
3467
- pulumi_azure_native/maintenance/maintenance_configuration.py,sha256=J_7lFQHE08eqLCP6VWdNkwLoi7USuGpi8kRAid7gzLs,33439
3477
+ pulumi_azure_native/maintenance/get_maintenance_configuration.py,sha256=-VYYaqFw9uFT_eHvoZ6Xbt25E1pLH3sjE-mmUvB_CtY,16076
3478
+ pulumi_azure_native/maintenance/maintenance_configuration.py,sha256=tkj4SOHTndZbbeP5KoncTj6ndpy1gIKuCGAB7DCmwCs,33509
3468
3479
  pulumi_azure_native/maintenance/outputs.py,sha256=GGOksMG-5gEJMsa9_IRIJQIl_Cjv7jNRDaHBJl0LyeE,20583
3469
3480
  pulumi_azure_native/managedidentity/__init__.py,sha256=96yFSvt9FjcVamDwisYEm2B_i--XlOYV3fZnmRquToA,463
3470
3481
  pulumi_azure_native/managedidentity/federated_identity_credential.py,sha256=6hhsEiKui-daicSsTveckgD55OSjNvvqXFlNf9KbD1I,14517
@@ -3676,6 +3687,26 @@ pulumi_azure_native/migrate/web_app_assessment_v3_operation.py,sha256=bAJSozZZn5
3676
3687
  pulumi_azure_native/migrate/web_app_collector_operation.py,sha256=pup9-Ol3bl2suLnRI-wC669XA0D0P46p1uXuxqh8D38,14271
3677
3688
  pulumi_azure_native/migrate/workload_deployment.py,sha256=xfagYIFE--ZWcrgYSni06xdnL1xspd5YWZYDxvBoZxw,12925
3678
3689
  pulumi_azure_native/migrate/workload_instance.py,sha256=38o5R0nCfZHkEHIylSr6FhOKsGvmAUfIUoXu0za-5CM,12813
3690
+ pulumi_azure_native/mission/__init__.py,sha256=IigdV0jCs7Wb-X_1wfxyMOgWaUnXQsiGODc1ZZQuRqc,828
3691
+ pulumi_azure_native/mission/_enums.py,sha256=UIQ-q5xix0O4f15uXhXyKIcLbPCtUx0HTkRTtzBf0gc,9057
3692
+ pulumi_azure_native/mission/_inputs.py,sha256=KXlgMxsh4X6vT9y9TPtwsowaQw6j3zzMt4ldHwxe0SA,63621
3693
+ pulumi_azure_native/mission/approval.py,sha256=Bk-4yT3_6qV0UcoUF4HlGcpI8fzv1bb3jQhujAcwfi0,18540
3694
+ pulumi_azure_native/mission/community.py,sha256=ICBve3v1QFBUDSbkahOnUs7xKbYqbnPkg9wypbOVInY,27358
3695
+ pulumi_azure_native/mission/community_endpoint.py,sha256=ure2-JD8Lo6z_aN2QFfkCqKHzixsugB_WUDsyJqZMK4,14782
3696
+ pulumi_azure_native/mission/enclave_connection.py,sha256=4KGYt_CncfCMJpMQKZwxIRN2l-zQzd6pko6KyfELrB0,17476
3697
+ pulumi_azure_native/mission/enclave_endpoint.py,sha256=7MmcrS8vDuveRJm9YTI7GexB1tVNA03wYP2bFChXrxo,14763
3698
+ pulumi_azure_native/mission/get_approval.py,sha256=rs40tUOONPABZXXsDdNm9Y4wPtsMm_pRBIYH2q6K9Cw,11616
3699
+ pulumi_azure_native/mission/get_community.py,sha256=kxSAs_hv7K2P9IHKpqh7B47Ciu6kdOA4ixHIby9Iuv0,17018
3700
+ pulumi_azure_native/mission/get_community_endpoint.py,sha256=RQ0F7n3u3-4f531r6nsKH-yGsRLzlAnxgYDMN4FexU8,10210
3701
+ pulumi_azure_native/mission/get_enclave_connection.py,sha256=m-r_5iR1iigomCtE6r5eYMsOveSCGffy_bkM3L7Zk5s,12282
3702
+ pulumi_azure_native/mission/get_enclave_endpoint.py,sha256=7it2usV0ZoxsafVg-Zk9twBzLjM-5GN3IOS-gOEYoaE,10174
3703
+ pulumi_azure_native/mission/get_transit_hub.py,sha256=sTNK1i8Piv2oTfrSDOMPMRlPNRS_zBQGvGW2FQTtPao,10405
3704
+ pulumi_azure_native/mission/get_virtual_enclave.py,sha256=HpFjwLVoFbsWcOLqnIthY4QYfYJHlZtVIw56KMZ9rhs,18364
3705
+ pulumi_azure_native/mission/get_workload.py,sha256=rqbWueczv0oXLUbEgXMlg3XCJcTkz8T_FOFDEjZuU9Y,10262
3706
+ pulumi_azure_native/mission/outputs.py,sha256=0qCtbM3sidzjx7etVlmd1js7SDU2C9-mOYo5sAy7Eug,62861
3707
+ pulumi_azure_native/mission/transit_hub.py,sha256=3s4pA-56yl30p6wCkNimeIa2q7Qj-0RN-vFBRpyU68o,15281
3708
+ pulumi_azure_native/mission/virtual_enclave.py,sha256=oYj-nHlZa1pQNL1yc9quUCwxydUQooxIckC-xeWXMBk,28340
3709
+ pulumi_azure_native/mission/workload.py,sha256=62edbsgMmVltvW0T6AS_GwVaS96vlYtCfgQQBX31elQ,14290
3679
3710
  pulumi_azure_native/mixedreality/__init__.py,sha256=EStamZqKi-yAkf3Twl0TmvwBLK4GNW1MjAHTNNpdPe8,727
3680
3711
  pulumi_azure_native/mixedreality/_enums.py,sha256=RxiFQdySAW5dXwiiagBqGHbEdRaz1NbAsdQsSpwwPcU,810
3681
3712
  pulumi_azure_native/mixedreality/_inputs.py,sha256=QCQLTjaWU4c7YOVxut7RrkxItcTS2tZ-I6GitZmaTG8,7515
@@ -3724,23 +3755,23 @@ pulumi_azure_native/mobilenetwork/slice.py,sha256=r3aCtS7M1-0crj9rqHgq-hp_tHeovH
3724
3755
  pulumi_azure_native/mongocluster/__init__.py,sha256=U4pSp5Dw7G1kF83QczNuc0Ws8pVo160clpNmmb1p3xo,645
3725
3756
  pulumi_azure_native/mongocluster/_enums.py,sha256=jRkpATAmLZBmj8Q4MIIbak8JyrcLX32ZzzOZ5zFzvgs,3884
3726
3757
  pulumi_azure_native/mongocluster/_inputs.py,sha256=NC6puRgGDiohNpoBRyNv9i5FsIue8cjJoXJd5hOMsYI,38333
3727
- pulumi_azure_native/mongocluster/firewall_rule.py,sha256=juuCIGvTDtoe4HcO4VKR1Sm7S3QQi83LbC3ydX8oOXU,12170
3728
- pulumi_azure_native/mongocluster/get_firewall_rule.py,sha256=PiaB_T5xaxoYG6lqDxoAI3eR6qgumTNdkl4UzkJQND4,7704
3729
- pulumi_azure_native/mongocluster/get_mongo_cluster.py,sha256=dSzHmJS4r0CYjGXHq3s25M1ijgjUD7cZoVyxfjNG4NI,8213
3730
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py,sha256=ouWF0c_EtRvQyKdZoWk12014NmZuRCUc7rXCjaLV3iQ,8236
3731
- pulumi_azure_native/mongocluster/get_user.py,sha256=qdXeR8OX-OboomET0lGyLyVc0o4lFa71Yitg0X3n7_g,6671
3732
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py,sha256=EsIYRXmoHJmE3W21rUNC8x_qDmo3CvRrmhp6L1cbJsM,5162
3733
- pulumi_azure_native/mongocluster/mongo_cluster.py,sha256=XymtDldjTw_HYttzmr8PhpRRLrR4v5JfzMpereElTFE,13263
3758
+ pulumi_azure_native/mongocluster/firewall_rule.py,sha256=XaRnwaMvNXsSZbeaIDPAzIWxEYevRENRFfcGJL8qfoU,12289
3759
+ pulumi_azure_native/mongocluster/get_firewall_rule.py,sha256=01qsklETM6WKxvUzsH6SOdfk41Q-M8DO5t22KbftZGM,7744
3760
+ pulumi_azure_native/mongocluster/get_mongo_cluster.py,sha256=eTJ3pt2LzXUrja41bXiyFX14JBdkSfOikKO4X4d4CoY,8253
3761
+ pulumi_azure_native/mongocluster/get_private_endpoint_connection.py,sha256=huokhBmkoMJQMchlsFmARGoffyxbj7DG1axSCOdFAJc,8276
3762
+ pulumi_azure_native/mongocluster/get_user.py,sha256=XecdQKaP-apGMYrLYOe9mPzXTlZKEOlvpPQbxliJMDw,7273
3763
+ pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py,sha256=jBxK6p--j9VO8jQOYf9eOPONXKq1avSOSKxqbU-kZeg,5202
3764
+ pulumi_azure_native/mongocluster/mongo_cluster.py,sha256=mSaK8uHfUhe2Tjuyd3Te5_qZu4M_xZ_3AkT_udTW4fY,13382
3734
3765
  pulumi_azure_native/mongocluster/outputs.py,sha256=4uY_dqVx07hO-b_xqN8_Vxnx1pNk7w_mW4xHefcGIyk,46714
3735
- pulumi_azure_native/mongocluster/private_endpoint_connection.py,sha256=iK-d6zR56xYNT1LLe9e_9XsRd5Pk6h-XqpsAA7dtqlc,12640
3736
- pulumi_azure_native/mongocluster/user.py,sha256=ppiUXww3m9rCUTAdn3x7fN12EgZeqgvqKDiAnJUAj7g,9952
3766
+ pulumi_azure_native/mongocluster/private_endpoint_connection.py,sha256=dOTSFOAl5-IPv7umqFvyTYU1EeQKl5O9xfAUT1jjgAY,12772
3767
+ pulumi_azure_native/mongocluster/user.py,sha256=Ibiy2i_80S43A876P-aLfoOmhQEmlnG-_3vuRtGH7Yg,10633
3737
3768
  pulumi_azure_native/monitor/__init__.py,sha256=TKaZdILFjeJnkN6v6ghezwWhy7MFpZr5HKt5FvSiqnE,1731
3738
3769
  pulumi_azure_native/monitor/_enums.py,sha256=IHOz047L7u_egxLNi1lrGmIAhX5NDRvDLkOOGq_DlZE,18272
3739
3770
  pulumi_azure_native/monitor/_inputs.py,sha256=D3ElW4uwic8eB_ss-accTmcFk9UtuTeBCo-XaL-VbKQ,403006
3740
3771
  pulumi_azure_native/monitor/action_group.py,sha256=cR909loyJJNMxi87pUlfvAqy7xfklxy2WMFZE-occ3Y,38672
3741
3772
  pulumi_azure_native/monitor/activity_log_alert.py,sha256=WcXeO4suzRrT-wwv1UzN-p_kNRzuby6i69-dm4qBh6o,18506
3742
3773
  pulumi_azure_native/monitor/autoscale_setting.py,sha256=sPvr-BcWdqxijuslrGJPww3wbc5gNNNsjjCxufaUKfk,20818
3743
- pulumi_azure_native/monitor/azure_monitor_workspace.py,sha256=TaWt4YbOFimKHX2wZgtgQEjxr4lazddZNv6mPWaLU_A,15569
3774
+ pulumi_azure_native/monitor/azure_monitor_workspace.py,sha256=cdQjQDbR2X9fbU_-UkLntMAuDVYQO7MkZeKF_HbnH0Q,15692
3744
3775
  pulumi_azure_native/monitor/data_collection_endpoint.py,sha256=_9VHa7Ol4hb0CcdrgmzhrJTewN3Y6ha46GmOkWoD3Jk,21614
3745
3776
  pulumi_azure_native/monitor/data_collection_rule.py,sha256=dlquT4aeJ1mtiecTs3opxLmKF4vFDVroNriZVnkaYGw,25044
3746
3777
  pulumi_azure_native/monitor/data_collection_rule_association.py,sha256=wvrGt2eVki2_VPQ6tvapuPCSLc7jjTGtSaiEbNCFDC0,13824
@@ -3748,7 +3779,7 @@ pulumi_azure_native/monitor/diagnostic_setting.py,sha256=R9SaLGr3XFVfMZ4AS4ysuLC
3748
3779
  pulumi_azure_native/monitor/get_action_group.py,sha256=emblh6i45zzRGBgj_2Zff2i_Hu88wC92P1bBRiFC_4I,17750
3749
3780
  pulumi_azure_native/monitor/get_activity_log_alert.py,sha256=YzFDf0A729fM7260GTD9jefNxwh_zK_uyC-HsEWv8Wc,9248
3750
3781
  pulumi_azure_native/monitor/get_autoscale_setting.py,sha256=rd6lx-QOM2BygDwc3Bz2BGddYBzyKLLCDE7gY0nzXfg,7550
3751
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py,sha256=Gryxgk9fyH9KqsgzM_9RjgMjCIfhIch40cxF3fRakLs,12797
3782
+ pulumi_azure_native/monitor/get_azure_monitor_workspace.py,sha256=-2Lun2oG3Y2yQGFdBCEjTd34nc1m5ClHeYXzmx49wtw,12837
3752
3783
  pulumi_azure_native/monitor/get_data_collection_endpoint.py,sha256=E-FWdCTekcGtto_DpzSvypf25Ymf-3Z8bHsxfkRQEpU,15836
3753
3784
  pulumi_azure_native/monitor/get_data_collection_rule.py,sha256=_QT_Qu0eAbYVope0pSezKmdKx86zwynkiQdSwRmQVX8,14535
3754
3785
  pulumi_azure_native/monitor/get_data_collection_rule_association.py,sha256=CiSeWwzOpa5f5SPFvjd4_7sL5vt_AJKLoVI9TIrtpQg,9958
@@ -4704,9 +4735,9 @@ pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_cla
4704
4735
  pulumi_azure_native/secretsynccontroller/get_secret_sync.py,sha256=vtNDCU8e__61tgHfwNV2XYWcCItTcCTfLgR0So7zQsc,13595
4705
4736
  pulumi_azure_native/secretsynccontroller/outputs.py,sha256=KFInu9ZfZi1M_8KtG9nfULFXyPrGypi9PLtju4Kcnrw,17025
4706
4737
  pulumi_azure_native/secretsynccontroller/secret_sync.py,sha256=3aGPKE6gHDdazRY5SSLn2JTur6aKLZylyoXT73-MILI,24786
4707
- pulumi_azure_native/security/__init__.py,sha256=zDr2dRNP9h5kwM5O9pru--vPVvSlPObWtTzcp6edv3s,3081
4708
- pulumi_azure_native/security/_enums.py,sha256=HyiuOaaRiGFzelNUhB0RdJXXYA2pzrxOIsZ9zLxnYkw,32376
4709
- pulumi_azure_native/security/_inputs.py,sha256=KN7qDLv8_mpeBYX2gxIhMQRzMmKX_qkB0SxOSRE6FJ0,429935
4738
+ pulumi_azure_native/security/__init__.py,sha256=GEOa9cai81x8YFZhtiWJTJzcAGKQnWdM1T8as0euI-A,3231
4739
+ pulumi_azure_native/security/_enums.py,sha256=0DoW4w7LKqCRe9za_5sxXc9TKHmGJQnFe8B5owRFqCI,32766
4740
+ pulumi_azure_native/security/_inputs.py,sha256=NlguJ8x1ZvKgXIBhf6QKW0qrE0X3Vbuc5rtFEXXMFEY,433489
4710
4741
  pulumi_azure_native/security/advanced_threat_protection.py,sha256=j9Cr2j3i4Zlpr7e6ZltoShBhKQDbfRcjsvPS90t4joA,9237
4711
4742
  pulumi_azure_native/security/alerts_suppression_rule.py,sha256=RyagIYtFGcREvap_XCv6Yb-mVefcl6DO1pcRV8MRe7E,15160
4712
4743
  pulumi_azure_native/security/api_collection.py,sha256=TdyGY6qZfZ6KAIN-e8RczZaR09X4lRYpaii81nNUbhc,9765
@@ -4748,6 +4779,8 @@ pulumi_azure_native/security/get_governance_rule.py,sha256=tl4sC039TtELDPvnwJfbs
4748
4779
  pulumi_azure_native/security/get_iot_security_solution.py,sha256=XNQl0tbRoj3AOvUypewvAKY7HEqU6HHE-L1BICTYvgE,15221
4749
4780
  pulumi_azure_native/security/get_jit_network_access_policy.py,sha256=ZwLdwYbj0CTVrHP4KTFkED-lzIO7r9sH32mHLbH4DsE,8929
4750
4781
  pulumi_azure_native/security/get_pricing.py,sha256=jOCXV-jcOmLP-7I3Gdc_7H2oW9v_6UGmg8AhFYKLsCw,14577
4782
+ pulumi_azure_native/security/get_private_endpoint_connection.py,sha256=GVtENiVgQbzK-Xp0NPrLBicu42kqdt6Dfc_a1TDDFnk,10350
4783
+ pulumi_azure_native/security/get_private_link.py,sha256=FApv_HBuKs6pjRRAlBz2jZb5xJm5SwQv2GGOJvaRl6w,10223
4751
4784
  pulumi_azure_native/security/get_security_connector.py,sha256=liaAN5i0CQYvv-qXGnHE6cuP0AmyniacNtgjZ64pBDw,12490
4752
4785
  pulumi_azure_native/security/get_security_connector_application.py,sha256=TwhxWZqCQfzw8o6AR7sWnUCcitAVPKVMztblBEvZkJI,7897
4753
4786
  pulumi_azure_native/security/get_security_contact.py,sha256=6wNHida1RRKBwRGLoCAwiHmy17Pli1Snd4Yq8DIHCNM,8687
@@ -4766,8 +4799,10 @@ pulumi_azure_native/security/list_azure_dev_ops_org_available.py,sha256=g2x1TjNy
4766
4799
  pulumi_azure_native/security/list_git_hub_owner_available.py,sha256=sEcUjvL5RaDawDroZP__ThZRHPGCxUaWWkTUIt8Z_P8,5026
4767
4800
  pulumi_azure_native/security/list_git_lab_group_available.py,sha256=VHFWkuv46F22PBPC6h3X5ziy6366U8PQE-kAZiUQ1vQ,5026
4768
4801
  pulumi_azure_native/security/list_git_lab_subgroup.py,sha256=yiZmKxvF9nAoo9ToJstj-asG8g1th_d-bXQ4N6p_gfI,5295
4769
- pulumi_azure_native/security/outputs.py,sha256=xmrHAqko4RuhmJTs4vn5-wJKKUX4_mI6dNB28rwiywQ,418633
4802
+ pulumi_azure_native/security/outputs.py,sha256=T6i9vJQpkR9y1Kin8GMMMHcHuEghSM_I1bQrpKK0znI,431709
4770
4803
  pulumi_azure_native/security/pricing.py,sha256=1yMGsIQ8YeZrWl8pRyAfBCbTBizBs9CYjHLV-f6VyGM,20331
4804
+ pulumi_azure_native/security/private_endpoint_connection.py,sha256=QXdXXZ27mglaJX5aM5N7SrsLoDjsIYi90-X0I1BdsNg,13263
4805
+ pulumi_azure_native/security/private_link.py,sha256=3H7GkmxYj47iLcjyWWRbHVrqEvlBUQdzLR18-D2hCVE,12266
4771
4806
  pulumi_azure_native/security/security_connector.py,sha256=NRg17xZUG2OKaHqTGf11R9slMI_F2L6U4gye0mwHc7w,29739
4772
4807
  pulumi_azure_native/security/security_connector_application.py,sha256=lz6djwyvfMtnx9V6WFnKj-ZYTKBOGCNbkqrwPMOm2N4,13225
4773
4808
  pulumi_azure_native/security/security_contact.py,sha256=uOWJvtHK0IZ7YZbKZQ8W_fy5PPbawGdgM0P109lXT84,15901
@@ -4809,107 +4844,107 @@ pulumi_azure_native/securityandcompliance/private_link_services_for_scc_powershe
4809
4844
  pulumi_azure_native/securityinsights/__init__.py,sha256=OwmM9IVrsmXsmK_SbQuaNZqWgo2_126cHgDMpzvCgyo,4031
4810
4845
  pulumi_azure_native/securityinsights/_enums.py,sha256=RJztD2dRTSU4twjq9VkDP9KjCWtK_lsxUE6UVHwHLBU,39298
4811
4846
  pulumi_azure_native/securityinsights/_inputs.py,sha256=3XzYyp-KwqSm7qcRw2Iry0L7-8ZsuhEt_zU6cVXnxik,349296
4812
- pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=gJcXKXluXZhoWK0Pd71zp9h9SnJrhX9a95eAj7NZgVQ,38743
4813
- pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=hb7JJKF1mr96pyCBAye_R0AcJ1vqxkK3zN8BnaqqvNg,38861
4814
- pulumi_azure_native/securityinsights/action.py,sha256=4UCl_s_Q_mHLWGStnHMc80T8PXH5x3FClQTp2zhRO7U,17056
4815
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=xZazq2olmYyWAefivDaul9n3_PChhE1EoZYt1v0_Mfo,27098
4816
- pulumi_azure_native/securityinsights/anomalies.py,sha256=Ci6Mg3UguU4HeYAsAmzqfXQtFatxLJPDPJOlKdIsM84,15692
4817
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=iAkVO3DPvW4EiAHqfR0PFyWt88pHlT7nj22_LDwr-Ic,34253
4818
- pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=W9M_Rj_u__YSoHUfykJdo5_IgCMecNtF4p48KGXpwO4,38959
4819
- pulumi_azure_native/securityinsights/automation_rule.py,sha256=7OpnR171FybfanbyBLhI2szNXuLCDR9qxVWA2hNPnJs,21837
4820
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=_I5pukPqDogW0CA3FE67ff4oQL2ZRAiF3MgAM5Uqt5Q,39485
4821
- pulumi_azure_native/securityinsights/bookmark.py,sha256=ld9J70nzg8yUzo8nLE3RIJcu8ATGAuaYd3hX7-2b90I,29127
4822
- pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=7Zv36QkxPwSiVZeFGT6HBa64_WyV64H7JN2fsWBsQ9E,16099
4823
- pulumi_azure_native/securityinsights/business_application_agent.py,sha256=M1QirBYigNrPz-SFrdhYSL9bmta1l42AteGo6fSd_nY,13703
4824
- pulumi_azure_native/securityinsights/content_package.py,sha256=hWZIAfMyj6pAXWPV78kVpEKjTLtSvbiFmZ1uGDBZnnI,43414
4825
- pulumi_azure_native/securityinsights/content_template.py,sha256=ACWDfkO614xot4P9AsYmIl8R-z_IRlONYOhZfvzRdHM,51376
4826
- pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=n1pAYrCtw3PbeO8jWuMKq504iasuBfO6k0wm0UKaS54,18927
4827
- pulumi_azure_native/securityinsights/entity_analytics.py,sha256=q82uvuzGRF0yY3HuPIgQRx0oGYsHgnOADrSFAaiXlQI,17266
4828
- pulumi_azure_native/securityinsights/eyes_on.py,sha256=Fj-yKezq76M-vLA5Pu4q4tMo3oAf2eW5E2AY45IIr1I,15566
4829
- pulumi_azure_native/securityinsights/file_import.py,sha256=a4VuATdNl5bT8xlB3QgtlZraqopeD9pkC-ag1QJwopU,20523
4830
- pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=Mgbjj92Z2em5xoPrObmF36ObS-wiqUqdQchjHrl-Jfs,23792
4847
+ pulumi_azure_native/securityinsights/aad_data_connector.py,sha256=XFrdM1pLQp-Ea9XCVqPMA_Ru04xYd7F8q39orNu5e3g,38830
4848
+ pulumi_azure_native/securityinsights/aatp_data_connector.py,sha256=7FDWYh-a4iTAnbozL_sc_yJRb2qda-epYzPiTRTdbzY,38949
4849
+ pulumi_azure_native/securityinsights/action.py,sha256=uKwoEUNox0KGZf4YbZ5cA6SwybUwsv9OVvL9Gh7LNrM,17173
4850
+ pulumi_azure_native/securityinsights/activity_custom_entity_query.py,sha256=z-h1uuiRDvxBpL-SSfcjpXISbhOCcJWsxs4Eruv5TLA,27194
4851
+ pulumi_azure_native/securityinsights/anomalies.py,sha256=shV_Ml-BququinbRPndAXOBgywAs65bEEBhvuzTmT5k,15772
4852
+ pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py,sha256=-jLWurznPAEVAr2mQiS06lGMr7U6dLoJp-gtN2dY8PU,34358
4853
+ pulumi_azure_native/securityinsights/asc_data_connector.py,sha256=0DpFm8237jliIJgbJDHx35hIGw_LARWNnL-NiyeTxr8,39046
4854
+ pulumi_azure_native/securityinsights/automation_rule.py,sha256=ZElltvqjQv2jza5FS8Ul4AVRuQ4VoHWQeXUkbBc5pCQ,21962
4855
+ pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py,sha256=UiW5Kr6_fJLt5iWxiZfSiO3eR_D32a3Aql8y_cgpqi4,39582
4856
+ pulumi_azure_native/securityinsights/bookmark.py,sha256=A3HAH-o4oNXDssv1GNPOlI-teuC0LUM_al3C1Syz22s,29246
4857
+ pulumi_azure_native/securityinsights/bookmark_relation.py,sha256=egiJNm5WeTyeoOP8NChbLxmTrRLokbEZvR-RHPAq-zY,16226
4858
+ pulumi_azure_native/securityinsights/business_application_agent.py,sha256=_l2DcBTDroonK1VY2_sDPbPKRLik1uJ_OsSMw1B2C50,13838
4859
+ pulumi_azure_native/securityinsights/content_package.py,sha256=SLccTjcFpd5uHyJnNG-lmhbBuDFuYQGC4WmRdJB-K4s,43539
4860
+ pulumi_azure_native/securityinsights/content_template.py,sha256=Y2BPmAkvfQyrO7GZJhYJHaTUjWP27zWBVVFiIZm1S7A,51502
4861
+ pulumi_azure_native/securityinsights/customizable_connector_definition.py,sha256=lqN6fteSa2y_BTZyclWx4n60cI8fCk6CMNE6kvnLgK0,19029
4862
+ pulumi_azure_native/securityinsights/entity_analytics.py,sha256=sSMW5Bt95xD5boSC3qT8eb1nIVOvQhs_cCvMHml9oYs,17352
4863
+ pulumi_azure_native/securityinsights/eyes_on.py,sha256=HyUF58K0h4klHQAZmC9nvdZd8DdYwQC6a63Brj6SgQc,15643
4864
+ pulumi_azure_native/securityinsights/file_import.py,sha256=28X-zOOE0uFIlBufMz4cAng-EVD6Xr2BiKJzPGgTINM,20644
4865
+ pulumi_azure_native/securityinsights/fusion_alert_rule.py,sha256=s9jwH8bTIuXuomSnZfccAKAeawvC65npvHMhoJvqZ8E,23878
4831
4866
  pulumi_azure_native/securityinsights/get_aad_data_connector.py,sha256=ixnfuVQHzMe0QnOsbeS48zbVJIffktMO68EpuriPGbI,8516
4832
4867
  pulumi_azure_native/securityinsights/get_aatp_data_connector.py,sha256=VoiJL5ZCD6iAH2IhOF-kGR7PRNLGgbTKzYixraApwOs,8560
4833
- pulumi_azure_native/securityinsights/get_action.py,sha256=pseN0T7U5Za67I3gGHcNEKLLexdiDAasA84TPsUUs-4,9429
4868
+ pulumi_azure_native/securityinsights/get_action.py,sha256=nZIfpBUfj8s8gsWtDSa8gG5bKdNr2HYWwUk3fYPQL9A,9469
4834
4869
  pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py,sha256=H5Gpvdq3hVHWdTj94QNYt_ZwqjYEO9uuzYHgWJLaaCk,14640
4835
4870
  pulumi_azure_native/securityinsights/get_anomalies.py,sha256=kjV-P8NTEbHwe9Hcuz9Oc7tDApGYBO52OwqOzZYz-bU,7758
4836
4871
  pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py,sha256=s_ieHfeVlaaifnLhri4nrMK-MUbwCdbhnipSc8ly4Ws,17450
4837
4872
  pulumi_azure_native/securityinsights/get_asc_data_connector.py,sha256=ip9WeXggRLc8Nm37GDnl6o7SxCCDc5JfHne89K6VnOg,8610
4838
- pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=--S56sJEueSTMWMF6lBNbsqNOl7PYVaLbgDNC3fJhMA,13018
4873
+ pulumi_azure_native/securityinsights/get_automation_rule.py,sha256=Ov3qC2S1KyMFbWN1KyiqtA2s9gV0C72WIJsroyyYE_Q,13058
4839
4874
  pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py,sha256=ybXUAlbh5WFo9JrtsXPqdlRk2GwX3kQTvBalaunVNxY,8873
4840
- pulumi_azure_native/securityinsights/get_bookmark.py,sha256=_dI5-v3hMshWvUZqzUG6U4am-5_1N_l04KmzVvBnE0Q,15175
4841
- pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=PkTMor2lmd_QMCMm4UHHzkby5WcNygyDqkvzFr6u4pQ,11115
4842
- pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=NwgBieNCLjVdAmZDDibpXCpnWqHS9SD-0C7qPyy-_EA,10206
4843
- pulumi_azure_native/securityinsights/get_content_package.py,sha256=0opAzBBCJUsD4iiZ0HMcltypOta1ZjRghVnIS9ETvhM,22209
4844
- pulumi_azure_native/securityinsights/get_content_template.py,sha256=6w5m-OUKZJh7xECY1Y7z-zeGz2-Xo5XD1c9R3CYrskE,26267
4875
+ pulumi_azure_native/securityinsights/get_bookmark.py,sha256=MEwxvkpG8nKoK2sZsJQW9g0f_1KGIotXh-zBbt2tZwM,15215
4876
+ pulumi_azure_native/securityinsights/get_bookmark_relation.py,sha256=XrqxeeXUt0BetG9gAfFSkUg8l5U6ojNWfKABlNMBQrs,11155
4877
+ pulumi_azure_native/securityinsights/get_business_application_agent.py,sha256=6R2V02ctHpJo10e6ELkz0FnYtQsBq4vz9zhSz5gvfFk,10246
4878
+ pulumi_azure_native/securityinsights/get_content_package.py,sha256=nKwChP7KAQ-B4ut8tqR78vFhqM_MloiZ347OFzvoKE0,22249
4879
+ pulumi_azure_native/securityinsights/get_content_template.py,sha256=4OxuBbxew831whbQtUfCQwGVkV0cNExT9xbfOY8Z3vI,26307
4845
4880
  pulumi_azure_native/securityinsights/get_customizable_connector_definition.py,sha256=8SBP2l62p2Yo9Xo8Ih3Fr1Mh5LmIgrht-_Y5Gl5rKcI,10769
4846
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=1uFy17MS4dGU7zIEaGYUbBGNmM8a7Lh4_vnfVAoQ9jU,7550
4881
+ pulumi_azure_native/securityinsights/get_entities_get_timeline.py,sha256=BcV1lzrBdEHvd_X2peYMKTJbTbDZvYZz0XZt3TYgkqU,7590
4847
4882
  pulumi_azure_native/securityinsights/get_entity_analytics.py,sha256=XmnZPP4SihZPj9pCGkAu8jfQqNP2Xk-V3sdI6WaZx7E,8019
4848
- pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=Kyrx-8thIb57WxxUh69IFcttLAKSwA_4LbUoHM25ETQ,7712
4883
+ pulumi_azure_native/securityinsights/get_entity_insights.py,sha256=Sn-EjVqIvZ09XpSTvZ2hLK6FhO_HhG9hS4uD0V8495E,7752
4849
4884
  pulumi_azure_native/securityinsights/get_eyes_on.py,sha256=nLX7STz8vc2bwsFzDrCRzbN6YbLnMNIDVlDV0T-7zGw,7693
4850
- pulumi_azure_native/securityinsights/get_file_import.py,sha256=O5wCe0qOIulnsLg0rOBuUzjQI9UfHHV14p-2xDrsrro,15904
4885
+ pulumi_azure_native/securityinsights/get_file_import.py,sha256=AuZcGDDVl7Q66rDZzDWW4-aoIq1vg0n04aRAe_so53Y,15944
4851
4886
  pulumi_azure_native/securityinsights/get_fusion_alert_rule.py,sha256=tGpukvnhfmEHVCzScDdCejuae1OGpf9ADMK8-Ri5KuM,11967
4852
- pulumi_azure_native/securityinsights/get_hunt.py,sha256=_RQFtiZqvmQuELTRAssNJ-IukhJzkbvxVx2ZqzcMGtc,12271
4853
- pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=Pc6xlGFmNzKgL3BymEn_uccAv5AM8UC-q-EtNA2CK1s,8559
4854
- pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=AzojxPe6WK0h0JXOy1V2p6iZpMLrGpu1jxBov7VJ8og,11382
4855
- pulumi_azure_native/securityinsights/get_incident.py,sha256=KWiIfq6Y9hX18wbp1IkrQc5stoyPioASXZPUbfW6_tk,20067
4856
- pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=_uLFT8-fSNIbDNuVkdRzG-VSUiTdGgq0Edq4cDQ3s1w,10800
4857
- pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=3SuvMR3sVUrC26bLuyBVJEsR96jsa3Q7SY0gtZdaJFw,11283
4858
- pulumi_azure_native/securityinsights/get_incident_task.py,sha256=H-L-XoT621q0jRqp-n0GC-Gmftr7JJl_hEUMWPy0iHE,12461
4887
+ pulumi_azure_native/securityinsights/get_hunt.py,sha256=JJy2jtewfsx4FmChvJtKiEgX-XU0mf9jX0V9nyJdpCo,12311
4888
+ pulumi_azure_native/securityinsights/get_hunt_comment.py,sha256=ecfHQ2zmzFdEJuFCv_Sa8F54I8H5fGegvUldPLpOfCI,8599
4889
+ pulumi_azure_native/securityinsights/get_hunt_relation.py,sha256=b8goCTja0-d9egcGJbcE_8zCnIb6srsIh6g7V3pK17c,11422
4890
+ pulumi_azure_native/securityinsights/get_incident.py,sha256=lU_78yimxIgLdmMEmxKjpn9SvmfMQ6RhGJtI5MlwSu8,20107
4891
+ pulumi_azure_native/securityinsights/get_incident_comment.py,sha256=Z_G_FVEfwH7Vb1MPCUgA1AW8_5Vi-uoINN0L8JCUoO0,10840
4892
+ pulumi_azure_native/securityinsights/get_incident_relation.py,sha256=wRl3xIPe9aHy8mSJ0rlx8-7UdkTkHGe3j2MSmEeAHpY,11323
4893
+ pulumi_azure_native/securityinsights/get_incident_task.py,sha256=61b6O8oeJfmJwBBWOnyODtUY9TgJmh-KmFTmglTry1A,12501
4859
4894
  pulumi_azure_native/securityinsights/get_mcas_data_connector.py,sha256=LCg1pot44IoF5Cjd6Ckkd7Ps_8ssPQucNPiGAfDRIRM,8549
4860
4895
  pulumi_azure_native/securityinsights/get_mdatp_data_connector.py,sha256=GSxxATmUVEiBQhvK_yEzKfcvEYiPmMLUQWxn1YL93Pk,8610
4861
- pulumi_azure_native/securityinsights/get_metadata.py,sha256=5KuZ068375UhTpKmUeQoQkttoNhPBcnelmt3_KtMwjc,20515
4896
+ pulumi_azure_native/securityinsights/get_metadata.py,sha256=B62PkLQtU2sWPlXFQm1UEcnEV-YMRF1EPj0bapsCkGQ,20555
4862
4897
  pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py,sha256=ppiK4xoxumGHmumnWQ1l3p_IoKEcHRPQJNGm4lMgpj4,14125
4863
4898
  pulumi_azure_native/securityinsights/get_msti_data_connector.py,sha256=ugev9kebstv35W-TGMiP0q8aIVdkf4W3SEIDFywIguY,8535
4864
4899
  pulumi_azure_native/securityinsights/get_office_data_connector.py,sha256=DoM6UMr9DT1RXBV_K3wNbWu86ML6cDvRgf0Q165kT-Q,8554
4865
4900
  pulumi_azure_native/securityinsights/get_premium_microsoft_defender_for_threat_intelligence.py,sha256=mYS4A9ZGVtImQ8ujZ1I7_elNfe4ub0ie6IkVmJnlJSQ,10826
4866
4901
  pulumi_azure_native/securityinsights/get_rest_api_poller_data_connector.py,sha256=u3ZsUoXBVvwSqqZaxM19gOJdBUyOzeaX5TJ-crEf8Zw,12972
4867
4902
  pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py,sha256=M38ci0uhkijpaXX99F9f4wikXuLpyG9jh5nyppieEQ4,21329
4868
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=bYgHoxjOIoK1dZYeiuEUiNCqjkDk5rJa02hagCxWHBk,9139
4903
+ pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py,sha256=bYVKKIygCmozA4bjlXB_Naga9ppk0g-vSvMpMd8cuf0,9179
4869
4904
  pulumi_azure_native/securityinsights/get_source_control.py,sha256=ecp7dGOA76rv1PpIOR1vfpCgLFygSKPPsRzbnAKz39w,12503
4870
- pulumi_azure_native/securityinsights/get_system.py,sha256=Wz4Ci7QMbqwXTrGaAE0tdbOHCjYzkZ8Xxm2IEFsfVXs,10007
4871
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=vyw71CBrFp4P39LkB4tDxnL-Bl2jrGUAsv7n5vpxJpc,8763
4905
+ pulumi_azure_native/securityinsights/get_system.py,sha256=Dmyew6MDSWj4WHFRQ6phMccFD27S6uickxExlxPizh0,10047
4906
+ pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py,sha256=pWu1c6rYqS7RMR9YYih6vyTzD55h8pdYpLxztsUapAY,8803
4872
4907
  pulumi_azure_native/securityinsights/get_ti_data_connector.py,sha256=xrATcYZRYo48Qgm4WjIFpBB7yNh3vMXAu8jh1MoEr8A,9199
4873
4908
  pulumi_azure_native/securityinsights/get_ueba.py,sha256=mP0YKTQPtrxIyVQadlLa_RZDdBmg9-ASmgqZX_R6C7w,7676
4874
- pulumi_azure_native/securityinsights/get_watchlist.py,sha256=xnUpH4kX_w5igEjnfyG-DXoV7WsdzZCdR42dhxNBIH4,21655
4875
- pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=hPm1XEd_hdIkBMGnPFFH0eJmzLkxjuIaSQ4PL0J5gQ4,14511
4876
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=sg32hijv_uj9Wj5wyYy_-JBlQWzwiujkOUx3XyAj3q0,11126
4877
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=KY_pVz9VebpP7GpgxDleiVn6391UPxy2Xxf8nbntc8c,8881
4878
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=yb43e2FDw_jJ5I8yc394NQH3wCceFVX8fbjMoggKX-U,10070
4879
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=0hTzt95tyPbeclvIfK10ubUgvPukpy5mNlhRaQw92eU,9898
4880
- pulumi_azure_native/securityinsights/hunt.py,sha256=mRtoe_5Gze1bmBhbSA79ESGvbOkjfKy3kWtykSSTiVc,22171
4881
- pulumi_azure_native/securityinsights/hunt_comment.py,sha256=-MITS0ktfeOy3NrKoXlonWw59L00OZINAQhp2FY7mAo,13172
4882
- pulumi_azure_native/securityinsights/hunt_relation.py,sha256=Bj0e06wnzVSwWX57PE7b6T8hNaLgI6GmYfccr3K8l8M,15892
4883
- pulumi_azure_native/securityinsights/incident.py,sha256=D05cdKTjke6mjA5XAzz80sQ19WuinXz4arz8uChMgrw,31597
4884
- pulumi_azure_native/securityinsights/incident_comment.py,sha256=VOnEi8vh2VxyRipS9yyRXT-KFXqlA0Bvy52wjZHbcow,16686
4885
- pulumi_azure_native/securityinsights/incident_relation.py,sha256=k0wmxmK6XiTHNqL-t5TMlkGpKhy8zmqS7rtiLegJ8A4,17114
4886
- pulumi_azure_native/securityinsights/incident_task.py,sha256=9pjamuuCjodXQznzrqEJM6fu6lJaBPjgniDwjRcdLts,20111
4887
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=WgUIZrFXNu0lVrRjA2KyXKgYLRcL_UzHDzdfBeYqg7Y,14844
4888
- pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=r8VhVK9GGM3_dPQZUTQqep4JvPNNEyY8f9Lv-Veocg8,8170
4889
- pulumi_azure_native/securityinsights/list_system_actions.py,sha256=cjy8xGHYPSdlgcjVwFuX4os0EqvnjbijbByu5gGkINY,5659
4890
- pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=KdT3R4HHotwF-gNaKPjUZ8gh1GqVLBk0Fu3Rh08HDNI,7753
4891
- pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=R_oiHV_BxwJKdoq4QP8BLDZ7aAAHmwkLAvl344bMqAE,38796
4892
- pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=ZbXGwwvy-Dss_QH-JF1EC2IhCE9EQWFOH95FkjtChzg,39003
4893
- pulumi_azure_native/securityinsights/metadata.py,sha256=JdebAvGGqATLWg87c2m6iLhmD-i3oVDUjuW25QVZ-2s,42611
4894
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=uq8fMxFn4eJxp0fPl76qZcW1Fio-K7KisOJU12lfq0g,33229
4895
- pulumi_azure_native/securityinsights/msti_data_connector.py,sha256=ZsLvESVUluPQW7MZbwlIR5DUxhQF8mxNoOZIGcuqbAk,39150
4896
- pulumi_azure_native/securityinsights/office_data_connector.py,sha256=SfKDjpLxYLazHbkVdVdtIOg8usXRG5dox835X0Z7VDI,38748
4909
+ pulumi_azure_native/securityinsights/get_watchlist.py,sha256=Ay9lgvsA2dpCOrzzeGQ-vLTJ2LLrIuiJf0K_04wt028,21695
4910
+ pulumi_azure_native/securityinsights/get_watchlist_item.py,sha256=hv4UoPjEgPoYPOP5YsAV4mkSIQD1Uk6hr0HN7QwsHjI,14551
4911
+ pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py,sha256=RkSdEytLqOXYzgYyRVWFjzk_2C161AG37cBCkIlsAvE,11166
4912
+ pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py,sha256=ZlwzbBMNGEg9FyFM66fL8tvVTyht-XiwxXL0Z2lU56w,8921
4913
+ pulumi_azure_native/securityinsights/get_workspace_manager_group.py,sha256=Cj4q5Uv_4nSw3-WnUbB5Ai1gxHU3l9dL79NWxz1eWtk,10110
4914
+ pulumi_azure_native/securityinsights/get_workspace_manager_member.py,sha256=WTLE49NKdWtzPNUe4Yo6X99GKZBnZ4CurGtx47brEwM,9938
4915
+ pulumi_azure_native/securityinsights/hunt.py,sha256=PxwWv9ORoRhQc9g1FyuHwGGDIDzuBk5iN0b4_mjjGiQ,22286
4916
+ pulumi_azure_native/securityinsights/hunt_comment.py,sha256=4egcsZfWBwYq8TNEAaNOhphapQ6gIDKQaGrGQ9ZxDIY,13294
4917
+ pulumi_azure_native/securityinsights/hunt_relation.py,sha256=MVbFwDyDsPIKeUzjKvotxUNV60qKucYgHTZxJgiINhQ,16015
4918
+ pulumi_azure_native/securityinsights/incident.py,sha256=KXZnPhJrx2GX4BLsqaaIJ8jgaBk3bjKht5IvFIemzvY,31716
4919
+ pulumi_azure_native/securityinsights/incident_comment.py,sha256=c8eRKx9fXpJdZxA-CmdA_PWa0Fb0L9fgU7GP9-pamwQ,16812
4920
+ pulumi_azure_native/securityinsights/incident_relation.py,sha256=HtdAzUHIJn2a7TLKEykPSly_YCTXZzuccbj6YX-OIdc,17241
4921
+ pulumi_azure_native/securityinsights/incident_task.py,sha256=Ce_XxJ1G-h4iLpmopUtQPfs8-AYsUoWlNcDGxKQg4-8,20234
4922
+ pulumi_azure_native/securityinsights/list_geodata_by_ip.py,sha256=2YGm_4jr-LhuCsNcmm9SP1S1TyStcAoDSit5w72ZftM,14884
4923
+ pulumi_azure_native/securityinsights/list_source_control_repositories.py,sha256=I58_uqbBFNFCvjFtKZNbykh1RNSyzd341vu1aKyxITM,8210
4924
+ pulumi_azure_native/securityinsights/list_system_actions.py,sha256=bA7KK2e6nXxoMajlyNkzEo8Trd04h8-L3fED3L6H15I,5699
4925
+ pulumi_azure_native/securityinsights/list_whois_by_domain.py,sha256=wfOqgw28hXM48wpW8iwKvX0jUyFtxKwr-ZTlrN1S6Jc,7793
4926
+ pulumi_azure_native/securityinsights/mcas_data_connector.py,sha256=dQqoRN3a3ErOkZrTUTtT3867RP-uhWd2FXbfgf5LLow,38884
4927
+ pulumi_azure_native/securityinsights/mdatp_data_connector.py,sha256=eK3UZys4RwCSgYzOCSG0MluEdsKMtGe3lr4FHzCOCsQ,39092
4928
+ pulumi_azure_native/securityinsights/metadata.py,sha256=Yk4H--i4C5XrhaXLgaRpudErP3aH6Q3N8uYy5s0tgzo,42730
4929
+ pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py,sha256=b2wzk97PMYDHjyJTskdoMqPQw3hGTDjfsj1r813Re8w,33342
4930
+ pulumi_azure_native/securityinsights/msti_data_connector.py,sha256=FUlN6Sx74yOuCaqNmmjFSHEcCIp3sDR7pNhrvQTOhhk,39238
4931
+ pulumi_azure_native/securityinsights/office_data_connector.py,sha256=x7Eko4NOEe-TNBDUInOoqXqk7oVQzIl5vgCHyUGaVoQ,38838
4897
4932
  pulumi_azure_native/securityinsights/outputs.py,sha256=YeKmuOqRq3_ok4quNa1Y8s-Tq7M5wCLUc9d3yl0fU2g,329063
4898
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py,sha256=HWXu3EoRflGaTiR9_cN2Qo6Lu62ChzOWz3nvv1cKa0M,45248
4899
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py,sha256=Ir0f6AI9ytXcrKlnpmQnrdCIxNJrDw_EjcCC6RNhrMQ,52766
4900
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=UUWt27wkxGyQpQtGljvnZAddASijBkn9dLq47pDenjM,49865
4901
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=9KGHuKMTFPyCUH4CD0ta1sYZlb2XN0hhtlXhoyVrD6s,15646
4933
+ pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py,sha256=wNdhD5SRQ4LSATXrDur_D6vNR9ktrWQroRUzAxSIGiE,45364
4934
+ pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py,sha256=pLQGTG7DlxRQigdUimhErRqDkKP-_DlSx695xTstFes,52863
4935
+ pulumi_azure_native/securityinsights/scheduled_alert_rule.py,sha256=6P8KInHVZyxPd9gzyUi2zYcgZeAyV_6GacVpvW8MB9Q,49954
4936
+ pulumi_azure_native/securityinsights/sentinel_onboarding_state.py,sha256=YjPilEBeyanosPJGOF6lsvPpVz1wybImrwhu07zmfT0,15780
4902
4937
  pulumi_azure_native/securityinsights/source_control.py,sha256=KLIvmpY5P5jJrNzRfJvbe7libAtmZDTv-x4PFikJhMQ,23729
4903
- pulumi_azure_native/securityinsights/system.py,sha256=OHB9T0giAwIigevXcAHp4UcUi5_-eOcq0iEDGUCjTuk,15234
4904
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=fFKK1QXaKrpz4q3blBPxMPDUd6J5huY-kv9rCNrTcck,44711
4905
- pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=xvhpAiEzZ1Z2IJ4uy6M9Ah-nv9QiDd2kNT7Z7bUERXY,40054
4906
- pulumi_azure_native/securityinsights/ueba.py,sha256=6itx3j5FsHTHVpS43h4SwKKW5G6wHvJr4iAQY2Vpuhk,16818
4907
- pulumi_azure_native/securityinsights/watchlist.py,sha256=4R-zfj0uT0bPtoLdGE6KCK7XvWxDnNgVjw6vc0Vtv-g,41717
4908
- pulumi_azure_native/securityinsights/watchlist_item.py,sha256=i85nlErHG60NQ78kDU1BQcTJLos25A2OvENlvDNakgI,26465
4909
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=GQTSTcA5i6uztoe9-il0EStGNWrOgTYSyiBThy1CDl8,16014
4910
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=y-QQdL_KZOmbHp3zu_a1tzCpe5bXNLT1jFlpLzyBZKU,13379
4911
- pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=WzYEK202ytWaGoc7Nal_hAaT7ctjSGwgXcWxzkwvcOk,16029
4912
- pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=CCaEmDiy_KA1U8XNlhgyWTNzNp4cHbcs88TndVfxv3M,15400
4938
+ pulumi_azure_native/securityinsights/system.py,sha256=OU8sd9iCXwbvSckKfqiclCD9qg2dLiO6-CSZMLIiyZw,15351
4939
+ pulumi_azure_native/securityinsights/threat_intelligence_indicator.py,sha256=TMoXwkBILXisZSf-v4JpibAQcr8-ao5QvlODYCiWod0,44849
4940
+ pulumi_azure_native/securityinsights/ti_data_connector.py,sha256=JYh1U2XpqJgQ9YJsEwmi7cpqNNduBwLT5sKMD8gGuyc,40140
4941
+ pulumi_azure_native/securityinsights/ueba.py,sha256=F2uoMZVvdvdHe5xRPKs42o_G7S2fb5xH9EqwB89WyqU,16893
4942
+ pulumi_azure_native/securityinsights/watchlist.py,sha256=CJP4Z4vf28n4DvhBO296Esurb8okelQUoCZQ6hX6uSk,41837
4943
+ pulumi_azure_native/securityinsights/watchlist_item.py,sha256=Xp5twmwS6_tLq0IxTIVc03CrL3K-MrrE07tJiaGICQY,26589
4944
+ pulumi_azure_native/securityinsights/workspace_manager_assignment.py,sha256=AeQa489e3Bg5cfGjZ3mApB_2apT5VxjB9GA43msoobc,16151
4945
+ pulumi_azure_native/securityinsights/workspace_manager_configuration.py,sha256=4cHsC6AVLNRQUqFpSuUrKSqfnhIKVuQ-fD1raSm7mfI,13519
4946
+ pulumi_azure_native/securityinsights/workspace_manager_group.py,sha256=0MlbSe8SMyBjM5jjr6ZHteeVyr11ORDBVq3lLKXF6fc,16161
4947
+ pulumi_azure_native/securityinsights/workspace_manager_member.py,sha256=RnaY8mjCPO9rasOddpDeK4ph-O25-W5lzopVoQaHzS4,15533
4913
4948
  pulumi_azure_native/serialconsole/__init__.py,sha256=n3JVayaOi3cpDGiESe7i2wESZSkw_zr0gbcCnD7YKi0,347
4914
4949
  pulumi_azure_native/serialconsole/_enums.py,sha256=Lk_xcpXThPRtY68wjblaov4EhHxLUfN-5N9rVHW-Wd4,508
4915
4950
  pulumi_azure_native/serialconsole/get_serial_port.py,sha256=hSxDVuQb5SMNsX03iHqIunCNX8ErbtRhNNrtXH3gaHw,7047
@@ -4917,39 +4952,39 @@ pulumi_azure_native/serialconsole/serial_port.py,sha256=K9U16lnxv9j9_xw-P0LRyFdh
4917
4952
  pulumi_azure_native/servicebus/__init__.py,sha256=5zD1SiwHWr7rA8Ssx4u3kmIKfHrkrgp3j9IgTG1jy4I,1501
4918
4953
  pulumi_azure_native/servicebus/_enums.py,sha256=9sOjhCsQQ8geHEPcmpTR9h1BlzOTSHQFmpg4AAPx8ns,4473
4919
4954
  pulumi_azure_native/servicebus/_inputs.py,sha256=h1pZQcql3y0IItIUr9D_G7B4KKbQuT8KDkhlzc8f7VQ,44529
4920
- pulumi_azure_native/servicebus/disaster_recovery_config.py,sha256=ax-VMobpn8UcOEApC2i2Udd0qD6_O-KHacGjQbo3uT0,14951
4921
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py,sha256=b32K06moEAzFdF6Bt_I-6q8Qbu9LkHYxXnPEwHgcI9k,11556
4922
- pulumi_azure_native/servicebus/get_migration_config.py,sha256=U8m1UO_p7QIDamIbflAvG499x2ru_rGkaCCu3WTEX0w,11458
4923
- pulumi_azure_native/servicebus/get_namespace.py,sha256=2MIK2phh57FH5sHB0PWhUkSuslOVB8gtOCWviTqOclI,17945
4924
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py,sha256=bnYksxkFg0xrhQmbs1qCKew5UZBkL90cdMBTSC4yKdI,8515
4955
+ pulumi_azure_native/servicebus/disaster_recovery_config.py,sha256=KA0SShI06Altq2TxbqZUtKJBHn98MliNtZa-XhQary8,15078
4956
+ pulumi_azure_native/servicebus/get_disaster_recovery_config.py,sha256=auGAjpakjpSKgUdC5S2WjWKjLDo_ei4oM-eqr_uIgnY,11596
4957
+ pulumi_azure_native/servicebus/get_migration_config.py,sha256=xSuhuEpfK7O_jQA3nhmzqNf0vnSM41Ods9SsXGIbHCY,11498
4958
+ pulumi_azure_native/servicebus/get_namespace.py,sha256=uVX8uFYpSmkkIrm5Pw2eJpg85fkwDE9JYjr2enySsWs,17985
4959
+ pulumi_azure_native/servicebus/get_namespace_authorization_rule.py,sha256=MtkSP_mV9HZQxYlSUrmd789asPdV-IOFiMJ0HO6rzgI,8555
4925
4960
  pulumi_azure_native/servicebus/get_namespace_ip_filter_rule.py,sha256=sqdkjzxYLGgDpipZc6uTHAkDHm2YYNy2bro2Ie5BTi0,7160
4926
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py,sha256=XYhvxlHI4bwGNstCsxSz73Nu3BCtx7FJHeFpacWxpjo,11087
4961
+ pulumi_azure_native/servicebus/get_namespace_network_rule_set.py,sha256=gDd1N0KgkQjQFs4S8ms-ygh4MLNw04M7fbrqEEvLSU4,11127
4927
4962
  pulumi_azure_native/servicebus/get_namespace_virtual_network_rule.py,sha256=Qq02S1J0Gw_cuniT42sD9BVnIGA0G0foQivS_3KB5Q0,6623
4928
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py,sha256=2_rQCPDNOtftZhbXwWpiKM-HuC9uhnwhKhS9aZDK-vU,10511
4929
- pulumi_azure_native/servicebus/get_queue.py,sha256=RL3ExHfAjU9jTlWyj_c3YbRvacCQy4PrtlWrYaakxDQ,24260
4930
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py,sha256=JCs58Ao2UJ8PdU3sGWieaUXjQQHBrcOaL8uXcjT6qA0,8766
4931
- pulumi_azure_native/servicebus/get_rule.py,sha256=Vd2LZzJvoGOUORL54N85dQokp_90O2wRBiYHS_YVRGA,10514
4932
- pulumi_azure_native/servicebus/get_subscription.py,sha256=iBo5ueBveVMBqjG9yPTT2eCFKMvdyD-8BK_ZWhOmWZY,22515
4933
- pulumi_azure_native/servicebus/get_topic.py,sha256=EJ9O3lAC7Qg1lmNMgzc62azeS63qlJzoISLlMYIQDKE,20177
4934
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py,sha256=J5zymYSmb1Fe9IpUsFBPyAubF4ioFT8k670f1y-arHA,8744
4935
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py,sha256=mejkDJ9E-kvEkRP6VB0_BUzMAq16DaeYtHzqCSuy0x4,10379
4936
- pulumi_azure_native/servicebus/list_namespace_keys.py,sha256=40JYgdnO69qHQwsjfNxGx0Q37YeAyemqw39RV8Wt6T0,9668
4937
- pulumi_azure_native/servicebus/list_queue_keys.py,sha256=JlRYsaGHW_gf6gykBPEp6S8Wz7GwU3FqI8cIVApss0c,9873
4938
- pulumi_azure_native/servicebus/list_topic_keys.py,sha256=rbRt_MmZvEuNuW-fTEyThow8wCF1l0fS5cPwmz2jKkI,9893
4939
- pulumi_azure_native/servicebus/migration_config.py,sha256=evpDZYeHzc8Qb24sJDmrdbWDDBMdRSKwVPER_B2Q6DM,14958
4940
- pulumi_azure_native/servicebus/namespace.py,sha256=sLbFDTVLYuEMgHa_UK7oOd43JfpcEcnSHFwtX5Vwfbc,29850
4941
- pulumi_azure_native/servicebus/namespace_authorization_rule.py,sha256=xe_5d4pEnBmuqlLhQMDY52KFuPnFxRXZsj93ecjEwnU,12530
4963
+ pulumi_azure_native/servicebus/get_private_endpoint_connection.py,sha256=N1ObOloVoxy3-VHYHZQM6HuIAr2KAGO3Vm5COU9n-AY,10551
4964
+ pulumi_azure_native/servicebus/get_queue.py,sha256=8Ol_Ls1fM95hD94GlYVOYHQTnlUfCdD0h5KP779UFHk,24300
4965
+ pulumi_azure_native/servicebus/get_queue_authorization_rule.py,sha256=tUCZ2i-c6_dzAHXWbhqbmNTMARYaCuTx7ScZ0EEvla0,8806
4966
+ pulumi_azure_native/servicebus/get_rule.py,sha256=sB4mGfkj__yw2_6sQgRFbx8nZW9AzpH5HYkaGKVjrvc,10554
4967
+ pulumi_azure_native/servicebus/get_subscription.py,sha256=FTuztplKgrncrGNFuRAZABKlo09G7Xqp3tidQywg_h0,22555
4968
+ pulumi_azure_native/servicebus/get_topic.py,sha256=N4f5jIUAuV8K1OTLhoeP8CStCzwSpOlWXLDsJXP-uQg,20217
4969
+ pulumi_azure_native/servicebus/get_topic_authorization_rule.py,sha256=MiJqPJA5zepjo3nRgszPoDByUJ2vOQtVmztAQD5jgfs,8784
4970
+ pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py,sha256=BwbXgtNbEGYTplz7G-0BBnFUQ2NWdpC4JHfX9nk2NL4,10419
4971
+ pulumi_azure_native/servicebus/list_namespace_keys.py,sha256=VrUDZ_2YgLDm79_n9JNLFqWO0nBFwsKCEthSrVTsfnE,9708
4972
+ pulumi_azure_native/servicebus/list_queue_keys.py,sha256=v8UZ0CHSDMrU9cRfic6yEZl53ExnlhQmRz8H3Z_eZDo,9913
4973
+ pulumi_azure_native/servicebus/list_topic_keys.py,sha256=2Wpw9ChL9s3OT_3XsgczfHBACUVczW8G0yejHJyBW0E,9933
4974
+ pulumi_azure_native/servicebus/migration_config.py,sha256=D3o6P4v4PX63LVPEBmZRtpTku9O2gR1sNFcaJMPwXwA,15078
4975
+ pulumi_azure_native/servicebus/namespace.py,sha256=1mcbM7uZ6xOF20llkCQ-awGRAF2Z5GHUuEDuDi57000,29964
4976
+ pulumi_azure_native/servicebus/namespace_authorization_rule.py,sha256=X4oWmlcaOWyNAJdv_Wbt2lojO4aXvq_-mI6u86O6mwk,12661
4942
4977
  pulumi_azure_native/servicebus/namespace_ip_filter_rule.py,sha256=hdAGZM0FJRth_3kZQi5UZdALFQxrPpWculLmRqf7A2A,11904
4943
- pulumi_azure_native/servicebus/namespace_network_rule_set.py,sha256=Laa6DNRY8cqlgjY0ahNlknAT8JtaD2r3qiDp4XE5rno,18453
4978
+ pulumi_azure_native/servicebus/namespace_network_rule_set.py,sha256=dLQL_GWafQfFqlxZcNgERnFYPOkjDmpQCbynHasqWuk,18581
4944
4979
  pulumi_azure_native/servicebus/namespace_virtual_network_rule.py,sha256=Fv62zyih_LkzT_VcDbLtifd4MAzKjSeM5RLsABmFHGM,10281
4945
4980
  pulumi_azure_native/servicebus/outputs.py,sha256=_xdaZAWrg0mYjpvO0I-xXMOQiD5KrUPDl3_y0Xusjcs,48016
4946
- pulumi_azure_native/servicebus/private_endpoint_connection.py,sha256=n0YKh7Z1Cok2xl9w6ASMEu4wLGGpzo0Uk2LfDXA02q8,16362
4947
- pulumi_azure_native/servicebus/queue.py,sha256=yAIC6LZ6AWeEQ3cx7bs_N_rIDWshsFG7F5RAEzs5hyE,40360
4948
- pulumi_azure_native/servicebus/queue_authorization_rule.py,sha256=aPFmCIgKxJwNTkl4dkr3wCJ8avMnPHiQge9k9lx1t64,13331
4949
- pulumi_azure_native/servicebus/rule.py,sha256=OsQAu8sqnIq_ZrgmwTnNkCkZj8mI5sCZPTWGb-PF3yY,17853
4950
- pulumi_azure_native/servicebus/subscription.py,sha256=TvnrkGyRQewIxWYwZOD4Nq_5D3RQcUzTnBHX3PSANhw,37095
4951
- pulumi_azure_native/servicebus/topic.py,sha256=9q0nUsRX4LqZTUt8EpjSScC-LmZ0dk73FHEdXIMY-wM,31753
4952
- pulumi_azure_native/servicebus/topic_authorization_rule.py,sha256=9TXGLl1sAL31mPE45wZFLodNtEgWjX-Cee0gIVTZHm8,13331
4981
+ pulumi_azure_native/servicebus/private_endpoint_connection.py,sha256=2gSmriZw5lGJ5MELydZIm1H2_NrCrf6efS9pCDUWXQc,16492
4982
+ pulumi_azure_native/servicebus/queue.py,sha256=or6eZFRM5D9tJ15hx7OR83KK_gCqMeEpkaBgFAuJcH8,40470
4983
+ pulumi_azure_native/servicebus/queue_authorization_rule.py,sha256=Fmla2lGl5GJLQJCBSKRN7K3i6uU6ppZN1wCgxvZQTzM,13458
4984
+ pulumi_azure_native/servicebus/rule.py,sha256=pP1uAMZVjC7UO2Cl-48DDzTEoQzFRemKbbz_CrkPNmM,17962
4985
+ pulumi_azure_native/servicebus/subscription.py,sha256=bBMOQ8YkbZk-Jc95ZnOy_1aoL3gVtzYi2dO9Pxi7A1U,37212
4986
+ pulumi_azure_native/servicebus/topic.py,sha256=Dfqpt19klQilMxA-qhDkBNtjgxUrkGabFS2jFpam-F0,31863
4987
+ pulumi_azure_native/servicebus/topic_authorization_rule.py,sha256=PtCFPiBJjNP3k48tYimi9FhzgVEO5_gC1O5Ds5aH3pQ,13458
4953
4988
  pulumi_azure_native/servicefabric/__init__.py,sha256=P_NO6kUTDFUKf2JIllJG4iO1DFhnbFJFuIMqMv0-oUg,1401
4954
4989
  pulumi_azure_native/servicefabric/_enums.py,sha256=axHAByDUd54yW75BI9mAQDXw-f-KsqjBZjREP4wk8mQ,17451
4955
4990
  pulumi_azure_native/servicefabric/_inputs.py,sha256=Qt-Pp83Pfi2c2kHwtg6gerbtWmUBJ6IbpSdzo74yiyc,272615
@@ -5832,7 +5867,7 @@ pulumi_azure_native/workloads/sap_instance.py,sha256=ULExy3GhjIxAsQmvq4FWrIvHD7-
5832
5867
  pulumi_azure_native/workloads/sap_landscape_monitor.py,sha256=pWyrZsrAYRQDDD7eRZQbTTiNepu0_LQnfBt0ZHSSzAE,13248
5833
5868
  pulumi_azure_native/workloads/sap_virtual_instance.py,sha256=HXoGvddemKCL2ux5DiKXbeQJjYIrsbWJY3mVLHzjmwk,25730
5834
5869
  pulumi_azure_native/workloads/server_instance.py,sha256=YT7jlDPywuLH0g7msnYKsUNdT_2xUVvh0XujngLxFtM,14422
5835
- pulumi_azure_native-3.6.1.dist-info/METADATA,sha256=HtRELIdge5Pu3mqobA1syeODmBqgBFb6aspB2wC-vvQ,3626
5836
- pulumi_azure_native-3.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5837
- pulumi_azure_native-3.6.1.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
5838
- pulumi_azure_native-3.6.1.dist-info/RECORD,,
5870
+ pulumi_azure_native-3.7.0a1754587761.dist-info/METADATA,sha256=zcpIN59YffCXbdwhmy5eub6McLoxsof4SewrhQL6GTI,3637
5871
+ pulumi_azure_native-3.7.0a1754587761.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5872
+ pulumi_azure_native-3.7.0a1754587761.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
5873
+ pulumi_azure_native-3.7.0a1754587761.dist-info/RECORD,,