pulumi-azure-native 2.71.0a1730993707__py3-none-any.whl → 2.72.0__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 (1213) hide show
  1. pulumi_azure_native/__init__.py +179 -40
  2. pulumi_azure_native/apicenter/__init__.py +5 -0
  3. pulumi_azure_native/apicenter/_enums.py +19 -0
  4. pulumi_azure_native/apicenter/_inputs.py +57 -0
  5. pulumi_azure_native/apicenter/api.py +3 -3
  6. pulumi_azure_native/apicenter/api_definition.py +3 -3
  7. pulumi_azure_native/apicenter/api_source.py +345 -0
  8. pulumi_azure_native/apicenter/api_version.py +3 -3
  9. pulumi_azure_native/apicenter/deployment.py +3 -3
  10. pulumi_azure_native/apicenter/environment.py +3 -3
  11. pulumi_azure_native/apicenter/get_api.py +2 -2
  12. pulumi_azure_native/apicenter/get_api_definition.py +2 -2
  13. pulumi_azure_native/apicenter/get_api_source.py +213 -0
  14. pulumi_azure_native/apicenter/get_api_version.py +2 -2
  15. pulumi_azure_native/apicenter/get_deployment.py +2 -2
  16. pulumi_azure_native/apicenter/get_environment.py +2 -2
  17. pulumi_azure_native/apicenter/get_metadata_schema.py +2 -2
  18. pulumi_azure_native/apicenter/get_service.py +2 -2
  19. pulumi_azure_native/apicenter/get_workspace.py +2 -2
  20. pulumi_azure_native/apicenter/metadata_schema.py +3 -3
  21. pulumi_azure_native/apicenter/outputs.py +118 -0
  22. pulumi_azure_native/apicenter/service.py +3 -3
  23. pulumi_azure_native/apicenter/v20230701preview/service.py +1 -1
  24. pulumi_azure_native/apicenter/v20240301/api.py +1 -1
  25. pulumi_azure_native/apicenter/v20240301/api_definition.py +1 -1
  26. pulumi_azure_native/apicenter/v20240301/api_version.py +1 -1
  27. pulumi_azure_native/apicenter/v20240301/deployment.py +1 -1
  28. pulumi_azure_native/apicenter/v20240301/environment.py +1 -1
  29. pulumi_azure_native/apicenter/v20240301/metadata_schema.py +1 -1
  30. pulumi_azure_native/apicenter/v20240301/service.py +1 -1
  31. pulumi_azure_native/apicenter/v20240301/workspace.py +1 -1
  32. pulumi_azure_native/apicenter/v20240315preview/api.py +1 -1
  33. pulumi_azure_native/apicenter/v20240315preview/api_definition.py +1 -1
  34. pulumi_azure_native/apicenter/v20240315preview/api_version.py +1 -1
  35. pulumi_azure_native/apicenter/v20240315preview/deployment.py +1 -1
  36. pulumi_azure_native/apicenter/v20240315preview/environment.py +1 -1
  37. pulumi_azure_native/apicenter/v20240315preview/metadata_schema.py +1 -1
  38. pulumi_azure_native/apicenter/v20240315preview/service.py +1 -1
  39. pulumi_azure_native/apicenter/v20240315preview/workspace.py +1 -1
  40. pulumi_azure_native/apicenter/v20240601preview/__init__.py +28 -0
  41. pulumi_azure_native/apicenter/v20240601preview/_enums.py +196 -0
  42. pulumi_azure_native/apicenter/v20240601preview/_inputs.py +644 -0
  43. pulumi_azure_native/apicenter/v20240601preview/api.py +486 -0
  44. pulumi_azure_native/apicenter/v20240601preview/api_definition.py +322 -0
  45. pulumi_azure_native/apicenter/v20240601preview/api_source.py +343 -0
  46. pulumi_azure_native/apicenter/v20240601preview/api_version.py +293 -0
  47. pulumi_azure_native/apicenter/v20240601preview/deployment.py +437 -0
  48. pulumi_azure_native/apicenter/v20240601preview/environment.py +389 -0
  49. pulumi_azure_native/apicenter/v20240601preview/get_api.py +281 -0
  50. pulumi_azure_native/apicenter/v20240601preview/get_api_definition.py +195 -0
  51. pulumi_azure_native/apicenter/v20240601preview/get_api_source.py +211 -0
  52. pulumi_azure_native/apicenter/v20240601preview/get_api_version.py +175 -0
  53. pulumi_azure_native/apicenter/v20240601preview/get_deployment.py +245 -0
  54. pulumi_azure_native/apicenter/v20240601preview/get_environment.py +225 -0
  55. pulumi_azure_native/apicenter/v20240601preview/get_metadata_schema.py +163 -0
  56. pulumi_azure_native/{mobilepacketcore/v20231015preview/get_observability_service.py → apicenter/v20240601preview/get_service.py} +49 -77
  57. pulumi_azure_native/apicenter/v20240601preview/get_workspace.py +163 -0
  58. pulumi_azure_native/apicenter/v20240601preview/metadata_schema.py +251 -0
  59. pulumi_azure_native/apicenter/v20240601preview/outputs.py +782 -0
  60. pulumi_azure_native/{mobilepacketcore/v20231015preview/smf_deployment.py → apicenter/v20240601preview/service.py} +79 -123
  61. pulumi_azure_native/apicenter/v20240601preview/workspace.py +249 -0
  62. pulumi_azure_native/apicenter/workspace.py +3 -3
  63. pulumi_azure_native/containerservice/__init__.py +3 -0
  64. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  65. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  66. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  67. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  68. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  69. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  70. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  71. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  72. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  73. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  74. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  75. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  76. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  77. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  78. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  79. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  80. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  81. pulumi_azure_native/containerservice/snapshot.py +3 -3
  82. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  83. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  84. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  85. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  86. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  87. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  88. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  89. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  90. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  91. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  92. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  93. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  94. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  95. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  96. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  97. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  98. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  99. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  100. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  101. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  102. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  103. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  104. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  105. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  106. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  107. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  108. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  109. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  110. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  112. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  113. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  114. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  115. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  116. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  117. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  118. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  119. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  120. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  121. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  122. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  123. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  124. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  125. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  126. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  127. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  128. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  129. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  130. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  134. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  135. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  136. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  137. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  138. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  139. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  140. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  141. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  142. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  143. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  144. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  145. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  146. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  147. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  150. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  151. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  160. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  161. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  162. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  163. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  173. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  175. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  176. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  177. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  178. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  179. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  180. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  181. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  182. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  184. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  185. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  186. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  187. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  188. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  189. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  190. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  191. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  192. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  193. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  194. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  195. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  196. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  197. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  198. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  199. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  204. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  205. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  206. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  208. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  209. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  210. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  211. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  212. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  213. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  214. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  215. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  216. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  217. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  218. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  219. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  220. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  221. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  222. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  223. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  224. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  225. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +1 -1
  226. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  227. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  228. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +1 -1
  229. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  231. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  232. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  233. pulumi_azure_native/containerservice/v20240602preview/load_balancer.py +1 -1
  234. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  235. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  236. pulumi_azure_native/containerservice/v20240602preview/managed_cluster_snapshot.py +1 -1
  237. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  238. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  239. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  240. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  241. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  242. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  243. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  244. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  245. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  246. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  247. pulumi_azure_native/containerservice/v20240702preview/load_balancer.py +1 -1
  248. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  249. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  250. pulumi_azure_native/containerservice/v20240702preview/managed_cluster_snapshot.py +1 -1
  251. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  252. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  253. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  254. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
  255. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
  256. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
  257. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
  258. pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
  259. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
  260. pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
  261. pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
  262. pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
  263. pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
  264. pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
  265. pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
  266. pulumi_azure_native/containerservice/v20240902preview/__init__.py +29 -0
  267. pulumi_azure_native/containerservice/v20240902preview/_enums.py +921 -0
  268. pulumi_azure_native/containerservice/v20240902preview/_inputs.py +9712 -0
  269. pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1691 -0
  270. pulumi_azure_native/containerservice/v20240902preview/get_agent_pool.py +877 -0
  271. pulumi_azure_native/containerservice/v20240902preview/get_load_balancer.py +219 -0
  272. pulumi_azure_native/containerservice/v20240902preview/get_maintenance_configuration.py +177 -0
  273. pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster.py +899 -0
  274. pulumi_azure_native/containerservice/v20240902preview/get_managed_cluster_snapshot.py +199 -0
  275. pulumi_azure_native/containerservice/v20240902preview/get_private_endpoint_connection.py +163 -0
  276. pulumi_azure_native/containerservice/v20240902preview/get_snapshot.py +269 -0
  277. pulumi_azure_native/containerservice/v20240902preview/get_trusted_access_role_binding.py +177 -0
  278. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_admin_credentials.py +93 -0
  279. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_monitoring_user_credentials.py +93 -0
  280. pulumi_azure_native/containerservice/v20240902preview/list_managed_cluster_user_credentials.py +99 -0
  281. pulumi_azure_native/containerservice/v20240902preview/load_balancer.py +368 -0
  282. pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +279 -0
  283. pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1595 -0
  284. pulumi_azure_native/containerservice/v20240902preview/managed_cluster_snapshot.py +297 -0
  285. pulumi_azure_native/containerservice/v20240902preview/outputs.py +8333 -0
  286. pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +251 -0
  287. pulumi_azure_native/containerservice/v20240902preview/snapshot.py +347 -0
  288. pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +260 -0
  289. pulumi_azure_native/dashboard/v20231001preview/_inputs.py +58 -0
  290. pulumi_azure_native/dashboard/v20231001preview/outputs.py +53 -0
  291. pulumi_azure_native/datafactory/_inputs.py +360 -0
  292. pulumi_azure_native/datafactory/outputs.py +240 -2
  293. pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
  294. pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
  295. pulumi_azure_native/documentdb/__init__.py +3 -0
  296. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  297. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  298. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  299. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  300. pulumi_azure_native/documentdb/database_account.py +3 -3
  301. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  302. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  303. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  304. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  305. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  306. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  307. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  308. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  309. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  310. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  311. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  312. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  313. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  314. pulumi_azure_native/documentdb/get_service.py +2 -2
  315. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  316. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  317. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  318. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  319. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  320. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  321. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  322. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  323. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  324. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  325. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  326. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  327. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  328. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  329. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  330. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  331. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  332. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  333. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  334. pulumi_azure_native/documentdb/service.py +3 -3
  335. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  336. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  337. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  338. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  339. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  340. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  341. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  342. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  343. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  344. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  345. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  346. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  347. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  348. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  349. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  350. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  351. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  352. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  353. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  354. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  355. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  356. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  357. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  358. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  359. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  360. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  361. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  362. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  363. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  364. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  365. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  366. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  367. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  368. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  369. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  370. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  371. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  372. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  373. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  374. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  375. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  376. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  377. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  378. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  379. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  380. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  381. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  382. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  383. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  384. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  385. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  386. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  387. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  388. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  389. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  390. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  391. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  392. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  393. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  394. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  395. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  396. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  397. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  398. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  399. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  400. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  401. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  402. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  403. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  404. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  405. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  406. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  407. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  408. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  409. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  410. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  411. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  412. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  413. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  414. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  415. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  416. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  417. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  418. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  419. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  420. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  421. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  422. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  423. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  424. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  425. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  426. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  427. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  428. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  429. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  430. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  431. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  432. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  433. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  434. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  435. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  436. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  437. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  438. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  439. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  440. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  441. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  442. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  443. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  444. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  445. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  446. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  447. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  448. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  449. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  450. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  451. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  452. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  453. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  454. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  455. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  456. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  457. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  458. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  459. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  460. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  461. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  462. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  463. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  464. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  465. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  466. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  467. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  468. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  469. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  470. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  471. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  472. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  473. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  474. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  475. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  476. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  477. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  478. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  479. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  480. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  481. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  482. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  483. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  484. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  485. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  486. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  487. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  488. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  489. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  490. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  491. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  492. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  493. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  494. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  495. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  496. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  497. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  498. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  499. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  500. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  501. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  502. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  503. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  504. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  505. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  506. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  507. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  508. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  509. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  510. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  511. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  512. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  513. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +1 -1
  514. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +1 -1
  515. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +1 -1
  516. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +1 -1
  517. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1 -1
  518. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +1 -1
  519. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +1 -1
  520. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +1 -1
  521. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +1 -1
  522. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +1 -1
  523. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +1 -1
  524. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +1 -1
  525. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +1 -1
  526. pulumi_azure_native/documentdb/v20240515preview/service.py +1 -1
  527. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +1 -1
  528. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +1 -1
  529. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +1 -1
  530. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +1 -1
  531. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +1 -1
  532. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +1 -1
  533. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +1 -1
  534. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +1 -1
  535. pulumi_azure_native/documentdb/v20240815/cassandra_cluster.py +1 -1
  536. pulumi_azure_native/documentdb/v20240815/cassandra_data_center.py +1 -1
  537. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_keyspace.py +1 -1
  538. pulumi_azure_native/documentdb/v20240815/cassandra_resource_cassandra_table.py +1 -1
  539. pulumi_azure_native/documentdb/v20240815/database_account.py +1 -1
  540. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_database.py +1 -1
  541. pulumi_azure_native/documentdb/v20240815/gremlin_resource_gremlin_graph.py +1 -1
  542. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_collection.py +1 -1
  543. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_db_database.py +1 -1
  544. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_role_definition.py +1 -1
  545. pulumi_azure_native/documentdb/v20240815/mongo_db_resource_mongo_user_definition.py +1 -1
  546. pulumi_azure_native/documentdb/v20240815/notebook_workspace.py +1 -1
  547. pulumi_azure_native/documentdb/v20240815/private_endpoint_connection.py +1 -1
  548. pulumi_azure_native/documentdb/v20240815/service.py +1 -1
  549. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_container.py +1 -1
  550. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_database.py +1 -1
  551. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_assignment.py +1 -1
  552. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_role_definition.py +1 -1
  553. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_stored_procedure.py +1 -1
  554. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_trigger.py +1 -1
  555. pulumi_azure_native/documentdb/v20240815/sql_resource_sql_user_defined_function.py +1 -1
  556. pulumi_azure_native/documentdb/v20240815/table_resource_table.py +1 -1
  557. pulumi_azure_native/documentdb/v20240901preview/cassandra_cluster.py +1 -1
  558. pulumi_azure_native/documentdb/v20240901preview/cassandra_data_center.py +1 -1
  559. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_keyspace.py +1 -1
  560. pulumi_azure_native/documentdb/v20240901preview/cassandra_resource_cassandra_table.py +1 -1
  561. pulumi_azure_native/documentdb/v20240901preview/database_account.py +1 -1
  562. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_database.py +1 -1
  563. pulumi_azure_native/documentdb/v20240901preview/gremlin_resource_gremlin_graph.py +1 -1
  564. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_collection.py +1 -1
  565. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_db_database.py +1 -1
  566. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_role_definition.py +1 -1
  567. pulumi_azure_native/documentdb/v20240901preview/mongo_db_resource_mongo_user_definition.py +1 -1
  568. pulumi_azure_native/documentdb/v20240901preview/notebook_workspace.py +1 -1
  569. pulumi_azure_native/documentdb/v20240901preview/private_endpoint_connection.py +1 -1
  570. pulumi_azure_native/documentdb/v20240901preview/service.py +1 -1
  571. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_container.py +1 -1
  572. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_database.py +1 -1
  573. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_assignment.py +1 -1
  574. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_role_definition.py +1 -1
  575. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_stored_procedure.py +1 -1
  576. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_trigger.py +1 -1
  577. pulumi_azure_native/documentdb/v20240901preview/sql_resource_sql_user_defined_function.py +1 -1
  578. pulumi_azure_native/documentdb/v20240901preview/table_resource_table.py +1 -1
  579. pulumi_azure_native/documentdb/v20241115/__init__.py +57 -0
  580. pulumi_azure_native/documentdb/v20241115/_enums.py +377 -0
  581. pulumi_azure_native/documentdb/v20241115/_inputs.py +5809 -0
  582. pulumi_azure_native/documentdb/v20241115/cassandra_cluster.py +277 -0
  583. pulumi_azure_native/documentdb/v20241115/cassandra_data_center.py +211 -0
  584. pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_keyspace.py +292 -0
  585. pulumi_azure_native/documentdb/v20241115/cassandra_resource_cassandra_table.py +313 -0
  586. pulumi_azure_native/documentdb/v20241115/database_account.py +1305 -0
  587. pulumi_azure_native/documentdb/v20241115/get_cassandra_cluster.py +171 -0
  588. pulumi_azure_native/documentdb/v20241115/get_cassandra_data_center.py +135 -0
  589. pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_keyspace.py +171 -0
  590. pulumi_azure_native/documentdb/v20241115/get_cassandra_resource_cassandra_table.py +177 -0
  591. pulumi_azure_native/documentdb/v20241115/get_database_account.py +745 -0
  592. pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_database.py +171 -0
  593. pulumi_azure_native/documentdb/v20241115/get_gremlin_resource_gremlin_graph.py +177 -0
  594. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_collection.py +177 -0
  595. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_db_database.py +171 -0
  596. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_role_definition.py +177 -0
  597. pulumi_azure_native/documentdb/v20241115/get_mongo_db_resource_mongo_user_definition.py +205 -0
  598. pulumi_azure_native/documentdb/v20241115/get_notebook_workspace.py +148 -0
  599. pulumi_azure_native/documentdb/v20241115/get_private_endpoint_connection.py +177 -0
  600. pulumi_azure_native/documentdb/v20241115/get_service.py +135 -0
  601. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_container.py +177 -0
  602. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_database.py +171 -0
  603. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_assignment.py +162 -0
  604. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_role_definition.py +163 -0
  605. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_stored_procedure.py +172 -0
  606. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_trigger.py +172 -0
  607. pulumi_azure_native/documentdb/v20241115/get_sql_resource_sql_user_defined_function.py +172 -0
  608. pulumi_azure_native/documentdb/v20241115/get_table_resource_table.py +171 -0
  609. pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_database.py +293 -0
  610. pulumi_azure_native/documentdb/v20241115/gremlin_resource_gremlin_graph.py +314 -0
  611. pulumi_azure_native/documentdb/v20241115/list_database_account_connection_strings.py +87 -0
  612. pulumi_azure_native/documentdb/v20241115/list_database_account_keys.py +128 -0
  613. pulumi_azure_native/documentdb/v20241115/list_notebook_workspace_connection_info.py +106 -0
  614. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_collection.py +314 -0
  615. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_db_database.py +293 -0
  616. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_role_definition.py +317 -0
  617. pulumi_azure_native/documentdb/v20241115/mongo_db_resource_mongo_user_definition.py +355 -0
  618. pulumi_azure_native/documentdb/v20241115/notebook_workspace.py +199 -0
  619. pulumi_azure_native/documentdb/v20241115/outputs.py +6465 -0
  620. pulumi_azure_native/documentdb/v20241115/private_endpoint_connection.py +297 -0
  621. pulumi_azure_native/documentdb/v20241115/service.py +211 -0
  622. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_container.py +314 -0
  623. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_database.py +293 -0
  624. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_assignment.py +266 -0
  625. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_role_definition.py +288 -0
  626. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_stored_procedure.py +328 -0
  627. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_trigger.py +329 -0
  628. pulumi_azure_native/documentdb/v20241115/sql_resource_sql_user_defined_function.py +328 -0
  629. pulumi_azure_native/documentdb/v20241115/table_resource_table.py +293 -0
  630. pulumi_azure_native/durabletask/__init__.py +21 -0
  631. pulumi_azure_native/durabletask/_inputs.py +134 -0
  632. pulumi_azure_native/durabletask/get_scheduler.py +173 -0
  633. pulumi_azure_native/durabletask/get_task_hub.py +151 -0
  634. pulumi_azure_native/{mobilepacketcore → durabletask}/outputs.py +123 -136
  635. pulumi_azure_native/{mobilepacketcore/smf_deployment.py → durabletask/scheduler.py} +55 -143
  636. pulumi_azure_native/durabletask/task_hub.py +202 -0
  637. pulumi_azure_native/{mobilepacketcore/v20230515preview → durabletask/v20241001preview}/__init__.py +5 -3
  638. pulumi_azure_native/durabletask/v20241001preview/_inputs.py +134 -0
  639. pulumi_azure_native/durabletask/v20241001preview/get_scheduler.py +171 -0
  640. pulumi_azure_native/durabletask/v20241001preview/get_task_hub.py +149 -0
  641. pulumi_azure_native/{mobilepacketcore/v20231015preview → durabletask/v20241001preview}/outputs.py +123 -136
  642. pulumi_azure_native/durabletask/v20241001preview/scheduler.py +257 -0
  643. pulumi_azure_native/durabletask/v20241001preview/task_hub.py +200 -0
  644. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  645. pulumi_azure_native/hybridcompute/gateway.py +3 -3
  646. pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
  647. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  648. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  649. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  650. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  651. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  652. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  653. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  654. pulumi_azure_native/hybridcompute/license.py +3 -3
  655. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  656. pulumi_azure_native/hybridcompute/machine.py +3 -3
  657. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  658. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  659. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  660. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  661. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  662. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  663. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  664. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  665. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  666. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  667. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  668. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  669. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  670. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  671. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  672. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  673. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  674. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  675. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  676. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  677. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  678. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  679. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  680. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  681. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  682. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  683. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  684. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  685. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  686. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  687. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  688. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  689. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  690. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  691. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  692. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  693. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +1 -1
  694. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  695. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  696. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  697. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  698. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +1 -1
  699. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  700. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  701. pulumi_azure_native/hybridcompute/v20240710/license.py +1 -1
  702. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +1 -1
  703. pulumi_azure_native/hybridcompute/v20240710/machine.py +1 -1
  704. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +1 -1
  705. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +1 -1
  706. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +1 -1
  707. pulumi_azure_native/hybridcompute/v20240731preview/gateway.py +1 -1
  708. pulumi_azure_native/hybridcompute/v20240731preview/license.py +1 -1
  709. pulumi_azure_native/hybridcompute/v20240731preview/license_profile.py +1 -1
  710. pulumi_azure_native/hybridcompute/v20240731preview/machine.py +1 -1
  711. pulumi_azure_native/hybridcompute/v20240731preview/machine_extension.py +1 -1
  712. pulumi_azure_native/hybridcompute/v20240731preview/machine_run_command.py +1 -1
  713. pulumi_azure_native/hybridcompute/v20240731preview/private_endpoint_connection.py +1 -1
  714. pulumi_azure_native/hybridcompute/v20240731preview/private_link_scope.py +1 -1
  715. pulumi_azure_native/hybridcompute/v20240910preview/__init__.py +26 -0
  716. pulumi_azure_native/hybridcompute/v20240910preview/_enums.py +172 -0
  717. pulumi_azure_native/hybridcompute/v20240910preview/_inputs.py +1924 -0
  718. pulumi_azure_native/{mobilepacketcore/v20231015preview/observability_service.py → hybridcompute/v20240910preview/gateway.py} +107 -109
  719. pulumi_azure_native/hybridcompute/v20240910preview/get_gateway.py +227 -0
  720. pulumi_azure_native/hybridcompute/v20240910preview/get_license.py +213 -0
  721. pulumi_azure_native/hybridcompute/v20240910preview/get_license_profile.py +387 -0
  722. pulumi_azure_native/hybridcompute/v20240910preview/get_machine.py +681 -0
  723. pulumi_azure_native/hybridcompute/v20240910preview/get_machine_extension.py +177 -0
  724. pulumi_azure_native/hybridcompute/v20240910preview/get_machine_run_command.py +345 -0
  725. pulumi_azure_native/hybridcompute/v20240910preview/get_private_endpoint_connection.py +149 -0
  726. pulumi_azure_native/hybridcompute/v20240910preview/get_private_link_scope.py +171 -0
  727. pulumi_azure_native/{mobilepacketcore/v20231015preview/nrf_deployment.py → hybridcompute/v20240910preview/license.py} +112 -131
  728. pulumi_azure_native/hybridcompute/v20240910preview/license_profile.py +505 -0
  729. pulumi_azure_native/hybridcompute/v20240910preview/machine.py +885 -0
  730. pulumi_azure_native/{mobilepacketcore/observability_service.py → hybridcompute/v20240910preview/machine_extension.py} +76 -117
  731. pulumi_azure_native/hybridcompute/v20240910preview/machine_run_command.py +592 -0
  732. pulumi_azure_native/hybridcompute/v20240910preview/outputs.py +3556 -0
  733. pulumi_azure_native/hybridcompute/v20240910preview/private_endpoint_connection.py +220 -0
  734. pulumi_azure_native/hybridcompute/v20240910preview/private_link_scope.py +258 -0
  735. pulumi_azure_native/impact/__init__.py +24 -0
  736. pulumi_azure_native/impact/_enums.py +202 -0
  737. pulumi_azure_native/impact/_inputs.py +1183 -0
  738. pulumi_azure_native/impact/connector.py +181 -0
  739. pulumi_azure_native/impact/get_connector.py +139 -0
  740. pulumi_azure_native/impact/get_insight.py +145 -0
  741. pulumi_azure_native/impact/get_workload_impact.py +139 -0
  742. pulumi_azure_native/impact/insight.py +201 -0
  743. pulumi_azure_native/impact/outputs.py +1117 -0
  744. pulumi_azure_native/impact/v20240501preview/__init__.py +16 -0
  745. pulumi_azure_native/impact/v20240501preview/_enums.py +202 -0
  746. pulumi_azure_native/impact/v20240501preview/_inputs.py +1183 -0
  747. pulumi_azure_native/impact/v20240501preview/connector.py +179 -0
  748. pulumi_azure_native/impact/v20240501preview/get_connector.py +137 -0
  749. pulumi_azure_native/impact/v20240501preview/get_insight.py +143 -0
  750. pulumi_azure_native/impact/v20240501preview/get_workload_impact.py +137 -0
  751. pulumi_azure_native/impact/v20240501preview/insight.py +199 -0
  752. pulumi_azure_native/impact/v20240501preview/outputs.py +1117 -0
  753. pulumi_azure_native/impact/v20240501preview/workload_impact.py +179 -0
  754. pulumi_azure_native/impact/workload_impact.py +181 -0
  755. pulumi_azure_native/kusto/__init__.py +4 -0
  756. pulumi_azure_native/kusto/attached_database_configuration.py +3 -3
  757. pulumi_azure_native/kusto/cluster.py +3 -3
  758. pulumi_azure_native/kusto/cluster_principal_assignment.py +3 -3
  759. pulumi_azure_native/kusto/cosmos_db_data_connection.py +1 -1
  760. pulumi_azure_native/kusto/database_principal_assignment.py +3 -3
  761. pulumi_azure_native/kusto/event_grid_data_connection.py +1 -1
  762. pulumi_azure_native/kusto/event_hub_data_connection.py +1 -1
  763. pulumi_azure_native/kusto/get_attached_database_configuration.py +2 -2
  764. pulumi_azure_native/kusto/get_cluster.py +2 -2
  765. pulumi_azure_native/kusto/get_cluster_principal_assignment.py +2 -2
  766. pulumi_azure_native/kusto/get_database_principal_assignment.py +2 -2
  767. pulumi_azure_native/kusto/get_managed_private_endpoint.py +2 -2
  768. pulumi_azure_native/kusto/get_private_endpoint_connection.py +2 -2
  769. pulumi_azure_native/kusto/get_sandbox_custom_image.py +4 -0
  770. pulumi_azure_native/kusto/get_script.py +2 -2
  771. pulumi_azure_native/kusto/iot_hub_data_connection.py +1 -1
  772. pulumi_azure_native/kusto/list_cluster_callout_policies.py +100 -0
  773. pulumi_azure_native/kusto/list_cluster_follower_databases.py +2 -2
  774. pulumi_azure_native/kusto/list_cluster_language_extensions.py +2 -2
  775. pulumi_azure_native/kusto/list_database_principals.py +2 -2
  776. pulumi_azure_native/kusto/managed_private_endpoint.py +3 -3
  777. pulumi_azure_native/kusto/outputs.py +59 -0
  778. pulumi_azure_native/kusto/private_endpoint_connection.py +3 -3
  779. pulumi_azure_native/kusto/read_only_following_database.py +1 -1
  780. pulumi_azure_native/kusto/read_write_database.py +1 -1
  781. pulumi_azure_native/kusto/sandbox_custom_image.py +5 -1
  782. pulumi_azure_native/kusto/script.py +3 -3
  783. pulumi_azure_native/kusto/v20180907preview/database.py +1 -1
  784. pulumi_azure_native/kusto/v20190515/database.py +1 -1
  785. pulumi_azure_native/kusto/v20190907/read_only_following_database.py +1 -1
  786. pulumi_azure_native/kusto/v20190907/read_write_database.py +1 -1
  787. pulumi_azure_native/kusto/v20191109/read_write_database.py +1 -1
  788. pulumi_azure_native/kusto/v20200215/event_grid_data_connection.py +1 -1
  789. pulumi_azure_native/kusto/v20210827/script.py +1 -1
  790. pulumi_azure_native/kusto/v20220707/cluster.py +1 -1
  791. pulumi_azure_native/kusto/v20221229/attached_database_configuration.py +1 -1
  792. pulumi_azure_native/kusto/v20221229/cluster.py +1 -1
  793. pulumi_azure_native/kusto/v20221229/cluster_principal_assignment.py +1 -1
  794. pulumi_azure_native/kusto/v20221229/cosmos_db_data_connection.py +1 -1
  795. pulumi_azure_native/kusto/v20221229/database_principal_assignment.py +1 -1
  796. pulumi_azure_native/kusto/v20221229/event_grid_data_connection.py +1 -1
  797. pulumi_azure_native/kusto/v20221229/event_hub_data_connection.py +1 -1
  798. pulumi_azure_native/kusto/v20221229/iot_hub_data_connection.py +1 -1
  799. pulumi_azure_native/kusto/v20221229/managed_private_endpoint.py +1 -1
  800. pulumi_azure_native/kusto/v20221229/private_endpoint_connection.py +1 -1
  801. pulumi_azure_native/kusto/v20221229/read_only_following_database.py +1 -1
  802. pulumi_azure_native/kusto/v20221229/read_write_database.py +1 -1
  803. pulumi_azure_native/kusto/v20221229/script.py +1 -1
  804. pulumi_azure_native/kusto/v20230502/attached_database_configuration.py +1 -1
  805. pulumi_azure_native/kusto/v20230502/cluster.py +1 -1
  806. pulumi_azure_native/kusto/v20230502/cluster_principal_assignment.py +1 -1
  807. pulumi_azure_native/kusto/v20230502/cosmos_db_data_connection.py +1 -1
  808. pulumi_azure_native/kusto/v20230502/database_principal_assignment.py +1 -1
  809. pulumi_azure_native/kusto/v20230502/event_grid_data_connection.py +1 -1
  810. pulumi_azure_native/kusto/v20230502/event_hub_data_connection.py +1 -1
  811. pulumi_azure_native/kusto/v20230502/iot_hub_data_connection.py +1 -1
  812. pulumi_azure_native/kusto/v20230502/managed_private_endpoint.py +1 -1
  813. pulumi_azure_native/kusto/v20230502/private_endpoint_connection.py +1 -1
  814. pulumi_azure_native/kusto/v20230502/read_only_following_database.py +1 -1
  815. pulumi_azure_native/kusto/v20230502/read_write_database.py +1 -1
  816. pulumi_azure_native/kusto/v20230502/script.py +1 -1
  817. pulumi_azure_native/kusto/v20230815/attached_database_configuration.py +1 -1
  818. pulumi_azure_native/kusto/v20230815/cluster.py +1 -1
  819. pulumi_azure_native/kusto/v20230815/cluster_principal_assignment.py +1 -1
  820. pulumi_azure_native/kusto/v20230815/cosmos_db_data_connection.py +1 -1
  821. pulumi_azure_native/kusto/v20230815/database_principal_assignment.py +1 -1
  822. pulumi_azure_native/kusto/v20230815/event_grid_data_connection.py +1 -1
  823. pulumi_azure_native/kusto/v20230815/event_hub_data_connection.py +1 -1
  824. pulumi_azure_native/kusto/v20230815/iot_hub_data_connection.py +1 -1
  825. pulumi_azure_native/kusto/v20230815/managed_private_endpoint.py +1 -1
  826. pulumi_azure_native/kusto/v20230815/private_endpoint_connection.py +1 -1
  827. pulumi_azure_native/kusto/v20230815/read_only_following_database.py +1 -1
  828. pulumi_azure_native/kusto/v20230815/read_write_database.py +1 -1
  829. pulumi_azure_native/kusto/v20230815/sandbox_custom_image.py +1 -1
  830. pulumi_azure_native/kusto/v20230815/script.py +1 -1
  831. pulumi_azure_native/kusto/v20240413/__init__.py +42 -0
  832. pulumi_azure_native/kusto/v20240413/_enums.py +379 -0
  833. pulumi_azure_native/kusto/v20240413/_inputs.py +950 -0
  834. pulumi_azure_native/kusto/v20240413/attached_database_configuration.py +408 -0
  835. pulumi_azure_native/kusto/v20240413/cluster.py +985 -0
  836. pulumi_azure_native/kusto/v20240413/cluster_principal_assignment.py +339 -0
  837. pulumi_azure_native/kusto/v20240413/cosmos_db_data_connection.py +491 -0
  838. pulumi_azure_native/kusto/v20240413/database_principal_assignment.py +360 -0
  839. pulumi_azure_native/kusto/v20240413/event_grid_data_connection.py +610 -0
  840. pulumi_azure_native/kusto/v20240413/event_hub_data_connection.py +580 -0
  841. pulumi_azure_native/kusto/v20240413/get_attached_database_configuration.py +247 -0
  842. pulumi_azure_native/kusto/v20240413/get_cluster.py +577 -0
  843. pulumi_azure_native/kusto/v20240413/get_cluster_principal_assignment.py +232 -0
  844. pulumi_azure_native/kusto/v20240413/get_cosmos_db_data_connection.py +281 -0
  845. pulumi_azure_native/kusto/v20240413/get_database_principal_assignment.py +238 -0
  846. pulumi_azure_native/kusto/v20240413/get_event_grid_data_connection.py +337 -0
  847. pulumi_azure_native/kusto/v20240413/get_event_hub_data_connection.py +323 -0
  848. pulumi_azure_native/kusto/v20240413/get_iot_hub_data_connection.py +295 -0
  849. pulumi_azure_native/kusto/v20240413/get_managed_private_endpoint.py +205 -0
  850. pulumi_azure_native/kusto/v20240413/get_private_endpoint_connection.py +191 -0
  851. pulumi_azure_native/kusto/v20240413/get_read_only_following_database.py +304 -0
  852. pulumi_azure_native/kusto/v20240413/get_read_write_database.py +248 -0
  853. pulumi_azure_native/kusto/v20240413/get_sandbox_custom_image.py +190 -0
  854. pulumi_azure_native/kusto/v20240413/get_script.py +225 -0
  855. pulumi_azure_native/kusto/v20240413/iot_hub_data_connection.py +542 -0
  856. pulumi_azure_native/kusto/v20240413/list_cluster_callout_policies.py +98 -0
  857. pulumi_azure_native/kusto/v20240413/list_cluster_follower_databases.py +87 -0
  858. pulumi_azure_native/kusto/v20240413/list_cluster_language_extensions.py +87 -0
  859. pulumi_azure_native/kusto/v20240413/list_database_principals.py +93 -0
  860. pulumi_azure_native/kusto/v20240413/managed_private_endpoint.py +318 -0
  861. pulumi_azure_native/kusto/v20240413/outputs.py +1412 -0
  862. pulumi_azure_native/kusto/v20240413/private_endpoint_connection.py +251 -0
  863. pulumi_azure_native/kusto/v20240413/read_only_following_database.py +392 -0
  864. pulumi_azure_native/kusto/v20240413/read_write_database.py +391 -0
  865. pulumi_azure_native/kusto/v20240413/sandbox_custom_image.py +307 -0
  866. pulumi_azure_native/kusto/v20240413/script.py +411 -0
  867. pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
  868. pulumi_azure_native/machinelearningservices/outputs.py +2 -104
  869. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +4 -0
  870. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
  871. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
  872. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
  873. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
  874. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
  875. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
  876. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
  877. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
  878. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
  879. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
  880. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
  881. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
  882. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
  883. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
  884. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
  885. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
  886. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
  887. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
  888. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
  890. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
  891. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +36 -12
  893. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +26 -8
  894. pulumi_azure_native/pulumi-plugin.json +1 -1
  895. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  896. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  897. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  898. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  899. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  900. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  901. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  902. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  903. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  904. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  905. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  906. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  907. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  908. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  909. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  910. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  911. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  912. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  913. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  914. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  915. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  916. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  917. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  918. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  919. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  920. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  921. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  922. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  923. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  924. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  925. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  926. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  927. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  928. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  929. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  930. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  931. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  932. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  933. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  934. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  935. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  936. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  937. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  938. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  939. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  940. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  941. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  942. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  943. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  944. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  945. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  946. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  947. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  948. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  949. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  950. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  951. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  952. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  953. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  954. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  955. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  956. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  957. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  958. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  959. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  960. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  961. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  962. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  963. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  964. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  965. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  966. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  967. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  968. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  969. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  970. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  971. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  972. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  973. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  974. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  975. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  976. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  977. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  978. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  979. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  980. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  981. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  982. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  983. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  984. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  985. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  986. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  987. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  988. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  989. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  990. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  991. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  992. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  993. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  994. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  995. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  996. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  997. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  998. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  999. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  1000. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  1001. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  1002. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  1003. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  1004. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  1005. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  1006. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  1007. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +1 -1
  1008. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +1 -1
  1009. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +1 -1
  1010. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +1 -1
  1011. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +1 -1
  1012. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +1 -1
  1013. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +1 -1
  1014. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +1 -1
  1015. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +1 -1
  1016. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +1 -1
  1017. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +1 -1
  1018. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  1019. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  1020. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  1021. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  1022. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  1023. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  1024. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  1025. pulumi_azure_native/recoveryservices/v20240401/replication_fabric.py +1 -1
  1026. pulumi_azure_native/recoveryservices/v20240401/replication_migration_item.py +1 -1
  1027. pulumi_azure_native/recoveryservices/v20240401/replication_network_mapping.py +1 -1
  1028. pulumi_azure_native/recoveryservices/v20240401/replication_policy.py +1 -1
  1029. pulumi_azure_native/recoveryservices/v20240401/replication_protected_item.py +1 -1
  1030. pulumi_azure_native/recoveryservices/v20240401/replication_protection_cluster.py +1 -1
  1031. pulumi_azure_native/recoveryservices/v20240401/replication_protection_container_mapping.py +1 -1
  1032. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_plan.py +1 -1
  1033. pulumi_azure_native/recoveryservices/v20240401/replication_recovery_services_provider.py +1 -1
  1034. pulumi_azure_native/recoveryservices/v20240401/replication_storage_classification_mapping.py +1 -1
  1035. pulumi_azure_native/recoveryservices/v20240401/replicationv_center.py +1 -1
  1036. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  1037. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  1038. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  1039. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  1040. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  1041. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  1042. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  1043. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  1044. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  1045. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  1046. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  1047. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  1048. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  1049. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  1050. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  1051. pulumi_azure_native/recoveryservices/v20241001/__init__.py +46 -0
  1052. pulumi_azure_native/recoveryservices/v20241001/_enums.py +649 -0
  1053. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +26874 -0
  1054. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
  1055. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
  1056. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
  1057. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
  1058. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
  1059. pulumi_azure_native/recoveryservices/v20241001/get_replication_fabric.py +155 -0
  1060. pulumi_azure_native/recoveryservices/v20241001/get_replication_migration_item.py +161 -0
  1061. pulumi_azure_native/recoveryservices/v20241001/get_replication_network_mapping.py +161 -0
  1062. pulumi_azure_native/recoveryservices/v20241001/get_replication_policy.py +149 -0
  1063. pulumi_azure_native/recoveryservices/v20241001/get_replication_protected_item.py +161 -0
  1064. pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_cluster.py +147 -0
  1065. pulumi_azure_native/recoveryservices/v20241001/get_replication_protection_container_mapping.py +161 -0
  1066. pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_plan.py +149 -0
  1067. pulumi_azure_native/recoveryservices/v20241001/get_replication_recovery_services_provider.py +155 -0
  1068. pulumi_azure_native/recoveryservices/v20241001/get_replication_storage_classification_mapping.py +161 -0
  1069. pulumi_azure_native/recoveryservices/v20241001/get_replicationv_center.py +155 -0
  1070. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
  1071. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
  1072. pulumi_azure_native/recoveryservices/v20241001/outputs.py +36732 -0
  1073. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
  1074. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
  1075. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
  1076. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
  1077. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
  1078. pulumi_azure_native/recoveryservices/v20241001/replication_fabric.py +220 -0
  1079. pulumi_azure_native/recoveryservices/v20241001/replication_migration_item.py +264 -0
  1080. pulumi_azure_native/recoveryservices/v20241001/replication_network_mapping.py +263 -0
  1081. pulumi_azure_native/recoveryservices/v20241001/replication_policy.py +221 -0
  1082. pulumi_azure_native/recoveryservices/v20241001/replication_protected_item.py +263 -0
  1083. pulumi_azure_native/recoveryservices/v20241001/replication_protection_cluster.py +253 -0
  1084. pulumi_azure_native/recoveryservices/v20241001/replication_protection_container_mapping.py +263 -0
  1085. pulumi_azure_native/recoveryservices/v20241001/replication_recovery_plan.py +222 -0
  1086. pulumi_azure_native/recoveryservices/v20241001/replication_recovery_services_provider.py +242 -0
  1087. pulumi_azure_native/recoveryservices/v20241001/replication_storage_classification_mapping.py +262 -0
  1088. pulumi_azure_native/recoveryservices/v20241001/replicationv_center.py +241 -0
  1089. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
  1090. pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
  1091. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1092. pulumi_azure_native/servicefabric/__init__.py +3 -0
  1093. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  1094. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  1095. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  1096. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  1097. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  1098. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  1099. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  1100. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  1101. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  1102. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  1103. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  1104. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  1105. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  1106. pulumi_azure_native/servicefabric/node_type.py +3 -3
  1107. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  1108. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  1109. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  1110. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  1111. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  1112. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1113. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1114. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1115. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1116. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1117. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1118. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1119. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1120. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1121. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1122. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1123. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1124. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1125. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1126. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1127. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1128. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1129. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1130. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1131. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1132. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1133. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1134. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1135. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1136. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1137. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1138. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1139. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1140. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1141. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1142. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1143. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1144. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1145. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1146. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  1147. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  1148. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  1149. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  1150. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  1151. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  1152. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
  1153. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
  1154. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
  1155. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
  1156. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
  1157. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
  1158. pulumi_azure_native/servicefabric/v20240901preview/__init__.py +24 -0
  1159. pulumi_azure_native/servicefabric/v20240901preview/_enums.py +511 -0
  1160. pulumi_azure_native/servicefabric/v20240901preview/_inputs.py +5399 -0
  1161. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster.py +759 -0
  1162. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application.py +248 -0
  1163. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type.py +177 -0
  1164. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_application_type_version.py +197 -0
  1165. pulumi_azure_native/servicefabric/v20240901preview/get_managed_cluster_service.py +183 -0
  1166. pulumi_azure_native/servicefabric/v20240901preview/get_node_type.py +863 -0
  1167. pulumi_azure_native/servicefabric/v20240901preview/getmanaged_az_resiliency_status.py +101 -0
  1168. pulumi_azure_native/servicefabric/v20240901preview/getmanaged_maintenance_window_status.py +170 -0
  1169. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1339 -0
  1170. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +409 -0
  1171. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +258 -0
  1172. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +309 -0
  1173. pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +300 -0
  1174. pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1695 -0
  1175. pulumi_azure_native/servicefabric/v20240901preview/outputs.py +4591 -0
  1176. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/METADATA +1 -1
  1177. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/RECORD +1179 -975
  1178. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/WHEEL +1 -1
  1179. pulumi_azure_native/mobilepacketcore/__init__.py +0 -37
  1180. pulumi_azure_native/mobilepacketcore/_enums.py +0 -139
  1181. pulumi_azure_native/mobilepacketcore/_inputs.py +0 -217
  1182. pulumi_azure_native/mobilepacketcore/amf_deployment.py +0 -347
  1183. pulumi_azure_native/mobilepacketcore/cluster_service.py +0 -371
  1184. pulumi_azure_native/mobilepacketcore/get_amf_deployment.py +0 -243
  1185. pulumi_azure_native/mobilepacketcore/get_cluster_service.py +0 -243
  1186. pulumi_azure_native/mobilepacketcore/get_network_function.py +0 -285
  1187. pulumi_azure_native/mobilepacketcore/get_nrf_deployment.py +0 -243
  1188. pulumi_azure_native/mobilepacketcore/get_nssf_deployment.py +0 -243
  1189. pulumi_azure_native/mobilepacketcore/get_observability_service.py +0 -229
  1190. pulumi_azure_native/mobilepacketcore/get_smf_deployment.py +0 -243
  1191. pulumi_azure_native/mobilepacketcore/get_upf_deployment.py +0 -243
  1192. pulumi_azure_native/mobilepacketcore/network_function.py +0 -437
  1193. pulumi_azure_native/mobilepacketcore/nrf_deployment.py +0 -347
  1194. pulumi_azure_native/mobilepacketcore/nssf_deployment.py +0 -347
  1195. pulumi_azure_native/mobilepacketcore/upf_deployment.py +0 -348
  1196. pulumi_azure_native/mobilepacketcore/v20230515preview/_enums.py +0 -109
  1197. pulumi_azure_native/mobilepacketcore/v20230515preview/get_network_function.py +0 -283
  1198. pulumi_azure_native/mobilepacketcore/v20230515preview/network_function.py +0 -435
  1199. pulumi_azure_native/mobilepacketcore/v20230515preview/outputs.py +0 -131
  1200. pulumi_azure_native/mobilepacketcore/v20231015preview/__init__.py +0 -24
  1201. pulumi_azure_native/mobilepacketcore/v20231015preview/_enums.py +0 -38
  1202. pulumi_azure_native/mobilepacketcore/v20231015preview/_inputs.py +0 -217
  1203. pulumi_azure_native/mobilepacketcore/v20231015preview/amf_deployment.py +0 -345
  1204. pulumi_azure_native/mobilepacketcore/v20231015preview/cluster_service.py +0 -369
  1205. pulumi_azure_native/mobilepacketcore/v20231015preview/get_amf_deployment.py +0 -241
  1206. pulumi_azure_native/mobilepacketcore/v20231015preview/get_cluster_service.py +0 -241
  1207. pulumi_azure_native/mobilepacketcore/v20231015preview/get_nrf_deployment.py +0 -241
  1208. pulumi_azure_native/mobilepacketcore/v20231015preview/get_nssf_deployment.py +0 -241
  1209. pulumi_azure_native/mobilepacketcore/v20231015preview/get_smf_deployment.py +0 -241
  1210. pulumi_azure_native/mobilepacketcore/v20231015preview/get_upf_deployment.py +0 -241
  1211. pulumi_azure_native/mobilepacketcore/v20231015preview/nssf_deployment.py +0 -345
  1212. pulumi_azure_native/mobilepacketcore/v20231015preview/upf_deployment.py +0 -346
  1213. {pulumi_azure_native-2.71.0a1730993707.dist-info → pulumi_azure_native-2.72.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,177 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetMachineExtensionResult',
20
+ 'AwaitableGetMachineExtensionResult',
21
+ 'get_machine_extension',
22
+ 'get_machine_extension_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetMachineExtensionResult:
27
+ """
28
+ Describes a Machine Extension.
29
+ """
30
+ def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if location and not isinstance(location, str):
35
+ raise TypeError("Expected argument 'location' to be a str")
36
+ pulumi.set(__self__, "location", location)
37
+ if name and not isinstance(name, str):
38
+ raise TypeError("Expected argument 'name' to be a str")
39
+ pulumi.set(__self__, "name", name)
40
+ if properties and not isinstance(properties, dict):
41
+ raise TypeError("Expected argument 'properties' to be a dict")
42
+ pulumi.set(__self__, "properties", properties)
43
+ if system_data and not isinstance(system_data, dict):
44
+ raise TypeError("Expected argument 'system_data' to be a dict")
45
+ pulumi.set(__self__, "system_data", system_data)
46
+ if tags and not isinstance(tags, dict):
47
+ raise TypeError("Expected argument 'tags' to be a dict")
48
+ pulumi.set(__self__, "tags", tags)
49
+ if type and not isinstance(type, str):
50
+ raise TypeError("Expected argument 'type' to be a str")
51
+ pulumi.set(__self__, "type", type)
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def id(self) -> str:
56
+ """
57
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
58
+ """
59
+ return pulumi.get(self, "id")
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def location(self) -> str:
64
+ """
65
+ The geo-location where the resource lives
66
+ """
67
+ return pulumi.get(self, "location")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def name(self) -> str:
72
+ """
73
+ The name of the resource
74
+ """
75
+ return pulumi.get(self, "name")
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def properties(self) -> 'outputs.MachineExtensionPropertiesResponse':
80
+ """
81
+ Describes Machine Extension Properties.
82
+ """
83
+ return pulumi.get(self, "properties")
84
+
85
+ @property
86
+ @pulumi.getter(name="systemData")
87
+ def system_data(self) -> 'outputs.SystemDataResponse':
88
+ """
89
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
90
+ """
91
+ return pulumi.get(self, "system_data")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def tags(self) -> Optional[Mapping[str, str]]:
96
+ """
97
+ Resource tags.
98
+ """
99
+ return pulumi.get(self, "tags")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def type(self) -> str:
104
+ """
105
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
106
+ """
107
+ return pulumi.get(self, "type")
108
+
109
+
110
+ class AwaitableGetMachineExtensionResult(GetMachineExtensionResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetMachineExtensionResult(
116
+ id=self.id,
117
+ location=self.location,
118
+ name=self.name,
119
+ properties=self.properties,
120
+ system_data=self.system_data,
121
+ tags=self.tags,
122
+ type=self.type)
123
+
124
+
125
+ def get_machine_extension(extension_name: Optional[str] = None,
126
+ machine_name: Optional[str] = None,
127
+ resource_group_name: Optional[str] = None,
128
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineExtensionResult:
129
+ """
130
+ The operation to get the extension.
131
+
132
+
133
+ :param str extension_name: The name of the machine extension.
134
+ :param str machine_name: The name of the machine containing the extension.
135
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
136
+ """
137
+ __args__ = dict()
138
+ __args__['extensionName'] = extension_name
139
+ __args__['machineName'] = machine_name
140
+ __args__['resourceGroupName'] = resource_group_name
141
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
142
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240910preview:getMachineExtension', __args__, opts=opts, typ=GetMachineExtensionResult).value
143
+
144
+ return AwaitableGetMachineExtensionResult(
145
+ id=pulumi.get(__ret__, 'id'),
146
+ location=pulumi.get(__ret__, 'location'),
147
+ name=pulumi.get(__ret__, 'name'),
148
+ properties=pulumi.get(__ret__, 'properties'),
149
+ system_data=pulumi.get(__ret__, 'system_data'),
150
+ tags=pulumi.get(__ret__, 'tags'),
151
+ type=pulumi.get(__ret__, 'type'))
152
+ def get_machine_extension_output(extension_name: Optional[pulumi.Input[str]] = None,
153
+ machine_name: Optional[pulumi.Input[str]] = None,
154
+ resource_group_name: Optional[pulumi.Input[str]] = None,
155
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineExtensionResult]:
156
+ """
157
+ The operation to get the extension.
158
+
159
+
160
+ :param str extension_name: The name of the machine extension.
161
+ :param str machine_name: The name of the machine containing the extension.
162
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
163
+ """
164
+ __args__ = dict()
165
+ __args__['extensionName'] = extension_name
166
+ __args__['machineName'] = machine_name
167
+ __args__['resourceGroupName'] = resource_group_name
168
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
+ __ret__ = pulumi.runtime.invoke_output('azure-native:hybridcompute/v20240910preview:getMachineExtension', __args__, opts=opts, typ=GetMachineExtensionResult)
170
+ return __ret__.apply(lambda __response__: GetMachineExtensionResult(
171
+ id=pulumi.get(__response__, 'id'),
172
+ location=pulumi.get(__response__, 'location'),
173
+ name=pulumi.get(__response__, 'name'),
174
+ properties=pulumi.get(__response__, 'properties'),
175
+ system_data=pulumi.get(__response__, 'system_data'),
176
+ tags=pulumi.get(__response__, 'tags'),
177
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,345 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetMachineRunCommandResult',
20
+ 'AwaitableGetMachineRunCommandResult',
21
+ 'get_machine_run_command',
22
+ 'get_machine_run_command_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetMachineRunCommandResult:
27
+ """
28
+ Describes a Run Command
29
+ """
30
+ def __init__(__self__, async_execution=None, error_blob_managed_identity=None, error_blob_uri=None, id=None, instance_view=None, location=None, name=None, output_blob_managed_identity=None, output_blob_uri=None, parameters=None, protected_parameters=None, provisioning_state=None, run_as_password=None, run_as_user=None, source=None, system_data=None, tags=None, timeout_in_seconds=None, type=None):
31
+ if async_execution and not isinstance(async_execution, bool):
32
+ raise TypeError("Expected argument 'async_execution' to be a bool")
33
+ pulumi.set(__self__, "async_execution", async_execution)
34
+ if error_blob_managed_identity and not isinstance(error_blob_managed_identity, dict):
35
+ raise TypeError("Expected argument 'error_blob_managed_identity' to be a dict")
36
+ pulumi.set(__self__, "error_blob_managed_identity", error_blob_managed_identity)
37
+ if error_blob_uri and not isinstance(error_blob_uri, str):
38
+ raise TypeError("Expected argument 'error_blob_uri' to be a str")
39
+ pulumi.set(__self__, "error_blob_uri", error_blob_uri)
40
+ if id and not isinstance(id, str):
41
+ raise TypeError("Expected argument 'id' to be a str")
42
+ pulumi.set(__self__, "id", id)
43
+ if instance_view and not isinstance(instance_view, dict):
44
+ raise TypeError("Expected argument 'instance_view' to be a dict")
45
+ pulumi.set(__self__, "instance_view", instance_view)
46
+ if location and not isinstance(location, str):
47
+ raise TypeError("Expected argument 'location' to be a str")
48
+ pulumi.set(__self__, "location", location)
49
+ if name and not isinstance(name, str):
50
+ raise TypeError("Expected argument 'name' to be a str")
51
+ pulumi.set(__self__, "name", name)
52
+ if output_blob_managed_identity and not isinstance(output_blob_managed_identity, dict):
53
+ raise TypeError("Expected argument 'output_blob_managed_identity' to be a dict")
54
+ pulumi.set(__self__, "output_blob_managed_identity", output_blob_managed_identity)
55
+ if output_blob_uri and not isinstance(output_blob_uri, str):
56
+ raise TypeError("Expected argument 'output_blob_uri' to be a str")
57
+ pulumi.set(__self__, "output_blob_uri", output_blob_uri)
58
+ if parameters and not isinstance(parameters, list):
59
+ raise TypeError("Expected argument 'parameters' to be a list")
60
+ pulumi.set(__self__, "parameters", parameters)
61
+ if protected_parameters and not isinstance(protected_parameters, list):
62
+ raise TypeError("Expected argument 'protected_parameters' to be a list")
63
+ pulumi.set(__self__, "protected_parameters", protected_parameters)
64
+ if provisioning_state and not isinstance(provisioning_state, str):
65
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
66
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
67
+ if run_as_password and not isinstance(run_as_password, str):
68
+ raise TypeError("Expected argument 'run_as_password' to be a str")
69
+ pulumi.set(__self__, "run_as_password", run_as_password)
70
+ if run_as_user and not isinstance(run_as_user, str):
71
+ raise TypeError("Expected argument 'run_as_user' to be a str")
72
+ pulumi.set(__self__, "run_as_user", run_as_user)
73
+ if source and not isinstance(source, dict):
74
+ raise TypeError("Expected argument 'source' to be a dict")
75
+ pulumi.set(__self__, "source", source)
76
+ if system_data and not isinstance(system_data, dict):
77
+ raise TypeError("Expected argument 'system_data' to be a dict")
78
+ pulumi.set(__self__, "system_data", system_data)
79
+ if tags and not isinstance(tags, dict):
80
+ raise TypeError("Expected argument 'tags' to be a dict")
81
+ pulumi.set(__self__, "tags", tags)
82
+ if timeout_in_seconds and not isinstance(timeout_in_seconds, int):
83
+ raise TypeError("Expected argument 'timeout_in_seconds' to be a int")
84
+ pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
85
+ if type and not isinstance(type, str):
86
+ raise TypeError("Expected argument 'type' to be a str")
87
+ pulumi.set(__self__, "type", type)
88
+
89
+ @property
90
+ @pulumi.getter(name="asyncExecution")
91
+ def async_execution(self) -> Optional[bool]:
92
+ """
93
+ Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
94
+ """
95
+ return pulumi.get(self, "async_execution")
96
+
97
+ @property
98
+ @pulumi.getter(name="errorBlobManagedIdentity")
99
+ def error_blob_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
100
+ """
101
+ User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
102
+ """
103
+ return pulumi.get(self, "error_blob_managed_identity")
104
+
105
+ @property
106
+ @pulumi.getter(name="errorBlobUri")
107
+ def error_blob_uri(self) -> Optional[str]:
108
+ """
109
+ Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
110
+ """
111
+ return pulumi.get(self, "error_blob_uri")
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def id(self) -> str:
116
+ """
117
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
118
+ """
119
+ return pulumi.get(self, "id")
120
+
121
+ @property
122
+ @pulumi.getter(name="instanceView")
123
+ def instance_view(self) -> 'outputs.MachineRunCommandInstanceViewResponse':
124
+ """
125
+ The machine run command instance view.
126
+ """
127
+ return pulumi.get(self, "instance_view")
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def location(self) -> str:
132
+ """
133
+ The geo-location where the resource lives
134
+ """
135
+ return pulumi.get(self, "location")
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def name(self) -> str:
140
+ """
141
+ The name of the resource
142
+ """
143
+ return pulumi.get(self, "name")
144
+
145
+ @property
146
+ @pulumi.getter(name="outputBlobManagedIdentity")
147
+ def output_blob_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
148
+ """
149
+ User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
150
+ """
151
+ return pulumi.get(self, "output_blob_managed_identity")
152
+
153
+ @property
154
+ @pulumi.getter(name="outputBlobUri")
155
+ def output_blob_uri(self) -> Optional[str]:
156
+ """
157
+ Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
158
+ """
159
+ return pulumi.get(self, "output_blob_uri")
160
+
161
+ @property
162
+ @pulumi.getter
163
+ def parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]:
164
+ """
165
+ The parameters used by the script.
166
+ """
167
+ return pulumi.get(self, "parameters")
168
+
169
+ @property
170
+ @pulumi.getter(name="protectedParameters")
171
+ def protected_parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]:
172
+ """
173
+ The parameters used by the script.
174
+ """
175
+ return pulumi.get(self, "protected_parameters")
176
+
177
+ @property
178
+ @pulumi.getter(name="provisioningState")
179
+ def provisioning_state(self) -> str:
180
+ """
181
+ The provisioning state, which only appears in the response.
182
+ """
183
+ return pulumi.get(self, "provisioning_state")
184
+
185
+ @property
186
+ @pulumi.getter(name="runAsPassword")
187
+ def run_as_password(self) -> Optional[str]:
188
+ """
189
+ Specifies the user account password on the machine when executing the run command.
190
+ """
191
+ return pulumi.get(self, "run_as_password")
192
+
193
+ @property
194
+ @pulumi.getter(name="runAsUser")
195
+ def run_as_user(self) -> Optional[str]:
196
+ """
197
+ Specifies the user account on the machine when executing the run command.
198
+ """
199
+ return pulumi.get(self, "run_as_user")
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def source(self) -> Optional['outputs.MachineRunCommandScriptSourceResponse']:
204
+ """
205
+ The source of the run command script.
206
+ """
207
+ return pulumi.get(self, "source")
208
+
209
+ @property
210
+ @pulumi.getter(name="systemData")
211
+ def system_data(self) -> 'outputs.SystemDataResponse':
212
+ """
213
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
214
+ """
215
+ return pulumi.get(self, "system_data")
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def tags(self) -> Optional[Mapping[str, str]]:
220
+ """
221
+ Resource tags.
222
+ """
223
+ return pulumi.get(self, "tags")
224
+
225
+ @property
226
+ @pulumi.getter(name="timeoutInSeconds")
227
+ def timeout_in_seconds(self) -> Optional[int]:
228
+ """
229
+ The timeout in seconds to execute the run command.
230
+ """
231
+ return pulumi.get(self, "timeout_in_seconds")
232
+
233
+ @property
234
+ @pulumi.getter
235
+ def type(self) -> str:
236
+ """
237
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
238
+ """
239
+ return pulumi.get(self, "type")
240
+
241
+
242
+ class AwaitableGetMachineRunCommandResult(GetMachineRunCommandResult):
243
+ # pylint: disable=using-constant-test
244
+ def __await__(self):
245
+ if False:
246
+ yield self
247
+ return GetMachineRunCommandResult(
248
+ async_execution=self.async_execution,
249
+ error_blob_managed_identity=self.error_blob_managed_identity,
250
+ error_blob_uri=self.error_blob_uri,
251
+ id=self.id,
252
+ instance_view=self.instance_view,
253
+ location=self.location,
254
+ name=self.name,
255
+ output_blob_managed_identity=self.output_blob_managed_identity,
256
+ output_blob_uri=self.output_blob_uri,
257
+ parameters=self.parameters,
258
+ protected_parameters=self.protected_parameters,
259
+ provisioning_state=self.provisioning_state,
260
+ run_as_password=self.run_as_password,
261
+ run_as_user=self.run_as_user,
262
+ source=self.source,
263
+ system_data=self.system_data,
264
+ tags=self.tags,
265
+ timeout_in_seconds=self.timeout_in_seconds,
266
+ type=self.type)
267
+
268
+
269
+ def get_machine_run_command(machine_name: Optional[str] = None,
270
+ resource_group_name: Optional[str] = None,
271
+ run_command_name: Optional[str] = None,
272
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineRunCommandResult:
273
+ """
274
+ The operation to get a run command.
275
+
276
+
277
+ :param str machine_name: The name of the hybrid machine.
278
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
279
+ :param str run_command_name: The name of the run command.
280
+ """
281
+ __args__ = dict()
282
+ __args__['machineName'] = machine_name
283
+ __args__['resourceGroupName'] = resource_group_name
284
+ __args__['runCommandName'] = run_command_name
285
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
286
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240910preview:getMachineRunCommand', __args__, opts=opts, typ=GetMachineRunCommandResult).value
287
+
288
+ return AwaitableGetMachineRunCommandResult(
289
+ async_execution=pulumi.get(__ret__, 'async_execution'),
290
+ error_blob_managed_identity=pulumi.get(__ret__, 'error_blob_managed_identity'),
291
+ error_blob_uri=pulumi.get(__ret__, 'error_blob_uri'),
292
+ id=pulumi.get(__ret__, 'id'),
293
+ instance_view=pulumi.get(__ret__, 'instance_view'),
294
+ location=pulumi.get(__ret__, 'location'),
295
+ name=pulumi.get(__ret__, 'name'),
296
+ output_blob_managed_identity=pulumi.get(__ret__, 'output_blob_managed_identity'),
297
+ output_blob_uri=pulumi.get(__ret__, 'output_blob_uri'),
298
+ parameters=pulumi.get(__ret__, 'parameters'),
299
+ protected_parameters=pulumi.get(__ret__, 'protected_parameters'),
300
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
301
+ run_as_password=pulumi.get(__ret__, 'run_as_password'),
302
+ run_as_user=pulumi.get(__ret__, 'run_as_user'),
303
+ source=pulumi.get(__ret__, 'source'),
304
+ system_data=pulumi.get(__ret__, 'system_data'),
305
+ tags=pulumi.get(__ret__, 'tags'),
306
+ timeout_in_seconds=pulumi.get(__ret__, 'timeout_in_seconds'),
307
+ type=pulumi.get(__ret__, 'type'))
308
+ def get_machine_run_command_output(machine_name: Optional[pulumi.Input[str]] = None,
309
+ resource_group_name: Optional[pulumi.Input[str]] = None,
310
+ run_command_name: Optional[pulumi.Input[str]] = None,
311
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineRunCommandResult]:
312
+ """
313
+ The operation to get a run command.
314
+
315
+
316
+ :param str machine_name: The name of the hybrid machine.
317
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
318
+ :param str run_command_name: The name of the run command.
319
+ """
320
+ __args__ = dict()
321
+ __args__['machineName'] = machine_name
322
+ __args__['resourceGroupName'] = resource_group_name
323
+ __args__['runCommandName'] = run_command_name
324
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
325
+ __ret__ = pulumi.runtime.invoke_output('azure-native:hybridcompute/v20240910preview:getMachineRunCommand', __args__, opts=opts, typ=GetMachineRunCommandResult)
326
+ return __ret__.apply(lambda __response__: GetMachineRunCommandResult(
327
+ async_execution=pulumi.get(__response__, 'async_execution'),
328
+ error_blob_managed_identity=pulumi.get(__response__, 'error_blob_managed_identity'),
329
+ error_blob_uri=pulumi.get(__response__, 'error_blob_uri'),
330
+ id=pulumi.get(__response__, 'id'),
331
+ instance_view=pulumi.get(__response__, 'instance_view'),
332
+ location=pulumi.get(__response__, 'location'),
333
+ name=pulumi.get(__response__, 'name'),
334
+ output_blob_managed_identity=pulumi.get(__response__, 'output_blob_managed_identity'),
335
+ output_blob_uri=pulumi.get(__response__, 'output_blob_uri'),
336
+ parameters=pulumi.get(__response__, 'parameters'),
337
+ protected_parameters=pulumi.get(__response__, 'protected_parameters'),
338
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
339
+ run_as_password=pulumi.get(__response__, 'run_as_password'),
340
+ run_as_user=pulumi.get(__response__, 'run_as_user'),
341
+ source=pulumi.get(__response__, 'source'),
342
+ system_data=pulumi.get(__response__, 'system_data'),
343
+ tags=pulumi.get(__response__, 'tags'),
344
+ timeout_in_seconds=pulumi.get(__response__, 'timeout_in_seconds'),
345
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,149 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetPrivateEndpointConnectionResult',
20
+ 'AwaitableGetPrivateEndpointConnectionResult',
21
+ 'get_private_endpoint_connection',
22
+ 'get_private_endpoint_connection_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPrivateEndpointConnectionResult:
27
+ """
28
+ A private endpoint connection
29
+ """
30
+ def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if properties and not isinstance(properties, dict):
38
+ raise TypeError("Expected argument 'properties' to be a dict")
39
+ pulumi.set(__self__, "properties", properties)
40
+ if system_data and not isinstance(system_data, dict):
41
+ raise TypeError("Expected argument 'system_data' to be a dict")
42
+ pulumi.set(__self__, "system_data", system_data)
43
+ if type and not isinstance(type, str):
44
+ raise TypeError("Expected argument 'type' to be a str")
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def id(self) -> str:
50
+ """
51
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
52
+ """
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ """
59
+ The name of the resource
60
+ """
61
+ return pulumi.get(self, "name")
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
66
+ """
67
+ Resource properties.
68
+ """
69
+ return pulumi.get(self, "properties")
70
+
71
+ @property
72
+ @pulumi.getter(name="systemData")
73
+ def system_data(self) -> 'outputs.SystemDataResponse':
74
+ """
75
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
76
+ """
77
+ return pulumi.get(self, "system_data")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def type(self) -> str:
82
+ """
83
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
84
+ """
85
+ return pulumi.get(self, "type")
86
+
87
+
88
+ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
89
+ # pylint: disable=using-constant-test
90
+ def __await__(self):
91
+ if False:
92
+ yield self
93
+ return GetPrivateEndpointConnectionResult(
94
+ id=self.id,
95
+ name=self.name,
96
+ properties=self.properties,
97
+ system_data=self.system_data,
98
+ type=self.type)
99
+
100
+
101
+ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
102
+ resource_group_name: Optional[str] = None,
103
+ scope_name: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
105
+ """
106
+ Gets a private endpoint connection.
107
+
108
+
109
+ :param str private_endpoint_connection_name: The name of the private endpoint connection.
110
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
111
+ :param str scope_name: The name of the Azure Arc PrivateLinkScope resource.
112
+ """
113
+ __args__ = dict()
114
+ __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
115
+ __args__['resourceGroupName'] = resource_group_name
116
+ __args__['scopeName'] = scope_name
117
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
118
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240910preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
119
+
120
+ return AwaitableGetPrivateEndpointConnectionResult(
121
+ id=pulumi.get(__ret__, 'id'),
122
+ name=pulumi.get(__ret__, 'name'),
123
+ properties=pulumi.get(__ret__, 'properties'),
124
+ system_data=pulumi.get(__ret__, 'system_data'),
125
+ type=pulumi.get(__ret__, 'type'))
126
+ def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
127
+ resource_group_name: Optional[pulumi.Input[str]] = None,
128
+ scope_name: Optional[pulumi.Input[str]] = None,
129
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
130
+ """
131
+ Gets a private endpoint connection.
132
+
133
+
134
+ :param str private_endpoint_connection_name: The name of the private endpoint connection.
135
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
136
+ :param str scope_name: The name of the Azure Arc PrivateLinkScope resource.
137
+ """
138
+ __args__ = dict()
139
+ __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
140
+ __args__['resourceGroupName'] = resource_group_name
141
+ __args__['scopeName'] = scope_name
142
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ __ret__ = pulumi.runtime.invoke_output('azure-native:hybridcompute/v20240910preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult)
144
+ return __ret__.apply(lambda __response__: GetPrivateEndpointConnectionResult(
145
+ id=pulumi.get(__response__, 'id'),
146
+ name=pulumi.get(__response__, 'name'),
147
+ properties=pulumi.get(__response__, 'properties'),
148
+ system_data=pulumi.get(__response__, 'system_data'),
149
+ type=pulumi.get(__response__, 'type')))