pulumi-azure-native 2.42.0__py3-none-any.whl → 2.42.0a1715777949__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 (420) hide show
  1. pulumi_azure_native/__init__.py +0 -63
  2. pulumi_azure_native/alertsmanagement/__init__.py +0 -3
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +3 -3
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +2 -2
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +1 -1
  9. pulumi_azure_native/cache/__init__.py +0 -3
  10. pulumi_azure_native/cache/access_policy.py +3 -3
  11. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  12. pulumi_azure_native/cache/firewall_rule.py +3 -3
  13. pulumi_azure_native/cache/get_access_policy.py +2 -2
  14. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  15. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  16. pulumi_azure_native/cache/get_linked_server.py +2 -2
  17. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  18. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/cache/get_redis.py +2 -2
  20. pulumi_azure_native/cache/linked_server.py +3 -3
  21. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  22. pulumi_azure_native/cache/patch_schedule.py +3 -3
  23. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  24. pulumi_azure_native/cache/redis.py +3 -3
  25. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  26. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  27. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  28. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  29. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  31. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  32. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  33. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  34. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  35. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  36. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  37. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  38. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  39. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  40. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  41. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  42. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  43. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  45. pulumi_azure_native/documentdb/__init__.py +0 -3
  46. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  47. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  48. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  49. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  50. pulumi_azure_native/documentdb/database_account.py +3 -3
  51. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  52. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  53. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  54. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  55. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  56. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  57. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  58. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  59. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  60. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  61. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  62. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  63. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  64. pulumi_azure_native/documentdb/get_service.py +2 -2
  65. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  66. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  67. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  68. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  69. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  70. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  71. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  72. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  73. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  74. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  75. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  76. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  77. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  78. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  79. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  80. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  81. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  82. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  83. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  84. pulumi_azure_native/documentdb/service.py +3 -3
  85. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  86. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  87. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  88. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  89. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  90. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  91. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  92. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  93. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  94. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  95. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  96. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  97. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  98. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  99. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  100. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  101. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  102. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  103. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  104. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  105. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  106. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  107. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  108. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  109. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  110. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  111. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  112. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  113. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  114. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  115. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  116. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  117. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  118. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  119. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  120. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  121. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  122. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  123. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  124. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  125. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  126. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  127. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  128. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  129. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  130. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  131. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  132. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  133. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  134. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  135. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  136. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  137. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  138. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  139. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  140. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  141. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  142. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  143. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  144. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  145. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  146. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  147. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  148. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  149. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  150. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  151. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  152. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  153. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  154. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  155. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  156. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  157. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  158. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  159. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  160. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  161. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  162. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  163. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  164. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  165. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  166. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  167. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  168. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  169. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  170. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  171. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  172. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  173. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  174. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  175. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  176. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  177. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  178. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  179. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  180. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  181. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  182. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  183. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  184. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  185. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  186. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  187. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  188. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  189. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  190. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  191. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  192. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  193. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  194. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  195. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  196. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  197. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  198. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  199. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  200. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  201. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  202. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  203. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  204. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  205. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  206. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  207. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  208. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  209. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  210. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  211. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  212. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  213. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  214. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  215. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  216. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  217. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  218. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  219. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  220. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  221. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  222. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  223. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  224. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  225. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  226. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  227. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  228. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  229. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  230. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  231. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  232. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  233. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  234. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  235. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  236. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  237. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  238. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  239. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  240. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  241. pulumi_azure_native/eventhub/v20240501preview/_enums.py +4 -4
  242. pulumi_azure_native/eventhub/v20240501preview/_inputs.py +6 -31
  243. pulumi_azure_native/eventhub/v20240501preview/event_hub.py +20 -20
  244. pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +10 -10
  245. pulumi_azure_native/eventhub/v20240501preview/outputs.py +6 -47
  246. pulumi_azure_native/pulumi-plugin.json +1 -1
  247. pulumi_azure_native/recoveryservices/__init__.py +0 -2
  248. pulumi_azure_native/recoveryservices/_enums.py +0 -27
  249. pulumi_azure_native/recoveryservices/_inputs.py +8007 -10259
  250. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  251. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  252. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  253. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  254. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  255. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  256. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  257. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  258. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  259. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  260. pulumi_azure_native/recoveryservices/outputs.py +10248 -11526
  261. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  262. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  263. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  264. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  265. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  266. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  267. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  268. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  269. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  270. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  271. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  272. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  273. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  274. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  275. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  276. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  277. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  278. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  279. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  280. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  281. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  282. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  283. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  284. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  285. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  286. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  287. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  288. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  289. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  290. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  291. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  292. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  293. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  294. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  295. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  296. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  297. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  298. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  299. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  300. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  301. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  302. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  303. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  304. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  305. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  306. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  307. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  308. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  309. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  310. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  311. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  312. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  313. pulumi_azure_native/recoveryservices/v20240201/__init__.py +0 -22
  314. pulumi_azure_native/recoveryservices/v20240201/_enums.py +0 -179
  315. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +6720 -15079
  316. pulumi_azure_native/recoveryservices/v20240201/outputs.py +8111 -30387
  317. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/METADATA +1 -1
  318. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/RECORD +320 -420
  319. pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
  320. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  321. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -705
  322. pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +0 -253
  323. pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +0 -157
  324. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -872
  325. pulumi_azure_native/cache/v20240301/__init__.py +0 -25
  326. pulumi_azure_native/cache/v20240301/_enums.py +0 -101
  327. pulumi_azure_native/cache/v20240301/_inputs.py +0 -486
  328. pulumi_azure_native/cache/v20240301/access_policy.py +0 -214
  329. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +0 -274
  330. pulumi_azure_native/cache/v20240301/firewall_rule.py +0 -234
  331. pulumi_azure_native/cache/v20240301/get_access_policy.py +0 -135
  332. pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py +0 -161
  333. pulumi_azure_native/cache/v20240301/get_firewall_rule.py +0 -135
  334. pulumi_azure_native/cache/v20240301/get_linked_server.py +0 -187
  335. pulumi_azure_native/cache/v20240301/get_patch_schedule.py +0 -136
  336. pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py +0 -149
  337. pulumi_azure_native/cache/v20240301/get_redis.py +0 -443
  338. pulumi_azure_native/cache/v20240301/linked_server.py +0 -294
  339. pulumi_azure_native/cache/v20240301/list_redis_keys.py +0 -91
  340. pulumi_azure_native/cache/v20240301/outputs.py +0 -912
  341. pulumi_azure_native/cache/v20240301/patch_schedule.py +0 -216
  342. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +0 -227
  343. pulumi_azure_native/cache/v20240301/redis.py +0 -770
  344. pulumi_azure_native/documentdb/v20240515/__init__.py +0 -57
  345. pulumi_azure_native/documentdb/v20240515/_enums.py +0 -337
  346. pulumi_azure_native/documentdb/v20240515/_inputs.py +0 -3821
  347. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +0 -272
  348. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +0 -206
  349. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +0 -287
  350. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +0 -308
  351. pulumi_azure_native/documentdb/v20240515/database_account.py +0 -1271
  352. pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py +0 -157
  353. pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py +0 -123
  354. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py +0 -156
  355. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py +0 -161
  356. pulumi_azure_native/documentdb/v20240515/get_database_account.py +0 -677
  357. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py +0 -156
  358. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py +0 -161
  359. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py +0 -161
  360. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py +0 -156
  361. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py +0 -162
  362. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py +0 -188
  363. pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py +0 -135
  364. pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py +0 -162
  365. pulumi_azure_native/documentdb/v20240515/get_service.py +0 -123
  366. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py +0 -161
  367. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py +0 -156
  368. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py +0 -148
  369. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py +0 -149
  370. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py +0 -156
  371. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py +0 -156
  372. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py +0 -156
  373. pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py +0 -156
  374. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +0 -288
  375. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +0 -309
  376. pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py +0 -79
  377. pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py +0 -117
  378. pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py +0 -96
  379. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +0 -309
  380. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +0 -288
  381. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +0 -312
  382. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +0 -350
  383. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +0 -194
  384. pulumi_azure_native/documentdb/v20240515/outputs.py +0 -6258
  385. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +0 -292
  386. pulumi_azure_native/documentdb/v20240515/service.py +0 -247
  387. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +0 -309
  388. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +0 -288
  389. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +0 -261
  390. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +0 -283
  391. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +0 -323
  392. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +0 -324
  393. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +0 -323
  394. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +0 -288
  395. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +0 -135
  396. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +0 -250
  397. pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py +0 -141
  398. pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py +0 -146
  399. pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py +0 -146
  400. pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py +0 -136
  401. pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py +0 -146
  402. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py +0 -133
  403. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py +0 -146
  404. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py +0 -136
  405. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py +0 -141
  406. pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py +0 -146
  407. pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py +0 -141
  408. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +0 -215
  409. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +0 -259
  410. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +0 -258
  411. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +0 -216
  412. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +0 -258
  413. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +0 -248
  414. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +0 -258
  415. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +0 -217
  416. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +0 -237
  417. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +0 -257
  418. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +0 -236
  419. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/WHEEL +0 -0
  420. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715777949.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=o2jtFKOuphJvwuhHfD9LzAjOMTqQ8gGMWbOshTlX-yU,891439
1
+ pulumi_azure_native/__init__.py,sha256=IP9orh_87l6ZbFY9gvZ_Zh1fk0XkrFLwUykE1vnBNoY,887097
2
2
  pulumi_azure_native/_utilities.py,sha256=GzGkkcCHl56rhrwBOUvVkUvrjPsBOA37ZH6NsPQOiKI,9230
3
3
  pulumi_azure_native/provider.py,sha256=LNUQF0if_Zo-PnKfRhLCMwTAj8sZScuh5SUu6m7_e3k,23122
4
- pulumi_azure_native/pulumi-plugin.json,sha256=WBWHTRdZMTykxGVlI1RxSB9rjhXNJeOBqCjr8pe369o,72
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=9dGxxkA-eUuK0HNpk4lXgwOK1E6cL3nof3My1hncbMA,97
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -116,13 +116,13 @@ pulumi_azure_native/agfoodplatform/v20230601preview/get_solution.py,sha256=u8zH8
116
116
  pulumi_azure_native/agfoodplatform/v20230601preview/outputs.py,sha256=7FmsxOZ1wdR0s9S_CnK3T6IJdt8Odwm8F29oWzqZl-A,34388
117
117
  pulumi_azure_native/agfoodplatform/v20230601preview/private_endpoint_connection.py,sha256=7LI29jQ0wrRGGeYdLz00a6rSU4LIG43_lWQbuVYsoVI,12365
118
118
  pulumi_azure_native/agfoodplatform/v20230601preview/solution.py,sha256=_ocWtDAq8KkoRdjp1ynhVaCMpEydIIRdH7JxlE0Vz4k,9857
119
- pulumi_azure_native/alertsmanagement/__init__.py,sha256=MY42inrdSfCcLnUdc5o9e26vLn3-UFqimQC9cwRzlNs,2211
119
+ pulumi_azure_native/alertsmanagement/__init__.py,sha256=1nkBCjbvl7H-bvjQj71nF4tGyKc3sWG-8Ys_IEGNAQM,1979
120
120
  pulumi_azure_native/alertsmanagement/_enums.py,sha256=1fHrVuhJSKX8RIVQW0O5wfA1zvxOE8r0k3T6fDWSjjc,2704
121
121
  pulumi_azure_native/alertsmanagement/_inputs.py,sha256=aZlKBjJEVXGwNubIFfLyyxTVIGqq5m99biM2iFCbZlA,57418
122
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py,sha256=R5umHBZzfIpfKrAdnkxlygjA0hkUDs-9rn-iGreqarY,11064
123
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py,sha256=d5TyOeUYOCytSlBKCvuromXpuqtCaZjbNR70cU1WzPQ,11523
122
+ pulumi_azure_native/alertsmanagement/action_rule_by_name.py,sha256=tO-Fw9C-mFVq0-FsZJUn-sOy80bEVR7grw6h7WdIoqU,10977
123
+ pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py,sha256=oaBc5PjMe8kDAaF6ew6TR8386pn7zfGP3xjWgGcRG3Y,11387
124
124
  pulumi_azure_native/alertsmanagement/get_action_rule_by_name.py,sha256=ArmsDOGJwAZXbeX0yA3uSHRS14XuZfh2TivchjwdpUY,5061
125
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py,sha256=KIti3K9RUtVJr83l2ACOx90FpKju3XDXYiJ0VMnzYLc,5974
125
+ pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py,sha256=xtkq9Pbe8GuEI23ve6klucFTNUDVTzY1OMkHh-FFCcc,5934
126
126
  pulumi_azure_native/alertsmanagement/get_prometheus_rule_group.py,sha256=qaFy2KbMnqExy-maulAWd_oJm9RySyAa4XqmOKMLhSs,8400
127
127
  pulumi_azure_native/alertsmanagement/get_smart_detector_alert_rule.py,sha256=rJcn7EQ5wjbY4ztqmMTZhNEolbqhac7qudynRoKnFFw,8788
128
128
  pulumi_azure_native/alertsmanagement/outputs.py,sha256=LT-CiFZscem98DVvD47MdMHA6emTo4pH6XljcH5Ce7w,71797
@@ -131,7 +131,7 @@ pulumi_azure_native/alertsmanagement/smart_detector_alert_rule.py,sha256=xB_hxZi
131
131
  pulumi_azure_native/alertsmanagement/v20190505preview/__init__.py,sha256=0On6xH5cVeI5N3lJlCJcBWnGGFxm-05BF1boeOKsdDQ,393
132
132
  pulumi_azure_native/alertsmanagement/v20190505preview/_enums.py,sha256=cQpKGaVwrZSL2ksjVHEFl5tfY_dnMI6QQZjgPFNiM0s,1229
133
133
  pulumi_azure_native/alertsmanagement/v20190505preview/_inputs.py,sha256=0f9PXPRlmVPatlgSFL--LnuR2B3VZ1K-dNfhsrQ6vWo,24773
134
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py,sha256=jPbF2SfN4XroxtvsXIr2qIhFYHdnKy6oo2W5GVbEFbo,10711
134
+ pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py,sha256=6gtfv85bNOvKvQvx7TkO_E7d98aX_zWGLtjsfLGXmns,10624
135
135
  pulumi_azure_native/alertsmanagement/v20190505preview/get_action_rule_by_name.py,sha256=kelWk26WkKOJdgHYdYKiM86l1uzzAWKw5r_nCvS7fWE,4859
136
136
  pulumi_azure_native/alertsmanagement/v20190505preview/outputs.py,sha256=37fNpghtz6-mSbiph8yBtG1y94D4ODftlbZorCdIxIM,29189
137
137
  pulumi_azure_native/alertsmanagement/v20210401/__init__.py,sha256=KFGSi6lIlftk_CRJiGsE9gNMELtp3OSFwN6ro9iNiQg,405
@@ -143,7 +143,7 @@ pulumi_azure_native/alertsmanagement/v20210401/smart_detector_alert_rule.py,sha2
143
143
  pulumi_azure_native/alertsmanagement/v20210808/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
144
144
  pulumi_azure_native/alertsmanagement/v20210808/_enums.py,sha256=_RagHIQKV4XjXXLXNZax5A6yw0A3afxjAprXR_sB7PM,1563
145
145
  pulumi_azure_native/alertsmanagement/v20210808/_inputs.py,sha256=GRpw-HxQlEdZQGzyqfNuCIQlutyl9o9ae2pNUS7YFmI,19329
146
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py,sha256=0UFiBlojmsNUkNE_vXEXUSmpsE64FD-wOsA3RruaTas,11278
146
+ pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py,sha256=IolQmgW6c3DVJGWAkcom22lA8PowLdeDUzZinZZcIKI,11182
147
147
  pulumi_azure_native/alertsmanagement/v20210808/get_alert_processing_rule_by_name.py,sha256=X3zh-37w-NC2rm6ZkMzCiwlHM-2lGqCHW3XEQS82GBM,5755
148
148
  pulumi_azure_native/alertsmanagement/v20210808/outputs.py,sha256=9DnWZu-g8F8k8I27fs8op6gDlYsTgmUfJOpaL9IAiRk,22804
149
149
  pulumi_azure_native/alertsmanagement/v20230301/__init__.py,sha256=62n671-RFggDJatWa0QdKyzJYKbmbm27DMJZaxRbjxA,375
@@ -159,15 +159,9 @@ pulumi_azure_native/alertsmanagement/v20230401preview/tenant_activity_log_alert.
159
159
  pulumi_azure_native/alertsmanagement/v20230501preview/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
160
160
  pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py,sha256=EOrs-0n-lfSrQjYDCgFSXaxyFSp8q8gAe2uWyPZ5pyk,1843
161
161
  pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py,sha256=LWfN_aHpj84sHdm6htRw_rDVWv55G5jzbacixRwa-PU,24049
162
- pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py,sha256=Fmuau2D2RNxoM4b58cM8R9DlHhDIbm9glFBaDqD5kQw,11278
162
+ pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py,sha256=bX87Yre5uhL3_f7_5X1FrKJy1EuXgJDKCIOffCoGkUI,11182
163
163
  pulumi_azure_native/alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py,sha256=S0kHpmMYQYACC88LF3Fs3Y01yzPclcTapNhncOvFEj0,5762
164
164
  pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py,sha256=wCpaIuCXYqOHgFmWDjETEPMdVteOsvsDAOWVZcuGKoQ,27138
165
- pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
166
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py,sha256=mIR0dtH4CFMnn9uRSBsxkM38cAYmWNClvSKCLKyQzvY,1988
167
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py,sha256=1R4AimH8DiE2bLADk8WDUmgoQV8DjEj4bC6YTe1A27I,27016
168
- pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py,sha256=n3Hr15iHGuDXS2xTn52zEIJA-wNPq6IeTh3FgxBy_A8,11278
169
- pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py,sha256=1tw8WymhL_FUzqSON6ZncJhZT8Ju-wAss8GDFuTMQNg,5762
170
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py,sha256=D6OmzvWZ7hfO3NUgIs3Wsv27CovE-z3K73HCq9TJMZ4,30164
171
165
  pulumi_azure_native/analysisservices/__init__.py,sha256=4kGKSj6_iGWC4BdLTCvCdSqDjYgcnsY4HV0rZsEFf14,891
172
166
  pulumi_azure_native/analysisservices/_enums.py,sha256=TV7ZWeuCqJP4UDtilySQ8N9mn8WrjPMHcLkIW0XPnm8,899
173
167
  pulumi_azure_native/analysisservices/_inputs.py,sha256=pcZz79xSUTyyZc_Dz0GjQhFnyQ6H0NIoIP0qdTL-p-E,7674
@@ -3647,31 +3641,31 @@ pulumi_azure_native/botservice/v20230915preview/list_channel_with_keys.py,sha256
3647
3641
  pulumi_azure_native/botservice/v20230915preview/list_qn_a_maker_endpoint_key.py,sha256=j3f-AjQi-whvEEPEF6lW9umSKZJjsJDenzQtNQmULaU,4805
3648
3642
  pulumi_azure_native/botservice/v20230915preview/outputs.py,sha256=X2YeSxtYPGQofzaO6R1PyoIreLChE0VW4U5sOVAHdiw,229819
3649
3643
  pulumi_azure_native/botservice/v20230915preview/private_endpoint_connection.py,sha256=MdehXe73hj0iBEw0_UkkxMm7x9t0f9zbNT9bKqXKB_c,12615
3650
- pulumi_azure_native/cache/__init__.py,sha256=5MfxX2-DeKqfd4AwKN4k68BRUTdLnAH_alEaM1aRx80,3584
3644
+ pulumi_azure_native/cache/__init__.py,sha256=2Hk-uQ1RqJ3EJuONRe4XX4P6OjeI74ZJcxeYfGRorjc,3416
3651
3645
  pulumi_azure_native/cache/_enums.py,sha256=7HxXvoYOv78clQ8WdyE0Sv7X61Vcz07pY8F0dTAsGSo,4297
3652
3646
  pulumi_azure_native/cache/_inputs.py,sha256=kmj6cgXNsAW78yKmQF6ljFSort0eyrjDTTbWDaTDOgE,36027
3653
- pulumi_azure_native/cache/access_policy.py,sha256=Ea6vBWhIjE_W7lnCYjOdO6x9g_8RRH_nQgFRev8KKfg,9582
3654
- pulumi_azure_native/cache/access_policy_assignment.py,sha256=WIzl4UgXfSvK5ulwQytSOHR8VZJkcOy8gNTZ1LWQgF0,12532
3647
+ pulumi_azure_native/cache/access_policy.py,sha256=g6dIAo3w3UlklA3cqu48C6cmeT1clLfFOCRdYpSYHps,9493
3648
+ pulumi_azure_native/cache/access_policy_assignment.py,sha256=VHEXru3ZFxspNNscHiIQNDsexPlKweYFK0pP7DS89Uw,12433
3655
3649
  pulumi_azure_native/cache/database.py,sha256=lYW1oBOUwfwbQhkX0FRh5r6uimOUAfvz-45Y59wCTts,20213
3656
3650
  pulumi_azure_native/cache/enterprise_private_endpoint_connection.py,sha256=Fo55aBxe_sMklWS4VD5ewM63dYchV7MojKhREoa66jo,13205
3657
- pulumi_azure_native/cache/firewall_rule.py,sha256=OJGgQqU6svSj5LTbOV-Y0jJd1hP8nzl7H58Vrc2aQS4,10682
3658
- pulumi_azure_native/cache/get_access_policy.py,sha256=2qOaKUQwplxJsw3BeiSD2hW0nhaXz6PiQtH4j_yfjzg,5437
3659
- pulumi_azure_native/cache/get_access_policy_assignment.py,sha256=GBmFdncLz2PBdV6KSc7BipaVeoX8kUtaBjx28DncFuQ,6860
3651
+ pulumi_azure_native/cache/firewall_rule.py,sha256=Ubz0sSziZ__4xumq4UPS6u7geCt2qeNKsQMG9Xe8Hms,10593
3652
+ pulumi_azure_native/cache/get_access_policy.py,sha256=dzd6xx_zmUQNy_WFnCaMAVODh0nGBZJud-K8zGn4k3s,5413
3653
+ pulumi_azure_native/cache/get_access_policy_assignment.py,sha256=XTaoTybnqvU0-c_qnMiPMKLVk2BUgmSEluTpzvwrfEA,6836
3660
3654
  pulumi_azure_native/cache/get_database.py,sha256=30vlCnj2JY3Z5izYbqi5PETsXl9l2bDdlkHnkAp5ZVs,10083
3661
3655
  pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py,sha256=-AQCh1BNSJRGjb2QTOUor59ylQmqp8UKd7LbAI0R-Zw,7945
3662
- pulumi_azure_native/cache/get_firewall_rule.py,sha256=205vrWQ8DyXFb_6Y7_YBa-D0mkUq1X5L8H1aSmFFvMo,5080
3663
- pulumi_azure_native/cache/get_linked_server.py,sha256=-A6aqTJwdVipIumEdUMLYEDbYfNs1AHCqg14gJ2DqEw,8286
3664
- pulumi_azure_native/cache/get_patch_schedule.py,sha256=qzeitc2gLFHjOLNh8QkhEo7efp55gRMdXZupex51Ewk,5240
3665
- pulumi_azure_native/cache/get_private_endpoint_connection.py,sha256=DxZNAlDNlsTwoDaE2cwrI-BhZqZ0agyynwDVzXJbT0Q,6891
3666
- pulumi_azure_native/cache/get_redis.py,sha256=mYFLSC0VPLfU78fZX7qyECK3Zm5SUrC43DgNn4wVl0M,18351
3656
+ pulumi_azure_native/cache/get_firewall_rule.py,sha256=SKj-YsemXnjEWbIIL7YYQqBnPTz_Wkmr2CyE3Uocf9o,5056
3657
+ pulumi_azure_native/cache/get_linked_server.py,sha256=zFVkKOBj-u1oB0bGPislnmX8EVEHJ-TRZ1W1PdyzOXs,8262
3658
+ pulumi_azure_native/cache/get_patch_schedule.py,sha256=ZqLDf42RvAY-SQ1hV5K1iyN6ZiBWpAWiV-4VUdsfQjA,5216
3659
+ pulumi_azure_native/cache/get_private_endpoint_connection.py,sha256=FaRcOZ0qDpCC_5zZRzuAGQJfey3uC5v6VPmdCEyPeq4,6867
3660
+ pulumi_azure_native/cache/get_redis.py,sha256=rfG0AtIiyG9byNK2OzvSrSwY-LlJ11s-2Q-cLCsxdnY,18327
3667
3661
  pulumi_azure_native/cache/get_redis_enterprise.py,sha256=RPzMw2E1uAMNwfnPQB3uwB3LIyCJksNbLiMu2u0vFwM,11228
