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,162 @@
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
+ 'GetCommitmentPlanAssociationResult',
15
+ 'AwaitableGetCommitmentPlanAssociationResult',
16
+ 'get_commitment_plan_association',
17
+ 'get_commitment_plan_association_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetCommitmentPlanAssociationResult:
22
+ """
23
+ The commitment plan association.
24
+ """
25
+ def __init__(__self__, account_id=None, etag=None, id=None, name=None, system_data=None, tags=None, type=None):
26
+ if account_id and not isinstance(account_id, str):
27
+ raise TypeError("Expected argument 'account_id' to be a str")
28
+ pulumi.set(__self__, "account_id", account_id)
29
+ if etag and not isinstance(etag, str):
30
+ raise TypeError("Expected argument 'etag' to be a str")
31
+ pulumi.set(__self__, "etag", etag)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
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 system_data and not isinstance(system_data, dict):
39
+ raise TypeError("Expected argument 'system_data' to be a dict")
40
+ pulumi.set(__self__, "system_data", system_data)
41
+ if tags and not isinstance(tags, dict):
42
+ raise TypeError("Expected argument 'tags' to be a dict")
43
+ pulumi.set(__self__, "tags", tags)
44
+ if type and not isinstance(type, str):
45
+ raise TypeError("Expected argument 'type' to be a str")
46
+ pulumi.set(__self__, "type", type)
47
+
48
+ @property
49
+ @pulumi.getter(name="accountId")
50
+ def account_id(self) -> Optional[str]:
51
+ """
52
+ The Azure resource id of the account.
53
+ """
54
+ return pulumi.get(self, "account_id")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def etag(self) -> str:
59
+ """
60
+ Resource Etag.
61
+ """
62
+ return pulumi.get(self, "etag")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def id(self) -> str:
67
+ """
68
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
69
+ """
70
+ return pulumi.get(self, "id")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def name(self) -> str:
75
+ """
76
+ The name of the resource
77
+ """
78
+ return pulumi.get(self, "name")
79
+
80
+ @property
81
+ @pulumi.getter(name="systemData")
82
+ def system_data(self) -> 'outputs.SystemDataResponse':
83
+ """
84
+ Metadata pertaining to creation and last modification of the resource.
85
+ """
86
+ return pulumi.get(self, "system_data")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def tags(self) -> Optional[Mapping[str, str]]:
91
+ """
92
+ Resource tags.
93
+ """
94
+ return pulumi.get(self, "tags")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def type(self) -> str:
99
+ """
100
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
+ """
102
+ return pulumi.get(self, "type")
103
+
104
+
105
+ class AwaitableGetCommitmentPlanAssociationResult(GetCommitmentPlanAssociationResult):
106
+ # pylint: disable=using-constant-test
107
+ def __await__(self):
108
+ if False:
109
+ yield self
110
+ return GetCommitmentPlanAssociationResult(
111
+ account_id=self.account_id,
112
+ etag=self.etag,
113
+ id=self.id,
114
+ name=self.name,
115
+ system_data=self.system_data,
116
+ tags=self.tags,
117
+ type=self.type)
118
+
119
+
120
+ def get_commitment_plan_association(commitment_plan_association_name: Optional[str] = None,
121
+ commitment_plan_name: Optional[str] = None,
122
+ resource_group_name: Optional[str] = None,
123
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCommitmentPlanAssociationResult:
124
+ """
125
+ Gets the association of the Cognitive Services commitment plan.
126
+
127
+
128
+ :param str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account
129
+ :param str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
130
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
131
+ """
132
+ __args__ = dict()
133
+ __args__['commitmentPlanAssociationName'] = commitment_plan_association_name
134
+ __args__['commitmentPlanName'] = commitment_plan_name
135
+ __args__['resourceGroupName'] = resource_group_name
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('azure-native:cognitiveservices/v20240401preview:getCommitmentPlanAssociation', __args__, opts=opts, typ=GetCommitmentPlanAssociationResult).value
138
+
139
+ return AwaitableGetCommitmentPlanAssociationResult(
140
+ account_id=pulumi.get(__ret__, 'account_id'),
141
+ etag=pulumi.get(__ret__, 'etag'),
142
+ id=pulumi.get(__ret__, 'id'),
143
+ name=pulumi.get(__ret__, 'name'),
144
+ system_data=pulumi.get(__ret__, 'system_data'),
145
+ tags=pulumi.get(__ret__, 'tags'),
146
+ type=pulumi.get(__ret__, 'type'))
147
+
148
+
149
+ @_utilities.lift_output_func(get_commitment_plan_association)
150
+ def get_commitment_plan_association_output(commitment_plan_association_name: Optional[pulumi.Input[str]] = None,
151
+ commitment_plan_name: Optional[pulumi.Input[str]] = None,
152
+ resource_group_name: Optional[pulumi.Input[str]] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCommitmentPlanAssociationResult]:
154
+ """
155
+ Gets the association of the Cognitive Services commitment plan.
156
+
157
+
158
+ :param str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account
159
+ :param str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account
160
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
161
+ """
162
+ ...
@@ -0,0 +1,175 @@
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
+ 'GetDeploymentResult',
15
+ 'AwaitableGetDeploymentResult',
16
+ 'get_deployment',
17
+ 'get_deployment_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetDeploymentResult:
22
+ """
23
+ Cognitive Services account deployment.
24
+ """
25
+ def __init__(__self__, etag=None, id=None, name=None, properties=None, sku=None, system_data=None, tags=None, type=None):
26
+ if etag and not isinstance(etag, str):
27
+ raise TypeError("Expected argument 'etag' to be a str")
28
+ pulumi.set(__self__, "etag", etag)
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 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 sku and not isinstance(sku, dict):
39
+ raise TypeError("Expected argument 'sku' to be a dict")
40
+ pulumi.set(__self__, "sku", sku)
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 etag(self) -> str:
54
+ """
55
+ Resource Etag.
56
+ """
57
+ return pulumi.get(self, "etag")
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def id(self) -> str:
62
+ """
63
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def name(self) -> str:
70
+ """
71
+ The name of the resource
72
+ """
73
+ return pulumi.get(self, "name")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def properties(self) -> 'outputs.DeploymentPropertiesResponse':
78
+ """
79
+ Properties of Cognitive Services account deployment.
80
+ """
81
+ return pulumi.get(self, "properties")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def sku(self) -> Optional['outputs.SkuResponse']:
86
+ """
87
+ The resource model definition representing SKU
88
+ """
89
+ return pulumi.get(self, "sku")
90
+
91
+ @property
92
+ @pulumi.getter(name="systemData")
93
+ def system_data(self) -> 'outputs.SystemDataResponse':
94
+ """
95
+ Metadata pertaining to creation and last modification of the resource.
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 AwaitableGetDeploymentResult(GetDeploymentResult):
117
+ # pylint: disable=using-constant-test
118
+ def __await__(self):
119
+ if False:
120
+ yield self
121
+ return GetDeploymentResult(
122
+ etag=self.etag,
123
+ id=self.id,
124
+ name=self.name,
125
+ properties=self.properties,
126
+ sku=self.sku,
127
+ system_data=self.system_data,
128
+ tags=self.tags,
129
+ type=self.type)
130
+
131
+
132
+ def get_deployment(account_name: Optional[str] = None,
133
+ deployment_name: Optional[str] = None,
134
+ resource_group_name: Optional[str] = None,
135
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeploymentResult:
136
+ """
137
+ Gets the specified deployments associated with the Cognitive Services account.
138
+
139
+
140
+ :param str account_name: The name of Cognitive Services account.
141
+ :param str deployment_name: The name of the deployment associated with the Cognitive Services Account
142
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
143
+ """
144
+ __args__ = dict()
145
+ __args__['accountName'] = account_name
146
+ __args__['deploymentName'] = deployment_name
147
+ __args__['resourceGroupName'] = resource_group_name
148
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
149
+ __ret__ = pulumi.runtime.invoke('azure-native:cognitiveservices/v20240401preview:getDeployment', __args__, opts=opts, typ=GetDeploymentResult).value
150
+
151
+ return AwaitableGetDeploymentResult(
152
+ etag=pulumi.get(__ret__, 'etag'),
153
+ id=pulumi.get(__ret__, 'id'),
154
+ name=pulumi.get(__ret__, 'name'),
155
+ properties=pulumi.get(__ret__, 'properties'),
156
+ sku=pulumi.get(__ret__, 'sku'),
157
+ system_data=pulumi.get(__ret__, 'system_data'),
158
+ tags=pulumi.get(__ret__, 'tags'),
159
+ type=pulumi.get(__ret__, 'type'))
160
+
161
+
162
+ @_utilities.lift_output_func(get_deployment)
163
+ def get_deployment_output(account_name: Optional[pulumi.Input[str]] = None,
164
+ deployment_name: Optional[pulumi.Input[str]] = None,
165
+ resource_group_name: Optional[pulumi.Input[str]] = None,
166
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDeploymentResult]:
167
+ """
168
+ Gets the specified deployments associated with the Cognitive Services account.
169
+
170
+
171
+ :param str account_name: The name of Cognitive Services account.
172
+ :param str deployment_name: The name of the deployment associated with the Cognitive Services Account
173
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
174
+ """
175
+ ...
@@ -0,0 +1,162 @@
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
+ 'GetEncryptionScopeResult',
15
+ 'AwaitableGetEncryptionScopeResult',
16
+ 'get_encryption_scope',
17
+ 'get_encryption_scope_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetEncryptionScopeResult:
22
+ """
23
+ Cognitive Services EncryptionScope
24
+ """
25
+ def __init__(__self__, etag=None, id=None, name=None, properties=None, system_data=None, tags=None, type=None):
26
+ if etag and not isinstance(etag, str):
27
+ raise TypeError("Expected argument 'etag' to be a str")
28
+ pulumi.set(__self__, "etag", etag)
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 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 system_data and not isinstance(system_data, dict):
39
+ raise TypeError("Expected argument 'system_data' to be a dict")
40
+ pulumi.set(__self__, "system_data", system_data)
41
+ if tags and not isinstance(tags, dict):
42
+ raise TypeError("Expected argument 'tags' to be a dict")
43
+ pulumi.set(__self__, "tags", tags)
44
+ if type and not isinstance(type, str):
45
+ raise TypeError("Expected argument 'type' to be a str")
46
+ pulumi.set(__self__, "type", type)
47
+
48
+ @property
49
+ @pulumi.getter
50
+ def etag(self) -> str:
51
+ """
52
+ Resource Etag.
53
+ """
54
+ return pulumi.get(self, "etag")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def id(self) -> str:
59
+ """
60
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
61
+ """
62
+ return pulumi.get(self, "id")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def name(self) -> str:
67
+ """
68
+ The name of the resource
69
+ """
70
+ return pulumi.get(self, "name")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def properties(self) -> 'outputs.EncryptionScopePropertiesResponse':
75
+ """
76
+ Properties of Cognitive Services EncryptionScope.
77
+ """
78
+ return pulumi.get(self, "properties")
79
+
80
+ @property
81
+ @pulumi.getter(name="systemData")
82
+ def system_data(self) -> 'outputs.SystemDataResponse':
83
+ """
84
+ Metadata pertaining to creation and last modification of the resource.
85
+ """
86
+ return pulumi.get(self, "system_data")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def tags(self) -> Optional[Mapping[str, str]]:
91
+ """
92
+ Resource tags.
93
+ """
94
+ return pulumi.get(self, "tags")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def type(self) -> str:
99
+ """
100
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
+ """
102
+ return pulumi.get(self, "type")
103
+
104
+
105
+ class AwaitableGetEncryptionScopeResult(GetEncryptionScopeResult):
106
+ # pylint: disable=using-constant-test
107
+ def __await__(self):
108
+ if False:
109
+ yield self
110
+ return GetEncryptionScopeResult(
111
+ etag=self.etag,
112
+ id=self.id,
113
+ name=self.name,
114
+ properties=self.properties,
115
+ system_data=self.system_data,
116
+ tags=self.tags,
117
+ type=self.type)
118
+
119
+
120
+ def get_encryption_scope(account_name: Optional[str] = None,
121
+ encryption_scope_name: Optional[str] = None,
122
+ resource_group_name: Optional[str] = None,
123
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEncryptionScopeResult:
124
+ """
125
+ Gets the specified EncryptionScope associated with the Cognitive Services account.
126
+
127
+
128
+ :param str account_name: The name of Cognitive Services account.
129
+ :param str encryption_scope_name: The name of the encryptionScope associated with the Cognitive Services Account
130
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
131
+ """
132
+ __args__ = dict()
133
+ __args__['accountName'] = account_name
134
+ __args__['encryptionScopeName'] = encryption_scope_name
135
+ __args__['resourceGroupName'] = resource_group_name
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('azure-native:cognitiveservices/v20240401preview:getEncryptionScope', __args__, opts=opts, typ=GetEncryptionScopeResult).value
138
+
139
+ return AwaitableGetEncryptionScopeResult(
140
+ etag=pulumi.get(__ret__, 'etag'),
141
+ id=pulumi.get(__ret__, 'id'),
142
+ name=pulumi.get(__ret__, 'name'),
143
+ properties=pulumi.get(__ret__, 'properties'),
144
+ system_data=pulumi.get(__ret__, 'system_data'),
145
+ tags=pulumi.get(__ret__, 'tags'),
146
+ type=pulumi.get(__ret__, 'type'))
147
+
148
+
149
+ @_utilities.lift_output_func(get_encryption_scope)
150
+ def get_encryption_scope_output(account_name: Optional[pulumi.Input[str]] = None,
151
+ encryption_scope_name: Optional[pulumi.Input[str]] = None,
152
+ resource_group_name: Optional[pulumi.Input[str]] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEncryptionScopeResult]:
154
+ """
155
+ Gets the specified EncryptionScope associated with the Cognitive Services account.
156
+
157
+
158
+ :param str account_name: The name of Cognitive Services account.
159
+ :param str encryption_scope_name: The name of the encryptionScope associated with the Cognitive Services Account
160
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
161
+ """
162
+ ...
@@ -0,0 +1,162 @@
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
+ 'GetPrivateEndpointConnectionResult',
15
+ 'AwaitableGetPrivateEndpointConnectionResult',
16
+ 'get_private_endpoint_connection',
17
+ 'get_private_endpoint_connection_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPrivateEndpointConnectionResult:
22
+ """
23
+ The Private Endpoint Connection resource.
24
+ """
25
+ def __init__(__self__, etag=None, id=None, location=None, name=None, properties=None, system_data=None, type=None):
26
+ if etag and not isinstance(etag, str):
27
+ raise TypeError("Expected argument 'etag' to be a str")
28
+ pulumi.set(__self__, "etag", etag)
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 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 type and not isinstance(type, str):
45
+ raise TypeError("Expected argument 'type' to be a str")
46
+ pulumi.set(__self__, "type", type)
47
+
48
+ @property
49
+ @pulumi.getter
50
+ def etag(self) -> str:
51
+ """
52
+ Resource Etag.
53
+ """
54
+ return pulumi.get(self, "etag")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def id(self) -> str:
59
+ """
60
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
61
+ """
62
+ return pulumi.get(self, "id")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def location(self) -> Optional[str]:
67
+ """
68
+ The location of the private endpoint connection
69
+ """
70
+ return pulumi.get(self, "location")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def name(self) -> str:
75
+ """
76
+ The name of the resource
77
+ """
78
+ return pulumi.get(self, "name")
79
+
80
+ @property
81
+ @pulumi.getter
82
+ def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
83
+ """
84
+ Resource properties.
85
+ """
86
+ return pulumi.get(self, "properties")
87
+
88
+ @property
89
+ @pulumi.getter(name="systemData")
90
+ def system_data(self) -> 'outputs.SystemDataResponse':
91
+ """
92
+ Metadata pertaining to creation and last modification of the resource.
93
+ """
94
+ return pulumi.get(self, "system_data")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def type(self) -> str:
99
+ """
100
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
+ """
102
+ return pulumi.get(self, "type")
103
+
104
+
105
+ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
106
+ # pylint: disable=using-constant-test
107
+ def __await__(self):
108
+ if False:
109
+ yield self
110
+ return GetPrivateEndpointConnectionResult(
111
+ etag=self.etag,
112
+ id=self.id,
113
+ location=self.location,
114
+ name=self.name,
115
+ properties=self.properties,
116
+ system_data=self.system_data,
117
+ type=self.type)
118
+
119
+
120
+ def get_private_endpoint_connection(account_name: Optional[str] = None,
121
+ private_endpoint_connection_name: Optional[str] = None,
122
+ resource_group_name: Optional[str] = None,
123
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
124
+ """
125
+ Gets the specified private endpoint connection associated with the Cognitive Services account.
126
+
127
+
128
+ :param str account_name: The name of Cognitive Services account.
129
+ :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Cognitive Services Account
130
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
131
+ """
132
+ __args__ = dict()
133
+ __args__['accountName'] = account_name
134
+ __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
135
+ __args__['resourceGroupName'] = resource_group_name
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke('azure-native:cognitiveservices/v20240401preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
138
+
139
+ return AwaitableGetPrivateEndpointConnectionResult(
140
+ etag=pulumi.get(__ret__, 'etag'),
141
+ id=pulumi.get(__ret__, 'id'),
142
+ location=pulumi.get(__ret__, 'location'),
143
+ name=pulumi.get(__ret__, 'name'),
144
+ properties=pulumi.get(__ret__, 'properties'),
145
+ system_data=pulumi.get(__ret__, 'system_data'),
146
+ type=pulumi.get(__ret__, 'type'))
147
+
148
+
149
+ @_utilities.lift_output_func(get_private_endpoint_connection)
150
+ def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[str]] = None,
151
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
152
+ resource_group_name: Optional[pulumi.Input[str]] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
154
+ """
155
+ Gets the specified private endpoint connection associated with the Cognitive Services account.
156
+
157
+
158
+ :param str account_name: The name of Cognitive Services account.
159
+ :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Cognitive Services Account
160
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
161
+ """
162
+ ...