pulumi-azure-native 2.42.0__py3-none-any.whl → 2.42.0a1715675661__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 -2
  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.0a1715675661.dist-info}/METADATA +1 -1
  318. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715675661.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.0a1715675661.dist-info}/WHEEL +0 -0
  420. {pulumi_azure_native-2.42.0.dist-info → pulumi_azure_native-2.42.0a1715675661.dist-info}/top_level.txt +0 -0
@@ -1,25 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .access_policy import *
10
- from .access_policy_assignment import *
11
- from .firewall_rule import *
12
- from .get_access_policy import *
13
- from .get_access_policy_assignment import *
14
- from .get_firewall_rule import *
15
- from .get_linked_server import *
16
- from .get_patch_schedule import *
17
- from .get_private_endpoint_connection import *
18
- from .get_redis import *
19
- from .linked_server import *
20
- from .list_redis_keys import *
21
- from .patch_schedule import *
22
- from .private_endpoint_connection import *
23
- from .redis import *
24
- from ._inputs import *
25
- from . import outputs
@@ -1,101 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'DayOfWeek',
9
- 'ManagedServiceIdentityType',
10
- 'PrivateEndpointServiceConnectionStatus',
11
- 'PublicNetworkAccess',
12
- 'ReplicationRole',
13
- 'SkuFamily',
14
- 'SkuName',
15
- 'TlsVersion',
16
- 'UpdateChannel',
17
- ]
18
-
19
-
20
- class DayOfWeek(str, Enum):
21
- """
22
- Day of the week when a cache can be patched.
23
- """
24
- MONDAY = "Monday"
25
- TUESDAY = "Tuesday"
26
- WEDNESDAY = "Wednesday"
27
- THURSDAY = "Thursday"
28
- FRIDAY = "Friday"
29
- SATURDAY = "Saturday"
30
- SUNDAY = "Sunday"
31
- EVERYDAY = "Everyday"
32
- WEEKEND = "Weekend"
33
-
34
-
35
- class ManagedServiceIdentityType(str, Enum):
36
- """
37
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
38
- """
39
- NONE = "None"
40
- SYSTEM_ASSIGNED = "SystemAssigned"
41
- USER_ASSIGNED = "UserAssigned"
42
- SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
43
-
44
-
45
- class PrivateEndpointServiceConnectionStatus(str, Enum):
46
- """
47
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
48
- """
49
- PENDING = "Pending"
50
- APPROVED = "Approved"
51
- REJECTED = "Rejected"
52
-
53
-
54
- class PublicNetworkAccess(str, Enum):
55
- """
56
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
57
- """
58
- ENABLED = "Enabled"
59
- DISABLED = "Disabled"
60
-
61
-
62
- class ReplicationRole(str, Enum):
63
- """
64
- Role of the linked server.
65
- """
66
- PRIMARY = "Primary"
67
- SECONDARY = "Secondary"
68
-
69
-
70
- class SkuFamily(str, Enum):
71
- """
72
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
73
- """
74
- C = "C"
75
- P = "P"
76
-
77
-
78
- class SkuName(str, Enum):
79
- """
80
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
81
- """
82
- BASIC = "Basic"
83
- STANDARD = "Standard"
84
- PREMIUM = "Premium"
85
-
86
-
87
- class TlsVersion(str, Enum):
88
- """
89
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
90
- """
91
- TLS_VERSION_1_0 = "1.0"
92
- TLS_VERSION_1_1 = "1.1"
93
- TLS_VERSION_1_2 = "1.2"
94
-
95
-
96
- class UpdateChannel(str, Enum):
97
- """
98
- Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
99
- """
100
- STABLE = "Stable"
101
- PREVIEW = "Preview"
@@ -1,486 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from ._enums import *
12
-
13
- __all__ = [
14
- 'ManagedServiceIdentityArgs',
15
- 'PrivateLinkServiceConnectionStateArgs',
16
- 'RedisCommonPropertiesRedisConfigurationArgs',
17
- 'ScheduleEntryArgs',
18
- 'SkuArgs',
19
- ]
20
-
21
- @pulumi.input_type
22
- class ManagedServiceIdentityArgs:
23
- def __init__(__self__, *,
24
- type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
25
- user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
26
- """
27
- Managed service identity (system assigned and/or user assigned identities)
28
- :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
29
- :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
30
- """
31
- pulumi.set(__self__, "type", type)
32
- if user_assigned_identities is not None:
33
- pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
34
-
35
- @property
36
- @pulumi.getter
37
- def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
38
- """
39
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
40
- """
41
- return pulumi.get(self, "type")
42
-
43
- @type.setter
44
- def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
45
- pulumi.set(self, "type", value)
46
-
47
- @property
48
- @pulumi.getter(name="userAssignedIdentities")
49
- def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
50
- """
51
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
52
- """
53
- return pulumi.get(self, "user_assigned_identities")
54
-
55
- @user_assigned_identities.setter
56
- def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
57
- pulumi.set(self, "user_assigned_identities", value)
58
-
59
-
60
- @pulumi.input_type
61
- class PrivateLinkServiceConnectionStateArgs:
62
- def __init__(__self__, *,
63
- actions_required: Optional[pulumi.Input[str]] = None,
64
- description: Optional[pulumi.Input[str]] = None,
65
- status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
66
- """
67
- A collection of information about the state of the connection between service consumer and provider.
68
- :param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
69
- :param pulumi.Input[str] description: The reason for approval/rejection of the connection.
70
- :param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
71
- """
72
- if actions_required is not None:
73
- pulumi.set(__self__, "actions_required", actions_required)
74
- if description is not None:
75
- pulumi.set(__self__, "description", description)
76
- if status is not None:
77
- pulumi.set(__self__, "status", status)
78
-
79
- @property
80
- @pulumi.getter(name="actionsRequired")
81
- def actions_required(self) -> Optional[pulumi.Input[str]]:
82
- """
83
- A message indicating if changes on the service provider require any updates on the consumer.
84
- """
85
- return pulumi.get(self, "actions_required")
86
-
87
- @actions_required.setter
88
- def actions_required(self, value: Optional[pulumi.Input[str]]):
89
- pulumi.set(self, "actions_required", value)
90
-
91
- @property
92
- @pulumi.getter
93
- def description(self) -> Optional[pulumi.Input[str]]:
94
- """
95
- The reason for approval/rejection of the connection.
96
- """
97
- return pulumi.get(self, "description")
98
-
99
- @description.setter
100
- def description(self, value: Optional[pulumi.Input[str]]):
101
- pulumi.set(self, "description", value)
102
-
103
- @property
104
- @pulumi.getter
105
- def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
106
- """
107
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
108
- """
109
- return pulumi.get(self, "status")
110
-
111
- @status.setter
112
- def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
113
- pulumi.set(self, "status", value)
114
-
115
-
116
- @pulumi.input_type
117
- class RedisCommonPropertiesRedisConfigurationArgs:
118
- def __init__(__self__, *,
119
- aad_enabled: Optional[pulumi.Input[str]] = None,
120
- aof_backup_enabled: Optional[pulumi.Input[str]] = None,
121
- aof_storage_connection_string0: Optional[pulumi.Input[str]] = None,
122
- aof_storage_connection_string1: Optional[pulumi.Input[str]] = None,
123
- authnotrequired: Optional[pulumi.Input[str]] = None,
124
- maxfragmentationmemory_reserved: Optional[pulumi.Input[str]] = None,
125
- maxmemory_delta: Optional[pulumi.Input[str]] = None,
126
- maxmemory_policy: Optional[pulumi.Input[str]] = None,
127
- maxmemory_reserved: Optional[pulumi.Input[str]] = None,
128
- notify_keyspace_events: Optional[pulumi.Input[str]] = None,
129
- preferred_data_persistence_auth_method: Optional[pulumi.Input[str]] = None,
130
- rdb_backup_enabled: Optional[pulumi.Input[str]] = None,
131
- rdb_backup_frequency: Optional[pulumi.Input[str]] = None,
132
- rdb_backup_max_snapshot_count: Optional[pulumi.Input[str]] = None,
133
- rdb_storage_connection_string: Optional[pulumi.Input[str]] = None,
134
- storage_subscription_id: Optional[pulumi.Input[str]] = None):
135
- """
136
- All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
137
- :param pulumi.Input[str] aad_enabled: Specifies whether AAD based authentication has been enabled or disabled for the cache
138
- :param pulumi.Input[str] aof_backup_enabled: Specifies whether the aof backup is enabled
139
- :param pulumi.Input[str] aof_storage_connection_string0: First storage account connection string
140
- :param pulumi.Input[str] aof_storage_connection_string1: Second storage account connection string
141
- :param pulumi.Input[str] authnotrequired: Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
142
- :param pulumi.Input[str] maxfragmentationmemory_reserved: Value in megabytes reserved for fragmentation per shard
143
- :param pulumi.Input[str] maxmemory_delta: Value in megabytes reserved for non-cache usage per shard e.g. failover.
144
- :param pulumi.Input[str] maxmemory_policy: The eviction strategy used when your data won't fit within its memory limit.
145
- :param pulumi.Input[str] maxmemory_reserved: Value in megabytes reserved for non-cache usage per shard e.g. failover.
146
- :param pulumi.Input[str] notify_keyspace_events: The keyspace events which should be monitored.
147
- :param pulumi.Input[str] preferred_data_persistence_auth_method: Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
148
- :param pulumi.Input[str] rdb_backup_enabled: Specifies whether the rdb backup is enabled
149
- :param pulumi.Input[str] rdb_backup_frequency: Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
150
- :param pulumi.Input[str] rdb_backup_max_snapshot_count: Specifies the maximum number of snapshots for rdb backup
151
- :param pulumi.Input[str] rdb_storage_connection_string: The storage account connection string for storing rdb file
152
- :param pulumi.Input[str] storage_subscription_id: SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
153
- """
154
- if aad_enabled is not None:
155
- pulumi.set(__self__, "aad_enabled", aad_enabled)
156
- if aof_backup_enabled is not None:
157
- pulumi.set(__self__, "aof_backup_enabled", aof_backup_enabled)
158
- if aof_storage_connection_string0 is not None:
159
- pulumi.set(__self__, "aof_storage_connection_string0", aof_storage_connection_string0)
160
- if aof_storage_connection_string1 is not None:
161
- pulumi.set(__self__, "aof_storage_connection_string1", aof_storage_connection_string1)
162
- if authnotrequired is not None:
163
- pulumi.set(__self__, "authnotrequired", authnotrequired)
164
- if maxfragmentationmemory_reserved is not None:
165
- pulumi.set(__self__, "maxfragmentationmemory_reserved", maxfragmentationmemory_reserved)
166
- if maxmemory_delta is not None:
167
- pulumi.set(__self__, "maxmemory_delta", maxmemory_delta)
168
- if maxmemory_policy is not None:
169
- pulumi.set(__self__, "maxmemory_policy", maxmemory_policy)
170
- if maxmemory_reserved is not None:
171
- pulumi.set(__self__, "maxmemory_reserved", maxmemory_reserved)
172
- if notify_keyspace_events is not None:
173
- pulumi.set(__self__, "notify_keyspace_events", notify_keyspace_events)
174
- if preferred_data_persistence_auth_method is not None:
175
- pulumi.set(__self__, "preferred_data_persistence_auth_method", preferred_data_persistence_auth_method)
176
- if rdb_backup_enabled is not None:
177
- pulumi.set(__self__, "rdb_backup_enabled", rdb_backup_enabled)
178
- if rdb_backup_frequency is not None:
179
- pulumi.set(__self__, "rdb_backup_frequency", rdb_backup_frequency)
180
- if rdb_backup_max_snapshot_count is not None:
181
- pulumi.set(__self__, "rdb_backup_max_snapshot_count", rdb_backup_max_snapshot_count)
182
- if rdb_storage_connection_string is not None:
183
- pulumi.set(__self__, "rdb_storage_connection_string", rdb_storage_connection_string)
184
- if storage_subscription_id is not None:
185
- pulumi.set(__self__, "storage_subscription_id", storage_subscription_id)
186
-
187
- @property
188
- @pulumi.getter(name="aadEnabled")
189
- def aad_enabled(self) -> Optional[pulumi.Input[str]]:
190
- """
191
- Specifies whether AAD based authentication has been enabled or disabled for the cache
192
- """
193
- return pulumi.get(self, "aad_enabled")
194
-
195
- @aad_enabled.setter
196
- def aad_enabled(self, value: Optional[pulumi.Input[str]]):
197
- pulumi.set(self, "aad_enabled", value)
198
-
199
- @property
200
- @pulumi.getter(name="aofBackupEnabled")
201
- def aof_backup_enabled(self) -> Optional[pulumi.Input[str]]:
202
- """
203
- Specifies whether the aof backup is enabled
204
- """
205
- return pulumi.get(self, "aof_backup_enabled")
206
-
207
- @aof_backup_enabled.setter
208
- def aof_backup_enabled(self, value: Optional[pulumi.Input[str]]):
209
- pulumi.set(self, "aof_backup_enabled", value)
210
-
211
- @property
212
- @pulumi.getter(name="aofStorageConnectionString0")
213
- def aof_storage_connection_string0(self) -> Optional[pulumi.Input[str]]:
214
- """
215
- First storage account connection string
216
- """
217
- return pulumi.get(self, "aof_storage_connection_string0")
218
-
219
- @aof_storage_connection_string0.setter
220
- def aof_storage_connection_string0(self, value: Optional[pulumi.Input[str]]):
221
- pulumi.set(self, "aof_storage_connection_string0", value)
222
-
223
- @property
224
- @pulumi.getter(name="aofStorageConnectionString1")
225
- def aof_storage_connection_string1(self) -> Optional[pulumi.Input[str]]:
226
- """
227
- Second storage account connection string
228
- """
229
- return pulumi.get(self, "aof_storage_connection_string1")
230
-
231
- @aof_storage_connection_string1.setter
232
- def aof_storage_connection_string1(self, value: Optional[pulumi.Input[str]]):
233
- pulumi.set(self, "aof_storage_connection_string1", value)
234
-
235
- @property
236
- @pulumi.getter
237
- def authnotrequired(self) -> Optional[pulumi.Input[str]]:
238
- """
239
- Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
240
- """
241
- return pulumi.get(self, "authnotrequired")
242
-
243
- @authnotrequired.setter
244
- def authnotrequired(self, value: Optional[pulumi.Input[str]]):
245
- pulumi.set(self, "authnotrequired", value)
246
-
247
- @property
248
- @pulumi.getter(name="maxfragmentationmemoryReserved")
249
- def maxfragmentationmemory_reserved(self) -> Optional[pulumi.Input[str]]:
250
- """
251
- Value in megabytes reserved for fragmentation per shard
252
- """
253
- return pulumi.get(self, "maxfragmentationmemory_reserved")
254
-
255
- @maxfragmentationmemory_reserved.setter
256
- def maxfragmentationmemory_reserved(self, value: Optional[pulumi.Input[str]]):
257
- pulumi.set(self, "maxfragmentationmemory_reserved", value)
258
-
259
- @property
260
- @pulumi.getter(name="maxmemoryDelta")
261
- def maxmemory_delta(self) -> Optional[pulumi.Input[str]]:
262
- """
263
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
264
- """
265
- return pulumi.get(self, "maxmemory_delta")
266
-
267
- @maxmemory_delta.setter
268
- def maxmemory_delta(self, value: Optional[pulumi.Input[str]]):
269
- pulumi.set(self, "maxmemory_delta", value)
270
-
271
- @property
272
- @pulumi.getter(name="maxmemoryPolicy")
273
- def maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
274
- """
275
- The eviction strategy used when your data won't fit within its memory limit.
276
- """
277
- return pulumi.get(self, "maxmemory_policy")
278
-
279
- @maxmemory_policy.setter
280
- def maxmemory_policy(self, value: Optional[pulumi.Input[str]]):
281
- pulumi.set(self, "maxmemory_policy", value)
282
-
283
- @property
284
- @pulumi.getter(name="maxmemoryReserved")
285
- def maxmemory_reserved(self) -> Optional[pulumi.Input[str]]:
286
- """
287
- Value in megabytes reserved for non-cache usage per shard e.g. failover.
288
- """
289
- return pulumi.get(self, "maxmemory_reserved")
290
-
291
- @maxmemory_reserved.setter
292
- def maxmemory_reserved(self, value: Optional[pulumi.Input[str]]):
293
- pulumi.set(self, "maxmemory_reserved", value)
294
-
295
- @property
296
- @pulumi.getter(name="notifyKeyspaceEvents")
297
- def notify_keyspace_events(self) -> Optional[pulumi.Input[str]]:
298
- """
299
- The keyspace events which should be monitored.
300
- """
301
- return pulumi.get(self, "notify_keyspace_events")
302
-
303
- @notify_keyspace_events.setter
304
- def notify_keyspace_events(self, value: Optional[pulumi.Input[str]]):
305
- pulumi.set(self, "notify_keyspace_events", value)
306
-
307
- @property
308
- @pulumi.getter(name="preferredDataPersistenceAuthMethod")
309
- def preferred_data_persistence_auth_method(self) -> Optional[pulumi.Input[str]]:
310
- """
311
- Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
312
- """
313
- return pulumi.get(self, "preferred_data_persistence_auth_method")
314
-
315
- @preferred_data_persistence_auth_method.setter
316
- def preferred_data_persistence_auth_method(self, value: Optional[pulumi.Input[str]]):
317
- pulumi.set(self, "preferred_data_persistence_auth_method", value)
318
-
319
- @property
320
- @pulumi.getter(name="rdbBackupEnabled")
321
- def rdb_backup_enabled(self) -> Optional[pulumi.Input[str]]:
322
- """
323
- Specifies whether the rdb backup is enabled
324
- """
325
- return pulumi.get(self, "rdb_backup_enabled")
326
-
327
- @rdb_backup_enabled.setter
328
- def rdb_backup_enabled(self, value: Optional[pulumi.Input[str]]):
329
- pulumi.set(self, "rdb_backup_enabled", value)
330
-
331
- @property
332
- @pulumi.getter(name="rdbBackupFrequency")
333
- def rdb_backup_frequency(self) -> Optional[pulumi.Input[str]]:
334
- """
335
- Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
336
- """
337
- return pulumi.get(self, "rdb_backup_frequency")
338
-
339
- @rdb_backup_frequency.setter
340
- def rdb_backup_frequency(self, value: Optional[pulumi.Input[str]]):
341
- pulumi.set(self, "rdb_backup_frequency", value)
342
-
343
- @property
344
- @pulumi.getter(name="rdbBackupMaxSnapshotCount")
345
- def rdb_backup_max_snapshot_count(self) -> Optional[pulumi.Input[str]]:
346
- """
347
- Specifies the maximum number of snapshots for rdb backup
348
- """
349
- return pulumi.get(self, "rdb_backup_max_snapshot_count")
350
-
351
- @rdb_backup_max_snapshot_count.setter
352
- def rdb_backup_max_snapshot_count(self, value: Optional[pulumi.Input[str]]):
353
- pulumi.set(self, "rdb_backup_max_snapshot_count", value)
354
-
355
- @property
356
- @pulumi.getter(name="rdbStorageConnectionString")
357
- def rdb_storage_connection_string(self) -> Optional[pulumi.Input[str]]:
358
- """
359
- The storage account connection string for storing rdb file
360
- """
361
- return pulumi.get(self, "rdb_storage_connection_string")
362
-
363
- @rdb_storage_connection_string.setter
364
- def rdb_storage_connection_string(self, value: Optional[pulumi.Input[str]]):
365
- pulumi.set(self, "rdb_storage_connection_string", value)
366
-
367
- @property
368
- @pulumi.getter(name="storageSubscriptionId")
369
- def storage_subscription_id(self) -> Optional[pulumi.Input[str]]:
370
- """
371
- SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
372
- """
373
- return pulumi.get(self, "storage_subscription_id")
374
-
375
- @storage_subscription_id.setter
376
- def storage_subscription_id(self, value: Optional[pulumi.Input[str]]):
377
- pulumi.set(self, "storage_subscription_id", value)
378
-
379
-
380
- @pulumi.input_type
381
- class ScheduleEntryArgs:
382
- def __init__(__self__, *,
383
- day_of_week: pulumi.Input['DayOfWeek'],
384
- start_hour_utc: pulumi.Input[int],
385
- maintenance_window: Optional[pulumi.Input[str]] = None):
386
- """
387
- Patch schedule entry for a Premium Redis Cache.
388
- :param pulumi.Input['DayOfWeek'] day_of_week: Day of the week when a cache can be patched.
389
- :param pulumi.Input[int] start_hour_utc: Start hour after which cache patching can start.
390
- :param pulumi.Input[str] maintenance_window: ISO8601 timespan specifying how much time cache patching can take.
391
- """
392
- pulumi.set(__self__, "day_of_week", day_of_week)
393
- pulumi.set(__self__, "start_hour_utc", start_hour_utc)
394
- if maintenance_window is not None:
395
- pulumi.set(__self__, "maintenance_window", maintenance_window)
396
-
397
- @property
398
- @pulumi.getter(name="dayOfWeek")
399
- def day_of_week(self) -> pulumi.Input['DayOfWeek']:
400
- """
401
- Day of the week when a cache can be patched.
402
- """
403
- return pulumi.get(self, "day_of_week")
404
-
405
- @day_of_week.setter
406
- def day_of_week(self, value: pulumi.Input['DayOfWeek']):
407
- pulumi.set(self, "day_of_week", value)
408
-
409
- @property
410
- @pulumi.getter(name="startHourUtc")
411
- def start_hour_utc(self) -> pulumi.Input[int]:
412
- """
413
- Start hour after which cache patching can start.
414
- """
415
- return pulumi.get(self, "start_hour_utc")
416
-
417
- @start_hour_utc.setter
418
- def start_hour_utc(self, value: pulumi.Input[int]):
419
- pulumi.set(self, "start_hour_utc", value)
420
-
421
- @property
422
- @pulumi.getter(name="maintenanceWindow")
423
- def maintenance_window(self) -> Optional[pulumi.Input[str]]:
424
- """
425
- ISO8601 timespan specifying how much time cache patching can take.
426
- """
427
- return pulumi.get(self, "maintenance_window")
428
-
429
- @maintenance_window.setter
430
- def maintenance_window(self, value: Optional[pulumi.Input[str]]):
431
- pulumi.set(self, "maintenance_window", value)
432
-
433
-
434
- @pulumi.input_type
435
- class SkuArgs:
436
- def __init__(__self__, *,
437
- capacity: pulumi.Input[int],
438
- family: pulumi.Input[Union[str, 'SkuFamily']],
439
- name: pulumi.Input[Union[str, 'SkuName']]):
440
- """
441
- SKU parameters supplied to the create Redis operation.
442
- :param pulumi.Input[int] capacity: The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
443
- :param pulumi.Input[Union[str, 'SkuFamily']] family: The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
444
- :param pulumi.Input[Union[str, 'SkuName']] name: The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
445
- """
446
- pulumi.set(__self__, "capacity", capacity)
447
- pulumi.set(__self__, "family", family)
448
- pulumi.set(__self__, "name", name)
449
-
450
- @property
451
- @pulumi.getter
452
- def capacity(self) -> pulumi.Input[int]:
453
- """
454
- The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
455
- """
456
- return pulumi.get(self, "capacity")
457
-
458
- @capacity.setter
459
- def capacity(self, value: pulumi.Input[int]):
460
- pulumi.set(self, "capacity", value)
461
-
462
- @property
463
- @pulumi.getter
464
- def family(self) -> pulumi.Input[Union[str, 'SkuFamily']]:
465
- """
466
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
467
- """
468
- return pulumi.get(self, "family")
469
-
470
- @family.setter
471
- def family(self, value: pulumi.Input[Union[str, 'SkuFamily']]):
472
- pulumi.set(self, "family", value)
473
-
474
- @property
475
- @pulumi.getter
476
- def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
477
- """
478
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
479
- """
480
- return pulumi.get(self, "name")
481
-
482
- @name.setter
483
- def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
484
- pulumi.set(self, "name", value)
485
-
486
-