3668
- pulumi_azure_native/cache/linked_server.py,sha256=wr-lwmQd6_gi6Tpf6Nr-HEFuiCXpIgKNT6m4WlrKMd0,14011
3662
+ pulumi_azure_native/cache/linked_server.py,sha256=WQQmGwFiNrhZStQlKkShQphLQrLEYZbDNXhOsCcuf74,13922
3669
3663
  pulumi_azure_native/cache/list_database_keys.py,sha256=Qp3z6JKZXhL8cdxyBFBf2fLY0geiYIoJggjF2jRmsrg,4057
3670
- pulumi_azure_native/cache/list_redis_keys.py,sha256=lhhNFFH601yoptAGbyEe-oqdeiiEqq4vi8XCRPhFhUs,3621
3664
+ pulumi_azure_native/cache/list_redis_keys.py,sha256=LQN11Nh61LVlgsNZoWLD-KHR2TrYZy1fYdPQhCfOiCc,3597
3671
3665
  pulumi_azure_native/cache/outputs.py,sha256=gNUV8nWd5JE6YGbsOPvoHuvFzahAqfL8MsjUNqk2dbA,56952
3672
- pulumi_azure_native/cache/patch_schedule.py,sha256=9em-wRoHQW8no6qLmHkCKjypnRYNaPrW3TXVWc1vUE0,10183
3673
- pulumi_azure_native/cache/private_endpoint_connection.py,sha256=PNiK3MXbOKUbIIISz2ALuyppXA4uXFDWFfPYgnEsMNU,11984
3674
- pulumi_azure_native/cache/redis.py,sha256=gxt2ifvjbwOO6yzNsjrLaFPoLWME5eopBxr_VkegXJo,36706
3666
+ pulumi_azure_native/cache/patch_schedule.py,sha256=Ybudn3XqKmh0oSQdIa08LDYLKcMFj_ZAjeo6t8RcARU,10093
3667
+ pulumi_azure_native/cache/private_endpoint_connection.py,sha256=tbQe6Xpmr6bV09VsubGltAwn1rKD_HOFMghlxFnlBDw,11882
3668
+ pulumi_azure_native/cache/redis.py,sha256=Xcq4B1WD0PRP_yebyRbmfKMZL5L6QUlKGBO3bLlRqls,36624
3675
3669
  pulumi_azure_native/cache/redis_enterprise.py,sha256=lJSYsQBCpv0HXTPgkHxMmjQyVPNzl1qNfyecUHIfArc,19219
3676
3670
  pulumi_azure_native/cache/v20200601/__init__.py,sha256=cDQyX8oPCFmVGDHoyC2DhnewxRMxA4m1ipgMTp1TwRs,396
3677
3671
  pulumi_azure_native/cache/v20200601/_enums.py,sha256=Lv3R4c3XSuoIXEqn8ViImO1UsNHX_NZyMSF0DoFnMys,1210
@@ -3679,7 +3673,7 @@ pulumi_azure_native/cache/v20200601/_inputs.py,sha256=BKl7QAC6wt5hRWzHjAZAAGJy3-
3679
3673
  pulumi_azure_native/cache/v20200601/get_redis.py,sha256=RKNpLv9hluBL1cOodTEz9MXmbyCJ2uJAri29pGL18tQ,16206
3680
3674
  pulumi_azure_native/cache/v20200601/list_redis_keys.py,sha256=_w0BCLGobLeh58GHAs_zEOJ7h8rOUiHeIlKkjTubCho,3298
3681
3675
  pulumi_azure_native/cache/v20200601/outputs.py,sha256=8kK31MXpycoeh3uIMt21yz14qOaFwMYNm2WVkWR_GR0,23147
3682
- pulumi_azure_native/cache/v20200601/redis.py,sha256=Rw-Qlm83KZ8c-aLn7e8BY7XhJCBDW2R85O_WIVoGonM,31102
3676
+ pulumi_azure_native/cache/v20200601/redis.py,sha256=rZJtyuNv27uk0qGgcS7FL_Y9RWcARWmpF6ijn_Coddk,31044
3683
3677
  pulumi_azure_native/cache/v20201001preview/__init__.py,sha256=u4QhxM78caX-DR0WgDcE3LS9JLVVq46_V4toCkVESvg,387
3684
3678
  pulumi_azure_native/cache/v20201001preview/_enums.py,sha256=nT0ub-D7mguQ8k_l6ejD8YXohcmu39dsMOtknJhEW7s,684
3685
3679
  pulumi_azure_native/cache/v20201001preview/_inputs.py,sha256=ksi8oqdA67_WYHXDEGdmvXnhRNHcC2tUOyYBo_XONDA,2044
@@ -3700,24 +3694,24 @@ pulumi_azure_native/cache/v20230301preview/redis_enterprise.py,sha256=49eecm0B2S
3700
3694
  pulumi_azure_native/cache/v20230401/__init__.py,sha256=2I4TsDvyQmKTqfSZBtbAO5uWgMnB1nxDm_xv-Q8sorA,674
3701
3695
  pulumi_azure_native/cache/v20230401/_enums.py,sha256=1ymbva6xfSY4U1hZrHIMWN3nfi0QUnszTaQVkbvznrA,2517
3702
3696
  pulumi_azure_native/cache/v20230401/_inputs.py,sha256=4GMUxO0-FPNf54fRpJFuuutqAiAe34KGsxLRWb6dJWs,21478
3703
- pulumi_azure_native/cache/v20230401/firewall_rule.py,sha256=XbuC15NA5GNj0gLPHjtAGeo55gZtLmIT5z1crNZqCxs,10327
3697
+ pulumi_azure_native/cache/v20230401/firewall_rule.py,sha256=plf7J6j9U-VrJSRtuKNPiIuHgls27vS7Z0XAMF6TFkE,10262
3704
3698
  pulumi_azure_native/cache/v20230401/get_firewall_rule.py,sha256=BfiiNa-xTq11Jkh2I2HIHhhIq4tivJGqaKN0TxafsoY,4853
3705
3699
  pulumi_azure_native/cache/v20230401/get_linked_server.py,sha256=SR-Qcqv_GU9IXGFUwoTOr3TqIHTJN-DiOTawOnDlIqI,8059
3706
3700
  pulumi_azure_native/cache/v20230401/get_patch_schedule.py,sha256=ee18B-yD68OmMMMl82tZFhLwIDbp6ZhutOh9aeWS0Ng,5013
3707
3701
  pulumi_azure_native/cache/v20230401/get_private_endpoint_connection.py,sha256=GmOJ4fR3BnnhO5RnNpWegi5MsHM3OEkweqOP1KDlyu0,6664
3708
3702
  pulumi_azure_native/cache/v20230401/get_redis.py,sha256=Mjsl0_V398BvVWO3rcopOQshAaHn4IG5Ulj1CIXTTzc,18028
3709
- pulumi_azure_native/cache/v20230401/linked_server.py,sha256=A2r8PDw-obtv7JxRbcR2C8dLsOCuB9UByjQqzMPDSXk,13656
3703
+ pulumi_azure_native/cache/v20230401/linked_server.py,sha256=rirMz4jdvSiyD-Fy1ApxUcPGA7N2_HE7uh_1hZwUK0Y,13591
3710
3704
  pulumi_azure_native/cache/v20230401/list_redis_keys.py,sha256=Ub9-6n_JKgk5yRKGZrXtYOq0Aj7hkxd6ZMgy_jiXvDU,3298
3711
3705
  pulumi_azure_native/cache/v20230401/outputs.py,sha256=OwvFC3fmD4UoI7_qDVkYoQ1gLmW-mvgMC2K6ORfIGOs,35780
3712
- pulumi_azure_native/cache/v20230401/patch_schedule.py,sha256=rrjMbdaZDCwL2yGL4L_WbQEBXbmY5ypWXdRUzaX42js,9828
3713
- pulumi_azure_native/cache/v20230401/private_endpoint_connection.py,sha256=LC2g83aGtg7RrxheRUU23iNx3b_Q8AIsrtHfqDN4irs,11629
3714
- pulumi_azure_native/cache/v20230401/redis.py,sha256=rjAVXk7ntMcn14ry8oOL03yzwXNgqh3LplSnQE2pCi8,36255
3706
+ pulumi_azure_native/cache/v20230401/patch_schedule.py,sha256=p0-6ZSWniF8ASRTBikuxbqRlOKozHUh3cshIus_V2EY,9762
3707
+ pulumi_azure_native/cache/v20230401/private_endpoint_connection.py,sha256=L7oUc9NIBa4SXm7xXHHyHy00CLMVjTEDbu-iz79O6Z0,11551
3708
+ pulumi_azure_native/cache/v20230401/redis.py,sha256=rVKpEIRh_ylMZzTmm6ADUBhTM4_kgVdvGfT33NAaapA,36197
3715
3709
  pulumi_azure_native/cache/v20230501preview/__init__.py,sha256=WhZVrLJV7y58Qg2RJOJZ0DpdoxoShErzrN51oOudEnc,820
3716
3710
  pulumi_azure_native/cache/v20230501preview/_enums.py,sha256=gwI66-L-PxmSmcJmyQIyY7rm-o3w88ROWtStXQkNDNE,2355
3717
3711
  pulumi_azure_native/cache/v20230501preview/_inputs.py,sha256=U4EGDnLwZgstxd4MgdhblCpAilOpbyUfKXcneqZaQBw,22932
3718
- pulumi_azure_native/cache/v20230501preview/access_policy.py,sha256=1VdfI7-SmStVtA_Swni-tYkyihFSNl5yalCR5q8UT_Q,9353
3719
- pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py,sha256=M0SMt9fUL2CKrRcsxR5IbvypogYW329hvSYJ6R2ijlY,12303
3720
- pulumi_azure_native/cache/v20230501preview/firewall_rule.py,sha256=suKnXJVd1sscjnzgwWwzg9vFqx3YX9AT8h8nkGJqshM,10417
3712
+ pulumi_azure_native/cache/v20230501preview/access_policy.py,sha256=-kqV2uYnJSH2Qlv_54qrydz3C8zupAmqQepuOecoUhg,9288
3713
+ pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py,sha256=jNMTFbekaWoVC4vkpaBbTJG3re_hmWB3npkj-fx231M,12228
3714
+ pulumi_azure_native/cache/v20230501preview/firewall_rule.py,sha256=WtTvp8rlGMY1Yoln7xBYa_52-OBBq8mYWdJxGlgDe1Y,10352
3721
3715
  pulumi_azure_native/cache/v20230501preview/get_access_policy.py,sha256=iFDciiTLBEsmcrnHDh9gPN_7HeEc104-OdrLG3nH4lQ,5241
3722
3716
  pulumi_azure_native/cache/v20230501preview/get_access_policy_assignment.py,sha256=ufUccH8k1d-5jDzI8Sa2lwmeQEElBdvftORCR6Vpt9Q,6664
3723
3717
  pulumi_azure_native/cache/v20230501preview/get_firewall_rule.py,sha256=9MUjmye4ISolQsjI4HsL7P96fw1oQNt4uZ1M52IEHW4,4920
@@ -3725,12 +3719,12 @@ pulumi_azure_native/cache/v20230501preview/get_linked_server.py,sha256=LJe5ZpnVx
3725
3719
  pulumi_azure_native/cache/v20230501preview/get_patch_schedule.py,sha256=hOEXEQhOGwlmNNUS540L7eNu33KuW3NhoRlVTqa-2SY,5080
3726
3720
  pulumi_azure_native/cache/v20230501preview/get_private_endpoint_connection.py,sha256=pHDZXZ2Hn8hX1m585UZv_6lzA28uPUMzNe9bJt7LvEw,6731
3727
3721
  pulumi_azure_native/cache/v20230501preview/get_redis.py,sha256=fQMQ960J-dqybT6Vbht4X6we-otrWDn3pxyOBV-33_U,17933
3728
- pulumi_azure_native/cache/v20230501preview/linked_server.py,sha256=H_uPYEVlV5Nhtwk0lBQzayJQTw-xcat6y_AsE_sm11o,13746
3722
+ pulumi_azure_native/cache/v20230501preview/linked_server.py,sha256=7GkeoTMdmyCh7fZUpc2dwzm-atMT4LCZZD3mJqJzFgU,13681
3729
3723
  pulumi_azure_native/cache/v20230501preview/list_redis_keys.py,sha256=xtYeK1R7Ko6BU4vhzYjLiuiZAK29a2l3N_KO6eFX-xI,3365
3730
3724
  pulumi_azure_native/cache/v20230501preview/outputs.py,sha256=mu-5yWFHUtSHzBvMZAoBBtc94qNMYvyG_nNKtximG6M,37008
3731
- pulumi_azure_native/cache/v20230501preview/patch_schedule.py,sha256=CcQxJX7JpjZUs3AOh0uMPX-x9kj2mTD9nCGLGpsUjDI,9918
3732
- pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py,sha256=Uk3rvSXR13E3k18QjiikB4Mixd8yDm6_WLHX89Gfcoo,11719
3733
- pulumi_azure_native/cache/v20230501preview/redis.py,sha256=3nIPdxhONGCOV17i1SI4p0zaJfTM1HiS2Jcey9CdLTI,35697
3725
+ pulumi_azure_native/cache/v20230501preview/patch_schedule.py,sha256=CrlVGtyg-dXDG0-Ig6g2Lr6Ou10vGg8FTkCGO_1e-mM,9852
3726
+ pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py,sha256=-sohi3O6MowsdRpukCSe6XPSMR5wGkQmtBQxHo36OD0,11641
3727
+ pulumi_azure_native/cache/v20230501preview/redis.py,sha256=jF-vVR5j59PxFNG0fXZRj0Tu-hgY07DzPaNwM9SQGVg,35639
3734
3728
  pulumi_azure_native/cache/v20230701/__init__.py,sha256=SDFwItSbnCug9G7-buOG1pobNP0DryFJay7xclCOoKE,585
3735
3729
  pulumi_azure_native/cache/v20230701/_enums.py,sha256=FoiJJcJY-kIpgTlCD464pGEa8Yt34-KMXABxIQsbAxI,2462
3736
3730
  pulumi_azure_native/cache/v20230701/_inputs.py,sha256=yhB_79JTe4QhDC9wgrm0um1T1klDHAz82Sfe531n-gI,11292
@@ -3745,9 +3739,9 @@ pulumi_azure_native/cache/v20230701/redis_enterprise.py,sha256=cwSCu9jz4Q223iHZv
3745
3739
  pulumi_azure_native/cache/v20230801/__init__.py,sha256=WhZVrLJV7y58Qg2RJOJZ0DpdoxoShErzrN51oOudEnc,820
3746
3740
  pulumi_azure_native/cache/v20230801/_enums.py,sha256=8r2U_hoXC4oiSsFYop0PCdUlJSDVInq88ZKMH-LVmQg,2717
3747
3741
  pulumi_azure_native/cache/v20230801/_inputs.py,sha256=U4EGDnLwZgstxd4MgdhblCpAilOpbyUfKXcneqZaQBw,22932
3748
- pulumi_azure_native/cache/v20230801/access_policy.py,sha256=9r1169mOoQb2Fv9EsLOhi1KTxLH4QdzYZuphLUFhZp8,9353
3749
- pulumi_azure_native/cache/v20230801/access_policy_assignment.py,sha256=t5WSdMLbFKdZL2ZRL7RDpkXg9rDAGgsgABVqi0kbaa0,12303
3750
- pulumi_azure_native/cache/v20230801/firewall_rule.py,sha256=1qCglZCBBbJKCU2zE45oetbXEB5dhBKuVkK0QcC_PEM,10417
3742
+ pulumi_azure_native/cache/v20230801/access_policy.py,sha256=A-mBpyfL01aG2_QG4kC3mXrgdiTiAfxkjetXyWXBJsQ,9288
3743
+ pulumi_azure_native/cache/v20230801/access_policy_assignment.py,sha256=GzVjm6sfQnlwH_tgB9i1bN16hjkS4F4YbCjZRcNj228,12228
3744
+ pulumi_azure_native/cache/v20230801/firewall_rule.py,sha256=ziml05o4wsJqhhO--CR6uCuXNJF6n5yriZhVVdxxGvM,10352
3751
3745
  pulumi_azure_native/cache/v20230801/get_access_policy.py,sha256=QYfYvT6D71i44LSCTcKXN9XyvLDhqusbpCKDGmmul8o,5234
3752
3746
  pulumi_azure_native/cache/v20230801/get_access_policy_assignment.py,sha256=fYrLIf65T29tgJWND9K-7mnA5ioBm-Ng7yGPA-BfIzY,6657
3753
3747
  pulumi_azure_native/cache/v20230801/get_firewall_rule.py,sha256=pL3Z3c5K2H-nPckphauByr9ds7tEJQfUnhX8avVZc5k,4913
@@ -3755,12 +3749,12 @@ pulumi_azure_native/cache/v20230801/get_linked_server.py,sha256=GgaQxeEergLxWCVo
3755
3749
  pulumi_azure_native/cache/v20230801/get_patch_schedule.py,sha256=ppxEARxCMNIyucQuRApI1K8Ih3xDAfxUSR1Kfamy4Vc,5073
3756
3750
  pulumi_azure_native/cache/v20230801/get_private_endpoint_connection.py,sha256=ycHEBJnX1DhagdMc9g3hMyXoynVaiOl20upZtGeFGtk,6724
3757
3751
  pulumi_azure_native/cache/v20230801/get_redis.py,sha256=PHljoV4T6quiXVtgzfMlBGrHoeQhVVcNk0d1aBarU8o,18691
3758
- pulumi_azure_native/cache/v20230801/linked_server.py,sha256=aOWqZwfvfS_aFBvBoAwIGkT7OxNFuWLTnD30465AyWU,13746
3752
+ pulumi_azure_native/cache/v20230801/linked_server.py,sha256=lMNRWleTsahfNoBbYMojOH08Lx9RuRkBTMzmvjNKPMY,13681
3759
3753
  pulumi_azure_native/cache/v20230801/list_redis_keys.py,sha256=u_MRw2htO1OGa_06PwFL42oNO9WOai6qqzgiFb480CA,3358
3760
3754
  pulumi_azure_native/cache/v20230801/outputs.py,sha256=mu-5yWFHUtSHzBvMZAoBBtc94qNMYvyG_nNKtximG6M,37008
3761
- pulumi_azure_native/cache/v20230801/patch_schedule.py,sha256=tqzqQMXsiwc0V9vz0A4lF8CZLDF5cAh2Vs0A5-v1jco,9918
3762
- pulumi_azure_native/cache/v20230801/private_endpoint_connection.py,sha256=_7amZI5Rin7ZwFt2WK8aeaArZxThERoh_U7Xh4sXTPQ,11719
3763
- pulumi_azure_native/cache/v20230801/redis.py,sha256=0-1xVuurAR9KLLngrQCA9gxZ_-QMn6xIBv-oUHuGL-o,37901
3755
+ pulumi_azure_native/cache/v20230801/patch_schedule.py,sha256=gyZIiBDI6aozGNCce9dquZoGEzmgZpu6_bUT1Heox_A,9852
3756
+ pulumi_azure_native/cache/v20230801/private_endpoint_connection.py,sha256=_NoiZgkr1DeCe5OccDmtcwp9Ym-pPOLFKbEMzMAw1ek,11641
3757
+ pulumi_azure_native/cache/v20230801/redis.py,sha256=4wLuO6djFmrIJO-b1xwd3ZBox8syt1_HbV6xefriHcw,37843
3764
3758
  pulumi_azure_native/cache/v20230801preview/__init__.py,sha256=SDFwItSbnCug9G7-buOG1pobNP0DryFJay7xclCOoKE,585
3765
3759
  pulumi_azure_native/cache/v20230801preview/_enums.py,sha256=A2kEo_9G5G8FWKxUE84lR3niALL5zyNOi-ZQviBeVvM,3109
3766
3760
  pulumi_azure_native/cache/v20230801preview/_inputs.py,sha256=wWpZXfIjLU-lIfmaGZa2Dtt_q5F6fl3JgItd3Aynrzk,19859
@@ -3805,25 +3799,6 @@ pulumi_azure_native/cache/v20240201/get_redis_enterprise.py,sha256=RDpfkd_OaXw7G
3805
3799
  pulumi_azure_native/cache/v20240201/list_database_keys.py,sha256=D4PdxAQOwV0B2xl3q81wqdivzbDLWacs5sPCInJOWuQ,3710
3806
3800
  pulumi_azure_native/cache/v20240201/outputs.py,sha256=CcV7GGoPWs_qXZn7_TZs9nCvCnUbNd0sIJqnA13_uAU,29750
3807
3801
  pulumi_azure_native/cache/v20240201/redis_enterprise.py,sha256=XFGFK9A350B98PH-XmMWACAij9GRt8sV04cRB7s7LgU,18315
3808
- pulumi_azure_native/cache/v20240301/__init__.py,sha256=WhZVrLJV7y58Qg2RJOJZ0DpdoxoShErzrN51oOudEnc,820
3809
- pulumi_azure_native/cache/v20240301/_enums.py,sha256=8r2U_hoXC4oiSsFYop0PCdUlJSDVInq88ZKMH-LVmQg,2717
3810
- pulumi_azure_native/cache/v20240301/_inputs.py,sha256=wt1Ps0NAeDAVg52KaFne_fSaPf0uz-yXUJsxE0_iF9w,22794
3811
- pulumi_azure_native/cache/v20240301/access_policy.py,sha256=eIqQNZeLu4Bhy0BD-6t6rK3UeNEgd7OjBV9ovtxLdE8,9353
3812
- pulumi_azure_native/cache/v20240301/access_policy_assignment.py,sha256=v2PtTG09OoJYy_DemvIuCpvZM3bkLStaxEw_yA5tVS8,12303
3813
- pulumi_azure_native/cache/v20240301/firewall_rule.py,sha256=zxFlW7so__6y6HGfeBgsgL17_XHaZjTLd0oHsD74hko,10417
3814
- pulumi_azure_native/cache/v20240301/get_access_policy.py,sha256=Syhjw_vYW0QLgsH_hkoWbpKxXlf-9SPJEjirvcpIGFc,5234
3815
- pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py,sha256=BYdwVrouEbgPsSZmj0xN1Q4kt0fUYZkK5-9soVr3yoA,6657
3816
- pulumi_azure_native/cache/v20240301/get_firewall_rule.py,sha256=EOlRy1F-H_CEei2GTFyLYwp8TyT6c-n4SZuDzzWMAPs,4913
3817
- pulumi_azure_native/cache/v20240301/get_linked_server.py,sha256=j79d6Ut9R5Z9AnZTzhNa5qD3rplkFemUTlQLfg917n0,8119
3818
- pulumi_azure_native/cache/v20240301/get_patch_schedule.py,sha256=aoncW3r1Dl5jf66ejUhwcPOS5sip2eBk8aadrG9-5yU,5073
3819
- pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py,sha256=rmO17xWaoDOzvbmDZruGQtc5nWn094NI6qaoo55f3yY,6724
3820
- pulumi_azure_native/cache/v20240301/get_redis.py,sha256=NGMZETpKLk1r8VhXf9mizNxODBGy2fCotKVnOcydbQQ,19423
3821
- pulumi_azure_native/cache/v20240301/linked_server.py,sha256=IpIsImJBWwIXEd7RTTXXDFShjHF_W02b7r2EnpZ8Qe0,13746
3822
- pulumi_azure_native/cache/v20240301/list_redis_keys.py,sha256=xkaGy6vzCyu6bIYL8KBbUAD4vZM7LAm_4mUibJwhq_k,3358
3823
- pulumi_azure_native/cache/v20240301/outputs.py,sha256=AJewzyVVPPuVl5bBvvpf9s7226HWQPsR3LBpPGzmfHs,36732
3824
- pulumi_azure_native/cache/v20240301/patch_schedule.py,sha256=tEDcnmkaJTIx7wZ6lwgunCgEqkRNMKeiyy9JMtlR3u8,9918
3825
- pulumi_azure_native/cache/v20240301/private_endpoint_connection.py,sha256=vuYh9xPqf-BbbyWuf7UB5QQruUax5PNjMiw0muVXUyU,11719
3826
- pulumi_azure_native/cache/v20240301/redis.py,sha256=2MQ0fUY6XxJdAfd8HU1KXrGEtnKeWxDbu08fU94YooI,39421
3827
3802
  pulumi_azure_native/cache/v20240301preview/__init__.py,sha256=SDFwItSbnCug9G7-buOG1pobNP0DryFJay7xclCOoKE,585
