pulumi-azure-native 2.41.0a1715605557__py3-none-any.whl → 2.41.0a1715664832__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 (288) hide show
  1. pulumi_azure_native/__init__.py +57 -0
  2. pulumi_azure_native/chaos/__init__.py +3 -0
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +4 -0
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +5 -1
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
  29. pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
  30. pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
  31. pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
  32. pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
  33. pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
  34. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
  35. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
  36. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
  37. pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
  38. pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
  39. pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
  40. pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
  41. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  42. pulumi_azure_native/cognitiveservices/account.py +3 -3
  43. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  44. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  45. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  46. pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
  47. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
  52. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  53. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
  54. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
  55. pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
  56. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  57. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  58. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
  60. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
  61. pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
  62. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  63. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
  81. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
  82. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
  83. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
  84. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
  85. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
  86. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
  87. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
  88. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
  89. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
  90. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
  91. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
  92. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
  93. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
  94. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
  95. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
  96. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
  97. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
  98. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
  99. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
  100. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
  101. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
  102. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
  103. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
  104. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
  105. pulumi_azure_native/datafactory/_enums.py +1 -0
  106. pulumi_azure_native/datafactory/_inputs.py +46 -14
  107. pulumi_azure_native/datafactory/outputs.py +35 -11
  108. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  109. pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
  110. pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
  111. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
  112. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
  113. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
  114. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
  115. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
  116. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  117. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  118. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  119. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  120. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  121. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  122. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  123. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  124. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  125. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  126. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  127. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  128. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  129. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  130. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  131. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  132. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  133. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  134. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  135. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  136. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  137. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  138. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  204. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  205. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
  223. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
  224. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
  225. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
  226. pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
  227. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
  228. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
  229. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
  230. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
  231. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
  232. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
  233. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
  234. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
  235. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
  236. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
  237. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
  238. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
  239. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
  240. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
  241. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
  242. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
  243. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
  244. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
  245. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
  246. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
  247. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
  248. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  249. pulumi_azure_native/documentdb/__init__.py +5 -0
  250. pulumi_azure_native/documentdb/firewall_rule.py +257 -0
  251. pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
  252. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  253. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  255. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  256. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  257. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  258. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  259. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  260. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  261. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  262. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  263. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  264. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  265. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  266. pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
  267. pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
  268. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
  269. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
  270. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
  271. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
  272. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
  273. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
  274. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
  275. pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
  276. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
  277. pulumi_azure_native/monitor/_enums.py +9 -0
  278. pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
  279. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  280. pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
  281. pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
  282. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
  283. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  284. pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
  285. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/METADATA +1 -1
  286. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/RECORD +288 -210
  287. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/WHEEL +0 -0
  288. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,151 @@
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
+ 'GetCapabilityResult',
15
+ 'AwaitableGetCapabilityResult',
16
+ 'get_capability',
17
+ 'get_capability_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetCapabilityResult:
22
+ """
23
+ Model that represents a Capability resource.
24
+ """
25
+ def __init__(__self__, id=None, name=None, properties=None, system_data=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 system_data and not isinstance(system_data, dict):
36
+ raise TypeError("Expected argument 'system_data' to be a dict")
37
+ pulumi.set(__self__, "system_data", system_data)
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
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
47
+ """
48
+ return pulumi.get(self, "id")
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def name(self) -> str:
53
+ """
54
+ The name of the resource
55
+ """
56
+ return pulumi.get(self, "name")
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def properties(self) -> 'outputs.CapabilityPropertiesResponse':
61
+ """
62
+ The properties of a capability resource.
63
+ """
64
+ return pulumi.get(self, "properties")
65
+
66
+ @property
67
+ @pulumi.getter(name="systemData")
68
+ def system_data(self) -> 'outputs.SystemDataResponse':
69
+ """
70
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ """
72
+ return pulumi.get(self, "system_data")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def type(self) -> str:
77
+ """
78
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
79
+ """
80
+ return pulumi.get(self, "type")
81
+
82
+
83
+ class AwaitableGetCapabilityResult(GetCapabilityResult):
84
+ # pylint: disable=using-constant-test
85
+ def __await__(self):
86
+ if False:
87
+ yield self
88
+ return GetCapabilityResult(
89
+ id=self.id,
90
+ name=self.name,
91
+ properties=self.properties,
92
+ system_data=self.system_data,
93
+ type=self.type)
94
+
95
+
96
+ def get_capability(capability_name: Optional[str] = None,
97
+ parent_provider_namespace: Optional[str] = None,
98
+ parent_resource_name: Optional[str] = None,
99
+ parent_resource_type: Optional[str] = None,
100
+ resource_group_name: Optional[str] = None,
101
+ target_name: Optional[str] = None,
102
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCapabilityResult:
103
+ """
104
+ Get a Capability resource that extends a Target resource.
105
+
106
+
107
+ :param str capability_name: String that represents a Capability resource name.
108
+ :param str parent_provider_namespace: String that represents a resource provider namespace.
109
+ :param str parent_resource_name: String that represents a resource name.
110
+ :param str parent_resource_type: String that represents a resource type.
111
+ :param str resource_group_name: String that represents an Azure resource group.
112
+ :param str target_name: String that represents a Target resource name.
113
+ """
114
+ __args__ = dict()
115
+ __args__['capabilityName'] = capability_name
116
+ __args__['parentProviderNamespace'] = parent_provider_namespace
117
+ __args__['parentResourceName'] = parent_resource_name
118
+ __args__['parentResourceType'] = parent_resource_type
119
+ __args__['resourceGroupName'] = resource_group_name
120
+ __args__['targetName'] = target_name
121
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
+ __ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getCapability', __args__, opts=opts, typ=GetCapabilityResult).value
123
+
124
+ return AwaitableGetCapabilityResult(
125
+ id=pulumi.get(__ret__, 'id'),
126
+ name=pulumi.get(__ret__, 'name'),
127
+ properties=pulumi.get(__ret__, 'properties'),
128
+ system_data=pulumi.get(__ret__, 'system_data'),
129
+ type=pulumi.get(__ret__, 'type'))
130
+
131
+
132
+ @_utilities.lift_output_func(get_capability)
133
+ def get_capability_output(capability_name: Optional[pulumi.Input[str]] = None,
134
+ parent_provider_namespace: Optional[pulumi.Input[str]] = None,
135
+ parent_resource_name: Optional[pulumi.Input[str]] = None,
136
+ parent_resource_type: Optional[pulumi.Input[str]] = None,
137
+ resource_group_name: Optional[pulumi.Input[str]] = None,
138
+ target_name: Optional[pulumi.Input[str]] = None,
139
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCapabilityResult]:
140
+ """
141
+ Get a Capability resource that extends a Target resource.
142
+
143
+
144
+ :param str capability_name: String that represents a Capability resource name.
145
+ :param str parent_provider_namespace: String that represents a resource provider namespace.
146
+ :param str parent_resource_name: String that represents a resource name.
147
+ :param str parent_resource_type: String that represents a resource type.
148
+ :param str resource_group_name: String that represents an Azure resource group.
149
+ :param str target_name: String that represents a Target resource name.
150
+ """
151
+ ...
@@ -0,0 +1,170 @@
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
+ 'GetExperimentResult',
15
+ 'AwaitableGetExperimentResult',
16
+ 'get_experiment',
17
+ 'get_experiment_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetExperimentResult:
22
+ """
23
+ Model that represents a Experiment resource.
24
+ """
25
+ def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, system_data=None, tags=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 identity and not isinstance(identity, dict):
30
+ raise TypeError("Expected argument 'identity' to be a dict")
31
+ pulumi.set(__self__, "identity", identity)
32
+ if location and not isinstance(location, str):
33
+ raise TypeError("Expected argument 'location' to be a str")
34
+ pulumi.set(__self__, "location", location)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if properties and not isinstance(properties, dict):
39
+ raise TypeError("Expected argument 'properties' to be a dict")
40
+ pulumi.set(__self__, "properties", properties)
41
+ if system_data and not isinstance(system_data, dict):
42
+ raise TypeError("Expected argument 'system_data' to be a dict")
43
+ pulumi.set(__self__, "system_data", system_data)
44
+ if tags and not isinstance(tags, dict):
45
+ raise TypeError("Expected argument 'tags' to be a dict")
46
+ pulumi.set(__self__, "tags", tags)
47
+ if type and not isinstance(type, str):
48
+ raise TypeError("Expected argument 'type' to be a str")
49
+ pulumi.set(__self__, "type", type)
50
+
51
+ @property
52
+ @pulumi.getter
53
+ def id(self) -> str:
54
+ """
55
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
56
+ """
57
+ return pulumi.get(self, "id")
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def identity(self) -> Optional['outputs.ExperimentIdentityResponse']:
62
+ """
63
+ The identity of the experiment resource.
64
+ """
65
+ return pulumi.get(self, "identity")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def location(self) -> str:
70
+ """
71
+ The geo-location where the resource lives
72
+ """
73
+ return pulumi.get(self, "location")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def name(self) -> str:
78
+ """
79
+ The name of the resource
80
+ """
81
+ return pulumi.get(self, "name")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def properties(self) -> 'outputs.ExperimentPropertiesResponse':
86
+ """
87
+ The properties of the experiment resource.
88
+ """
89
+ return pulumi.get(self, "properties")
90
+
91
+ @property
92
+ @pulumi.getter(name="systemData")
93
+ def system_data(self) -> 'outputs.SystemDataResponse':
94
+ """
95
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
96
+ """
97
+ return pulumi.get(self, "system_data")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def tags(self) -> Optional[Mapping[str, str]]:
102
+ """
103
+ Resource tags.
104
+ """
105
+ return pulumi.get(self, "tags")
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def type(self) -> str:
110
+ """
111
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
112
+ """
113
+ return pulumi.get(self, "type")
114
+
115
+
116
+ class AwaitableGetExperimentResult(GetExperimentResult):
117
+ # pylint: disable=using-constant-test
118
+ def __await__(self):
119
+ if False:
120
+ yield self
121
+ return GetExperimentResult(
122
+ id=self.id,
123
+ identity=self.identity,
124
+ location=self.location,
125
+ name=self.name,
126
+ properties=self.properties,
127
+ system_data=self.system_data,
128
+ tags=self.tags,
129
+ type=self.type)
130
+
131
+
132
+ def get_experiment(experiment_name: Optional[str] = None,
133
+ resource_group_name: Optional[str] = None,
134
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExperimentResult:
135
+ """
136
+ Get a Experiment resource.
137
+
138
+
139
+ :param str experiment_name: String that represents a Experiment resource name.
140
+ :param str resource_group_name: String that represents an Azure resource group.
141
+ """
142
+ __args__ = dict()
143
+ __args__['experimentName'] = experiment_name
144
+ __args__['resourceGroupName'] = resource_group_name
145
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
146
+ __ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getExperiment', __args__, opts=opts, typ=GetExperimentResult).value
147
+
148
+ return AwaitableGetExperimentResult(
149
+ id=pulumi.get(__ret__, 'id'),
150
+ identity=pulumi.get(__ret__, 'identity'),
151
+ location=pulumi.get(__ret__, 'location'),
152
+ name=pulumi.get(__ret__, 'name'),
153
+ properties=pulumi.get(__ret__, 'properties'),
154
+ system_data=pulumi.get(__ret__, 'system_data'),
155
+ tags=pulumi.get(__ret__, 'tags'),
156
+ type=pulumi.get(__ret__, 'type'))
157
+
158
+
159
+ @_utilities.lift_output_func(get_experiment)
160
+ def get_experiment_output(experiment_name: Optional[pulumi.Input[str]] = None,
161
+ resource_group_name: Optional[pulumi.Input[str]] = None,
162
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExperimentResult]:
163
+ """
164
+ Get a Experiment resource.
165
+
166
+
167
+ :param str experiment_name: String that represents a Experiment resource name.
168
+ :param str resource_group_name: String that represents an Azure resource group.
169
+ """
170
+ ...
@@ -0,0 +1,188 @@
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
+ 'GetExperimentExecutionDetailsResult',
15
+ 'AwaitableGetExperimentExecutionDetailsResult',
16
+ 'get_experiment_execution_details',
17
+ 'get_experiment_execution_details_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetExperimentExecutionDetailsResult:
22
+ """
23
+ Model that represents the execution details of an Experiment.
24
+ """
25
+ def __init__(__self__, failure_reason=None, id=None, last_action_at=None, name=None, run_information=None, started_at=None, status=None, stopped_at=None, type=None):
26
+ if failure_reason and not isinstance(failure_reason, str):
27
+ raise TypeError("Expected argument 'failure_reason' to be a str")
28
+ pulumi.set(__self__, "failure_reason", failure_reason)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if last_action_at and not isinstance(last_action_at, str):
33
+ raise TypeError("Expected argument 'last_action_at' to be a str")
34
+ pulumi.set(__self__, "last_action_at", last_action_at)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if run_information and not isinstance(run_information, dict):
39
+ raise TypeError("Expected argument 'run_information' to be a dict")
40
+ pulumi.set(__self__, "run_information", run_information)
41
+ if started_at and not isinstance(started_at, str):
42
+ raise TypeError("Expected argument 'started_at' to be a str")
43
+ pulumi.set(__self__, "started_at", started_at)
44
+ if status and not isinstance(status, str):
45
+ raise TypeError("Expected argument 'status' to be a str")
46
+ pulumi.set(__self__, "status", status)
47
+ if stopped_at and not isinstance(stopped_at, str):
48
+ raise TypeError("Expected argument 'stopped_at' to be a str")
49
+ pulumi.set(__self__, "stopped_at", stopped_at)
50
+ if type and not isinstance(type, str):
51
+ raise TypeError("Expected argument 'type' to be a str")
52
+ pulumi.set(__self__, "type", type)
53
+
54
+ @property
55
+ @pulumi.getter(name="failureReason")
56
+ def failure_reason(self) -> str:
57
+ """
58
+ The reason why the execution failed.
59
+ """
60
+ return pulumi.get(self, "failure_reason")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def id(self) -> str:
65
+ """
66
+ String of the fully qualified resource ID.
67
+ """
68
+ return pulumi.get(self, "id")
69
+
70
+ @property
71
+ @pulumi.getter(name="lastActionAt")
72
+ def last_action_at(self) -> str:
73
+ """
74
+ String that represents the last action date time.
75
+ """
76
+ return pulumi.get(self, "last_action_at")
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def name(self) -> str:
81
+ """
82
+ String of the resource name.
83
+ """
84
+ return pulumi.get(self, "name")
85
+
86
+ @property
87
+ @pulumi.getter(name="runInformation")
88
+ def run_information(self) -> 'outputs.ExperimentExecutionDetailsPropertiesResponseRunInformation':
89
+ """
90
+ The information of the experiment run.
91
+ """
92
+ return pulumi.get(self, "run_information")
93
+
94
+ @property
95
+ @pulumi.getter(name="startedAt")
96
+ def started_at(self) -> str:
97
+ """
98
+ String that represents the start date time.
99
+ """
100
+ return pulumi.get(self, "started_at")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def status(self) -> str:
105
+ """
106
+ The status of the execution.
107
+ """
108
+ return pulumi.get(self, "status")
109
+
110
+ @property
111
+ @pulumi.getter(name="stoppedAt")
112
+ def stopped_at(self) -> str:
113
+ """
114
+ String that represents the stop date time.
115
+ """
116
+ return pulumi.get(self, "stopped_at")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> str:
121
+ """
122
+ String of the resource type.
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+
127
+ class AwaitableGetExperimentExecutionDetailsResult(GetExperimentExecutionDetailsResult):
128
+ # pylint: disable=using-constant-test
129
+ def __await__(self):
130
+ if False:
131
+ yield self
132
+ return GetExperimentExecutionDetailsResult(
133
+ failure_reason=self.failure_reason,
134
+ id=self.id,
135
+ last_action_at=self.last_action_at,
136
+ name=self.name,
137
+ run_information=self.run_information,
138
+ started_at=self.started_at,
139
+ status=self.status,
140
+ stopped_at=self.stopped_at,
141
+ type=self.type)
142
+
143
+
144
+ def get_experiment_execution_details(execution_id: Optional[str] = None,
145
+ experiment_name: Optional[str] = None,
146
+ resource_group_name: Optional[str] = None,
147
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExperimentExecutionDetailsResult:
148
+ """
149
+ Execution details of an experiment resource.
150
+
151
+
152
+ :param str execution_id: GUID that represents a Experiment execution detail.
153
+ :param str experiment_name: String that represents a Experiment resource name.
154
+ :param str resource_group_name: String that represents an Azure resource group.
155
+ """
156
+ __args__ = dict()
157
+ __args__['executionId'] = execution_id
158
+ __args__['experimentName'] = experiment_name
159
+ __args__['resourceGroupName'] = resource_group_name
160
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
161
+ __ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getExperimentExecutionDetails', __args__, opts=opts, typ=GetExperimentExecutionDetailsResult).value
162
+
163
+ return AwaitableGetExperimentExecutionDetailsResult(
164
+ failure_reason=pulumi.get(__ret__, 'failure_reason'),
165
+ id=pulumi.get(__ret__, 'id'),
166
+ last_action_at=pulumi.get(__ret__, 'last_action_at'),
167
+ name=pulumi.get(__ret__, 'name'),
168
+ run_information=pulumi.get(__ret__, 'run_information'),
169
+ started_at=pulumi.get(__ret__, 'started_at'),
170
+ status=pulumi.get(__ret__, 'status'),
171
+ stopped_at=pulumi.get(__ret__, 'stopped_at'),
172
+ type=pulumi.get(__ret__, 'type'))
173
+
174
+
175
+ @_utilities.lift_output_func(get_experiment_execution_details)
176
+ def get_experiment_execution_details_output(execution_id: Optional[pulumi.Input[str]] = None,
177
+ experiment_name: Optional[pulumi.Input[str]] = None,
178
+ resource_group_name: Optional[pulumi.Input[str]] = None,
179
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExperimentExecutionDetailsResult]:
180
+ """
181
+ Execution details of an experiment resource.
182
+
183
+
184
+ :param str execution_id: GUID that represents a Experiment execution detail.
185
+ :param str experiment_name: String that represents a Experiment resource name.
186
+ :param str resource_group_name: String that represents an Azure resource group.
187
+ """
188
+ ...
@@ -0,0 +1,183 @@
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
+ 'GetPrivateAccessResult',
15
+ 'AwaitableGetPrivateAccessResult',
16
+ 'get_private_access',
17
+ 'get_private_access_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPrivateAccessResult:
22
+ """
23
+ PrivateAccesses tracked resource.
24
+ """
25
+ def __init__(__self__, id=None, location=None, name=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, system_data=None, tags=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 private_endpoint_connections and not isinstance(private_endpoint_connections, list):
36
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
37
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
38
+ if provisioning_state and not isinstance(provisioning_state, str):
39
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
40
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
41
+ if public_network_access and not isinstance(public_network_access, str):
42
+ raise TypeError("Expected argument 'public_network_access' to be a str")
43
+ pulumi.set(__self__, "public_network_access", public_network_access)
44
+ if system_data and not isinstance(system_data, dict):
45
+ raise TypeError("Expected argument 'system_data' to be a dict")
46
+ pulumi.set(__self__, "system_data", system_data)
47
+ if tags and not isinstance(tags, dict):
48
+ raise TypeError("Expected argument 'tags' to be a dict")
49
+ pulumi.set(__self__, "tags", tags)
50
+ if type and not isinstance(type, str):
51
+ raise TypeError("Expected argument 'type' to be a str")
52
+ pulumi.set(__self__, "type", type)
53
+
54
+ @property
55
+ @pulumi.getter
56
+ def id(self) -> str:
57
+ """
58
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
59
+ """
60
+ return pulumi.get(self, "id")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def location(self) -> str:
65
+ """
66
+ The geo-location where the resource lives
67
+ """
68
+ return pulumi.get(self, "location")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def name(self) -> str:
73
+ """
74
+ The name of the resource
75
+ """
76
+ return pulumi.get(self, "name")
77
+
78
+ @property
79
+ @pulumi.getter(name="privateEndpointConnections")
80
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
81
+ """
82
+ A readonly collection of private endpoint connection. Currently only one endpoint connection is supported.
83
+ """
84
+ return pulumi.get(self, "private_endpoint_connections")
85
+
86
+ @property
87
+ @pulumi.getter(name="provisioningState")
88
+ def provisioning_state(self) -> str:
89
+ """
90
+ Most recent provisioning state for the given privateAccess resource.
91
+ """
92
+ return pulumi.get(self, "provisioning_state")
93
+
94
+ @property
95
+ @pulumi.getter(name="publicNetworkAccess")
96
+ def public_network_access(self) -> Optional[str]:
97
+ """
98
+ Public Network Access Control for PrivateAccess resource.
99
+ """
100
+ return pulumi.get(self, "public_network_access")
101
+
102
+ @property
103
+ @pulumi.getter(name="systemData")
104
+ def system_data(self) -> 'outputs.SystemDataResponse':
105
+ """
106
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
107
+ """
108
+ return pulumi.get(self, "system_data")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def tags(self) -> Optional[Mapping[str, str]]:
113
+ """
114
+ Resource tags.
115
+ """
116
+ return pulumi.get(self, "tags")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> str:
121
+ """
122
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+
127
+ class AwaitableGetPrivateAccessResult(GetPrivateAccessResult):
128
+ # pylint: disable=using-constant-test
129
+ def __await__(self):
130
+ if False:
131
+ yield self
132
+ return GetPrivateAccessResult(
133
+ id=self.id,
134
+ location=self.location,
135
+ name=self.name,
136
+ private_endpoint_connections=self.private_endpoint_connections,
137
+ provisioning_state=self.provisioning_state,
138
+ public_network_access=self.public_network_access,
139
+ system_data=self.system_data,
140
+ tags=self.tags,
141
+ type=self.type)
142
+
143
+
144
+ def get_private_access(private_access_name: Optional[str] = None,
145
+ resource_group_name: Optional[str] = None,
146
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateAccessResult:
147
+ """
148
+ Get a private access resource
149
+
150
+
151
+ :param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
152
+ :param str resource_group_name: String that represents an Azure resource group.
153
+ """
154
+ __args__ = dict()
155
+ __args__['privateAccessName'] = private_access_name
156
+ __args__['resourceGroupName'] = resource_group_name
157
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
+ __ret__ = pulumi.runtime.invoke('azure-native:chaos/v20240322preview:getPrivateAccess', __args__, opts=opts, typ=GetPrivateAccessResult).value
159
+
160
+ return AwaitableGetPrivateAccessResult(
161
+ id=pulumi.get(__ret__, 'id'),
162
+ location=pulumi.get(__ret__, 'location'),
163
+ name=pulumi.get(__ret__, 'name'),
164
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
165
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
166
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
167
+ system_data=pulumi.get(__ret__, 'system_data'),
168
+ tags=pulumi.get(__ret__, 'tags'),
169
+ type=pulumi.get(__ret__, 'type'))
170
+
171
+
172
+ @_utilities.lift_output_func(get_private_access)
173
+ def get_private_access_output(private_access_name: Optional[pulumi.Input[str]] = None,
174
+ resource_group_name: Optional[pulumi.Input[str]] = None,
175
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateAccessResult]:
176
+ """
177
+ Get a private access resource
178
+
179
+
180
+ :param str private_access_name: The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
181
+ :param str resource_group_name: String that represents an Azure resource group.
182
+ """
183
+ ...