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,146 +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 . import outputs
12
-
13
- __all__ = [
14
- 'GetReplicationNetworkMappingResult',
15
- 'AwaitableGetReplicationNetworkMappingResult',
16
- 'get_replication_network_mapping',
17
- 'get_replication_network_mapping_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReplicationNetworkMappingResult:
22
- """
23
- Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate extensions in subsequent versions.
24
- """
25
- def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if location and not isinstance(location, str):
30
- raise TypeError("Expected argument 'location' to be a str")
31
- pulumi.set(__self__, "location", location)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if properties and not isinstance(properties, dict):
36
- raise TypeError("Expected argument 'properties' to be a dict")
37
- pulumi.set(__self__, "properties", properties)
38
- if type and not isinstance(type, str):
39
- raise TypeError("Expected argument 'type' to be a str")
40
- pulumi.set(__self__, "type", type)
41
-
42
- @property
43
- @pulumi.getter
44
- def id(self) -> str:
45
- """
46
- Resource Id
47
- """
48
- return pulumi.get(self, "id")
49
-
50
- @property
51
- @pulumi.getter
52
- def location(self) -> Optional[str]:
53
- """
54
- Resource Location
55
- """
56
- return pulumi.get(self, "location")
57
-
58
- @property
59
- @pulumi.getter
60
- def name(self) -> str:
61
- """
62
- Resource Name
63
- """
64
- return pulumi.get(self, "name")
65
-
66
- @property
67
- @pulumi.getter
68
- def properties(self) -> 'outputs.NetworkMappingPropertiesResponse':
69
- """
70
- The Network Mapping Properties.
71
- """
72
- return pulumi.get(self, "properties")
73
-
74
- @property
75
- @pulumi.getter
76
- def type(self) -> str:
77
- """
78
- Resource Type
79
- """
80
- return pulumi.get(self, "type")
81
-
82
-
83
- class AwaitableGetReplicationNetworkMappingResult(GetReplicationNetworkMappingResult):
84
- # pylint: disable=using-constant-test
85
- def __await__(self):
86
- if False:
87
- yield self
88
- return GetReplicationNetworkMappingResult(
89
- id=self.id,
90
- location=self.location,
91
- name=self.name,
92
- properties=self.properties,
93
- type=self.type)
94
-
95
-
96
- def get_replication_network_mapping(fabric_name: Optional[str] = None,
97
- network_mapping_name: Optional[str] = None,
98
- network_name: Optional[str] = None,
99
- resource_group_name: Optional[str] = None,
100
- resource_name: Optional[str] = None,
101
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationNetworkMappingResult:
102
- """
103
- Gets the details of an ASR network mapping.
104
-
105
-
106
- :param str fabric_name: Primary fabric name.
107
- :param str network_mapping_name: Network mapping name.
108
- :param str network_name: Primary network name.
109
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
110
- :param str resource_name: The name of the recovery services vault.
111
- """
112
- __args__ = dict()
113
- __args__['fabricName'] = fabric_name
114
- __args__['networkMappingName'] = network_mapping_name
115
- __args__['networkName'] = network_name
116
- __args__['resourceGroupName'] = resource_group_name
117
- __args__['resourceName'] = resource_name
118
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
119
- __ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationNetworkMapping', __args__, opts=opts, typ=GetReplicationNetworkMappingResult).value
120
-
121
- return AwaitableGetReplicationNetworkMappingResult(
122
- id=pulumi.get(__ret__, 'id'),
123
- location=pulumi.get(__ret__, 'location'),
124
- name=pulumi.get(__ret__, 'name'),
125
- properties=pulumi.get(__ret__, 'properties'),
126
- type=pulumi.get(__ret__, 'type'))
127
-
128
-
129
- @_utilities.lift_output_func(get_replication_network_mapping)
130
- def get_replication_network_mapping_output(fabric_name: Optional[pulumi.Input[str]] = None,
131
- network_mapping_name: Optional[pulumi.Input[str]] = None,
132
- network_name: Optional[pulumi.Input[str]] = None,
133
- resource_group_name: Optional[pulumi.Input[str]] = None,
134
- resource_name: Optional[pulumi.Input[str]] = None,
135
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationNetworkMappingResult]:
136
- """
137
- Gets the details of an ASR network mapping.
138
-
139
-
140
- :param str fabric_name: Primary fabric name.
141
- :param str network_mapping_name: Network mapping name.
142
- :param str network_name: Primary network name.
143
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
144
- :param str resource_name: The name of the recovery services vault.
145
- """
146
- ...
@@ -1,136 +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 . import outputs
12
-
13
- __all__ = [
14
- 'GetReplicationPolicyResult',
15
- 'AwaitableGetReplicationPolicyResult',
16
- 'get_replication_policy',
17
- 'get_replication_policy_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReplicationPolicyResult:
22
- """
23
- Protection profile details.
24
- """
25
- def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if location and not isinstance(location, str):
30
- raise TypeError("Expected argument 'location' to be a str")
31
- pulumi.set(__self__, "location", location)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if properties and not isinstance(properties, dict):
36
- raise TypeError("Expected argument 'properties' to be a dict")
37
- pulumi.set(__self__, "properties", properties)
38
- if type and not isinstance(type, str):
39
- raise TypeError("Expected argument 'type' to be a str")
40
- pulumi.set(__self__, "type", type)
41
-
42
- @property
43
- @pulumi.getter
44
- def id(self) -> str:
45
- """
46
- Resource Id
47
- """
48
- return pulumi.get(self, "id")
49
-
50
- @property
51
- @pulumi.getter
52
- def location(self) -> Optional[str]:
53
- """
54
- Resource Location
55
- """
56
- return pulumi.get(self, "location")
57
-
58
- @property
59
- @pulumi.getter
60
- def name(self) -> str:
61
- """
62
- Resource Name
63
- """
64
- return pulumi.get(self, "name")
65
-
66
- @property
67
- @pulumi.getter
68
- def properties(self) -> 'outputs.PolicyPropertiesResponse':
69
- """
70
- The custom data.
71
- """
72
- return pulumi.get(self, "properties")
73
-
74
- @property
75
- @pulumi.getter
76
- def type(self) -> str:
77
- """
78
- Resource Type
79
- """
80
- return pulumi.get(self, "type")
81
-
82
-
83
- class AwaitableGetReplicationPolicyResult(GetReplicationPolicyResult):
84
- # pylint: disable=using-constant-test
85
- def __await__(self):
86
- if False:
87
- yield self
88
- return GetReplicationPolicyResult(
89
- id=self.id,
90
- location=self.location,
91
- name=self.name,
92
- properties=self.properties,
93
- type=self.type)
94
-
95
-
96
- def get_replication_policy(policy_name: Optional[str] = None,
97
- resource_group_name: Optional[str] = None,
98
- resource_name: Optional[str] = None,
99
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationPolicyResult:
100
- """
101
- Gets the details of a replication policy.
102
-
103
-
104
- :param str policy_name: Replication policy name.
105
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
106
- :param str resource_name: The name of the recovery services vault.
107
- """
108
- __args__ = dict()
109
- __args__['policyName'] = policy_name
110
- __args__['resourceGroupName'] = resource_group_name
111
- __args__['resourceName'] = resource_name
112
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
113
- __ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationPolicy', __args__, opts=opts, typ=GetReplicationPolicyResult).value
114
-
115
- return AwaitableGetReplicationPolicyResult(
116
- id=pulumi.get(__ret__, 'id'),
117
- location=pulumi.get(__ret__, 'location'),
118
- name=pulumi.get(__ret__, 'name'),
119
- properties=pulumi.get(__ret__, 'properties'),
120
- type=pulumi.get(__ret__, 'type'))
121
-
122
-
123
- @_utilities.lift_output_func(get_replication_policy)
124
- def get_replication_policy_output(policy_name: Optional[pulumi.Input[str]] = None,
125
- resource_group_name: Optional[pulumi.Input[str]] = None,
126
- resource_name: Optional[pulumi.Input[str]] = None,
127
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationPolicyResult]:
128
- """
129
- Gets the details of a replication policy.
130
-
131
-
132
- :param str policy_name: Replication policy name.
133
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
134
- :param str resource_name: The name of the recovery services vault.
135
- """
136
- ...
@@ -1,146 +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 . import outputs
12
-
13
- __all__ = [
14
- 'GetReplicationProtectedItemResult',
15
- 'AwaitableGetReplicationProtectedItemResult',
16
- 'get_replication_protected_item',
17
- 'get_replication_protected_item_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReplicationProtectedItemResult:
22
- """
23
- Replication protected item.
24
- """
25
- def __init__(__self__, id=None, location=None, name=None, properties=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if location and not isinstance(location, str):
30
- raise TypeError("Expected argument 'location' to be a str")
31
- pulumi.set(__self__, "location", location)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if properties and not isinstance(properties, dict):
36
- raise TypeError("Expected argument 'properties' to be a dict")
37
- pulumi.set(__self__, "properties", properties)
38
- if type and not isinstance(type, str):
39
- raise TypeError("Expected argument 'type' to be a str")
40
- pulumi.set(__self__, "type", type)
41
-
42
- @property
43
- @pulumi.getter
44
- def id(self) -> str:
45
- """
46
- Resource Id
47
- """
48
- return pulumi.get(self, "id")
49
-
50
- @property
51
- @pulumi.getter
52
- def location(self) -> Optional[str]:
53
- """
54
- Resource Location
55
- """
56
- return pulumi.get(self, "location")
57
-
58
- @property
59
- @pulumi.getter
60
- def name(self) -> str:
61
- """
62
- Resource Name
63
- """
64
- return pulumi.get(self, "name")
65
-
66
- @property
67
- @pulumi.getter
68
- def properties(self) -> 'outputs.ReplicationProtectedItemPropertiesResponse':
69
- """
70
- The custom data.
71
- """
72
- return pulumi.get(self, "properties")
73
-
74
- @property
75
- @pulumi.getter
76
- def type(self) -> str:
77
- """
78
- Resource Type
79
- """
80
- return pulumi.get(self, "type")
81
-
82
-
83
- class AwaitableGetReplicationProtectedItemResult(GetReplicationProtectedItemResult):
84
- # pylint: disable=using-constant-test
85
- def __await__(self):
86
- if False:
87
- yield self
88
- return GetReplicationProtectedItemResult(
89
- id=self.id,
90
- location=self.location,
91
- name=self.name,
92
- properties=self.properties,
93
- type=self.type)
94
-
95
-
96
- def get_replication_protected_item(fabric_name: Optional[str] = None,
97
- protection_container_name: Optional[str] = None,
98
- replicated_protected_item_name: Optional[str] = None,
99
- resource_group_name: Optional[str] = None,
100
- resource_name: Optional[str] = None,
101
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationProtectedItemResult:
102
- """
103
- Gets the details of an ASR replication protected item.
104
-
105
-
106
- :param str fabric_name: Fabric unique name.
107
- :param str protection_container_name: Protection container name.
108
- :param str replicated_protected_item_name: Replication protected item name.
109
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
110
- :param str resource_name: The name of the recovery services vault.
111
- """
112
- __args__ = dict()
113
- __args__['fabricName'] = fabric_name
114
- __args__['protectionContainerName'] = protection_container_name
115
- __args__['replicatedProtectedItemName'] = replicated_protected_item_name
116
- __args__['resourceGroupName'] = resource_group_name
117
- __args__['resourceName'] = resource_name
118
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
119
- __ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationProtectedItem', __args__, opts=opts, typ=GetReplicationProtectedItemResult).value
120
-
121
- return AwaitableGetReplicationProtectedItemResult(
122
- id=pulumi.get(__ret__, 'id'),
123
- location=pulumi.get(__ret__, 'location'),
124
- name=pulumi.get(__ret__, 'name'),
125
- properties=pulumi.get(__ret__, 'properties'),
126
- type=pulumi.get(__ret__, 'type'))
127
-
128
-
129
- @_utilities.lift_output_func(get_replication_protected_item)
130
- def get_replication_protected_item_output(fabric_name: Optional[pulumi.Input[str]] = None,
131
- protection_container_name: Optional[pulumi.Input[str]] = None,
132
- replicated_protected_item_name: Optional[pulumi.Input[str]] = None,
133
- resource_group_name: Optional[pulumi.Input[str]] = None,
134
- resource_name: Optional[pulumi.Input[str]] = None,
135
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationProtectedItemResult]:
136
- """
137
- Gets the details of an ASR replication protected item.
138
-
139
-
140
- :param str fabric_name: Fabric unique name.
141
- :param str protection_container_name: Protection container name.
142
- :param str replicated_protected_item_name: Replication protected item name.
143
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
144
- :param str resource_name: The name of the recovery services vault.
145
- """
146
- ...
@@ -1,133 +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 . import outputs
12
-
13
- __all__ = [
14
- 'GetReplicationProtectionClusterResult',
15
- 'AwaitableGetReplicationProtectionClusterResult',
16
- 'get_replication_protection_cluster',
17
- 'get_replication_protection_cluster_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReplicationProtectionClusterResult:
22
- """
23
- Replication protection Cluster.
24
- """
25
- def __init__(__self__, id=None, name=None, properties=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if name and not isinstance(name, str):
30
- raise TypeError("Expected argument 'name' to be a str")
31
- pulumi.set(__self__, "name", name)
32
- if properties and not isinstance(properties, dict):
33
- raise TypeError("Expected argument 'properties' to be a dict")
34
- pulumi.set(__self__, "properties", properties)
35
- if type and not isinstance(type, str):
36
- raise TypeError("Expected argument 'type' to be a str")
37
- pulumi.set(__self__, "type", type)
38
-
39
- @property
40
- @pulumi.getter
41
- def id(self) -> str:
42
- """
43
- The protection cluster Id.
44
- """
45
- return pulumi.get(self, "id")
46
-
47
- @property
48
- @pulumi.getter
49
- def name(self) -> str:
50
- """
51
- The name of the protection cluster.
52
- """
53
- return pulumi.get(self, "name")
54
-
55
- @property
56
- @pulumi.getter
57
- def properties(self) -> 'outputs.ReplicationProtectionClusterPropertiesResponse':
58
- """
59
- The custom data.
60
- """
61
- return pulumi.get(self, "properties")
62
-
63
- @property
64
- @pulumi.getter
65
- def type(self) -> str:
66
- """
67
- The Type of the object.
68
- """
69
- return pulumi.get(self, "type")
70
-
71
-
72
- class AwaitableGetReplicationProtectionClusterResult(GetReplicationProtectionClusterResult):
73
- # pylint: disable=using-constant-test
74
- def __await__(self):
75
- if False:
76
- yield self
77
- return GetReplicationProtectionClusterResult(
78
- id=self.id,
79
- name=self.name,
80
- properties=self.properties,
81
- type=self.type)
82
-
83
-
84
- def get_replication_protection_cluster(fabric_name: Optional[str] = None,
85
- protection_container_name: Optional[str] = None,
86
- replication_protection_cluster_name: Optional[str] = None,
87
- resource_group_name: Optional[str] = None,
88
- resource_name: Optional[str] = None,
89
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReplicationProtectionClusterResult:
90
- """
91
- Gets the details of an ASR replication protection cluster.
92
-
93
-
94
- :param str fabric_name: Fabric name.
95
- :param str protection_container_name: Protection container name.
96
- :param str replication_protection_cluster_name: Replication protection cluster name.
97
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
98
- :param str resource_name: The name of the recovery services vault.
99
- """
100
- __args__ = dict()
101
- __args__['fabricName'] = fabric_name
102
- __args__['protectionContainerName'] = protection_container_name
103
- __args__['replicationProtectionClusterName'] = replication_protection_cluster_name
104
- __args__['resourceGroupName'] = resource_group_name
105
- __args__['resourceName'] = resource_name
106
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
107
- __ret__ = pulumi.runtime.invoke('azure-native:recoveryservices/v20240201:getReplicationProtectionCluster', __args__, opts=opts, typ=GetReplicationProtectionClusterResult).value
108
-
109
- return AwaitableGetReplicationProtectionClusterResult(
110
- id=pulumi.get(__ret__, 'id'),
111
- name=pulumi.get(__ret__, 'name'),
112
- properties=pulumi.get(__ret__, 'properties'),
113
- type=pulumi.get(__ret__, 'type'))
114
-
115
-
116
- @_utilities.lift_output_func(get_replication_protection_cluster)
117
- def get_replication_protection_cluster_output(fabric_name: Optional[pulumi.Input[str]] = None,
118
- protection_container_name: Optional[pulumi.Input[str]] = None,
119
- replication_protection_cluster_name: Optional[pulumi.Input[str]] = None,
120
- resource_group_name: Optional[pulumi.Input[str]] = None,
121
- resource_name: Optional[pulumi.Input[str]] = None,
122
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReplicationProtectionClusterResult]:
123
- """
124
- Gets the details of an ASR replication protection cluster.
125
-
126
-
127
- :param str fabric_name: Fabric name.
128
- :param str protection_container_name: Protection container name.
129
- :param str replication_protection_cluster_name: Replication protection cluster name.
130
- :param str resource_group_name: The name of the resource group where the recovery services vault is present.
131
- :param str resource_name: The name of the recovery services vault.
132
- """
133
- ...