3828
3803
  pulumi_azure_native/cache/v20240301preview/_enums.py,sha256=x-eJo_lZiyg068vmWOpgJzepjSf4MggiUg6f6Af4Iaw,3421
3829
3804
  pulumi_azure_native/cache/v20240301preview/_inputs.py,sha256=wWpZXfIjLU-lIfmaGZa2Dtt_q5F6fl3JgItd3Aynrzk,19859
@@ -8770,76 +8745,76 @@ pulumi_azure_native/digitaltwins/v20230131/get_time_series_database_connection.p
8770
8745
  pulumi_azure_native/digitaltwins/v20230131/outputs.py,sha256=Swiy5Emwu-TSW0D2FfLrI_uN-TZc7GvX6jPpQOd6Lms,54620
8771
8746
  pulumi_azure_native/digitaltwins/v20230131/private_endpoint_connection.py,sha256=x0Oj6N8p_PCAN_E8yR04Q6u0UaLGLmRvcznNADVuCVI,10051
8772
8747
  pulumi_azure_native/digitaltwins/v20230131/time_series_database_connection.py,sha256=L3LnWKMEl9nOdqcwrgoCC36mpWb6xNRHdy6Wl_vCaM8,10247
8773
- pulumi_azure_native/documentdb/__init__.py,sha256=oXw5Pwwkcx9seFrmp9DxaNCpjQb-iBQizEG8ad_PDFA,5631
8748
+ pulumi_azure_native/documentdb/__init__.py,sha256=su-s--pVpGuq_ajexB_CWKsmG4EYBMHd6YnmKs51R6o,5453
8774
8749
  pulumi_azure_native/documentdb/_enums.py,sha256=J7MBEeiSlj1hvLdqerlHIyoRkbFGlnUf_k0udCq83s0,7769
8775
8750
  pulumi_azure_native/documentdb/_inputs.py,sha256=s6DRMNgO0pSPyo2zGlvbhft2Pnm0lktqgkOxgoGuBZ8,156221
8776
- pulumi_azure_native/documentdb/cassandra_cluster.py,sha256=Nf0HbKBHAkFRvV7P86uaqrDGRDLqVWp6zVeZv0t20CM,15706
8777
- pulumi_azure_native/documentdb/cassandra_data_center.py,sha256=Gfhl_dpLHZA0I5X11ZVgNLIi3qIMWpkBjlaBp5XLt6g,11196
8778
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py,sha256=TbLEZyS_0N3e8aY9YxTadXiAFlC5OiB53Apmr0YyA0Y,18837
8779
- pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py,sha256=HuYd3SCcPvYdy7xCjV3lw3Zcgvnxu1YFRtAFGP6TSxc,19502
8751
+ pulumi_azure_native/documentdb/cassandra_cluster.py,sha256=7oWOK2Sm33zCSeXCqoFKOdEZ7KvxxnXfpI0BEFr4i-Q,15608
8752
+ pulumi_azure_native/documentdb/cassandra_data_center.py,sha256=mu-E_2V7OPOCn3UUM0MeW6oz7QzG5E5Z7lvLmB8aEJ8,11095
8753
+ pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py,sha256=4afsBPeVQtboATF74eu2DH1CmVK7DzfLQg3IdC3xVaU,18721
8754
+ pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py,sha256=oYBohZ81nAULc9r2wuBmM4tdKNIOHSshmk1CopJd50Y,19389
8780
8755
  pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py,sha256=iJjbTtHmqDvhxrjMpnCmJDiK4meUu1nSQL12wM4NlsE,18228
8781
- pulumi_azure_native/documentdb/database_account.py,sha256=zfkgzYLorMA1FeWKPJnqmQRQJWlPYK-XcetgRCunceA,69005
8756
+ pulumi_azure_native/documentdb/database_account.py,sha256=LCM2X1Jg0VoqNZdaqlWr4Q3b-U4-eRCEZNygql4Kq1o,68908
8782
8757
  pulumi_azure_native/documentdb/firewall_rule.py,sha256=-f7x1Az8WVgs8naJbnLJZ37egg96Mqeik0Tagxg-tOI,11648
8783
- pulumi_azure_native/documentdb/get_cassandra_cluster.py,sha256=VqWJ30tK75q5t2sSCusjxZcIrJ4XXiD1N9ivhR9pUB0,6348
8784
- pulumi_azure_native/documentdb/get_cassandra_data_center.py,sha256=LxLspePmrXrIkPnb2EJWM3GJlQ825TilHUn2fvM2j_0,4857
8785
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py,sha256=gl1US4DKuy7R5my4AwoJYaK8ogrJ5nLf5Ba-WHRO38c,7044
8786
- pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py,sha256=gZ5OyaoTdcPnEDVZDw-QJRqbf2GdHBQkxmoPD_BZ9k8,7227
8758
+ pulumi_azure_native/documentdb/get_cassandra_cluster.py,sha256=XWQAXIeOsRldYI6bfYyWvWdVx7KJZmsy2S9vxLpb4nI,6324
8759
+ pulumi_azure_native/documentdb/get_cassandra_data_center.py,sha256=HZgG8-P-vu9xVmSdeHBJFff2oYHV1rrsHKF6orMPBtA,4833
8760
+ pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py,sha256=qb-8SmtrT0QhekwUEVkNMewKROoZ7byIwO80xgbnxKo,7020
8761
+ pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py,sha256=3W85e-HfapI2CbkQh97GYBM6NaRzvnZB4_wQH0OBSUY,7203
8787
8762
  pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py,sha256=zlaOlqYkdvtm_wYvAgEvQaqkBIyepJCMEVr-MvRlNpc,7566
8788
- pulumi_azure_native/documentdb/get_database_account.py,sha256=Nvm-MZvL8NoTNYRZN_NMPktGPUGb6XwB2x4s2Xd4RfU,32422
8763
+ pulumi_azure_native/documentdb/get_database_account.py,sha256=l_wUcILxDfNNqkZwSu-PNZNFh2x1KU3fxbKES3h1xio,32398
8789
8764
  pulumi_azure_native/documentdb/get_firewall_rule.py,sha256=4uFUwqn8X5RbFMuAqWe7Xb-u43Ojs1cRlcfVtvGN4WU,6555
8790
8765
  pulumi_azure_native/documentdb/get_graph_resource_graph.py,sha256=AcEDhSM_qYJZu-UhRjuFfWZMhIieZMTXxLkwZAkzKpo,7029
8791
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py,sha256=Vqy73EwS3idYIP5CZ07ht3SjYq8sxO_sqUUpuxf_bMU,6946
8792
- pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py,sha256=Eu_VzsxqGCG82CHQLwZYmfz0mEhHa7y43pE5xmJX9Yc,7121
8766
+ pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py,sha256=XkNOs-S5kGUdxnGs2PzbmuM7m-29I3HkQ4V3McJkcNQ,6922
8767
+ pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py,sha256=4gyOzeLN5odrRUbTMy26-vAY4C4x0ihXVXBG5TjvRG4,7097
8793
8768
  pulumi_azure_native/documentdb/get_mongo_cluster.py,sha256=NrwO6VhjCsD9zjWJXVm3en_thGQAv4kRUHGZgPQbGBg,9745
8794
8769
  pulumi_azure_native/documentdb/get_mongo_cluster_firewall_rule.py,sha256=imy47sgHygsC_8sxu445paJES_y9RCp57WZvT4slb68,7031
8795
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py,sha256=dAzzxr50Y7I86KNAoZwnIv3Dnj2uZDGXzusBJgoHwLo,7332
8796
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py,sha256=tNeJlHAuOqGaYfBS8cyzN084XSB1LljL5bno8KN3Tw4,6968
8797
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py,sha256=BHvWQQjSE4V9B8K51hMfNbdaQOYBEX9eV05rSrV5p5g,7210
8798
- pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py,sha256=NyLnh22DSp2GBb5YCVU6h45VtqIsTlwvOSdFZjnF5B8,7950
8799
- pulumi_azure_native/documentdb/get_notebook_workspace.py,sha256=7ojxZb4m4y7SDZHzNZ60WqbpMmh6q3YmuxJkUwfRtqI,5456
8800
- pulumi_azure_native/documentdb/get_private_endpoint_connection.py,sha256=mF7dj5xAB5k0QImWI6EaClohEPQNtjKg4FPB3t7O-x4,7411
8801
- pulumi_azure_native/documentdb/get_service.py,sha256=VWZkA7YFO_P0ZJizxPgyyIKQvDYod1JH3QZt1V5ndQc,4388
8802
- pulumi_azure_native/documentdb/get_sql_resource_sql_container.py,sha256=ILPT6rnl4A0finh7xzrNef5ZmZkSG24lTv6PgSEf9rA,7053
8803
- pulumi_azure_native/documentdb/get_sql_resource_sql_database.py,sha256=R_bfaf1plx6JaP4g7J_8Pxq9tTkFEj9aAB8Bxz_c430,6748
8804
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py,sha256=vCNje4L6UbN5VyUZsP9XQtgfvG4tIv8p4LU8sdtIVZY,6429
8805
- pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py,sha256=bXvpP1hmFH6qhNbHf12YeRFu-HKk2sFLQTAgCKHE7t4,6708
8806
- pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py,sha256=_MruPnkGb_NamDp0T3cVhuY76xRcfWgm5FpwM2_55Dk,7194
8807
- pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py,sha256=SeahqZpa9kPO0WJg6pp5X6oyO-i_9cNgaiPvREtuYAg,6870
8808
- pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py,sha256=KK6vR5xbFoWrRq5e70FUBJKuvDOC-6lb1dVMmNEqkqs,7366
8809
- pulumi_azure_native/documentdb/get_table_resource_table.py,sha256=EVzsuewgDlefd_PIabcV4b-RVlPBqtg20HwdzlRjpsA,6594
8770
+ pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py,sha256=scfSi7bdUts9bDrOkzcLogXCY1gFPJpkMOmk9zksl1s,7308
8771
+ pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py,sha256=2u-L5xAP_dN0sAfUZtV4WkD6lYyhreyQYquN-crYvUw,6944
8772
+ pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py,sha256=U39IEig6GONMJ229je-lnocpFXWDrOcRA0VZ7fpF_5Y,7186
8773
+ pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py,sha256=VeiGpVQbx30iYZTua2MHuYiP_F482LCC__iBWuIj63g,7926
8774
+ pulumi_azure_native/documentdb/get_notebook_workspace.py,sha256=UpTxsQyo1qse599nblZYnlLHIwwZGgn8h6fUTkT36X4,5432
8775
+ pulumi_azure_native/documentdb/get_private_endpoint_connection.py,sha256=wcK5Aqm_CR79HKFmfEUiA1cr71c0ZN95lU_x6yIuLkc,7387
8776
+ pulumi_azure_native/documentdb/get_service.py,sha256=yNnCoqG0oti4fURqJueOGzmlPpfhWLjRBHw4EBQADO0,4364
8777
+ pulumi_azure_native/documentdb/get_sql_resource_sql_container.py,sha256=SCMARJm2wnLYKpLDgKu1jnbVA7IGDQZWa_3OmM-AFW0,7029
8778
+ pulumi_azure_native/documentdb/get_sql_resource_sql_database.py,sha256=AbufYuN1rxPjq-jLnwKTDQSHKAvJId1Q8t9ui0tUQfE,6724
8779
+ pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py,sha256=RbyJirCVAAYpvcK-SF0iKshK8To2MeMZPlzX4YR7RNo,6405
8780
+ pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py,sha256=SjBBv5Ok9X55M10tC8Hw-YNbW-HC5cfbhRkQUj5m7xE,6684
8781
+ pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py,sha256=bMkSbpIyw_ReVhnY_tmeGhU5FlYvanAJeG3B5qRK_hs,7170
8782
+ pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py,sha256=So8MuJbHWNWkeZSHxwWgFMqG9ugNHaKlIMruTYyAnjk,6846
8783
+ pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py,sha256=hVe9aDwYuZQ8gunGgASOeT5XlcThA9UQbNKhn6yJMIY,7342
8784
+ pulumi_azure_native/documentdb/get_table_resource_table.py,sha256=RXPvN6_TVtuV-oLQAd8izvRpSKCqFTR6y3ETl2jpCA8,6570
8810
8785
  pulumi_azure_native/documentdb/get_throughput_pool.py,sha256=2BUfGamQuEW7LJRY52-onULNH0FwPpSBzm6xUJBUk_o,6649
8811
8786
  pulumi_azure_native/documentdb/get_throughput_pool_account.py,sha256=MlBEiGyNpV_ktujIOjhvX1pdi88P-j--67P_TNkZeg4,7828
8812
8787
  pulumi_azure_native/documentdb/graph_resource_graph.py,sha256=zvurRDrRRXniikMmTKEsJ4VC5pvD2CzW5qS4jPYYZwc,16938
8813
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py,sha256=zXTGMrraHqQHU7qLPadJqw7lfA8Id9so_IvF4eGK8AU,18585
8814
- pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py,sha256=mSiHyfOqZPfSc4xq81HMzoXj-wmYtVKQD5WaNM4NU3I,19272
8815
- pulumi_azure_native/documentdb/list_database_account_connection_strings.py,sha256=JbnY2jlMKby8gGUeCWZzmqJ8Q3jq6OUMvGDRxJGFrjY,3976
8816
- pulumi_azure_native/documentdb/list_database_account_keys.py,sha256=fpSqzX1xlxnf0sdbEnrFI0VvD8D_d7oFrh1knp8vydI,5715
8788
+ pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py,sha256=i5xCU8tpfQhRBA2oz5AfDDNTySJd-gUlHq3BJk8R9WQ,18473
8789
+ pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py,sha256=5ffv3arxB8gAHJx-A36azV3dwqBi1U64E1UCFE5cbE0,19163
8790
+ pulumi_azure_native/documentdb/list_database_account_connection_strings.py,sha256=ONnHN5d5Xg3T_uqCORzxJwze2NPjMG0jImtG65M9m54,3952
8791
+ pulumi_azure_native/documentdb/list_database_account_keys.py,sha256=0cqNUN6wLXnv-Fd7PlWsPdnkhPLZ6oH12dMAw4_NCLc,5691
8817
8792
  pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py,sha256=fKlxYNETdEAkkP486z2-apPcnUwAQ0WB7_dSDWIGz3I,3899
8818
- pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py,sha256=_w1i4U_u2Whnpbkl4djmanJVDQZ62tAJVqJIXNmfRJg,4679
8793
+ pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py,sha256=HdVYktdHX2rPcxxkQh74Id95NBdduWqvRx2HEwee0mQ,4655
8819
8794
  pulumi_azure_native/documentdb/mongo_cluster.py,sha256=7X1eiNmCaNUdREUmXulcdYlS3iboomTJOMTsPWX_dQ4,19300
8820
8795
  pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py,sha256=BPLpjuP5luKKaHyutHaAMe8uSBPWE9osrC-Dy33E1rE,12122
8821
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py,sha256=3ANzFw9VTHkRPuy2vvgT02Ou588DEu6NeS8769K5BWk,19695
8822
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py,sha256=IwXoWjfxZoAevg3oa1fgBhN9QkqvhMis-DvNlkcjqgY,18585
8823
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py,sha256=7rwCyWOc5IyYWU8auvYhGXhy5sbY2tyYcef7SUA5qMc,17332
8824
- pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py,sha256=L3doNocSoimA-tka-sE9MmVbGC1iF8AjTKdNVQ4-7LE,17520
8825
- pulumi_azure_native/documentdb/notebook_workspace.py,sha256=gJKl9uuKj9wUbhce2Ot6rNu7gfDgsPqKgKeFeV12Q4w,11249
8796
+ pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py,sha256=QdP7D9HTrOCFAhyFeHAl0LZiQcP1cDg4y3_FtcSxtpk,19581
8797
+ pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py,sha256=LAhjRCCJlWOivQy78U9s7esf4GoxP2XFjQb6NNpkxR0,18473
8798
+ pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py,sha256=OMrPibBRgbUnKv03Zme-IOBr6NIhOiIf4vGt-TiGoB8,17216
8799
+ pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py,sha256=TlIYv1t5Xp3JaTwn5v4n4cRBqFHG7Si0U_Z2QsXrotE,17404
8800
+ pulumi_azure_native/documentdb/notebook_workspace.py,sha256=fM_PhMQKba4QurAp3fyfcx1rMhAxZUr7F8D7I-FwLEE,11150
8826
8801
  pulumi_azure_native/documentdb/outputs.py,sha256=CqoZdgQxOPpgEmFzVG_HQm2S1Jx_9R9nZ8fDk5P7B1s,240959
8827
- pulumi_azure_native/documentdb/private_endpoint_connection.py,sha256=LpzzgQNiUEhIJAAJ44W5bH2-dyUuR7xwKHgYtVNCGqA,16962
8828
- pulumi_azure_native/documentdb/service.py,sha256=G5QvuXihWe88z65MdjjXlRlCbvs1kxQY9hNdZED0254,12265
8829
- pulumi_azure_native/documentdb/sql_resource_sql_container.py,sha256=3jIyIOcse_uZIww5WRpwgYnXl-yLyt_3ooKEqPCZm5A,19104
8830
- pulumi_azure_native/documentdb/sql_resource_sql_database.py,sha256=Ev9kw_iZuLVZGjNxyXQFBhVfxlcXP1uGOc1y8Fzh_-k,18081
8831
- pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py,sha256=G2L1Twn72_RgmPtiuFkgHM8DLzKIKzpOtddJ06pcF_U,14942
8832
- pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py,sha256=6vbkGBHu9Hdi-DNsHPvymqKwu_VUtR9yFe360-z9cXo,17228
8833
- pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py,sha256=FR55cndNahC7Oz1VH1dx3QXGRDvFn4N97DgbtHaoUIs,19918
8834
- pulumi_azure_native/documentdb/sql_resource_sql_trigger.py,sha256=ev7-60XNmTMe-6w_DHvj9TLQF1EJ6o15fCXLMJJBlXE,19261
8835
- pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py,sha256=LdNhH0aC1pAremXAvaNT0p9AOYB_uPF6k8qJt4HGN04,20265
8836
- pulumi_azure_native/documentdb/table_resource_table.py,sha256=d5si6bljVq3U2NrUNbBDfcO32fYn02W0Cu02IGgP8SQ,17711
8802
+ pulumi_azure_native/documentdb/private_endpoint_connection.py,sha256=8vzwxwEWzYWxzrx_Mkbdaj5Pg843sw4GJpk4BNoSI3o,16855
8803
+ pulumi_azure_native/documentdb/service.py,sha256=GR7ihMGS4JixyHUrRHWDOXjkzcu82gYidQD1zuBO19Y,12176
8804
+ pulumi_azure_native/documentdb/sql_resource_sql_container.py,sha256=r9-7ziDC8w5f2NZxdWngbQ-SU6boR3HEaSjc_b-9p9s,18999
8805
+ pulumi_azure_native/documentdb/sql_resource_sql_database.py,sha256=8GRAZAIC1D3K2merkPWsNqbBcI7SeO1Se6-mxpEuoMk,17977
8806
+ pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py,sha256=tnohyIZwbxKT3d7UpUcOy4hgh0BQw1chbAhcjRPt_10,14832
8807
+ pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py,sha256=ZrmFFP1ZG24L09qCErco2o8-ZR7ZshBUteuhQynCvSQ,17118
8808
+ pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py,sha256=_Eo67NpGbq6vXxCzqT-panMwRXNndLLP0DrDnlIOYZU,19807
8809
+ pulumi_azure_native/documentdb/sql_resource_sql_trigger.py,sha256=xnCkcve3dpgAFZdCg_b1x6k4xCd-9V1PcdRVg_D2mKI,19158
8810
+ pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py,sha256=0Ef7H2RIUzlYc4RgJY4f7Vl1x9insas_BQwcAsIp_qY,20150
8811
+ pulumi_azure_native/documentdb/table_resource_table.py,sha256=qjbFg_vNscSCE1tueFdXGQripExY4WUM3XX-MDUBjvQ,17611
8837
8812
  pulumi_azure_native/documentdb/throughput_pool.py,sha256=ap__oTSfz-KEHcb0U4X7lF4v4PeBI3RBIZKGdG7mya4,11110
8838
8813
  pulumi_azure_native/documentdb/throughput_pool_account.py,sha256=0cPVw_AkWBrZJWQBP6VUm-boe0pSLXl9-Jsvc0z9c44,12358
8839
8814
  pulumi_azure_native/documentdb/v20210401preview/__init__.py,sha256=N_COjE1l09hoUBrc3H76gS93eRuZgjC_O8OZNbmycHE,485
8840
8815
  pulumi_azure_native/documentdb/v20210401preview/_enums.py,sha256=4fEcJMSmYa_k1_2Srv2vC6HhJT83tfXtlcMilX8CZHQ,2877
8841
8816
  pulumi_azure_native/documentdb/v20210401preview/_inputs.py,sha256=odnkEB1tUfP10-OxG9_gA03lXnZITb1eDBz4S0FfA0c,68672
8842
- pulumi_azure_native/documentdb/v20210401preview/database_account.py,sha256=3E0DZpbyvnBnprCS-G7eDB16R0Q_3CJFa4DwbgNWjuQ,31982
8817
+ pulumi_azure_native/documentdb/v20210401preview/database_account.py,sha256=ghzv9FatJacJmLvI3kAmMVYf1rbW-rYY6vcfu7sAOcQ,31909
8843
8818
  pulumi_azure_native/documentdb/v20210401preview/get_database_account.py,sha256=kpmutQUURFLx1lNCk86Dvy8j-JjNAFAetmmnTCECG60,27810
8844
8819
  pulumi_azure_native/documentdb/v20210401preview/list_database_account_connection_strings.py,sha256=Qp0pyEkhu4pQ_S-eVH6i9fIZWjcOzfojXHJkrbsCFm8,3484
8845
8820
  pulumi_azure_native/documentdb/v20210401preview/list_database_account_keys.py,sha256=vUtGDVnTbZQJf67WMx-JUv-ZQyQ1zKP8JFvi6sKchGE,5223
@@ -8847,21 +8822,21 @@ pulumi_azure_native/documentdb/v20210401preview/outputs.py,sha256=m7V49SkMlGsGfO
8847
8822
  pulumi_azure_native/documentdb/v20210701preview/__init__.py,sha256=RpsvvACNTHUMP3dpH9cCRMlUmNSm3n8awiwJgDUNj28,389
8848
8823
  pulumi_azure_native/documentdb/v20210701preview/_enums.py,sha256=7gi-w5kJBtgvsljo9SET_1AJdO2Si1UsI3CGFLvFnnE,1386
8849
8824
  pulumi_azure_native/documentdb/v20210701preview/_inputs.py,sha256=U9IW9z3T1RgC68ClTcJ4e1SDrsBfNB3DsXF8cvfM4gY,18528
8850
- pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py,sha256=-f9QNi4tmLk7PfqnnsHZcErMoanerWDYVRh1wQGVwAk,15063
8825
+ pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py,sha256=HKA2Qlt4AQrciXia0KdME8q4b41iqP8CPnPv-bMRpDo,14989
8851
8826
  pulumi_azure_native/documentdb/v20210701preview/get_cassandra_cluster.py,sha256=eVeDGV3D2MOrIlHDlNvFHkTkfeDIUaNdJ-3eXOyGilQ,5968
8852
8827
  pulumi_azure_native/documentdb/v20210701preview/outputs.py,sha256=DhT29_9j1Vu_h1SXh_WyHRD6cPeBAigrrCQTEzWCPwk,20503
8853
8828
  pulumi_azure_native/documentdb/v20230301preview/__init__.py,sha256=TtBYNILgiC0Iz5J5yfOknukaS-z1vPqAAJ-ulYQ86Y0,411
8854
8829
  pulumi_azure_native/documentdb/v20230301preview/_inputs.py,sha256=s2safRQLOViAlHnMNWoePh3DPp7EsxMe8xeBevFMlyA,4251
8855
8830
  pulumi_azure_native/documentdb/v20230301preview/get_mongo_db_resource_mongo_role_definition.py,sha256=AXkUh8KEggXeApQib6k1K5EOhI9C5BKjH6d7vzSXUHs,6846
8856
- pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py,sha256=9i1PHdvyBHWRalarsmFD7ZHnr6oQn3XRtx-6ChmeLxU,16655
8831
+ pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py,sha256=2FhlxBNj1pTKGnPG8QCK4QW9jv2xX81ji39iQEPegSU,16563
8857
8832
  pulumi_azure_native/documentdb/v20230301preview/outputs.py,sha256=3PKCVcSUAFNrPALFllzLCw0HH6r6ZxZRa7vdqvcf3es,3525
8858
8833
  pulumi_azure_native/documentdb/v20230315preview/__init__.py,sha256=gsqpro6JpnBz26RBXzfA2JyZA8NdTZnkLsyqLXlXNGI,2044
8859
8834
  pulumi_azure_native/documentdb/v20230315preview/_enums.py,sha256=GbwJSRBXK5iioq2ok_uzW31xbXu8KIs86MBkEU5CTgs,6073
8860
8835
  pulumi_azure_native/documentdb/v20230315preview/_inputs.py,sha256=fsTg48urj6lQ3vinR2Ba50zQcmAbCchvIfL5RDBLIOk,125518
8861
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py,sha256=jOQC7TgpnpKlgKBQxLfpJCfel5tbI01xX35dIwgP9oc,19630
8862
- pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py,sha256=mJ7QO1JmEZcy-XVaagITvguWSJ3X5g_-9juZ4B7l674,20295
8836
+ pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py,sha256=bfP57Nblzbz8NiqhV6KeQeUbVgQ3T3eaplPWSabsM5U,19538
8837
+ pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py,sha256=tX7RgXIDCsjlFnRGDuaUSNNRI1yDa2MOu6h_abjFlJc,20206
8863
8838
  pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py,sha256=VnFO2cBzgKpUohuwY23VXuUGIqmiLWvlFqO2XdN2G84,17809
8864
- pulumi_azure_native/documentdb/v20230315preview/database_account.py,sha256=gQ08z7hrXxcD51-11mqxsp_SwyoO7pO-YTIqP3VymDg,73462
8839
+ pulumi_azure_native/documentdb/v20230315preview/database_account.py,sha256=Egxn7gz7yKnSg-FZfl5xdqLb_qdZvnkMnO21bB7-fiY,73389
8865
8840
  pulumi_azure_native/documentdb/v20230315preview/get_cassandra_resource_cassandra_keyspace.py,sha256=9St6F-X3CQ8tF5UdFjN8ofE0WighozVgMy3gFnjvG-s,7152
8866
8841
  pulumi_azure_native/documentdb/v20230315preview/get_cassandra_resource_cassandra_table.py,sha256=vTIiZaun4ix8ZbrGAbgdTUK0IeE1hRbkWzE8wcBknrw,7335
8867
8842
  pulumi_azure_native/documentdb/v20230315preview/get_cassandra_resource_cassandra_view.py,sha256=0a859vqHgBdmZamMO2CT0jmLxZQiVwpSAmw1bKaRLlI,7298
@@ -8880,30 +8855,30 @@ pulumi_azure_native/documentdb/v20230315preview/get_sql_resource_sql_trigger.py,
8880
8855
  pulumi_azure_native/documentdb/v20230315preview/get_sql_resource_sql_user_defined_function.py,sha256=xzxYpsOYe49r50JhT0EjU4X4nINWAOuUhUA87zMk80A,7474
8881
8856
  pulumi_azure_native/documentdb/v20230315preview/get_table_resource_table.py,sha256=jlyNeXVx1xijopZbVW9cSjlgRzRCs0eNx_C1Sy2cKas,6702
8882
8857
  pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py,sha256=vIxz8BOHpmdNFCzumgHvSU-6g0IgKb6mSQbV3SfcIsE,16519
8883
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py,sha256=Hp502MMHmKuXqQdWZCIuS5SLN15QJtjpvm1mPZ_QsZU,19378
8884
- pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py,sha256=e732CNaUEBNn_dskPTNmWp9iRXfM-YcUc9vkrLRiJQY,20043
8858
+ pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py,sha256=PjZk2-wq_X5yEtShz0JgFxl7nAyaiKa0FvDBADNvuBM,19290
8859
+ pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py,sha256=k9V-aNZ2FxrlDj1KPnlY_iKNoUg_yFRLgvgLciwF9LQ,19958
8885
8860
  pulumi_azure_native/documentdb/v20230315preview/list_database_account_connection_strings.py,sha256=wEq8rHOYk0h2lmy_1xqfo_wZH5uf8pzfkgRH1uSUsrY,3484
8886
8861
  pulumi_azure_native/documentdb/v20230315preview/list_database_account_keys.py,sha256=vJzUqrj0yD6WyHtVGtnZxEEiNlfAt2qrvkFMse37ob0,5223
8887
8862
  pulumi_azure_native/documentdb/v20230315preview/list_mongo_cluster_connection_strings.py,sha256=Ej5fezc1K0cdyC4k77DfAUJrVpiqG_W6zQ5POJUd3EA,3591
8888
8863
  pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py,sha256=eMboEnTcVmAb1c9Tb5rGibXWVY7gzIsrRi5hE5KihJ8,18959
8889
8864
  pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py,sha256=vFYslE1yDcUOdEZxqyMUuBJwjpx2Q9miYwHIer6eWVY,11821
8890
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py,sha256=rDmil8A5CfU3TrTc1ZqMP6hbQHyh_Q6XcbT-jZaT76c,20488
8891
- pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py,sha256=n-Dh598NgeuluUAUac486bTBmw_TE6-PL60-6shLjtY,19378
8865
+ pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py,sha256=9IPHBNTqz76immaKc4Hf7Jx8v9oOrX4xcVVUI2azedc,20398
8866
+ pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py,sha256=phkk6wBKQm4ESe7YRK_cUQlkfTRP6IWDNrXzChEf8S8,19290
8892
8867
  pulumi_azure_native/documentdb/v20230315preview/outputs.py,sha256=L1wPWDgSnsJrGUuNR3Gpo0z8fkDTlmFaxcXdjiULJ9w,191983
8893
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py,sha256=FY94g9l-YUaC9e75KSvc1v35xex0pJxWGE-Io4PhMBk,19875
8894
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py,sha256=bJ-PbK3EgwZEFfHpSlQWD_eqgEbiI9VlDQUKw0vleUM,18874
8895
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py,sha256=WP3sUXv_K9VQmmOItJiBSJEZaPDQ97d76keJoOXOsVM,20711
8896
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py,sha256=Vgbuhg6JTxz7tPOiSjwiLo6kGfab8tZn4MiYy9rTkN8,20032
8897
- pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py,sha256=fsvDqtn05RKTyP2WtOz1WOgSCNV6YlTlnbNNkfK4Iuk,21058
8898
- pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py,sha256=Lv0IbqWSB22Q-5M_5fCXqIOmjXsFhamERwTeSI6Rhw4,18504
8868
+ pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py,sha256=AnLEMt3110CstnG04hi36i2PfIke-3pWl_r9guMrS90,19794
8869
+ pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py,sha256=mrwAhRlnar6flFk3ziVc1mxGMqm62-c1aOB1swDHx2w,18794
8870
+ pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py,sha256=XMzBLJ6ruuTXUu7d8IailAT_jDmqi3Sp5ieDO8vVUgE,20624
8871
+ pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py,sha256=A0zjBHwYCJDkh2wXSv0OjPAjsiANet5bc3cVDiVOzdE,19953
8872
+ pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py,sha256=7VNioPgL4S5l73xmYsiHbVQ91nWy83TLu2maMclAnPw,20967
8873
+ pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py,sha256=wJNInmo5Ap9hdVzTPBjMM3CWI5OkhPNxbZb-8FigPGw,18428
8899
8874
  pulumi_azure_native/documentdb/v20230415/__init__.py,sha256=t9d7oZCjh26cSb9svo61ioo68SNtORV0JZ7xOFNG544,2504
8900
8875
  pulumi_azure_native/documentdb/v20230415/_enums.py,sha256=Ajr4MjJwsL2R0mmd9BkkcNb8iP4-sR9n1eswuSP_Zpo,7628
8901
8876
  pulumi_azure_native/documentdb/v20230415/_inputs.py,sha256=5deyj0ggrVzwbzzP2Iq1adk35URgS7-DcENGVgASIV4,149380
8902
- pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py,sha256=rGpISVdP68D1C7Q-JJdIAEHl5_rbrQMyF0Y9UwMVEr4,15191
8903
- pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py,sha256=tCaDwjpA7G85JKI75vSpCrKSTuD-Svf6YUjXe3F8pWQ,10721
8904
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py,sha256=k_kmFnfA9GTeJOVW48P5zDQxc2jf5ppsDIfPSIJ0MlE,18314
8905
- pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py,sha256=gmQpfjFbg68PcFk0EPydxFEPu5BBecEaDn3-8tOpO9c,18979
8906
- pulumi_azure_native/documentdb/v20230415/database_account.py,sha256=2dozGOEL2-NyMm4bDKHPTtHu5-3_SWyoyheOV7jE7wY,68378
8877
+ pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py,sha256=SC-k0SWlk5LDHw6-5gqyV2nlDA56G14dZVB--eIR8wE,15117
8878
+ pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py,sha256=gSrR3gkXhWJfvEsg00uF4ihXXQtmp3mAQfI8JOi0YxU,10644
8879
+ pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py,sha256=LHSBo1cT9F-sQpy5F3mbGHqph8OV8WY7-VwKkps6veE,18222
8880
+ pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py,sha256=bAnR4e60mFGgvnEJGAqhvckykysPg8Wryg8AZPum95g,18890
8881
+ pulumi_azure_native/documentdb/v20230415/database_account.py,sha256=8ITPryXh1_E7pbf5Fk9ZxAqjfFk_FLPz53WoaDTNOU4,68305
8907
8882
  pulumi_azure_native/documentdb/v20230415/get_cassandra_cluster.py,sha256=J_FIBExHTVWqi8AUv_-T1PwhC0hxhWYsxhaVIU8utRQ,5977
8908
8883
  pulumi_azure_native/documentdb/v20230415/get_cassandra_data_center.py,sha256=AWDdjLCHWUL5wGWLfb2UBPtQwsOs86cCoeF_cA2pFVk,4526
8909
8884
  pulumi_azure_native/documentdb/v20230415/get_cassandra_resource_cassandra_keyspace.py,sha256=MBnm6f7zQNnaj5PScOSEAYfS-5Fc7VjEndjdBLpyg9Y,6649
@@ -8926,35 +8901,35 @@ pulumi_azure_native/documentdb/v20230415/get_sql_resource_sql_stored_procedure.p
8926
8901
  pulumi_azure_native/documentdb/v20230415/get_sql_resource_sql_trigger.py,sha256=Rl9qMBfJCJMAd5E16jKBPemjsK4b-218XQ5F3cA4WoY,6475
8927
8902
  pulumi_azure_native/documentdb/v20230415/get_sql_resource_sql_user_defined_function.py,sha256=PmjzdEqUP20MZtPDYLZFv85IvGL-CSWc8yCHeR9j1Us,6971
8928
8903
  pulumi_azure_native/documentdb/v20230415/get_table_resource_table.py,sha256=xq30n6mesnuyTQaYgQDBIv-5NDkMX6YwSQMgepy-uPw,6199
8929
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py,sha256=hWATTorhZvQ6uEb6sztH9npCvyyOkRdctF7s6gusnOc,18062
8930
- pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py,sha256=mSwDQ7a1Ed8XeNusZFVRibpvu9vKkaYDZ99P_L7A4iw,18749
8904
+ pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py,sha256=CkwZZZZL_DGdchq2SDfvdEI7gxRmrSZCr_5kfEB0xTI,17974
8905
+ pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py,sha256=D1-CtnlZ-K9tq0cftlqyQ2FUOJOYdubGcros6fyL8m0,18664
8931
8906
  pulumi_azure_native/documentdb/v20230415/list_database_account_connection_strings.py,sha256=OzTY2GnyjotmZCcdCTZeIDBghkAGLQgyvtwlOdQR3EM,3477
8932
8907
  pulumi_azure_native/documentdb/v20230415/list_database_account_keys.py,sha256=iIJYysLJVZxRIuvKXQ5vtqANXamw7dYC6cri5cj_7wg,5216
8933
8908
  pulumi_azure_native/documentdb/v20230415/list_notebook_workspace_connection_info.py,sha256=zXKOusNeYufX2qLuopHRuiLfZ3HHZ6AsAuXKOoXAAfA,4348
8934
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py,sha256=6auQfspvlMz82gONSmTnampod1iMEwVTju_sMuDvZ28,19172
8935
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py,sha256=ikSkGpK26n8A1w1INi6Abv2xp9y6xaX1IAMLdvhVuYI,18062
8936
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py,sha256=ya2ym1a0FN685UlcDowh_lwYpw5fZsUVQg1lFfJS7cM,16817
8937
- pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py,sha256=ZVYCEHhaygsQdqfmo6mF5CyodJg_Q9GUHu5XsKuxK8w,17045
8938
- pulumi_azure_native/documentdb/v20230415/notebook_workspace.py,sha256=LhP07j2UJjDItfEDdU3aCq6rWZE9VTCPq8I3A6a51VA,10790
8909
+ pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py,sha256=SCO6bVn43fnq_1E41kMmPOntgW5Q4nc1aiqlIGC5u7M,19082
8910
+ pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py,sha256=FwOj_8I_mOc6r4XOCcOOVtkZIRRED7te0fcka4VnHV4,17974
8911
+ pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py,sha256=l8LugEd9muk5LxZR6kVPCUiMCvyFbntolaSew94y9ck,16725
8912
+ pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py,sha256=RsAID9ZOcHEtaj0038p5TeTAlontnR2IIKZXSJ4xLkk,16953
8913
+ pulumi_azure_native/documentdb/v20230415/notebook_workspace.py,sha256=aQbTL4cI9aNvCt2rsTZahWWvfAQNPsElZe3egG3Mp88,10715
8939
8914
  pulumi_azure_native/documentdb/v20230415/outputs.py,sha256=DAVFecnU_moLxLVl8g8xFsh5fOfsBcWE0xQa_15YadI,229502
8940
- pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py,sha256=U6V1poYJSdk4_r-9kl-HYMTVPqc2Gm-yhrs3_LWHiW8,16463
8941
- pulumi_azure_native/documentdb/v20230415/service.py,sha256=dcVSZ27frGjdJv1exo5O_YZub73pKOCIun6KIb2R1tY,11790
8942
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py,sha256=afyU0488nr7Fp_NzPYpoe3F9Rs5fRKwSw04JVVRq65k,18581
8943
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py,sha256=XWyg2bNVZQ_yBelTTxK1-BNTsedU6oQYlki9sVs0oTA,17558
8944
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py,sha256=UKI-Y2UJik3HDQs59HNzjuew8AMYIkzDN-D2R7IdrX8,14467
8945
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py,sha256=oKSwRuVJteWsGF7bwiNR6xXHOCpoodggRFQkTusi2KM,16753
8946
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py,sha256=zj_rDCnC3U4pEjtPzZTV8R9FBRxr4YJyrGtwIjAEVgk,19395
8947
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py,sha256=FRzWD5U4T1h_UYjpQHqb93hPAKA7MlCvZ3vFOs0sAnY,18738
8948
- pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py,sha256=_kjpM9UWyvl8hbNOvfWxbOzOQHDzWFYNIOMWVVFt750,19742
8949
- pulumi_azure_native/documentdb/v20230415/table_resource_table.py,sha256=Sfkydgjhu_FfVumpeH46wS3Oi5YdJ6ouKXh1itGywHQ,17188
8915
+ pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py,sha256=S9QcCoke4hfb1FBRkfKQz-hDEbqLJT69z4rda-QRnec,16380
8916
+ pulumi_azure_native/documentdb/v20230415/service.py,sha256=2urUz0DrPjl3cAgRL9yqyEagcfzYUzJaey1IgixThMA,11725
8917
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py,sha256=uoBHzaEEaaPQx1uEFEEWAr9n24-ly9Ink_Q-t4ZrzFU,18500
8918
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py,sha256=748Ad9tt8lPybMKMidRiPglsJfMvGeVWQlHtYEq7XnY,17478
8919
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py,sha256=duYuiN4pn-MfYyBqVuMAU5b5vZX-Cr63VSRToTc49iQ,14381
8920
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py,sha256=avZbZyNiatOd75eVWc8TqGLlW96M3fTLfbXpQL3DiYI,16667
8921
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py,sha256=dBMgROy29Q6_Ws7Z7ecpGHP01KOJkpE-RWuSOTrk52M,19308
8922
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py,sha256=LgXSh47_KrDYglaevh16B0a3ibLtZqQGOtNVzRufilU,18659
8923
+ pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py,sha256=iHG1IUsNnMzt7Kwg11Jjdi2uW9ynvpgyvDQIbeas1IY,19651
8924
+ pulumi_azure_native/documentdb/v20230415/table_resource_table.py,sha256=F232EoMXJ-hhAnWBHQsrKQyJ4YJ5cuTsSCR7wD-CHEA,17112
8950
8925
  pulumi_azure_native/documentdb/v20230915/__init__.py,sha256=t9d7oZCjh26cSb9svo61ioo68SNtORV0JZ7xOFNG544,2504
8951
8926
  pulumi_azure_native/documentdb/v20230915/_enums.py,sha256=uWKVLiWqTQlaQieJKwyGVnZd_uQdn7zcv72w_zq1MfM,14625
8952
8927
  pulumi_azure_native/documentdb/v20230915/_inputs.py,sha256=mBnieJcBn6aqHlk-e20h5VKPH11SoKSKEOR-nlOUr74,149524
8953
- pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py,sha256=q1V_8wPFkevdalzuz4P-9lfiWG-HiTBRJ5zY4uXAPrE,15191
8954
- pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py,sha256=GQw1jYPgVQHmg-F9RbTGTHGf8-f2aiSASD7aPDwc17c,10721
8955
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py,sha256=wXpF1swkEPFgOzf-w91MtqufoIYliukYlqCynRM093A,18314
8956
- pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py,sha256=MyAGJKoVR-jzj7EsyP57rD1aWUks3ZfMQ-LKP8jG6PI,18979
8957
- pulumi_azure_native/documentdb/v20230915/database_account.py,sha256=2Yqq6UB5BwSSFXfPQpqqVC2xHVwS-oA2ZgwYz2GN-nI,72097
8928
+ pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py,sha256=0cvLlLHmDvDka-nX2dNu2TYnuROYhPThETCb12omPgI,15117
8929
+ pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py,sha256=Sg_GbLCADKuWheyUS9OqKi6Gr1FJMacbZCbsu5F8k7k,10644
8930
+ pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py,sha256=nsexOTa7NlKFdPMY5uNKSIqW0-a_3eZMSUQgCwsVV-k,18222
8931
+ pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py,sha256=5caZoecfrpiNR6QDw1rQOePlzW9e2pmM0SYAIWMrT9o,18890
8932
+ pulumi_azure_native/documentdb/v20230915/database_account.py,sha256=H5jvtn64qgnqy87f-cy5_hui9GuQo637__q90PD6Xbc,72024
8958
8933
  pulumi_azure_native/documentdb/v20230915/get_cassandra_cluster.py,sha256=H_Y5mjht8HncA2v2zrKu6-vFacAWWycFNdH8LuaRnAo,5977
8959
8934
  pulumi_azure_native/documentdb/v20230915/get_cassandra_data_center.py,sha256=0cl6t6bQbRNE4SGac-jZer5kagxQA9cK-S4av0tZ3iw,4526
8960
8935
  pulumi_azure_native/documentdb/v20230915/get_cassandra_resource_cassandra_keyspace.py,sha256=rbMCfQJy081P73SoRfDY3Z3KnZ_rmPnCvl07o_9rBoQ,6649
@@ -8977,36 +8952,36 @@ pulumi_azure_native/documentdb/v20230915/get_sql_resource_sql_stored_procedure.p
8977
8952
  pulumi_azure_native/documentdb/v20230915/get_sql_resource_sql_trigger.py,sha256=Y4G2ptrobuDqamwm5Hj-3dfK2IUO7v0lmasPi3DhKEM,6475
8978
8953
  pulumi_azure_native/documentdb/v20230915/get_sql_resource_sql_user_defined_function.py,sha256=Yj1r4OiOrmPqsKGQJVPOidKPhsZnxbCklnEMu3VwgFw,6971
8979
8954
  pulumi_azure_native/documentdb/v20230915/get_table_resource_table.py,sha256=Igc2XRRm_u_LsstfW-u8_XwyD0n8WTVGZGHbAGgXTG4,6199
8980
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py,sha256=k4Oi1lFmpJhniSDLx2Ib5uYJAd2oZYGHJUmmhEh87Bs,18062
8981
- pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py,sha256=UZm9NivyhBV4NVKpwuZkZ-RSX08N2ec42pdatnzZ9cg,18749
8955
+ pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py,sha256=h151ihcWSUUMBt-x3z6opx-XH8i3nVqw_k7ZOu7ulxU,17974
8956
+ pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py,sha256=8ra7DuTwjiFJkOKKq_uogb8Fs6KrS-hDLrYkJq4XY3M,18664
8982
8957
  pulumi_azure_native/documentdb/v20230915/list_database_account_connection_strings.py,sha256=Nybt1s2CLlFVIRCdxVizfLHoEk1lV_g3e9AMw7w6oQY,3477
8983
8958
  pulumi_azure_native/documentdb/v20230915/list_database_account_keys.py,sha256=GF610oIhJpCluRrdOfRr3Br5P747OGmd246uLbs1EBA,5216
8984
8959
  pulumi_azure_native/documentdb/v20230915/list_notebook_workspace_connection_info.py,sha256=KT3WiNlxl3BCejKk6OgFB9r9Wz4oYLJbU4Dn02dEnTY,4348
8985
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py,sha256=g00WWZltcQT5JO0lxoyT6srbr0-xFvdJxq9tqpyKh0U,19172
8986
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py,sha256=Hzfo0VtBBv6HSXO_QSsHdVMiZaDNMNwuGlRuW6Bf6wQ,18062
8987
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py,sha256=afjFiSq1caWGD5DmsCKEF69AdNrb4HgnIjE7TZ_pQsQ,16817
8988
- pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py,sha256=TF3H95o4S6FQkfwBegBQlRWhlkgIKMJ9pRcetj6dT38,17045
8989
- pulumi_azure_native/documentdb/v20230915/notebook_workspace.py,sha256=PNH7eCEBc1T3-uoqaNzTfttxSn_hcRUHYHdeM2xugp4,10790
8960
+ pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py,sha256=2yP8JhJbX494Anq1GSpozGeVMrUA5oVdtBPzySwmYrE,19082
8961
+ pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py,sha256=zq0-XblayOwqX4FwowxLv7zgRFid7xjCilDu5arSLJM,17974
8962
+ pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py,sha256=FPSR77fTiWNbDTd6pt_CagUwNEjjq-7z4ZbGkjuuYGM,16725
8963
+ pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py,sha256=dNGWl1JfgL6LgjyaZ1m2wUT_3TpnlDN7bgHTAKmCjuI,16953
8964
+ pulumi_azure_native/documentdb/v20230915/notebook_workspace.py,sha256=7pHz44-WbVjKEggE22IbLDu3d43OLDhdWFusy8H93Kg,10715
8990
8965
  pulumi_azure_native/documentdb/v20230915/outputs.py,sha256=DAVFecnU_moLxLVl8g8xFsh5fOfsBcWE0xQa_15YadI,229502
8991
- pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py,sha256=ROGJrpjjLmohEchub62LmIBfDkeplo26LOIrA1KcCA0,16463
8992
- pulumi_azure_native/documentdb/v20230915/service.py,sha256=i0rO7PzCRx8p14zbn9o8L11vSyp10m0HrbZUS13y0cE,11790
8993
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py,sha256=bHr4UHaOHJs4qpJLMRFmCWMkFMewrm4UHPaVdqeX6OM,18581
8994
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py,sha256=2b5nxaI9zzxs4uhKjBWze4ZbuHeUEHO55ytH45lflio,17558
8995
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py,sha256=DgZ3AU_Hs6eNmoizj_YzB2wW9cJ9fQ0Jiyfd3_w0ZNA,14467
8996
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py,sha256=J3fgb_Ej5Bsb_FYR_yatZGxJF3JaBXoMaVFcBdNy_BY,16753
8997
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py,sha256=BPQcbKF_5NCy16FIVkmYfDK1641KuQnVo2hvEPD5vOE,19395
8998
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py,sha256=rU_bQjx7nnHJFcOLeBnKbk-pS0tDysKMj2kZqpuEyKk,18738
8999
- pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py,sha256=SSNvzdhP0fyz9Akc5F8sD4Qy2fnF54-qPPkV_P_6RP0,19742
9000
- pulumi_azure_native/documentdb/v20230915/table_resource_table.py,sha256=ylSOYtVrbnIAjM9_Sk3dDyQMm1vMIuw2t6ihWwhBLP4,17188
8966
+ pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py,sha256=bq225kYWQEPN6E7FQJDYPhTdJcgG6QfnZ05CRXHHoEQ,16380
8967
+ pulumi_azure_native/documentdb/v20230915/service.py,sha256=1dhNfhEoSWs5cE-mvLPJSVwkhwVcTclPhIRAYD-TsZ8,11725
8968
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py,sha256=cuWDEivUXlyVKLwr5mjXEgoDI_NL428pDCU-330xKW8,18500
8969
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py,sha256=Wg4c8iQdgK4bmwcs6u1gR6GFthGGYtpji4PXB--0Www,17478
8970
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py,sha256=DTcS9TUrIC1vOiPgsQ3oQoxC4sN2nRN06eBquy4JaWY,14381
8971
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py,sha256=q36xVsprsbnXJwadlK-abkug0rzVZsSg0R2g2hJYxkY,16667
8972
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py,sha256=RxUeu-5XmfG97DAxSHxWowPCF5CQ1bUO48_xLMqdF7Y,19308
8973
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py,sha256=387UiqzNO7SqzgAZWbtJ-jcqc-hzztwW8BCGrS6VdyY,18659
8974
+ pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py,sha256=uG836N1Z0x_PoD7ECuoREn4Ywa6mdNwwIcsJ5MgQiNI,19651
8975
+ pulumi_azure_native/documentdb/v20230915/table_resource_table.py,sha256=n6mP7w63b7e7xh7x-qcq0lt8w0gvfsWY_Ky2H07BweY,17112
9001
8976
  pulumi_azure_native/documentdb/v20230915preview/__init__.py,sha256=QTxBveMmQ-jig8UHLcWNxcf-zyiXs4hYJW-RTEFHQRc,2887
9002
8977
  pulumi_azure_native/documentdb/v20230915preview/_enums.py,sha256=jM5n6MKeVntMXgYiv2H-Y8gKxDGBSnYOXs_qHWeu4Mg,15410
9003
8978
  pulumi_azure_native/documentdb/v20230915preview/_inputs.py,sha256=BIAGs3vjqrwc5JHXqIKncYK8zBsF-v_R4_Dd-reWzCY,178522
9004
- pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py,sha256=LYJTcp1f__7f-bSDmfXkEMdSXbTdWUzCMVRkDcq-zf0,15191
9005
- pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py,sha256=nQdAIQw9E2igA4QQB9MEEe1mAv8GtdNBiBvM1O7k2CI,10721
9006
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py,sha256=zM0a7AR5_wzcCIeJIhYXXtWaTUUSWa3eFsswMpWIg6Q,19630
9007
- pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py,sha256=mV2soVIoQxG1TBIGPVt3ZlA__Fd46vvTd177sybeB1Q,20295
8979
+ pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py,sha256=x5kAUABZGysdUftBkf785ba2E3EQ3DHrByrBXD4BnZo,15117
8980
+ pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py,sha256=5KeHq0ojJL0CUZ07NPgsUc8Msq7h6cxTSQJQvtS1r_c,10644
8981
+ pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py,sha256=itU_JPTCc4uiny5zhCKMQxZ36VRrzzZ9vRGCBVxCYfc,19538
8982
+ pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py,sha256=Mi-dvQJ7XnwH5ba8b8eHYZCc_WdPTt560ENALFg_dpc,20206
9008
8983
  pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py,sha256=wZXzdN0KWPyrRccwEk5tIfqzeV8O68bpgRLZkKNgccs,17809
9009
- pulumi_azure_native/documentdb/v20230915preview/database_account.py,sha256=CYiF9MQvbNPIWTrgKVk8oaIPqcGhKBNgHJ-Kpz1T0J4,79190
8984
+ pulumi_azure_native/documentdb/v20230915preview/database_account.py,sha256=xo8b5MLm5_62UksJxcX2Y_LhuvX4MAenf1Orva8qVyg,79117
9010
8985
  pulumi_azure_native/documentdb/v20230915preview/get_cassandra_cluster.py,sha256=zy8H8Z12E9qtCLTH2ThlPoy7l52yF78mmkS0L2BIvrQ,5984
9011
8986
  pulumi_azure_native/documentdb/v20230915preview/get_cassandra_data_center.py,sha256=2B6RyRIJz99o6qLPN62GDYiVS10VlMYZ5mBAotmbCB0,4533
9012
8987
  pulumi_azure_native/documentdb/v20230915preview/get_cassandra_resource_cassandra_keyspace.py,sha256=FEZHOJWP6eIZHUZGRL1WqiDB2OuVAGLf0QyaOqJBXn8,7152
@@ -9034,38 +9009,38 @@ pulumi_azure_native/documentdb/v20230915preview/get_sql_resource_sql_trigger.py,
9034
9009
  pulumi_azure_native/documentdb/v20230915preview/get_sql_resource_sql_user_defined_function.py,sha256=xnWcQzlLWFQ1NdiWPHbVNzuHEiB0e-Qsaoog2VdG-WE,7474
9035
9010
  pulumi_azure_native/documentdb/v20230915preview/get_table_resource_table.py,sha256=VI3fXX5PpOk-LpEG24EvNYhiVDJIoBGmGD2BMe8LrH4,6702
9036
9011
  pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py,sha256=byD8CwtGc2wRwySKBwpz-kOKJHD4NwL6fqqx85zrR3c,16519
9037
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py,sha256=ijngBsBMw5Q2aXZ-J2OsXux3-mKXF7JbMrPDfwUy0dU,19378
9038
- pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py,sha256=UyAv5YZ9uN9d2UjRLLhlR5aWPS3hsbva0qgzMjyoLXM,20043
9012
+ pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py,sha256=AAMeRk7yuyqQY6XrlgdP_Cdsah74gBwf5Fjh6BtbBmI,19290
9013
+ pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py,sha256=kys3_GHYhXcaT3py407vOLIuJh8IXMmUdyojhLduNWU,19958
9039
9014
  pulumi_azure_native/documentdb/v20230915preview/list_database_account_connection_strings.py,sha256=Dd04QHynY_NbfGcdMdQmoMYgKUxFWAklzGizS0sjtKI,3484
9040
9015
  pulumi_azure_native/documentdb/v20230915preview/list_database_account_keys.py,sha256=rin5wfhZlvKdLIuVyjccmkATYZeoQ-gqc5f6UtqAdCQ,5223
9041
9016
  pulumi_azure_native/documentdb/v20230915preview/list_mongo_cluster_connection_strings.py,sha256=zfx5NaWZSnWEbcc204H1h5xvHY9dy9j6wkUEYiuhkWc,3591
9042
9017
  pulumi_azure_native/documentdb/v20230915preview/list_notebook_workspace_connection_info.py,sha256=r4dgwUd1DrAcXY2mZbfAwLKgPZ4R7P1P13Ba77ngV4Q,4355
9043
9018
  pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py,sha256=XTtsNQCjrEDhyf1uTeK5ghAZn4EdLfkNYEZ4bT7LLD8,18959
9044
9019
  pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py,sha256=PjAwh3V0L-I6Ih_LGhHJYCOZZ-0AU7IrISol7fr80PU,11821
9045
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py,sha256=Rvl_gGafnfDdC2Q4BWpFVLFF6z_kkJ0Is56u3xEsyzs,20488
9046
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py,sha256=VD4B2k843ktc0Q8kfschZ5upPzb4SPh2FZ4-LK5sZlM,19378
9047
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py,sha256=J8n5B-ykLwNfNyk0KvRKSsQ0Fx_qVAtxVqG4uSp2Tlc,16817
9048
- pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py,sha256=U5A3Pdsq5T_D3QQW5APkESiD0gCzZdXOHkAlwm9MgI4,17045
9049
- pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py,sha256=Gpv9uKcNt9vgYCCfw-QiZ7qh0iDIIEAI9wkPNY8KIpg,10790
9020
+ pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py,sha256=gsddhiUqdNGp0Hb34nq4qOzDbCLpOjByEJphPDqRUQc,20398
9021
+ pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py,sha256=BAF9RE6GHpRgeX-g5o-JB1IrVkYTutW8_ZCr5EK5E70,19290
9022
+ pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py,sha256=AAHR03lJCLr4UsPJbZjIDb_ib--iFxYSOOF4NxGQQ-k,16725
9023
+ pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py,sha256=WYjxsNKayCCcyqmKbB80M857K3eXX9B5MsNXwambbOg,16953
9024
+ pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py,sha256=MLobOl1hKjSBJ-Ff7EcW5oAYyxfBPyUN1DO6IlOStGo,10715
9050
9025
  pulumi_azure_native/documentdb/v20230915preview/outputs.py,sha256=aOAm1S-WfQ1jJ6eshtUxhr95Wvhlqop-xw5e4o6m1z0,264445
9051
- pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py,sha256=f_jwN3tajd8-IXzrI_1wglba_R8BuMi-16Ao1vW5gjo,16463
9052
- pulumi_azure_native/documentdb/v20230915preview/service.py,sha256=gsNwZwb58U4sIDLDRf4DlQLlOlkMsCvaGyguIjE_zzw,11790
9053
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py,sha256=bXqMjLd91b2T8JIEmaMquoix2cw3CEHt_xdCO2gWtAI,19875
9054
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py,sha256=iqHOIya-hHela77X4_QyfuW9qR3SNsE88EkZ4tcqxHo,18874
9055
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py,sha256=rJx0b2u33J0NfEl2mni9wrCqL43twEc2Fxd-KhvzEpw,14467
9056
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py,sha256=G-AjrtWUwELYDq1wjJTOtkfTH5Xn_JriLxVeqIkqrxs,16753
9057
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py,sha256=T4dnbH4H-q3C8C9amrij4XhqOoKegWGvxFnAqqWP534,20711
9058
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py,sha256=X-RPc5nIk5WZchqBvhc_X6lbyiSP-DXva4cIOA5kwuY,20032
9059
- pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py,sha256=JXFNME8pzAKY-p6QKCpmpsfoHsfnWvHhSkEjTaRJFDk,21058
9060
- pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py,sha256=GgtgxGjAB4FFEi0fAMlxny4P0bC8rectBlBTaWE__MA,18504
9026
+ pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py,sha256=MWGeeWmXZefEYX3iZeVdem1eisr_L1cCJMIHVOOBA_k,16380
9027
+ pulumi_azure_native/documentdb/v20230915preview/service.py,sha256=NOOWuQ1MraizZJjA2T3RBkkUYdbNFN2DTMLuSqM_XjY,11725
9028
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py,sha256=2djPClnIEDJ7Jqv3_R2k0tuPdEx9tp9pu050qt2wxxY,19794
9029
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py,sha256=wieNKhTHEf96ZqBzc6PvGOuT3oMQp5SNwu00VVD65uE,18794
9030
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py,sha256=expeVFQbmQbg5QpLnVQNBmXtkodKOydq47vIeNJ5UF0,14381
9031
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py,sha256=T4nIhEuSXEiVmQsneC_hojWW1xRuFlVFpSUk7EhyNbk,16667
9032
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py,sha256=cIbcQcIT-be-FEe6u9yz2Q98gKvW4nGwU8JtdIgHQZM,20624
9033
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py,sha256=kC7CNlCGbFO8vbYKqz8MVoZL2jIV5VprIEbUPkrECmA,19953
9034
+ pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py,sha256=IOFtch6-S-x1EqcwlK0Dseu4pYTnU8heZltMsrYX97c,20967
9035
+ pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py,sha256=IQQfPcEUKsqjjx9oqmAPjioHCL2jfKxgS5EX2xx0SPU,18428
9061
9036
  pulumi_azure_native/documentdb/v20231115/__init__.py,sha256=t9d7oZCjh26cSb9svo61ioo68SNtORV0JZ7xOFNG544,2504
9062
9037
  pulumi_azure_native/documentdb/v20231115/_enums.py,sha256=9wkoWSDD2YcFmBUO_6EuVXjpYkhXWKpdtKKfrztE4CI,7629
9063
9038
  pulumi_azure_native/documentdb/v20231115/_inputs.py,sha256=h4ElZ0HI6dj47znIKrZatzBx97LcRj48lAXlf5nTKFQ,164719
9064
- pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py,sha256=JaUTlYOBP72SZH49cKdkQpPhxWQJm59DO8kDzlwB4l8,15191
9065
- pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py,sha256=0zMkMSHzSTTyoq6oN2yDjIa_uZJ96uCpWNrGal2DDNo,10721
9066
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py,sha256=oQUQYqROnU3_BtX7g-q_i3HX43aIx9m7THNm7G3LGqk,18314
9067
- pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py,sha256=KcO9ea1MHLIHzBYHfqniLsilatSp2HNaf_L77Kx5AN8,18979
9068
- pulumi_azure_native/documentdb/v20231115/database_account.py,sha256=obWjmVNdafUO4CgKI60NX6C3rSEaurDvj6cpiX118Kk,71852
9039
+ pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py,sha256=-356ZvUzYDYOTX7IT6xSokCnQ1YbYb7-l-vXjLOhbQA,15117
9040
+ pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py,sha256=oZKTabx4pSftIMTwbVDJYvm47knf1RKm29oJell9MqE,10644
9041
+ pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py,sha256=JWif_0KiwYQX19dvdioHRIo44_nl9L1ci46NCGGLJKo,18222
9042
+ pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py,sha256=WmPKkszq9bGSpNNhCxR0IFYDUuLyyr3Iywq9K4CWVJU,18890
9043
+ pulumi_azure_native/documentdb/v20231115/database_account.py,sha256=L_g2Vo1Y_L-DiMscFdLgJ1Xr1SFa6emDoDYJC6ORrNs,71779
9069
9044
  pulumi_azure_native/documentdb/v20231115/get_cassandra_cluster.py,sha256=jugCEtYM4j63lno4qQ6oGVrvzk5Iy-z91L-vn4y2bXc,5977
9070
9045
  pulumi_azure_native/documentdb/v20231115/get_cassandra_data_center.py,sha256=cg-TcnYNBD5pMS5z9MMB3d5DQETRwpcQW9DJYZtwmNM,4526
9071
9046
  pulumi_azure_native/documentdb/v20231115/get_cassandra_resource_cassandra_keyspace.py,sha256=vkqtByFhYnjxiDwpWpzhAztOxycyV0SzSpIjPvYKs64,6649
@@ -9088,36 +9063,36 @@ pulumi_azure_native/documentdb/v20231115/get_sql_resource_sql_stored_procedure.p
9088
9063
  pulumi_azure_native/documentdb/v20231115/get_sql_resource_sql_trigger.py,sha256=cmgcj-VDatsEwcn8lYcxISZXZYl06xfb0tdt-9ug6ZU,6475
9089
9064
  pulumi_azure_native/documentdb/v20231115/get_sql_resource_sql_user_defined_function.py,sha256=fZUbdbhaiB6UX3L7JO0JxyFdXe6nNqBmHWMU-vv6vAs,6971
9090
9065
  pulumi_azure_native/documentdb/v20231115/get_table_resource_table.py,sha256=blB5cOmZ3hXOA_TWDhT0rr4Yhkvza_do83lDGefdf_8,6199
9091
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py,sha256=fbDN0ko0AvwewecepBdAG3O0C1zsbkXp0QcTtnBJYto,18084
9092
- pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py,sha256=pLF37CBhcqIwCuWEnLL2v_9rYenrdDaDA5HITxLQbcM,18749
9066
+ pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py,sha256=QbjXRG6b0NYsTzPOGbVqvXVEvvvm6Ob2cb1MRGouEMA,17996
9067
+ pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py,sha256=by7idqGoNDas9mzbMqfFJr3yUaIHMWsOFPBSWUXWO0k,18664
9093
9068
  pulumi_azure_native/documentdb/v20231115/list_database_account_connection_strings.py,sha256=sOYMolm3e0TZGM5Ky8LE37NHi75IuGVPCfNheCPAds4,3477
9094
9069
  pulumi_azure_native/documentdb/v20231115/list_database_account_keys.py,sha256=krnSjiDbnIMk6r_JCh-A4mBPMwKbXEBEI1Zc25LDjHM,5216
9095
9070
  pulumi_azure_native/documentdb/v20231115/list_notebook_workspace_connection_info.py,sha256=kjGKfIvSjlNwe_3-2lOKAwqk3drbgIJSh_HkWXzgKGM,4348
9096
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py,sha256=gg7RVU1CUiPFi5xUrT_rqSqbK3za1kQwCBgHp6Y6SeM,19194
9097
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py,sha256=P19b21PmdbJKFEQU1aIoWT2a1RVmOvb2N8H9IdCPyc0,18084
9098
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py,sha256=uzMpjynLS4sXPjYj2xxhJMrhYXTD5mQG3j5RxTKs7is,16817
9099
- pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py,sha256=AqvfS2-U9bhlI_UHuuaKf3-LXWy5LDlVg0fpm4yhtJc,17045
9100
- pulumi_azure_native/documentdb/v20231115/notebook_workspace.py,sha256=NvwCkn86iJG3TMZCaBue7J51eFPs11iHL9XL6ZtbxrA,10790
9071
+ pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py,sha256=KyqBrU8yT2tGwPipvchQxX9KjR6zhMkJREr4sO9kJkY,19104
9072
+ pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py,sha256=b4ShUwsYgRAh1Ea0-297HXsW5DifgpnPEvE3tDgl1wI,17996
9073
+ pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py,sha256=4RMvy1Vnft5vbWTV7i6mEXPHsKAzDoK0beNRaUjMpd0,16725
9074
+ pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py,sha256=dw9vfl_7vm-26-A93WgK4u-LhNWifjjLdEYxDxHtBho,16953
9075
+ pulumi_azure_native/documentdb/v20231115/notebook_workspace.py,sha256=v6QI-pi1eutdVxAMqSwm4sYPf48W-wic-18RBzaM7X4,10715
9101
9076
  pulumi_azure_native/documentdb/v20231115/outputs.py,sha256=BuDpwAjojQRSP-QQBuE-huvJjxc6QrjjMQZ0I8Z_wc8,244844
9102
- pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py,sha256=IMrQYM7uA_I1W9RmKcqB7P_iX_I6IR8Ly3-TpODLgto,16463
9103
- pulumi_azure_native/documentdb/v20231115/service.py,sha256=5cGSFhiz3TkX0qROXuaT2sGy_DBQS-tXlCOVKnv8Hnc,11790
9104
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py,sha256=pf-DoWIgzxrszlNOqnssaqDVyUrsAE4Sgq_9lN_jdu4,18581
9105
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py,sha256=z6s04sOxcaZSe6L4vnfgeE7ZwnHgSpzf0I8eI7bBrlU,17580
9106
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py,sha256=NxAY0OvsM6ZLwDNB_Tbjqq8tUA0AXGPWOgf6aNoiYLY,14467
9107
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py,sha256=SE26e5wePUPFvUhN8rE39hwVfS_vqvftCu8DsNTW3lg,16753
9108
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py,sha256=NcR1BZH3IhHvmT2Dwg9bjMJdhqYB44HVx1eUWPoZWNQ,19395
9109
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py,sha256=w2KErlIdthxXbaApmlSJbHoWTel1Vq0pavJUuoWgYqw,18738
9110
- pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py,sha256=SAwjrquX5UO0lx-Fy_PIOmdzJfaOW9q9c7PE6fSpEss,19742
9111
- pulumi_azure_native/documentdb/v20231115/table_resource_table.py,sha256=Gc3J9j4YOTJKXN-pR1IqH5bBryJPNFe_mKGPOWQwfdM,17210
9077
+ pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py,sha256=jtCRQ2aFEF3UogPS91SLMEOnWPxc6lpjeLZ-n9nRSFI,16380
9078
+ pulumi_azure_native/documentdb/v20231115/service.py,sha256=vf2wu74z7qQeQavVO2ytctbn7gCxiy6HOidwFEYgMyw,11725
9079
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py,sha256=3pVJTyK6de6UFP1YwL0sTXp8mDADCOIySXr6mtj8sBk,18500
9080
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py,sha256=KgsoyjntEggUkVJgVFLyboq87DiUrp-9ymatx3ckmbA,17500
9081
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py,sha256=MNY__WKGeUjaqgvvp2nRAauN6TYnB4aQs5VNNBQmZ40,14381
9082
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py,sha256=YXUprznGnBITI2nlDrmMXn-1Qe3IUpFeehK-L3tVqHQ,16667
9083
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py,sha256=PT1L5lZCXuw8OZS_V2CezUV0Qfestz1s6Amn1fabqxw,19308
9084
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py,sha256=7xR-Z53Q_vIi8NeCsZnkXjdQAoqY2LYrDcBk6NeW_VE,18659
9085
+ pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py,sha256=weHlDG0gFYDVeRi1LwCn4ds-6CO1nGrQSc5XXtIzGc4,19651
9086
+ pulumi_azure_native/documentdb/v20231115/table_resource_table.py,sha256=-W-__G_ckOj4jUZZ0OierrASUD6h0m5zDxppqIjaKzo,17134
9112
9087
  pulumi_azure_native/documentdb/v20231115preview/__init__.py,sha256=mA88Q1-IWJMJpEYr90G7UEoHTJAX5DIAO6jSgIwEobE,3035
9113
9088
  pulumi_azure_native/documentdb/v20231115preview/_enums.py,sha256=6CxkP92VqPQcw3uSB7PtXY2nPIKrUJT4JNq-JO0eeVk,9060
9114
9089
  pulumi_azure_native/documentdb/v20231115preview/_inputs.py,sha256=wCJSt1E_CK9bziCq5k7ZVPmMI2i1jakqrgQjz73HFLg,185171
9115
- pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py,sha256=3zMmpmNxcBr1bgosbOheAuHUJjF54vduxZeEPfBK4k4,15191
9116
- pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py,sha256=GksEU4fhtnR2I0MulO75l27i-9uG6NaM_Y9c8LE0NBg,10721
9117
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py,sha256=21_482LhwLawXAanto02YDYKnQAylrMEmAbpug_AKVs,19630
9118
- pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py,sha256=XaZnodXS5bNhJEcf6S-Uaggrcpn_JtrLTYeDLOoGM-o,20295
9090
+ pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py,sha256=kgJoS_t9MMlqufsu1AEmRXwvo0bE8xE6GAK9hzTZp2Q,15117
9091
+ pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py,sha256=oL7xWBtQCqbe7IfhGavLr555AvKrd9Y_t42cOAs85Zs,10644
9092
+ pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py,sha256=jxdvkxGG4e_N-mwxkAntkwLbmyHNJIi72GFkvseoZ3w,19538
9093
+ pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py,sha256=kpkttz0bYOpx5boMcKm5ps12RCsM-EksdTWnJ5NiZYc,20206
9119
9094
  pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py,sha256=nr7QMlGhgL2FK63y0pH2zEMDRZMrpWUt6hYx4LBTstA,17809
9120
- pulumi_azure_native/documentdb/v20231115preview/database_account.py,sha256=LVN8LHylJGaGZSOaA9vlcsGm1rjFvBfRihvyZkyjoZ8,78945
9095
+ pulumi_azure_native/documentdb/v20231115preview/database_account.py,sha256=GCcHbFi3ap240OW-AZk3ffBsLyHG4CwW4U5ZwkkDI4g,78872
9121
9096
  pulumi_azure_native/documentdb/v20231115preview/get_cassandra_cluster.py,sha256=zaxe0qS2HJfva1RO3TSnreWUTRQE8biW0QCpGKnJKog,5984
9122
9097
  pulumi_azure_native/documentdb/v20231115preview/get_cassandra_data_center.py,sha256=DJultIypJTJCReyPV_dmTf0II2XN0Bx4NvsX5so5E3M,4533
9123
9098
  pulumi_azure_native/documentdb/v20231115preview/get_cassandra_resource_cassandra_keyspace.py,sha256=DWAcY0q8wsknmGI5N_UKYVjatYSpXlnEH-aWRapLVmU,7152
@@ -9147,41 +9122,41 @@ pulumi_azure_native/documentdb/v20231115preview/get_table_resource_table.py,sha2
9147
9122
  pulumi_azure_native/documentdb/v20231115preview/get_throughput_pool.py,sha256=y2gj4XNbGmbFKhpMtG4fSJctYDSI47Jb0h0_vnPPie8,6461
9148
9123
  pulumi_azure_native/documentdb/v20231115preview/get_throughput_pool_account.py,sha256=SHuvVPaE_A6fOq7juutALv5JuNv-Qdi35wo9YrJ_I5Y,7640
9149
9124
  pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py,sha256=3mspAj3P0tLvaRBAhhm6zPs-8TdSHWuiY4VnuwD-ql8,16519
9150
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py,sha256=F26oZtGp9IcVTPr0tmen8fLmt0p5Psu28YIA5ujSufc,19378
9151
- pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py,sha256=CB_6kM6eVQgewXGQE2BtpRlq0EVIqLVmGBG2utkP_CI,20043
9125
+ pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py,sha256=vo5OXAmWk6h07zzngTE3TvMtEkGNHRJRz0ISjG5_XcA,19290
9126
+ pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py,sha256=FmmiE7yNGAgh6t-wkd6PmnpfhF1OwvK3q4g_fzVcOCM,19958
9152
9127
  pulumi_azure_native/documentdb/v20231115preview/list_database_account_connection_strings.py,sha256=VBv62eFxqc_5eQz_-7Wf__9Y845R8h2uCI90uAuU6pQ,3484
9153
9128
  pulumi_azure_native/documentdb/v20231115preview/list_database_account_keys.py,sha256=yuJxXCApLRhtrOoj5QdNaF3H2btA9FjeSC63LDgjiL8,5223
9154
9129
  pulumi_azure_native/documentdb/v20231115preview/list_mongo_cluster_connection_strings.py,sha256=0_-gdMBV9pgcbrG5WJkG_tUvzzF_iDjMl_Trv7mqRY0,3591
9155
9130
  pulumi_azure_native/documentdb/v20231115preview/list_notebook_workspace_connection_info.py,sha256=qFHnFp1uqI41DeIflaiuI5C7MaWlPPFQ4DDjX845Hak,4355
9156
9131
  pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py,sha256=waC9_JtwXumaF_5_xdrBxb0v843mquiKbQMQE_17lWI,18959
9157
9132
  pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py,sha256=i94WQQeZRoYMtCBf_oW1sVXrS_UMpL1UMCCdQE0MMAc,11821
9158
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py,sha256=8doSA9vtSqp_v0mTG-mwMq_cfjSJK39WdTr8zrikR-8,20488
9159
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py,sha256=F5aFy91CKGdHZMlvwh1A803RZxTxeexNa7W-9cItUy8,19378
9160
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py,sha256=85Id1iponL6MzWf6pHgVbvi8vRnU7gk4K0jKlsxu4Q4,16817
9161
- pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py,sha256=gY57VgZtpK4mZBQ204hBRijEyrYlgYGNSMAA71KOhHw,17045
9162
- pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py,sha256=FHx6Gxf_vNKmO_oJ7z-uYRgI4MfaKuIS0OW0eFF0ICU,10790
9133
+ pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py,sha256=Cf0aRnCX_YbSqGfi_obIrEp462SnHvGjZ14TTsVAvxc,20398
9134
+ pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py,sha256=z--MHCmFNzXRyIY0_KOkbdlF6VLNPEu1rSiEToaBM5k,19290
9135
+ pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py,sha256=g-89oENbSqLOocTCYEac0Ka_7twzeB0nFzMfKyCNTTA,16725
9136
+ pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py,sha256=o6A7_cZoTubaOhlqCb2ISFLG6bgM__X9Ev1o2NTNP2A,16953
9137
+ pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py,sha256=mMf3hE0S5Qq-2ZP-nfNcHa5HL0RsbYNFZ-TPO-9cRdM,10715
9163
9138
  pulumi_azure_native/documentdb/v20231115preview/outputs.py,sha256=yoC0MAcr2iSESNvOjC77VOY3aFzIZxODRwbagqWH8q8,270381
9164
- pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py,sha256=IbUYq5-OgemnlPoGU2g18gW4keJIPbV9lGNQDMzFQrM,16463
9165
- pulumi_azure_native/documentdb/v20231115preview/service.py,sha256=TJEEs_g5MdEZQxDleQN24ClH4MRXAE1T7_gZsv5OQac,11790
9166
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py,sha256=2j6BZCDfKkmEECBYNINcyxL7PLjv6qAC_QE0i3kUYrA,19875
9167
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py,sha256=5J9fGID8xEt7Gyx9kMTF289MICHh1Htp80ImoqJOwtU,18874
9168
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py,sha256=gYGR2EzMF2NR6A-riZUz3c0H1VjRjreK-NlcOQYw5c0,14467
9169
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py,sha256=DWh2NCDaujPZAclZppyd2EVRAatJ773QVarXijAeu54,16753
9170
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py,sha256=ZsijqmwvlW2LIz9RUbn_Uq0B_jgsOrJDmOQDHgGFxRE,20711
9171
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py,sha256=Fy-za_GpIc2IIGcHXUpEG35U3RDkIywRmDUI4cjHWXM,20032
9172
- pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py,sha256=GNQRcbovNWqz7oG3UyGC2T7NtGmb4QcvKM2JsdSD0Cc,21058
9173
- pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py,sha256=dxyqIDSw-x41onmDb5EajcENziF7cp9Q1JBYvyotU8A,18504
9139
+ pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py,sha256=wj7l2Y8pIhQwqJUtl1a2RtxcXM9q0BI4gQSsTmq8DKM,16380
9140
+ pulumi_azure_native/documentdb/v20231115preview/service.py,sha256=j9qPEM50pwE_GXAjGaXzOCGyYvCgo_yXzhLX-bxFn7U,11725
9141
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py,sha256=LDljP_WttAM6VCtnmY1QPNSTz2jMHxjhFJZfioj0tNQ,19794
9142
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py,sha256=NOa6saxVi9mWanX4600GGBd2XlTtmMgriPruNPdlTRw,18794
9143
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py,sha256=6qmcgzWzD-o0Ax1yI9qoF79YdBXtb-Ed-8Zq7XxNkQ4,14381
9144
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py,sha256=bO-4FK6fuik2_vaBDXvVVS_kpajc59co0HDxxcoEEVM,16667
9145
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py,sha256=QpLdVS6SiFWZaOg0Hd_TzvK_-5gxUp7ndH3qHePAcZU,20624
9146
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py,sha256=BeVNq8xYGKwtZM89ughtz20gCnzjTHatPNqX4QPoH6Q,19953
9147
+ pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py,sha256=s29yNRYP0ZZ9rypl2LQAGRuieh1cZOaCdZTPrynvk3k,20967
9148
+ pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py,sha256=gXdNU3YLhBi4kS5_Cy24a1XCxnadX11jfWY-ErOzzNk,18428
9174
9149
  pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py,sha256=LFRGSFziyl2WIVzu39eruijm32txEUL9fs8HVMxFbVE,10889
9175
9150
  pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py,sha256=cWnWGkzptQggLXAUJAeSqWg39JB-FtNgGJMgsiBlZcs,12137
9176
9151
  pulumi_azure_native/documentdb/v20240215preview/__init__.py,sha256=mA88Q1-IWJMJpEYr90G7UEoHTJAX5DIAO6jSgIwEobE,3035
9177
9152
  pulumi_azure_native/documentdb/v20240215preview/_enums.py,sha256=6CxkP92VqPQcw3uSB7PtXY2nPIKrUJT4JNq-JO0eeVk,9060
9178
9153
  pulumi_azure_native/documentdb/v20240215preview/_inputs.py,sha256=G2f_i4tbgyU7TQoMfevacO9EXDzBd5fDXivIVXBIQU0,186951
9179
- pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py,sha256=e_cG6OCCPxhNxzdUgIkkqR2pAtnrirFdf6UEwxZutrE,15191
9180
- pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py,sha256=xZo2zCyl2yxu6UgTl93yHD07yEnYpBNczgyx8nE-tOA,10721
9181
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py,sha256=5Ow02E8cVZAtj4Ma4Ad6HYZBEaKkGmphJo1wsPDUwi0,19630
9182
- pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py,sha256=vSZNxxY4ANLE-AhPa10syGls9snKHa0DgAQEUrCTi2Q,20295
9154
+ pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py,sha256=VaCaX-6SI9MSXrCaCojmS9goP1AKiOFDbk38NGTGfsg,15117
9155
+ pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py,sha256=TETnOJaKWtekpLLJkv4vdxg0SeKxyjIgP-vXI4NJVBg,10644
9156
+ pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py,sha256=Obih5I6TligPcEAF-_F5GIX-LTv23n8n-x5D4uAiIZQ,19538
9157
+ pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py,sha256=__XpYGeE_IT0j6ZdYnompa5r5bpKFqpQ51rrFEvSvFE,20206
9183
9158
  pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py,sha256=RuavEj4fuLKihXfGgGZ4QVgdX8azCtz7TVLJACmkhkQ,17809
9184
- pulumi_azure_native/documentdb/v20240215preview/database_account.py,sha256=1836EX6jTuKfFHELqUS2r-gaoVq77iiSdFfdbTcxs8w,80977
9159
+ pulumi_azure_native/documentdb/v20240215preview/database_account.py,sha256=6by3irCi13HWQLp32ffAl4lnnTeqzmAr4u-TrHfq8fs,80904
9185
9160
  pulumi_azure_native/documentdb/v20240215preview/get_cassandra_cluster.py,sha256=Yjc98DlU9yd86DdfszIDAhxrP7AklfANfrSfGEThIlc,5984
9186
9161
  pulumi_azure_native/documentdb/v20240215preview/get_cassandra_data_center.py,sha256=_NbOZGKIx2HSTB2xE57Ppz8uDfZIfOxF-HRrICCpF5I,4533
9187
9162
  pulumi_azure_native/documentdb/v20240215preview/get_cassandra_resource_cassandra_keyspace.py,sha256=pnhRlNuCWS6BG1xD2VKDt-IgJQUpUyoXYqX6p8NeRbQ,7152
@@ -9211,30 +9186,30 @@ pulumi_azure_native/documentdb/v20240215preview/get_table_resource_table.py,sha2
9211
9186
  pulumi_azure_native/documentdb/v20240215preview/get_throughput_pool.py,sha256=plzPQC7Pxu5VjubbdDj3PfCsF4Dvwa7ygkOpMXcpaRI,6461
9212
9187
  pulumi_azure_native/documentdb/v20240215preview/get_throughput_pool_account.py,sha256=_GrbykccIH6rV_Fm8g_Vy5s5IFkZudYEXwgTpW3MQG0,7640
9213
9188
  pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py,sha256=4xLR_SG8-BB2n8CHt-QBma2A6YxsYczSOB8joonHDZ0,16519
9214
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py,sha256=7RFf6tS1gWmBZLBOXI79SxI8XpdS_pRDJ8oz_OQXKKs,19378
9215
- pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py,sha256=U2OUj-1JIWGMaz4uenoQX3HVIBzTs4Qby0Baqk6Xxa8,20043
9189
+ pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py,sha256=r3YbskMuf-YtnapTFYx1z7wrLv5_935NMtdAe95xILE,19290
9190
+ pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py,sha256=Tp7Lh_Y7QTZVDyL4y53GqqjCoot6rfZHmVggs6WUKu8,19958
9216
9191
  pulumi_azure_native/documentdb/v20240215preview/list_database_account_connection_strings.py,sha256=cYYots39QY1LUkuMfdzbDz8d5o23RV_B6ChBWbfG8p8,3484
9217
9192
  pulumi_azure_native/documentdb/v20240215preview/list_database_account_keys.py,sha256=KmP_rNi0s6EapZAbshRLleygp-9kUTkVxhSQaeFu590,5223
9218
9193
  pulumi_azure_native/documentdb/v20240215preview/list_mongo_cluster_connection_strings.py,sha256=GpNu6APBwofpDCxBihN4_EhkX1hDFzRPNF3DNj0FVpU,3591
9219
9194
  pulumi_azure_native/documentdb/v20240215preview/list_notebook_workspace_connection_info.py,sha256=4tB4Oh9iDouCY82ACfW1OSfHACIRoi2vMUS1omBlsHg,4355
9220
9195
  pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py,sha256=6B-FvY5N1WifBLtpcIRVYpcRGIkVNcvu7acNJNHP8-0,18959
9221
9196
  pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py,sha256=H3vsg516UcCQqFVUYWS3GmvCKf3egMXvVC3Ehad4f5M,11821
9222
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py,sha256=yBuSaCRW9q7dGh7HkoziDhJ84xmJQM5Obb9udKQ218w,20488
9223
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py,sha256=hUfswJbMwaN8_xyKKD5nUm5o1KW3JOSuLLbe3GRgWKY,19378
9224
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py,sha256=6g30ec3S7Q1LGrVJiXohtsdhd7rZCrS9luhK-4MIPOw,16817
9225
- pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py,sha256=vjJoJ1mbiwklMFLx9nhPeiqEgjreFpK8EMPiJLB30fI,17045
9226
- pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py,sha256=lTTNJTWurY8ET5e1YVkqCjlcik93gdICMKZRFL1JqtU,10790
9197
+ pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py,sha256=jtgCHCN4yaXRz7iPvWIbRskfdhVCLUAQaCTgVaH65uU,20398
9198
+ pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py,sha256=H_DaW7ycw3cyMTYYQFWS5iJd09CvylBTDkzD1gYHIXE,19290
9199
+ pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py,sha256=VaCF8_QQUx4FJV6YrGrQpJq6J9UrRCNiwW7pGgUy68o,16725
9200
+ pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py,sha256=i41nMawJedgyn9K8mrPDNrwrb7hV1zfCEhwhBiaWblk,16953
9201
+ pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py,sha256=pWp7rL5UdQRpsNjObsG7URNCNXZBIKHw1wJrKZtqB6E,10715
9227
9202
  pulumi_azure_native/documentdb/v20240215preview/outputs.py,sha256=6w8hvXJ6cJprGIaZFibblEcTKXLZFjK6j0uhitJ88vg,272506
9228
- pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py,sha256=DkWJI1X2sxM82AKAhawgUc_VOyf99InebtCiep0iPQY,16852
9229
- pulumi_azure_native/documentdb/v20240215preview/service.py,sha256=jB-V1tmmaVhatk2d4Qi4a8i3DD5c1hLBcYkxfaLwTh0,11790
9230
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py,sha256=G2eEawgQ0o1yKuUPF7PAXFNuQjZD8ZuTMKtK9EiXOuE,19875
9231
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py,sha256=pijOTQGuyRGcll_w_t6_4keZSeG8U2aHTmkNWKvY1kw,18874
9232
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py,sha256=F_BK163hd9osC6vw-g1BiJa7Lj5TGjXsWx4mzxjsAPc,14467
9233
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py,sha256=Rk134VRQqZ9mFQyLyi6pjnZ8tL0bVW_DgfoNBJOtzbs,16753
9234
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py,sha256=Q9REeu1u44lGDjKbxRvYf1GYfre5rT18jEIYOae7RG8,20711
9235
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py,sha256=wYgNeJDnXcNbSBYWgL7bivKTA9n0Utv5YVbLYFTuYKA,20032
9236
- pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py,sha256=XfiCtP9lGv_wnoQOCm5fsRn68Weu14sHyTGSm9RJNoc,21058
9237
- pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py,sha256=g-QVY1nG0gExUXJoKKrzNQAhEvPwSEAxEUO7TgPS3oA,18504
9203
+ pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py,sha256=fw968sPQAbE502-eo1hFzpF_9XMJnnNAyRtpjxB2qDE,16769
9204
+ pulumi_azure_native/documentdb/v20240215preview/service.py,sha256=HzkDPoD7IHNT3Etk7cgy-KFhtUTX5LNblnhMI0TEBNI,11725
9205
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py,sha256=NUSvL2cA9Hmps6UgpatFiwNTrC9si1V9S8kCU74FPY8,19794
9206
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py,sha256=pEuLTw7yayrKENlOLGqv6tFx5kpuaIc8uYA9_xxuyxA,18794
9207
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py,sha256=IKiF4Ba845rE1b2Aw3OmCUtNZyUJvZxIDSzYoiOtfu8,14381
9208
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py,sha256=1FUzc5rSb7ut2wvIRnD3LHkq7w19Q3yBoad-EK0YBrw,16667
9209
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py,sha256=EATADIQq5dfVcnUOpaODr4C-6n4nTwZZrR3JfNosLks,20624
9210
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py,sha256=WrjKRLlixizejtj6Kkr9mlPPHoWtjWRzTbvXp2MsxSk,19953
9211
+ pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py,sha256=NhlsKmrbGV1WlzA8m71jU3htop3O36w9GLA7UeE3aug,20967
9212
+ pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py,sha256=aS83vsgdAIS3pCNPX_t7DjqW0TOf5vjsKHBNiek9Yok,18428
9238
9213
  pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py,sha256=B76IwWEyCsOHNIi78xG23lK3oRxK6j4W4vgwGv8obHA,10889
9239
9214
  pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py,sha256=pjKSCfVBOEzOKBNeKqzwtPDwaTCik3WPkrjTu-WTJ68,12137
9240
9215
  pulumi_azure_native/documentdb/v20240301preview/__init__.py,sha256=OC72ok-f5lOdkDrtLCutGQQGbVpbSEK2iBwAvWNzNQo,586
@@ -9248,57 +9223,6 @@ pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_st
9248
9223
  pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py,sha256=27jU5UdPMmp0XbByydKwj_jb3WBFy3RMnNwZDX2BW-I,21081
9249
9224
  pulumi_azure_native/documentdb/v20240301preview/outputs.py,sha256=7JACrTByA-to2BoO6RnE6cLw-G1jd6dvPVMriwLMVHE,18804
9250
9225
  pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py,sha256=fjGJKAksXsCLw1PyngqVVrCDuQKklONxGXlcOLCAFpk,11891
9251
- pulumi_azure_native/documentdb/v20240515/__init__.py,sha256=t9d7oZCjh26cSb9svo61ioo68SNtORV0JZ7xOFNG544,2504
9252
- pulumi_azure_native/documentdb/v20240515/_enums.py,sha256=GL_aKLaSlA9C66fJSghq3EZcVnnjC_dtgJBt_XXkV3w,7880
9253
- pulumi_azure_native/documentdb/v20240515/_inputs.py,sha256=UyTiHZ2_lklD0M33TrJWvKsOVdf8f9HrhEChWPJ4wUw,166438
9254
- pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py,sha256=075fBHfzbFFQ3xTvWmBoYVNlC80w7MZV9mlON8j6OQo,15191
9255
- pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py,sha256=FsK048_8lwNrfFqJOo7jvERfXgLXZGw5Slki-Hp3zfA,10721
9256
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py,sha256=_nxZzOnedEGT18-N1RR2PxqilZQFgxUpqEwyWRUEFd8,18314
9257
- pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py,sha256=4vIbu1wLh94trLGyP_Ih5u2NA_TBPPWrUzRdzq8xM_w,18979
9258
- pulumi_azure_native/documentdb/v20240515/database_account.py,sha256=mMkVA7IVZdvmCd9Un5SI3PA4Vzl8QqwpJKsj7AwPDP8,71852
9259
- pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py,sha256=dajFuppUYWClWpsaO7TW1AcxZTi5b-7VzZo-_1AB2ro,5977
9260
- pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py,sha256=teE02EGAOhOHL6C61tDmbInb_OnlFkBVU6PvsktsA4I,4526
9261
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py,sha256=7dlrTENOjIlxc2FfwwczIoyCLzujCZynULAA_5-q2XA,6649
9262
- pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py,sha256=fcUF_yb7mnvOyK4wTTCq8YfXy_r9nyUB8kX6Jsk7prU,6832
9263
- pulumi_azure_native/documentdb/v20240515/get_database_account.py,sha256=PvbnZbytjLfxfML2aa5J-fOKQy7unsTTaGfJlelJcWw,33463
9264
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py,sha256=_RdKDDOIzANJr4yI8Sbk9o4ruvv5SZ7D26RYmMXRjLo,6551
9265
- pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py,sha256=xC3aNP2fU3iu-EzNjLcAjgKjHKF7zAQrLfpfC6g7Cyo,6726
9266
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py,sha256=0s0TCZ7hVBlVD0TjO1N9x0_t4Ka_x4iWzFGvb4S58RU,6937
9267
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py,sha256=Y1fVRYeFfneW1QdzEgcn1qyikX7Ha2-91mWDlXfqmAc,6573
9268
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py,sha256=-q8MBJT9V9oojJlkpOGeKyrOeb3HjWLehB28fBSomhM,6839
9269
- pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py,sha256=G9HHeQSlDfOS_G0G6iPtdFhEO1gmWvQ4bt0AhXU-tYU,7619
9270
- pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py,sha256=_nh--0Wyi4ZrEamg9lLRIFN6MRJIEwSkyuu94VJJmlc,5125
9271
- pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py,sha256=nSyiuWXlPRWHWdfv-XKD16g_Ki8aE0_2h9uP2SpwiKE,7040
9272
- pulumi_azure_native/documentdb/v20240515/get_service.py,sha256=VfIMieD40lIRHyoOXGz4UFJN9DJuCceE3OmW-j_-vbM,4057
9273
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py,sha256=YYTZ7XHSpkazmH82uCf77iDrMXZaouv4u0qYvm9p_Ys,6658
9274
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py,sha256=G2TvO0Hy2E6ctAN_R8xo_Up921KnzplpVEjRoK2i-ag,6353
9275
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py,sha256=G7QLCagxUXcurJw8aoRBOHgNO0fYZFYBOQ_PgQaLs-g,6098
9276
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py,sha256=7kIGj_Q5l9ELknn4MtTRF3ZyB7zo2Pks7B8gcz0ltCQ,6377
9277
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py,sha256=3PZjSP1o7M1uZonJqBzS0DDlSQR-N131vHxSSQKa7mo,6799
9278
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py,sha256=I_LfRbBDVBSXDEnm8FuSUNO5e_6Sq_5rHb4_vidVc_Q,6475
9279
- pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py,sha256=XJ81W60bCzSoJQBmRWNDuAnYZN0Zef92saM6OGa9n98,6971
9280
- pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py,sha256=f2dipC33BirNasSjgi4jCGOBFgObbqQ7B32aiGjjsYo,6199
9281
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py,sha256=ug2doiGTDRF1Y8_jiv2FtDf_YyPi_VFz3np2MYihTiw,18084
9282
- pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py,sha256=nkfp8cUNyfErpI2DMiBm2aVTOu9aqy1dKc7QO5kfPDw,18749
9283
- pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py,sha256=1OMG6wdHzLPJ0y2Oah3ww60zvj-cchtLFGItajzmiQg,3477
9284
- pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py,sha256=KctVyGwG4OX6EGZj0bl7fVm-0UfmfkqNpV127cIQwaU,5216
9285
- pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py,sha256=UlByvOpcGkVb9eEHJ4AXO4hIz8EQ6wTaSHg3mjLJvOw,4348
9286
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py,sha256=0BpTshy5Q3DSt18kZ8IBIjk58Q6WdeLAjXQSTB4Wq2o,19194
9287
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py,sha256=QiZMjfa60EekqxuFwGXJ_pLUg1kBN4D3WTBPIEAK0CE,18084
9288
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py,sha256=zBG1Dh2eS73MBhi79MhHVCwbqrZHtfyZpov7WOb7AHs,16817
9289
- pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py,sha256=IDWe8zSHT-ph0_RvL26IEgpfe89n4WaTs3xcErbigXk,17045
9290
- pulumi_azure_native/documentdb/v20240515/notebook_workspace.py,sha256=i-DMnw2HuJm6uroW7pUTFqCW-0nHkOJWOpNZXru8R4c,10790
9291
- pulumi_azure_native/documentdb/v20240515/outputs.py,sha256=he31p7TBLOI7OuX9nLSkvdcUFiVWXA5zKJgq4gGTkIg,247518
9292
- pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py,sha256=_HR1zGALNbZMa47As0H4QH6SXmNwGTALnWfEi7875Fc,16463
9293
- pulumi_azure_native/documentdb/v20240515/service.py,sha256=SqPCYuDQ8wEN4t4gcJxSiw85wuYTE9rJvf14m4Wk43Q,11842
9294
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py,sha256=MHAUz_RoZIFWVyPvA4ABL2A3c4ewemwSgQ695SPAYxg,18581
9295
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py,sha256=WpJOXAHRnF4Nc8jsNykjSAadYUgfodzd9-MX15lOT2U,17580
9296
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py,sha256=w9rCVFHScPEwTW03MlAr2h6AmhY2cUWlwF1-IoQdaHg,14467
9297
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py,sha256=Wj72H2nXVxPODkGLY_IYqjpkEVLMjsiVUcvWalM0-2o,16753
9298
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py,sha256=q9jgLyd41IdYzLIpzDpM-xWREkPDCq3M9_ac2UupVUk,19395
9299
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py,sha256=Wzr96bocNvT5fiWNCTq7_PNijHZ9tNuf7rb-bLLGIek,18738
9300
- pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py,sha256=GTe8JX3YXlthYtOtOKqs7jnVnyp2FLBvrN5hMNPBask,19742
9301
- pulumi_azure_native/documentdb/v20240515/table_resource_table.py,sha256=2njtof-WEL24NPEgN6gftm5SrPJEWUuOBVzHDRxQCO4,17210
9302
9226
  pulumi_azure_native/domainregistration/__init__.py,sha256=JcjE5kVt6290V2VSr8qyDNmhbSH-bXv52kyg9i9RkOI,2550
9303
9227
  pulumi_azure_native/domainregistration/_enums.py,sha256=hd5BI00K4V3pbR5kPWVLUByaEvGxYx5fK-oVq29I9UY,403
9304
9228
  pulumi_azure_native/domainregistration/_inputs.py,sha256=-LywJJj3xtKMrxdhC4V7U_fzhKqeGPHXiIsjBRIp9IQ,10656
@@ -10189,19 +10113,19 @@ pulumi_azure_native/eventhub/v20240101/outputs.py,sha256=7WFlVdmbx1_JM6LXFG6NFT7
10189
10113
  pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py,sha256=QtT5akqN6tpCnxVGpyFOgBozTMU2u4ohYoXiJEhHo9M,14317
10190
10114
  pulumi_azure_native/eventhub/v20240101/schema_registry.py,sha256=JQ2AkMZA39Pg5XX4k50wTFnPHOnRHi2dbIiCvb4Ogxs,13017
10191
10115
  pulumi_azure_native/eventhub/v20240501preview/__init__.py,sha256=7LATOuRD8COlrOcwcXJZGQokFlt1m37v-O_k_SXfxUI,1243
10192
- pulumi_azure_native/eventhub/v20240501preview/_enums.py,sha256=G1hX9kDnFfOtmhF2vTHXf30FW1muLcfiMqQFbA4Bz1A,5682
10193
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py,sha256=5-UAlNpRPylOche2w4dY1Y7Zr2Ta5l6Ctf3nrOsrPD8,47084
10116
+ pulumi_azure_native/eventhub/v20240501preview/_enums.py,sha256=uazbLT-zjtBj2Si8JFAi-7LqTDqfqFENUNTwYnm6S2c,5696
10117
+ pulumi_azure_native/eventhub/v20240501preview/_inputs.py,sha256=e-XpByS5lYUGPpuzFUX-8F1f_7BfuXUf-PhzMVfMy3E,45012
10194
10118
  pulumi_azure_native/eventhub/v20240501preview/application_group.py,sha256=u700UcW1xddx79pkgBxBn6eFcQiy6fmupwoyJZ3Hlk0,14141
10195
10119
  pulumi_azure_native/eventhub/v20240501preview/cluster.py,sha256=ZaQhnsWGcC0xN7kcN33A35KzpIakAHChJO-Hc4vr2nA,13412
10196
10120
  pulumi_azure_native/eventhub/v20240501preview/consumer_group.py,sha256=uT223IUp8CAs7OuGHqDF-93ueNT0beszpocUeD4p2xA,12445
10197
10121
  pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py,sha256=DkQ7-iNutesaaR1CnxfSk2OS4cQwwyVwRCiFRMAbo7U,12865
10198
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py,sha256=E0HD-I3uUZrxllonNpB9N35YIm9GNCyZS9fBepULthU,20626
10122
+ pulumi_azure_native/eventhub/v20240501preview/event_hub.py,sha256=nndfJWYRt_xaHZSQVVa9-9wZVX3QrBb2sNTuGS9JhX8,22040
10199
10123
  pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py,sha256=FhO_KMUaTM91UiyGv6g465Zn5LG5S97rfZhdeL1bWCs,11643
10200
10124
  pulumi_azure_native/eventhub/v20240501preview/get_application_group.py,sha256=VP_TNOk5SEcNpac-L3hBLbQFv-sMA1nS_wBiynv5V_c,7195
10201
10125
  pulumi_azure_native/eventhub/v20240501preview/get_cluster.py,sha256=IJGIhKtJBFqhEjPuFLIKIARI2_iLjnMeynWhtwPx98Q,8669
10202
10126
  pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py,sha256=iSxQfE1JtWZwvIstHJoz8qu-XlMiizmrLBHJMFMFeRY,7072
10203
10127
  pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py,sha256=GgxMXGMDf8tIzjP9vpxU-zOF3e4_GWt3QprcrAi3PUU,8521
10204
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py,sha256=WD6b9htTOMHEIbQTw6omJaxTe9lt9GMBpjzA0aNWOtE,11697
10128
+ pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py,sha256=4Z1gGHTW9Vh3jhAlVpSyo8YFw7eve1KzRWOFgWLhC9U,11985
10205
10129
  pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py,sha256=4hY-EAz-IlYSmzcTrSm-qe9U4Bv9EGCOQigBF7IkJKQ,6121
10206
10130
  pulumi_azure_native/eventhub/v20240501preview/get_namespace.py,sha256=ScszcdnEuvc4NPfzd6dbyv9VtH2eDSValL_RspxsIL8,16950
10207
10131
  pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py,sha256=xC86gB9B3OLKm3oC5Q6gvTlgyY4fhaKBPhF0rs4Pc4g,5813
@@ -10214,7 +10138,7 @@ pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py,sha256=pUa8
10214
10138
  pulumi_azure_native/eventhub/v20240501preview/namespace.py,sha256=0OpPXTxrOokOhEvm1H0FYd_G0ST4_owvpXFHFkbygRs,33023
10215
10139
  pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py,sha256=16mEvD35T2Tbk497YwSXyNSGCcfIEBBrWwudpeXUb6g,10742
10216
10140
  pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py,sha256=pQqiJBymG5hoD-ZD2eAWBSgEuKM8zzaUNPjs1Z8Dm2M,16857
10217
- pulumi_azure_native/eventhub/v20240501preview/outputs.py,sha256=2TfVNFb0yhAokl8Izjs6UquDLW_FRFNYd6uZBfdDI9A,56918
10141
+ pulumi_azure_native/eventhub/v20240501preview/outputs.py,sha256=rYLFa0l05vsvE8zkg1Bm-PRbPn6F33YFGW8-0I-zB0U,54419
10218
10142
  pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py,sha256=1deiRtQO_L912gSVGaG-AuJuPuIzmQH8DLlbFmtRVCY,14317
10219
10143
  pulumi_azure_native/eventhub/v20240501preview/schema_registry.py,sha256=sC-4COKMNRQkDwcRPVwq4t1tuRdOSsTqL-pRMMtWerQ,13017
10220
10144
  pulumi_azure_native/extendedlocation/__init__.py,sha256=JGAv84TGVLv3u3UY0GCv6ldc33IPoaapUouhAVMMdaU,941
@@ -17499,45 +17423,43 @@ pulumi_azure_native/recommendationsservice/v20220301preview/get_service_endpoint
17499
17423
  pulumi_azure_native/recommendationsservice/v20220301preview/modeling.py,sha256=4LI9pP1WOwxMjb5_PwqlpL3OPU8jYMSX4HcNpiRqAQo,11374
17500
17424
  pulumi_azure_native/recommendationsservice/v20220301preview/outputs.py,sha256=mh_kNlvbilvxFMe1peUpUKGYk53mMkaruKXbZKeQNic,27731
17501
17425
  pulumi_azure_native/recommendationsservice/v20220301preview/service_endpoint.py,sha256=9GGh2X1nusCkPhNFU52ypnH9t-Z8-vGSwRSeLyb-3IU,11731
17502
- pulumi_azure_native/recoveryservices/__init__.py,sha256=vTTC9Pjptqr3fTuZntvXbf3cqhHiqWl5lJp1xsk3LWk,4256
17503
- pulumi_azure_native/recoveryservices/_enums.py,sha256=jDG5oPDSvd8YIMDTXM3sZJnRoT54zqsifHnmxI8D29Q,15508
17504
- pulumi_azure_native/recoveryservices/_inputs.py,sha256=Yd53QfBUVsW92oxy01zQScsXGT3ElptnmE2oVqT23XA,906522
17426
+ pulumi_azure_native/recoveryservices/__init__.py,sha256=NQZ64VS39P3BtFK0PcjMYRkOEYweh4l0z0YqsSAFz_o,4160
17427
+ pulumi_azure_native/recoveryservices/_enums.py,sha256=XfLh_JcowBAl-apzwZdUXkmHYZBawmpc_5CxevCvlsc,14835
17428
+ pulumi_azure_native/recoveryservices/_inputs.py,sha256=sNaV2_UhgNSmIA4N6YNJVSfuJ9BA-DGH82_iCqGirQU,803085
17505
17429
  pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py,sha256=lfUB-DsiQQK0NgEWJ8piqbor-86G4DzO9Wi8Dbnb9_A,6485
17506
17430
  pulumi_azure_native/recoveryservices/get_protected_item.py,sha256=YpRbPdXxKwsuz0ZYr84zaXloZKUHWzuEENYctr8-ljk,7223
17507
17431
  pulumi_azure_native/recoveryservices/get_protection_container.py,sha256=XGrUUcIGbUP6MW6ni2Z8nd-TZUxyOwNPqJq81U_O4bw,6644
17508
17432
  pulumi_azure_native/recoveryservices/get_protection_intent.py,sha256=MS4FWGHJmXIkp57n1RfAFDPRU2uCSbGLuOCHG16tzOU,6688
17509
17433
  pulumi_azure_native/recoveryservices/get_protection_policy.py,sha256=K_8m7QvKMJHnqMq4PYV_V3z-ehQwh9290eiivZNAwYE,6422
17510
17434
  pulumi_azure_native/recoveryservices/get_recovery_point_access_token.py,sha256=yw2vp2z9nBICZiAJFuSj3JiP8h3cQSIjJhxLb-jJHwg,8370
17511
- pulumi_azure_native/recoveryservices/get_replication_fabric.py,sha256=31kw4QKk33y2c-0LsIdh9ET4ddb_P4VwwZYetOyeaUA,5242
17512
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py,sha256=syxzrNVY5T62CAJ4tbi_igBqi3FuA1mwSJ44Djmu7NU,5840
17513
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py,sha256=9QrUdTa2Jkfz0KeypzGAge_a6nUiJv3poGbVkljtkIw,6296
17514
- pulumi_azure_native/recoveryservices/get_replication_policy.py,sha256=nHywCXrZC_ojxXigfpklMYV17_UhSwlv6uywdsiwE3E,4986
17515
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py,sha256=5R5hM5IGRvshTyZPinMCEHGzZA6c3--rDEb70QQN3aE,6016
17516
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py,sha256=d3xduNjz-q0PdzhWEAe3WJtgYfZxPKp1ZexKL0gT6qs,5593
17517
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py,sha256=ZLuxK__w365tDMvyd1bWV2cBsXLixsJmrgw5D7_zIA4,6258
17518
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py,sha256=P6fVZjiEPS9KXbMhi241uUEAz6ej5EEO6pAqhp5Shv8,5172
17519
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py,sha256=Nvem17MWO1Vz9FOay6t6cCthwMcSnwMLybuvePN6oco,5786
17520
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=XZIJG0nVZxGiocmLu7oRSlWCWqirXa0I8POYj4AIMXk,6508
17521
- pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=AifD0h3aD7xH7bN-a8UUDd3Vqgmv-cUo4IDj4jLGE9Y,5338
17435
+ pulumi_azure_native/recoveryservices/get_replication_fabric.py,sha256=Vr5xlDh6oSHHUx-SKItMmt8gePOd_rpLWPzBJPHTDIE,5218
17436
+ pulumi_azure_native/recoveryservices/get_replication_migration_item.py,sha256=fVwheD7Sj1rUlvwuRgitGQjR3xYDEwyeuKrX1DAnoj4,5816
17437
+ pulumi_azure_native/recoveryservices/get_replication_network_mapping.py,sha256=ZN-fdpIo1jBFdQUG59F0XWWl49Y190xH0zE9y0wei-8,6272
17438
+ pulumi_azure_native/recoveryservices/get_replication_policy.py,sha256=WeX3hVHgf4hrZG7PyDJFR9uRlpDBliNW9W4IIipHs70,4962
17439
+ pulumi_azure_native/recoveryservices/get_replication_protected_item.py,sha256=dxahfk3zWJKob8EK7R7ghingUrXelGqMXCHhNpIv-uQ,5992
17440
+ pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py,sha256=CzxzqkOUnMHnaB418wdi6EFhuNcCKCBOMw0NHiumfkQ,6234
17441
+ pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py,sha256=jAkomooKa5jRBwCo8WVwz-VSyGUhQz7Ve3hNN1O0aBk,5148
17442
+ pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py,sha256=l1vlwB7g2KSZ07oradzkj7edb0agzXJRfofAF7NM94M,5762
17443
+ pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py,sha256=VxBAJNa9gt1vgbciMqFZwge-pY8-VyWmSVKJSeB3yBg,6484
17444
+ pulumi_azure_native/recoveryservices/get_replicationv_center.py,sha256=355yXI4G0gwaSg6j3obsOHTnYa5MhPG2bNdH14OUogQ,5314
17522
17445
  pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py,sha256=KUXwY_AWlg3y_bwq9RJGJGXxlvKzKQo9JEpHve5S1lI,6063
17523
17446
  pulumi_azure_native/recoveryservices/get_vault.py,sha256=uMIFkXpDEgemRfK4YM9411tZWy465yRaPjDPAiKN1Ng,6958
17524
- pulumi_azure_native/recoveryservices/outputs.py,sha256=Hz2cnafBx8BWyex4p94lVHcEBYq5eIUdg3P8-wZonlo,1451318
17447
+ pulumi_azure_native/recoveryservices/outputs.py,sha256=aNO9JvsAZgUPKZlUaKMGv1mXuDuJkzcilh-bdwtH-jU,1395161
17525
17448
  pulumi_azure_native/recoveryservices/private_endpoint_connection.py,sha256=5Dlf2RbnIA7Vmx8NkyDHu86qVT7RgYSC-euEajPf0Wg,15639
17526
17449
  pulumi_azure_native/recoveryservices/protected_item.py,sha256=QXtHHf39xixbFBBcbx95HBGFdhWVERmCrtRvNwlM8tA,20788
17527
17450
  pulumi_azure_native/recoveryservices/protection_container.py,sha256=VT2JuoWbYx-M6bxydpvx7GUAc6UTR58SjFo2vnh7MGk,19108
17528
17451
  pulumi_azure_native/recoveryservices/protection_intent.py,sha256=gLyDoq6Y6E7DL6rn5d5KnWjQuGgDvGvlwVC3E_FmqZc,17080
17529
17452
  pulumi_azure_native/recoveryservices/protection_policy.py,sha256=afEiTW1osuXcswS-vm4FUHZkGR_e3rV-FI5fCuGjp2M,16329
17530
- pulumi_azure_native/recoveryservices/replication_fabric.py,sha256=7944u1KRZShU2Ll3Bg0dEggviVSiHx9VVDzZ7soiJLY,11408
17531
- pulumi_azure_native/recoveryservices/replication_migration_item.py,sha256=FDGpgJmIIFJMGltxVKM_IrRaX7ZhTkDj3JDaGxYzGkc,13875
17532
- pulumi_azure_native/recoveryservices/replication_network_mapping.py,sha256=_P1awchl_qITLD32GPYLnHD3P4x5Tk9dEk90CuchazM,14740
17533
- pulumi_azure_native/recoveryservices/replication_policy.py,sha256=OfIYFsfwGMx-QuNIk87_045wKogKZTWGkwn1r9hN-eE,11448
17534
- pulumi_azure_native/recoveryservices/replication_protected_item.py,sha256=366wDUdSpVksQ4YOk2_qLqRHK-cS2W1Hk5bjP_-hwjk,14206
17535
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py,sha256=oh-xYPin5FPtTfDaRK_HAiLVVOboy7MEoOxCW0lZvzE,11511
17536
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py,sha256=KzPZ7B38SL6bxu4Mi-j6UIZ-TAO-xnhRA3q0_gyB7N0,14588
17537
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py,sha256=yRaqB2fFLGHjHirPD1fM0jSXT04Gm80JGa5lIMmY0eY,11920
17538
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,sha256=mz50JgYf0HIMUtI1FM_zQlitrU-gQXzlMyBO0Nx2tMc,13239
17539
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=esIWvq03N5jrpHu7_cHFwizzaKjM3BiZULPrzWYXF-I,14926
17540
- pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=2uEmLaXlR3syoaDFww4mlhgbvMBdwcTtKx4PePg2Sos,12371
17453
+ pulumi_azure_native/recoveryservices/replication_fabric.py,sha256=mOTtdsoMaBxX5kefTujiPuGyTFScAEpk6TtjLtFjo6A,11303
17454
+ pulumi_azure_native/recoveryservices/replication_migration_item.py,sha256=I_ivDXGyurjjEZwq7oKizfGg1UBVgM944fgqc1CyPEU,13763
17455
+ pulumi_azure_native/recoveryservices/replication_network_mapping.py,sha256=l57aRFZiraYal4SOPq6mlQo1FGpi5WZucQNcvt957Rc,14627
17456
+ pulumi_azure_native/recoveryservices/replication_policy.py,sha256=W1NLGHYGZlcoaKsvsUbC8cBoajztw-aVBaoaMxwaa5U,11343
17457
+ pulumi_azure_native/recoveryservices/replication_protected_item.py,sha256=evKtJw3lGDvPQg-4xAzUs20Ya7OTHjXfBwytVWKe30c,14094
17458
+ pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py,sha256=hW-NcAoPySF_CuWYEMOhiSCVSP7vtim5p4Wrrb2eKEM,14463
17459
+ pulumi_azure_native/recoveryservices/replication_recovery_plan.py,sha256=cHSYhtHqitc8P9CdROEFk0f1Dn-PyT8CpJLR-ydu6eM,11809
17460
+ pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py,sha256=nfgKuufTEVR4NCAhSWzWeXLY3n-eEF8LAR0C5yapjW4,13116
17461
+ pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py,sha256=CNeZ1CcEQiVUIL5trh5i2CqZxWiKi19BJHUayp6jkPA,14799
17462
+ pulumi_azure_native/recoveryservices/replicationv_center.py,sha256=sC3XuXMSpVE1hwAsWu4mUgIDPsMEWRe2LoAV8lnqmLk,12265
17541
17463
  pulumi_azure_native/recoveryservices/resource_guard_proxy.py,sha256=UnQe5nQRiem6q70FY0EpugFTGuMgVrHktkNq1lXuARU,13976
17542
17464
  pulumi_azure_native/recoveryservices/vault.py,sha256=VVZS6OVBzS0yCj6mySd_2NCcD-AjF4LmVK84fjTUWXo,15284
17543
17465
  pulumi_azure_native/recoveryservices/v20181220/__init__.py,sha256=dOWCqai8d8e8HIkcf4yCME2oxAEl-9myDoJwPC4eFrw,344
@@ -17555,8 +17477,8 @@ pulumi_azure_native/recoveryservices/v20210301/_inputs.py,sha256=uF2FirciHQ5nZ4w
17555
17477
  pulumi_azure_native/recoveryservices/v20210301/get_replication_network_mapping.py,sha256=9somiiNEephK5NwhebP9MMPMbBFAq8YCP7_jcHT50MA,6035
17556
17478
  pulumi_azure_native/recoveryservices/v20210301/get_replicationv_center.py,sha256=WRZar2sG-vtyejFUx82wNLIl1zd361Y9jS-SKoq-OBs,5084
17557
17479
  pulumi_azure_native/recoveryservices/v20210301/outputs.py,sha256=AM8uOn_dvODsNg7IbKaxRFpveTwATzx_wkViKhlzEPE,35539
17558
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py,sha256=ClqNge3fCq1g-0cE8Y7nbrpiqEiiIWDehCmFJLeQ1eo,14303
17559
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py,sha256=_dGEcEP7FgPkCcU48QJYtZ83G5drNXV8vyD73q7herc,11999
17480
+ pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py,sha256=c1YGR80OuVcieYgteCN-DMsvEtuz-g_QvzWKqEizc0U,14214
17481
+ pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py,sha256=j8m6Q7vIZCHzFdaA08g_r2ItjAAJUeHTOUkaQPly0PE,11917
17560
17482
  pulumi_azure_native/recoveryservices/v20211115/__init__.py,sha256=dOWCqai8d8e8HIkcf4yCME2oxAEl-9myDoJwPC4eFrw,344
17561
17483
  pulumi_azure_native/recoveryservices/v20211115/_inputs.py,sha256=vKAvhhB8PGMWzN6dgC_EtFk1eDoqZs0BbmNj8_hbK-0,2720
17562
17484
  pulumi_azure_native/recoveryservices/v20211115/get_recovery_point_access_token.py,sha256=7GrlhU1X2E_4_MMt-BJjygpsRcTNllj3_qmQva2PZbw,8331
@@ -17591,16 +17513,16 @@ pulumi_azure_native/recoveryservices/v20230401/protected_item.py,sha256=L8TYiyPM
17591
17513
  pulumi_azure_native/recoveryservices/v20230401/protection_container.py,sha256=1L19x68b4tSEgPCw_Scjg7DQ9kMcaA3VpM5kJXxXcjg,18681
17592
17514
  pulumi_azure_native/recoveryservices/v20230401/protection_intent.py,sha256=bZpbs_3ANZ3zIW72rGJwllDKhV1aarMrAa-qglZ4z5E,16653
17593
17515
  pulumi_azure_native/recoveryservices/v20230401/protection_policy.py,sha256=Pru137_TllIixBDI_WS_N4Dm8-xm1ZawSe1rvoq9_9g,15878
17594
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py,sha256=UutErBqcikvbdioEvp7Fy6mg3vxGozVoaT_Psa3eoTQ,11045
17595
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py,sha256=hY9UCdNQnMDuNudEBtaFG4KFknBemFBKzpXoiiyVHa4,13512
17596
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py,sha256=cd-IRl2QOChwD0na6GZ41RzsAXqlVqO-ECPi-trJkTI,14353
17597
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py,sha256=s5Rdj0DU14c5kZZ2n057vzkYJwOaRS4_3mBhjJ6mnvM,11085
17598
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py,sha256=G6Z0_FkaYuENndlK-p6zc19tCYOKT7kFPCI-w8OA2os,13843
17599
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py,sha256=GmnKBFrrnNwXbUUnMRHY8mRSW6oyh7mqpRSLUPJ1yNk,14225
17600
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py,sha256=HR6jGSELEPQMCzSXjkOIHjtf5Oyp7tdkQWlIctEbm24,11557
17601
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py,sha256=h7h7FnwsJfpO8nbeOf7cpnicosKIkhd2bkHfY5u-cmU,12876
17602
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py,sha256=ieGwSKB4vPhEVoSGsbZ7zDnRVKw3kfiUpZWM0Dn_1PA,14563
17603
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py,sha256=EdJ5IJPSv1zS81yF9pVTTQt3XLb4TwLfYJAWpm4vOrY,11984
17516
+ pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py,sha256=ujv_EkLzurlEDDJiXNXHrP1UpNhgeSroFku69_GN8DQ,10964
17517
+ pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py,sha256=BOOMUVqOzA_-5zuTKgSh__OcAFnXz8UQLQis3ezTZBs,13424
17518
+ pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py,sha256=101tgcri_eCIudhjfdQwU2XTy5_s2iEBOKM5ejzwJh4,14264
17519
+ pulumi_azure_native/recoveryservices/v20230401/replication_policy.py,sha256=H3dBJgclFHvkHasphiQGUmBiH2d-kz33MXvYvsNIFaI,11004
17520
+ pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py,sha256=_CnsPhvv5YC1TYN0aYj-1UPnbTIwFQOCI9jzrhmECyo,13755
17521
+ pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py,sha256=1UU35JriLGWmtrkGasnGJ-f9ebLQSZzMSF6oo-KmmFY,14124
17522
+ pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py,sha256=GiSuRxe-C2xvSWf2dmW4Zhwd-SdkVBor43GkSXO0lz8,11470
17523
+ pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py,sha256=RxJQY3vDzGGC75Hk6Jn-64DZnJsEJUuS5IrBlinXWls,12777
17524
+ pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py,sha256=zz8Ui2tMHqdoGmo1KyLugC6dVwN66iVBVKSoMKPEzF0,14460
17525
+ pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py,sha256=jvFLXSmznPFHRQ-ZSZYRFEtgnnCO7RwBTcKWaQ3YbsI,11902
17604
17526
  pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py,sha256=vaK_ROEwMHnKpPyoS4omy1oZJ88bgDb5SZbvzMmO9rQ,13717
17605
17527
  pulumi_azure_native/recoveryservices/v20230401/vault.py,sha256=gf8UXcXxXeHjeIbYKkRoGTFrFP0w3ojZltDhOrbVqKo,14833
17606
17528
  pulumi_azure_native/recoveryservices/v20230601/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
@@ -17629,16 +17551,16 @@ pulumi_azure_native/recoveryservices/v20230601/protected_item.py,sha256=I2Ofqkxq
17629
17551
  pulumi_azure_native/recoveryservices/v20230601/protection_container.py,sha256=eCrhRf7K4TGx_gNK18fGrpK0kr-lF-EAFwKcGs-SQ7g,18681
17630
17552
  pulumi_azure_native/recoveryservices/v20230601/protection_intent.py,sha256=x6LmJXlg-mRUz4qYlr0A7_X0pSeMqD31mQqOMYbncrU,16653
17631
17553
  pulumi_azure_native/recoveryservices/v20230601/protection_policy.py,sha256=mYA3IVZjWOEUSinT4BJqnvXsvXLrf2TvQ9IC1oZKfN4,15878
17632
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py,sha256=23Iwq5dTLGGMyJBntxhE0CY_Ay4i9OAZF8D0QZoN46c,11045
17633
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py,sha256=-bhM4ARf2qiRrdwJhO3BxMKLxEF0JCKb5ATYBwu4-eY,13512
17634
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py,sha256=W69UnRgryYe69gBoOB-5wctMnwIQejgOEua41cQcl6E,14353
17635
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py,sha256=XFQs08qq2OcHPasPWZUcycc4d54RucXD9U78RzxEopg,11085
17636
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py,sha256=cu7FvELyoBcYlgbGI_61oK9J0Qo5e8zZ7n_D9e8x4WM,13843
17637
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py,sha256=oHjIuHrNEPqhxi1Xl5eKpixaOQmWk-_c5n6NdBPDEW0,14225
17638
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py,sha256=-4uVUhhMalOYnlJ8mqj0DsYgjBovVogVxfE00FlqP1c,11557
17639
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py,sha256=Pa0kpP8MSwJldRdEhDv0KUABUyFycsbGgbAkwfnL9XY,12876
17640
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py,sha256=PLHMdtWY5oqziLTr0JGU-59ykXvE9axt06IhDBSD-6g,14563
17641
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py,sha256=SddzJLqaFX7fRadkxhpQfLjaZfXsXnZFJAanOc92mqM,11984
17554
+ pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py,sha256=SrJPZZriIC0bZcttRZWZWvljVIIeQCYk4wh7mBR5R-A,10964
17555
+ pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py,sha256=e7aGxqVJ9XqfYY2uOWEHFWJkUTAb0hxlSgZqsBOG6og,13424
17556
+ pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py,sha256=PztKSKazBj5yJQKZPCebltDeOmx2N2iDA4qveacjgnQ,14264
17557
+ pulumi_azure_native/recoveryservices/v20230601/replication_policy.py,sha256=hF5C7Bh9VL7phaSQRp5zF-w2SVzINvYl_GmYqz7gipI,11004
17558
+ pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py,sha256=BlyEoLH-O3StVEsaKYx3KfgJ05Xk0ScOFVBixDlziSU,13755
17559
+ pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py,sha256=B_ZiZSIi5RI8vI8JgqlxsW_mtSJNzq6hebbPMNCN3bQ,14124
17560
+ pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py,sha256=6uwXKtufl3EthxJjC91yzsRCiI2q6Yd91R16Qyn5hQ0,11470
17561
+ pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py,sha256=0OCMz4iD_yo9139w-8mynbfyetxU5_yvkYJLfKvUJaU,12777
17562
+ pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py,sha256=kNVMXrJWGuMhlPrDOL6XFLT7FBIGQtoO-gZW1JYrj4k,14460
17563
+ pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py,sha256=IM7cUrGVTwUIA_7Jcp5Gm2YbwzFsSPFWK89SGwZvIr0,11902
17642
17564
  pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py,sha256=vBvPc_ZYrwxNfP54AX27W5DSukAaCyG0nTFfc47QUxs,13717
17643
17565
  pulumi_azure_native/recoveryservices/v20230601/vault.py,sha256=cmSaR2ubyBeqO-pSWl3pqKN6uTwhoTwzytp5fdsTYhg,14833
17644
17566
  pulumi_azure_native/recoveryservices/v20230801/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
@@ -17667,16 +17589,16 @@ pulumi_azure_native/recoveryservices/v20230801/protected_item.py,sha256=inOcjUTg
17667
17589
  pulumi_azure_native/recoveryservices/v20230801/protection_container.py,sha256=RNjdc3Bs79xe7z7v76gG9mDdZDSvHI4wlM1nFANDfJ4,18681
17668
17590
  pulumi_azure_native/recoveryservices/v20230801/protection_intent.py,sha256=XY4B8LV6l0sEQ21vpqaKRCT0DskU84-MQBC849fNdL8,16653
17669
17591
  pulumi_azure_native/recoveryservices/v20230801/protection_policy.py,sha256=WZxJd0o8-q4i6DtJe22EiAVjhdf2-W_8cmxIjhYNydY,15878
17670
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py,sha256=9W5lOjF60018Y5qFOusklSy3yx79G9gXfieLE6iZtbE,11045
17671
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py,sha256=s3RDNxbbawYkXowPvb8KVl5fZatsqJ3ivBvr1u_NSgA,13512
17672
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py,sha256=9ZHaxSRfNz0s9VwmayB-pAsavOgrXW-xrkvo70V06Jw,14353
17673
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py,sha256=SNCDIi8UDvzyJ_ldz1zVtb2fpsAiuStg1DZQUS2QXFE,11085
17674
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py,sha256=0UHMMAcznVS1pA-kK1IuUJRIFKgAL5Ckf7aCcoxmga8,13843
17675
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py,sha256=P-DeZA6mZyEFQObERTPJyEGtVmF3zFsYgjPmwlfxD7s,14225
17676
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py,sha256=6dfSy49vJEbzFz95YECjOaO1BJtaxXU2QSAclhHCFYE,11557
17677
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py,sha256=KSXdAktZj6k9sLVV6D8woWM25sSbGg2t86UiSuDommU,12876
17678
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py,sha256=mh2hjjfNfAEUeuucCF6wkOonird7eZctwqMxSxIp7r4,14563
17679
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py,sha256=mNssFsVBRe6qSlvgj29QQF8GvISz5E53vTF3ZgRKuz4,11984
17592
+ pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py,sha256=Ke-PnseOM_hFI70_xhGfEHtH-RwpmYzWQEyQA88mrp4,10964
17593
+ pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py,sha256=tw9flD6bb-Ixx-APQUfrfmh5KRSIB-u9IXBJTt64yjI,13424
17594
+ pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py,sha256=3dt85V0FouHi1GohLZsFwHSQp4ScCPAvu-uUCYHcS50,14264
17595
+ pulumi_azure_native/recoveryservices/v20230801/replication_policy.py,sha256=afvydw51cp3Pk9T8uHieol9qYjI0D9QK_cC1SLwh8p8,11004
17596
+ pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py,sha256=W464MUt0eF151G91jebTZ1KBOfgim1EPye4Beh58o9c,13755
17597
+ pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py,sha256=kKNeAbIW14FfeSUwDq9WwVtc24BEU_LikZZpKc4Ujqs,14124
17598
+ pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py,sha256=VrlUP4k4ywme7igsyppYKIo2D4NPPcZtHmx6CckpBkM,11470
17599
+ pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py,sha256=uj7zqo_gT1N6ij6hCAHBnVqq-AqT0r3BRSGbiryzN9M,12777
17600
+ pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py,sha256=HpSybPUGvm46dfurGkvwBhUvP_xXHnx199Qg9Rs8yls,14460
17601
+ pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py,sha256=WABsIcfZW00Vk4-O8u3eH2uhNPgoIrRikFApRRCAS0c,11902
17680
17602
  pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py,sha256=N9DltDFPpqd8svFbdy0JF0Wy29ib2BxAWhOugj7oIlI,13717
17681
17603
  pulumi_azure_native/recoveryservices/v20230801/vault.py,sha256=kaBoETyuqYtqRD6r7fuNzSR_aHqqEG2XOoBcs6IT0UI,14833
17682
17604
  pulumi_azure_native/recoveryservices/v20240101/__init__.py,sha256=CxpE3KCAo7ZRdWO1yTPrypAt3BY_hHuQ5Zg4Md_hPzE,1729
@@ -17705,56 +17627,34 @@ pulumi_azure_native/recoveryservices/v20240101/protected_item.py,sha256=CmPFlz2D
17705
17627
  pulumi_azure_native/recoveryservices/v20240101/protection_container.py,sha256=gWWnrQg-NIVNTUn1MOctjIe9DgzrX3k2j9oEIG8W6pA,18681
17706
17628
  pulumi_azure_native/recoveryservices/v20240101/protection_intent.py,sha256=msWoLeBX85HhOJdel1SeCoaZaDOnoRNsWKxC9XH5iAM,16653
17707
17629
  pulumi_azure_native/recoveryservices/v20240101/protection_policy.py,sha256=Lkiv0igSQXae9NQXAYzYdcvFB9FrjQdhDJdN_4_PYXM,15878
17708
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py,sha256=C5rA7_gRv0zbtTRBEgjbNPRwiVvUefzfEx2Ggdn2Y2Y,11045
17709
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py,sha256=uCp81AfYVFhNa2A6fvQ1QM8y5pjZJnnvvdgtjejv19o,13512
17710
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py,sha256=fjHApXkI3k3okT_Rr4L5XWmgrvMOsfqYsBzXzY4cGhg,14353
17711
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py,sha256=ZnzDj0dc7f8nB2M3Xe6hlcBN7bBf5BNr9tD2fTCdepA,11085
17712
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py,sha256=ol7e-cuXxz3hlAbn5JpKlDug5zBRpM8NsX9aZ97ai5k,13843
17713
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py,sha256=4bjbTPfwG10weB-iOp9mwvx6Jaz4nW1TJjcyyyT5cJA,14225
17714
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py,sha256=-xwdaSnTS6zBMipSKIgncOZvdTOxkk0OZTb_kRHeQ-E,11557
17715
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py,sha256=B5vKOhs5bjPEq0xXZQuUl-EPcO4qeNz6W2pfiNfcBUQ,12876
17716
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py,sha256=uy-Fx4KMXM7HF4uLYznwGJsnot6kJnvltQmhXUZtlbE,14563
17717
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py,sha256=AQRcSpNd5Hdng74kuCr1_QzXPNsNtNnqwWCueNULojY,11984
17630
+ pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py,sha256=ocHMcwD4VY5O8vzSL7CMAm_CIZbVQ7x6b-O4Gg5KYmc,10964
17631
+ pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py,sha256=OzMkPXMWA1NLcxBnsFj-TQK1kLCkwtXKYl3TwD8EEKM,13424
17632
+ pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py,sha256=OAu4ksWOSJExYNzeOrSTc6V9TmkYe07spkoSa_KewS0,14264
17633
+ pulumi_azure_native/recoveryservices/v20240101/replication_policy.py,sha256=asCCtCADas9XLXIZRtfe4XUcuSXLCYPIHUoiKerGfB8,11004
17634
+ pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py,sha256=RD_xj11Iad8FT8M35_Wxr64qp4eEzOWRpvb7bHpwqzQ,13755
17635
+ pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py,sha256=rkx4wUJ-Rnixoc62dvzhdCb-V2e5KyHyhTmuh1jhNKg,14124
17636
+ pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py,sha256=ZDTMoHfwRTWAGAjPWgnRzZdWRj7mc4Zmw4Tn3VrdkLo,11470
17637
+ pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py,sha256=I3ZSSkLrkRwP8T2eojAw3HBAnWkLiaUwvKhV3Uugsz4,12777
17638
+ pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py,sha256=XLA5X4yZuUmZyUsNQIDzsNLHelGs-t41avC4jvSTbOw,14460
17639
+ pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py,sha256=mbywpdeK09dg61sFEepv5yN61HPLCpivpesq13xQKz4,11902
17718
17640
  pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py,sha256=bPdqEJ2KZrHpEsEfEl6lp44K9sJz6OF0u84ejZYTQeg,13717
17719
17641
  pulumi_azure_native/recoveryservices/v20240101/vault.py,sha256=IUZiUsL9cfCigI46SLvx6h3vsbyZfeOHq6GXxOV6GHo,14833
17720
- pulumi_azure_native/recoveryservices/v20240201/__init__.py,sha256=4T9ibEA_YZ-X1t6vbmI16CVpOdNwNEEX-MvHyiqynk8,1825
17721
- pulumi_azure_native/recoveryservices/v20240201/_enums.py,sha256=VvpmC7i8EfrdqXj43VbpB2qcHJXxcbB0RNgGbL2vP7A,16882
17722
- pulumi_azure_native/recoveryservices/v20240201/_inputs.py,sha256=mCP1UmaD6WVa61T1t1X6dp7kwpndZcX59TpomyG2ddQ,940513
17642
+ pulumi_azure_native/recoveryservices/v20240201/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
17643
+ pulumi_azure_native/recoveryservices/v20240201/_enums.py,sha256=kP_Cj74wQsfXG8rbYfNz3UHceOJCwgSdsxGLaw1wPOM,12550
17644
+ pulumi_azure_native/recoveryservices/v20240201/_inputs.py,sha256=sZ6p-01XlIEZOQLhk9spvKLmMF6oSf-Eg73iSGF8XoM,562301
17723
17645
  pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py,sha256=A-QgpzQmBEOD6ahz6huH0-q9ZRrNV0M9CbUNRd9n4nA,6186
17724
17646
  pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py,sha256=Z6HPrxKD8_cHTaVnxk4Honmpx53Go6FYtpML7HAlryU,6900
17725
17647
  pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py,sha256=W567EHwbHCmV5xQWpggPcvc8hDgaWKyn5lw4u61YzcM,6345
17726
17648
  pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py,sha256=QEIjKUH3BEsgjQayyHN-cyuA30Tidpu2ZY9GV2bV_VY,6389
17727
17649
  pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py,sha256=iHOycCy8fawTOEUM6ehxEmT7fkD4u8WlARuaieQUzNQ,6099
17728
- pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py,sha256=uxRkI-LjWlb9V43PmjgqVQDX1YUdtJsrhmjnGk0napU,5007
17729
- pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py,sha256=ctd4LC4oTTjzuGJgGv1vEGx7vMlYf6GPIQ4aSFfkBvU,5605
17730
- pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py,sha256=em-_aGmOoujiEK4noak06HM1aKLFWPRUoDzRdYrxnbw,6037
17731
- pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py,sha256=4x3nnsxo79hdsT8Tmuqy4G2qUTZZj6STYfqpd6l1ne8,4751
17732
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py,sha256=yNAUFV1gg0mmsk91V-T4Iz2A62akP9eReRKK4QE_3tk,5781
17733
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py,sha256=IrMp0dcHZh2ilpJXiCGlVu2umKu3OZSCI_lsWM0ZFw4,5524
17734
- pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py,sha256=0miQXIp2XijnHsLJOrwNeERzwUZsfyV7tiWbTl3aR4s,6023
17735
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py,sha256=X3PLBRP9FX3zLK94jgtzotx1Fqna6CeXmVwxSfRVPl8,4937
17736
- pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py,sha256=GT3-lMx55mlz9Z9dNlDlJn1JtNTJCvGQWfl0m7nnPXA,5551
17737
- pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py,sha256=aM3Ydk0k2eQaaR0I062j8wnws1cem-cAP8mk4U0PXYw,6273
17738
- pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py,sha256=brTiQV1A0YqtdUZQKhociSK6Gg6AlKoBMk-GyADZXzw,5079
17739
17650
  pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py,sha256=gZm5MvGYUK_IjqfV_xNULsxrkNiS-YiKQKiflsjyogM,5764
17740
17651
  pulumi_azure_native/recoveryservices/v20240201/get_vault.py,sha256=7-wXAg8JZDffgplNECbNe013n2C8-_HUt6k-v6HSTqI,6635
17741
- pulumi_azure_native/recoveryservices/v20240201/outputs.py,sha256=Q0NBqmslkE3a4AKBNadlvvuNFXquSP3Qroq2EAW5kto,1493222
17652
+ pulumi_azure_native/recoveryservices/v20240201/outputs.py,sha256=x-NCaqY0Ja0unqrgOtHPBtDlAoI-qvDxTrLENgmJ_L8,598475
17742
17653
  pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py,sha256=wXgMIcfGY9rf_iywLRC2BohstJ51y7YW_knxSGKvm8M,15212
17743
17654
  pulumi_azure_native/recoveryservices/v20240201/protected_item.py,sha256=z6dvrdc5oiHi2nP1HlS9dYDLbzymyUjYd22lY-YxKtw,20337
17744
17655
  pulumi_azure_native/recoveryservices/v20240201/protection_container.py,sha256=jJXFlqAqcr4oOY5c9nStlr-TbRZevwKiT7H3mEpfJR8,18681
17745
17656
  pulumi_azure_native/recoveryservices/v20240201/protection_intent.py,sha256=7mct1KjfyS2E_i2QVZ-njfQrl7Pnp2PoLls8HUAzlm4,16653
17746
17657
  pulumi_azure_native/recoveryservices/v20240201/protection_policy.py,sha256=6UbjZ3jWl2oqxsBXdK_J3LpAzpOBHBpTQ7MwuN4Yo7I,15878
17747
- pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py,sha256=YlowRPDXu7U918xIPU-DeGK3D0jo3UCPcIV2cd4Cw1Q,11045
17748
- pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py,sha256=U197JjffFZIEWQWfAovVzIiXYI_ODfGdxFFm-jmJ_KI,13512
17749
- pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py,sha256=GgGLN-FuZbVL4bC4HMDYjPUqkwOI23Z-bGnR4W8D6hA,14353
17750
- pulumi_azure_native/recoveryservices/v20240201/replication_policy.py,sha256=PLsorS_5-e5vXbELo8ebY7vEH4O2J6bgmrFydqKyTb0,11085
17751
- pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py,sha256=wsDKdhV7inaMs43R3vorroRTNz8BRsIEdQptxentnlg,13843
17752
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py,sha256=tF1EgAwlmGv_my6DWn6Lwk97wR4gSA4SlN_XBOiLLM0,11424
17753
- pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py,sha256=diHElJ7uiGQrLSzUa6Zx0qIjySF2lsVn9trkVj1F3PU,14225
17754
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py,sha256=UO0db3b2HNWtlv1x3OhDSdbGAr0D8iU4nCEZeQsgsdk,11557
17755
- pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py,sha256=BAFMhSF9J1lPysp5jGxM6-xHCbDcG12NabhuD3nNBB8,12876
17756
- pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py,sha256=jqDwvmeeB77ERKXawVhqFn99_aJXk3A6N2Z4M4OgSYc,14563
17757
- pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py,sha256=2XV5YkQ6Q4qn9UJ8J6QaVkjxkOCaJy4ogovGCMmZJSE,11984
17758
17658
  pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py,sha256=paDFDznanLy37-3hI-BGyi9gGMpm_xJG5G9ItPskbxs,13717
17759
17659
  pulumi_azure_native/recoveryservices/v20240201/vault.py,sha256=7dyfXSp0lOsdLOD6jxGQUqnmdbIfvjAfYwfLBhytjBQ,14833
17760
17660
  pulumi_azure_native/recoveryservices/v20240401/__init__.py,sha256=8SVrlYo57BWa7d7IN2nzk7yy1_YCxLBFUSZsMlp2UFw,811
@@ -23723,7 +23623,7 @@ pulumi_azure_native/workloads/v20231201preview/monitor.py,sha256=OORF03nS0M-nLlU
23723
23623
  pulumi_azure_native/workloads/v20231201preview/outputs.py,sha256=6N3eYOCpRpSuOU_x3PuhnyrUk2J1bY-6gyRh0F8irHE,57664
23724
23624
  pulumi_azure_native/workloads/v20231201preview/provider_instance.py,sha256=e9orRJXP8K7_wNydNFAQAnNJnTcZNhZRZnD1afOLzj0,12752
23725
23625
  pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py,sha256=cL0RBnK0lPzvP_ZmWtnuXp7zOz3SFMhVSqyEZWFXNKc,11240
23726
- pulumi_azure_native-2.42.0.dist-info/METADATA,sha256=pC5VQOWV9mbXKaqnuETk9HuyRFLEDeOjLJhnGjNqyJg,4121
23727
- pulumi_azure_native-2.42.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
23728
- pulumi_azure_native-2.42.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
23729
- pulumi_azure_native-2.42.0.dist-info/RECORD,,
23626
+ pulumi_azure_native-2.42.0a1715777949.dist-info/METADATA,sha256=EKYhs_ZYHqzrw7G06RuBOlFy2KxxAMmnxjNG7c8w-Lc,4132
23627
+ pulumi_azure_native-2.42.0a1715777949.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
23628
+ pulumi_azure_native-2.42.0a1715777949.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
23629
+ pulumi_azure_native-2.42.0a1715777949.dist-info/RECORD,,