pulumi-azure-native 2.26.2a1706204883__py3-none-any.whl → 2.27.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 (434) hide show
  1. pulumi_azure_native/__init__.py +86 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  8. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  10. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  14. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  15. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  16. pulumi_azure_native/containerservice/snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  18. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  19. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  20. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  21. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  22. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  29. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  35. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  36. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  40. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  46. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  57. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  62. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  68. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  92. pulumi_azure_native/containerservice/v20231101/__init__.py +25 -0
  93. pulumi_azure_native/containerservice/v20231101/_enums.py +620 -0
  94. pulumi_azure_native/containerservice/v20231101/_inputs.py +5328 -0
  95. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1357 -0
  96. pulumi_azure_native/containerservice/v20231101/get_agent_pool.py +656 -0
  97. pulumi_azure_native/containerservice/v20231101/get_maintenance_configuration.py +162 -0
  98. pulumi_azure_native/containerservice/v20231101/get_managed_cluster.py +690 -0
  99. pulumi_azure_native/containerservice/v20231101/get_private_endpoint_connection.py +149 -0
  100. pulumi_azure_native/containerservice/v20231101/get_snapshot.py +248 -0
  101. pulumi_azure_native/containerservice/v20231101/get_trusted_access_role_binding.py +162 -0
  102. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_admin_credentials.py +84 -0
  103. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_monitoring_user_credentials.py +84 -0
  104. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_user_credentials.py +89 -0
  105. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +274 -0
  106. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1290 -0
  107. pulumi_azure_native/containerservice/v20231101/outputs.py +6160 -0
  108. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +246 -0
  109. pulumi_azure_native/containerservice/v20231101/snapshot.py +342 -0
  110. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +255 -0
  111. pulumi_azure_native/databox/__init__.py +3 -0
  112. pulumi_azure_native/databox/get_job.py +2 -2
  113. pulumi_azure_native/databox/job.py +3 -3
  114. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  115. pulumi_azure_native/databox/v20221201/job.py +1 -1
  116. pulumi_azure_native/databox/v20230301/job.py +1 -1
  117. pulumi_azure_native/databox/v20231201/job.py +1 -1
  118. pulumi_azure_native/databox/v20240201preview/__init__.py +13 -0
  119. pulumi_azure_native/databox/v20240201preview/_enums.py +270 -0
  120. pulumi_azure_native/databox/v20240201preview/_inputs.py +2350 -0
  121. pulumi_azure_native/databox/v20240201preview/get_job.py +396 -0
  122. pulumi_azure_native/databox/v20240201preview/job.py +534 -0
  123. pulumi_azure_native/databox/v20240201preview/list_job_credentials.py +92 -0
  124. pulumi_azure_native/databox/v20240201preview/outputs.py +6380 -0
  125. pulumi_azure_native/databoxedge/__init__.py +3 -0
  126. pulumi_azure_native/databoxedge/arc_addon.py +1 -1
  127. pulumi_azure_native/databoxedge/bandwidth_schedule.py +3 -3
  128. pulumi_azure_native/databoxedge/cloud_edge_management_role.py +1 -1
  129. pulumi_azure_native/databoxedge/container.py +3 -3
  130. pulumi_azure_native/databoxedge/device.py +3 -3
  131. pulumi_azure_native/databoxedge/file_event_trigger.py +1 -1
  132. pulumi_azure_native/databoxedge/get_bandwidth_schedule.py +2 -2
  133. pulumi_azure_native/databoxedge/get_container.py +2 -2
  134. pulumi_azure_native/databoxedge/get_device.py +2 -2
  135. pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
  136. pulumi_azure_native/databoxedge/get_monitoring_config.py +2 -2
  137. pulumi_azure_native/databoxedge/get_order.py +2 -2
  138. pulumi_azure_native/databoxedge/get_share.py +2 -2
  139. pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
  140. pulumi_azure_native/databoxedge/get_storage_account_credential.py +2 -2
  141. pulumi_azure_native/databoxedge/get_user.py +2 -2
  142. pulumi_azure_native/databoxedge/io_t_addon.py +1 -1
  143. pulumi_azure_native/databoxedge/io_t_role.py +1 -1
  144. pulumi_azure_native/databoxedge/kubernetes_role.py +1 -1
  145. pulumi_azure_native/databoxedge/list_order_dc_access_code.py +2 -2
  146. pulumi_azure_native/databoxedge/mec_role.py +1 -1
  147. pulumi_azure_native/databoxedge/monitoring_config.py +3 -3
  148. pulumi_azure_native/databoxedge/order.py +3 -3
  149. pulumi_azure_native/databoxedge/periodic_timer_event_trigger.py +1 -1
  150. pulumi_azure_native/databoxedge/share.py +3 -3
  151. pulumi_azure_native/databoxedge/storage_account.py +3 -3
  152. pulumi_azure_native/databoxedge/storage_account_credential.py +3 -3
  153. pulumi_azure_native/databoxedge/user.py +3 -3
  154. pulumi_azure_native/databoxedge/v20210201/device.py +1 -1
  155. pulumi_azure_native/databoxedge/v20210201preview/device.py +1 -1
  156. pulumi_azure_native/databoxedge/v20210201preview/user.py +1 -1
  157. pulumi_azure_native/databoxedge/v20220301/bandwidth_schedule.py +1 -1
  158. pulumi_azure_native/databoxedge/v20220301/container.py +1 -1
  159. pulumi_azure_native/databoxedge/v20220301/device.py +1 -1
  160. pulumi_azure_native/databoxedge/v20220301/io_t_addon.py +1 -1
  161. pulumi_azure_native/databoxedge/v20220301/monitoring_config.py +1 -1
  162. pulumi_azure_native/databoxedge/v20220301/order.py +1 -1
  163. pulumi_azure_native/databoxedge/v20220301/share.py +1 -1
  164. pulumi_azure_native/databoxedge/v20220301/storage_account.py +1 -1
  165. pulumi_azure_native/databoxedge/v20220301/storage_account_credential.py +1 -1
  166. pulumi_azure_native/databoxedge/v20220301/user.py +1 -1
  167. pulumi_azure_native/databoxedge/v20220401preview/device.py +1 -1
  168. pulumi_azure_native/databoxedge/v20220401preview/order.py +1 -1
  169. pulumi_azure_native/databoxedge/v20230101preview/arc_addon.py +1 -1
  170. pulumi_azure_native/databoxedge/v20230101preview/bandwidth_schedule.py +1 -1
  171. pulumi_azure_native/databoxedge/v20230101preview/cloud_edge_management_role.py +1 -1
  172. pulumi_azure_native/databoxedge/v20230101preview/container.py +1 -1
  173. pulumi_azure_native/databoxedge/v20230101preview/device.py +1 -1
  174. pulumi_azure_native/databoxedge/v20230101preview/file_event_trigger.py +1 -1
  175. pulumi_azure_native/databoxedge/v20230101preview/io_t_role.py +1 -1
  176. pulumi_azure_native/databoxedge/v20230101preview/kubernetes_role.py +1 -1
  177. pulumi_azure_native/databoxedge/v20230101preview/mec_role.py +1 -1
  178. pulumi_azure_native/databoxedge/v20230101preview/monitoring_config.py +1 -1
  179. pulumi_azure_native/databoxedge/v20230101preview/order.py +1 -1
  180. pulumi_azure_native/databoxedge/v20230101preview/periodic_timer_event_trigger.py +1 -1
  181. pulumi_azure_native/databoxedge/v20230101preview/share.py +1 -1
  182. pulumi_azure_native/databoxedge/v20230101preview/storage_account.py +1 -1
  183. pulumi_azure_native/databoxedge/v20230101preview/storage_account_credential.py +1 -1
  184. pulumi_azure_native/databoxedge/v20230101preview/user.py +1 -1
  185. pulumi_azure_native/databoxedge/v20230701/arc_addon.py +1 -1
  186. pulumi_azure_native/databoxedge/v20230701/bandwidth_schedule.py +1 -1
  187. pulumi_azure_native/databoxedge/v20230701/cloud_edge_management_role.py +1 -1
  188. pulumi_azure_native/databoxedge/v20230701/container.py +1 -1
  189. pulumi_azure_native/databoxedge/v20230701/device.py +1 -1
  190. pulumi_azure_native/databoxedge/v20230701/file_event_trigger.py +1 -1
  191. pulumi_azure_native/databoxedge/v20230701/io_t_addon.py +1 -1
  192. pulumi_azure_native/databoxedge/v20230701/io_t_role.py +1 -1
  193. pulumi_azure_native/databoxedge/v20230701/kubernetes_role.py +1 -1
  194. pulumi_azure_native/databoxedge/v20230701/mec_role.py +1 -1
  195. pulumi_azure_native/databoxedge/v20230701/monitoring_config.py +1 -1
  196. pulumi_azure_native/databoxedge/v20230701/order.py +1 -1
  197. pulumi_azure_native/databoxedge/v20230701/periodic_timer_event_trigger.py +1 -1
  198. pulumi_azure_native/databoxedge/v20230701/share.py +1 -1
  199. pulumi_azure_native/databoxedge/v20230701/storage_account.py +1 -1
  200. pulumi_azure_native/databoxedge/v20230701/storage_account_credential.py +1 -1
  201. pulumi_azure_native/databoxedge/v20230701/user.py +1 -1
  202. pulumi_azure_native/databoxedge/v20231201/__init__.py +46 -0
  203. pulumi_azure_native/databoxedge/v20231201/_enums.py +261 -0
  204. pulumi_azure_native/databoxedge/v20231201/_inputs.py +1271 -0
  205. pulumi_azure_native/databoxedge/v20231201/arc_addon.py +379 -0
  206. pulumi_azure_native/databoxedge/v20231201/bandwidth_schedule.py +305 -0
  207. pulumi_azure_native/databoxedge/v20231201/cloud_edge_management_role.py +273 -0
  208. pulumi_azure_native/databoxedge/v20231201/container.py +267 -0
  209. pulumi_azure_native/databoxedge/v20231201/device.py +501 -0
  210. pulumi_azure_native/databoxedge/v20231201/file_event_trigger.py +308 -0
  211. pulumi_azure_native/databoxedge/v20231201/get_arc_addon.py +246 -0
  212. pulumi_azure_native/databoxedge/v20231201/get_bandwidth_schedule.py +175 -0
  213. pulumi_azure_native/databoxedge/v20231201/get_cloud_edge_management_role.py +178 -0
  214. pulumi_azure_native/databoxedge/v20231201/get_container.py +180 -0
  215. pulumi_azure_native/databoxedge/v20231201/get_device.py +430 -0
  216. pulumi_azure_native/databoxedge/v20231201/get_device_extended_information.py +313 -0
  217. pulumi_azure_native/databoxedge/v20231201/get_file_event_trigger.py +176 -0
  218. pulumi_azure_native/databoxedge/v20231201/get_io_t_addon.py +220 -0
  219. pulumi_azure_native/databoxedge/v20231201/get_io_t_role.py +241 -0
  220. pulumi_azure_native/databoxedge/v20231201/get_kubernetes_role.py +222 -0
  221. pulumi_azure_native/databoxedge/v20231201/get_mec_role.py +189 -0
  222. pulumi_azure_native/databoxedge/v20231201/get_monitoring_config.py +136 -0
  223. pulumi_azure_native/databoxedge/v20231201/get_order.py +248 -0
  224. pulumi_azure_native/databoxedge/v20231201/get_periodic_timer_event_trigger.py +176 -0
  225. pulumi_azure_native/databoxedge/v20231201/get_share.py +253 -0
  226. pulumi_azure_native/databoxedge/v20231201/get_storage_account.py +201 -0
  227. pulumi_azure_native/databoxedge/v20231201/get_storage_account_credential.py +227 -0
  228. pulumi_azure_native/databoxedge/v20231201/get_user.py +162 -0
  229. pulumi_azure_native/databoxedge/v20231201/io_t_addon.py +342 -0
  230. pulumi_azure_native/databoxedge/v20231201/io_t_role.py +437 -0
  231. pulumi_azure_native/databoxedge/v20231201/kubernetes_role.py +374 -0
  232. pulumi_azure_native/databoxedge/v20231201/list_order_dc_access_code.py +78 -0
  233. pulumi_azure_native/databoxedge/v20231201/mec_role.py +337 -0
  234. pulumi_azure_native/databoxedge/v20231201/monitoring_config.py +217 -0
  235. pulumi_azure_native/databoxedge/v20231201/order.py +325 -0
  236. pulumi_azure_native/databoxedge/v20231201/outputs.py +2702 -0
  237. pulumi_azure_native/databoxedge/v20231201/periodic_timer_event_trigger.py +308 -0
  238. pulumi_azure_native/databoxedge/v20231201/share.py +460 -0
  239. pulumi_azure_native/databoxedge/v20231201/storage_account.py +323 -0
  240. pulumi_azure_native/databoxedge/v20231201/storage_account_credential.py +421 -0
  241. pulumi_azure_native/databoxedge/v20231201/user.py +255 -0
  242. pulumi_azure_native/datafactory/_inputs.py +79 -47
  243. pulumi_azure_native/datafactory/outputs.py +68 -40
  244. pulumi_azure_native/datafactory/v20180601/_inputs.py +79 -47
  245. pulumi_azure_native/datafactory/v20180601/outputs.py +68 -40
  246. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  247. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  249. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  261. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  262. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  264. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +32 -0
  331. pulumi_azure_native/desktopvirtualization/v20240116preview/_enums.py +314 -0
  332. pulumi_azure_native/desktopvirtualization/v20240116preview/_inputs.py +1332 -0
  333. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +254 -0
  334. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +536 -0
  335. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +532 -0
  336. pulumi_azure_native/desktopvirtualization/v20240116preview/get_app_attach_package.py +157 -0
  337. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application.py +305 -0
  338. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application_group.py +317 -0
  339. pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool.py +590 -0
  340. pulumi_azure_native/desktopvirtualization/v20240116preview/get_msix_package.py +266 -0
  341. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_host_pool.py +162 -0
  342. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_workspace.py +162 -0
  343. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan.py +317 -0
  344. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_personal_schedule.py +461 -0
  345. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_pooled_schedule.py +344 -0
  346. pulumi_azure_native/desktopvirtualization/v20240116preview/get_workspace.py +304 -0
  347. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +505 -0
  349. pulumi_azure_native/desktopvirtualization/v20240116preview/outputs.py +1625 -0
  350. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +237 -0
  351. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +237 -0
  352. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +573 -0
  353. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +957 -0
  354. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +680 -0
  355. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +501 -0
  356. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  357. pulumi_azure_native/healthcareapis/__init__.py +3 -0
  358. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  359. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  360. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  361. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  362. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  363. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  364. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  365. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  366. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  367. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  368. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  369. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  370. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  371. pulumi_azure_native/healthcareapis/service.py +3 -3
  372. pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
  373. pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
  374. pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
  375. pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
  376. pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
  377. pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
  378. pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
  379. pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
  380. pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
  381. pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
  382. pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
  383. pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
  384. pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
  385. pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
  386. pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
  387. pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
  388. pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
  389. pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
  390. pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
  391. pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
  392. pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
  394. pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
  395. pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
  396. pulumi_azure_native/healthcareapis/v20231201/__init__.py +26 -0
  397. pulumi_azure_native/healthcareapis/v20231201/_enums.py +93 -0
  398. pulumi_azure_native/healthcareapis/v20231201/_inputs.py +1391 -0
  399. pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +402 -0
  400. pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +585 -0
  401. pulumi_azure_native/healthcareapis/v20231201/get_dicom_service.py +279 -0
  402. pulumi_azure_native/healthcareapis/v20231201/get_fhir_service.py +344 -0
  403. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector.py +214 -0
  404. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector_fhir_destination.py +193 -0
  405. pulumi_azure_native/healthcareapis/v20231201/get_private_endpoint_connection.py +162 -0
  406. pulumi_azure_native/healthcareapis/v20231201/get_service.py +196 -0
  407. pulumi_azure_native/healthcareapis/v20231201/get_workspace.py +170 -0
  408. pulumi_azure_native/healthcareapis/v20231201/get_workspace_private_endpoint_connection.py +162 -0
  409. pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +352 -0
  410. pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +337 -0
  411. pulumi_azure_native/healthcareapis/v20231201/outputs.py +2068 -0
  412. pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +237 -0
  413. pulumi_azure_native/healthcareapis/v20231201/service.py +322 -0
  414. pulumi_azure_native/healthcareapis/v20231201/workspace.py +242 -0
  415. pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +237 -0
  416. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  417. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  418. pulumi_azure_native/quantum/__init__.py +4 -0
  419. pulumi_azure_native/quantum/get_workspace.py +4 -0
  420. pulumi_azure_native/quantum/list_workspace_keys.py +133 -0
  421. pulumi_azure_native/quantum/outputs.py +35 -0
  422. pulumi_azure_native/quantum/v20220110preview/workspace.py +1 -1
  423. pulumi_azure_native/quantum/v20231113preview/__init__.py +13 -0
  424. pulumi_azure_native/quantum/v20231113preview/_enums.py +30 -0
  425. pulumi_azure_native/quantum/v20231113preview/_inputs.py +145 -0
  426. pulumi_azure_native/quantum/v20231113preview/get_workspace.py +235 -0
  427. pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py +131 -0
  428. pulumi_azure_native/quantum/v20231113preview/outputs.py +337 -0
  429. pulumi_azure_native/quantum/v20231113preview/workspace.py +370 -0
  430. pulumi_azure_native/quantum/workspace.py +5 -1
  431. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/METADATA +1 -1
  432. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/RECORD +434 -314
  433. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/WHEEL +0 -0
  434. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,220 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetIoTAddonResult',
15
+ 'AwaitableGetIoTAddonResult',
16
+ 'get_io_t_addon',
17
+ 'get_io_t_addon_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetIoTAddonResult:
22
+ """
23
+ IoT Addon.
24
+ """
25
+ def __init__(__self__, host_platform=None, host_platform_type=None, id=None, io_t_device_details=None, io_t_edge_device_details=None, kind=None, name=None, provisioning_state=None, system_data=None, type=None, version=None):
26
+ if host_platform and not isinstance(host_platform, str):
27
+ raise TypeError("Expected argument 'host_platform' to be a str")
28
+ pulumi.set(__self__, "host_platform", host_platform)
29
+ if host_platform_type and not isinstance(host_platform_type, str):
30
+ raise TypeError("Expected argument 'host_platform_type' to be a str")
31
+ pulumi.set(__self__, "host_platform_type", host_platform_type)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if io_t_device_details and not isinstance(io_t_device_details, dict):
36
+ raise TypeError("Expected argument 'io_t_device_details' to be a dict")
37
+ pulumi.set(__self__, "io_t_device_details", io_t_device_details)
38
+ if io_t_edge_device_details and not isinstance(io_t_edge_device_details, dict):
39
+ raise TypeError("Expected argument 'io_t_edge_device_details' to be a dict")
40
+ pulumi.set(__self__, "io_t_edge_device_details", io_t_edge_device_details)
41
+ if kind and not isinstance(kind, str):
42
+ raise TypeError("Expected argument 'kind' to be a str")
43
+ pulumi.set(__self__, "kind", kind)
44
+ if name and not isinstance(name, str):
45
+ raise TypeError("Expected argument 'name' to be a str")
46
+ pulumi.set(__self__, "name", name)
47
+ if provisioning_state and not isinstance(provisioning_state, str):
48
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
49
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
50
+ if system_data and not isinstance(system_data, dict):
51
+ raise TypeError("Expected argument 'system_data' to be a dict")
52
+ pulumi.set(__self__, "system_data", system_data)
53
+ if type and not isinstance(type, str):
54
+ raise TypeError("Expected argument 'type' to be a str")
55
+ pulumi.set(__self__, "type", type)
56
+ if version and not isinstance(version, str):
57
+ raise TypeError("Expected argument 'version' to be a str")
58
+ pulumi.set(__self__, "version", version)
59
+
60
+ @property
61
+ @pulumi.getter(name="hostPlatform")
62
+ def host_platform(self) -> str:
63
+ """
64
+ Host OS supported by the IoT addon.
65
+ """
66
+ return pulumi.get(self, "host_platform")
67
+
68
+ @property
69
+ @pulumi.getter(name="hostPlatformType")
70
+ def host_platform_type(self) -> str:
71
+ """
72
+ Platform where the runtime is hosted.
73
+ """
74
+ return pulumi.get(self, "host_platform_type")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def id(self) -> str:
79
+ """
80
+ The path ID that uniquely identifies the object.
81
+ """
82
+ return pulumi.get(self, "id")
83
+
84
+ @property
85
+ @pulumi.getter(name="ioTDeviceDetails")
86
+ def io_t_device_details(self) -> 'outputs.IoTDeviceInfoResponse':
87
+ """
88
+ IoT device metadata to which appliance needs to be connected.
89
+ """
90
+ return pulumi.get(self, "io_t_device_details")
91
+
92
+ @property
93
+ @pulumi.getter(name="ioTEdgeDeviceDetails")
94
+ def io_t_edge_device_details(self) -> 'outputs.IoTDeviceInfoResponse':
95
+ """
96
+ IoT edge device to which the IoT Addon needs to be configured.
97
+ """
98
+ return pulumi.get(self, "io_t_edge_device_details")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def kind(self) -> str:
103
+ """
104
+ Addon type.
105
+ Expected value is 'IotEdge'.
106
+ """
107
+ return pulumi.get(self, "kind")
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def name(self) -> str:
112
+ """
113
+ The object name.
114
+ """
115
+ return pulumi.get(self, "name")
116
+
117
+ @property
118
+ @pulumi.getter(name="provisioningState")
119
+ def provisioning_state(self) -> str:
120
+ """
121
+ Addon Provisioning State
122
+ """
123
+ return pulumi.get(self, "provisioning_state")
124
+
125
+ @property
126
+ @pulumi.getter(name="systemData")
127
+ def system_data(self) -> 'outputs.SystemDataResponse':
128
+ """
129
+ Metadata pertaining to creation and last modification of Addon
130
+ """
131
+ return pulumi.get(self, "system_data")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def type(self) -> str:
136
+ """
137
+ The hierarchical type of the object.
138
+ """
139
+ return pulumi.get(self, "type")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def version(self) -> str:
144
+ """
145
+ Version of IoT running on the appliance.
146
+ """
147
+ return pulumi.get(self, "version")
148
+
149
+
150
+ class AwaitableGetIoTAddonResult(GetIoTAddonResult):
151
+ # pylint: disable=using-constant-test
152
+ def __await__(self):
153
+ if False:
154
+ yield self
155
+ return GetIoTAddonResult(
156
+ host_platform=self.host_platform,
157
+ host_platform_type=self.host_platform_type,
158
+ id=self.id,
159
+ io_t_device_details=self.io_t_device_details,
160
+ io_t_edge_device_details=self.io_t_edge_device_details,
161
+ kind=self.kind,
162
+ name=self.name,
163
+ provisioning_state=self.provisioning_state,
164
+ system_data=self.system_data,
165
+ type=self.type,
166
+ version=self.version)
167
+
168
+
169
+ def get_io_t_addon(addon_name: Optional[str] = None,
170
+ device_name: Optional[str] = None,
171
+ resource_group_name: Optional[str] = None,
172
+ role_name: Optional[str] = None,
173
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIoTAddonResult:
174
+ """
175
+ Gets a specific addon by name.
176
+
177
+
178
+ :param str addon_name: The addon name.
179
+ :param str device_name: The device name.
180
+ :param str resource_group_name: The resource group name.
181
+ :param str role_name: The role name.
182
+ """
183
+ __args__ = dict()
184
+ __args__['addonName'] = addon_name
185
+ __args__['deviceName'] = device_name
186
+ __args__['resourceGroupName'] = resource_group_name
187
+ __args__['roleName'] = role_name
188
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
189
+ __ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getIoTAddon', __args__, opts=opts, typ=GetIoTAddonResult).value
190
+
191
+ return AwaitableGetIoTAddonResult(
192
+ host_platform=pulumi.get(__ret__, 'host_platform'),
193
+ host_platform_type=pulumi.get(__ret__, 'host_platform_type'),
194
+ id=pulumi.get(__ret__, 'id'),
195
+ io_t_device_details=pulumi.get(__ret__, 'io_t_device_details'),
196
+ io_t_edge_device_details=pulumi.get(__ret__, 'io_t_edge_device_details'),
197
+ kind=pulumi.get(__ret__, 'kind'),
198
+ name=pulumi.get(__ret__, 'name'),
199
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
200
+ system_data=pulumi.get(__ret__, 'system_data'),
201
+ type=pulumi.get(__ret__, 'type'),
202
+ version=pulumi.get(__ret__, 'version'))
203
+
204
+
205
+ @_utilities.lift_output_func(get_io_t_addon)
206
+ def get_io_t_addon_output(addon_name: Optional[pulumi.Input[str]] = None,
207
+ device_name: Optional[pulumi.Input[str]] = None,
208
+ resource_group_name: Optional[pulumi.Input[str]] = None,
209
+ role_name: Optional[pulumi.Input[str]] = None,
210
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIoTAddonResult]:
211
+ """
212
+ Gets a specific addon by name.
213
+
214
+
215
+ :param str addon_name: The addon name.
216
+ :param str device_name: The device name.
217
+ :param str resource_group_name: The resource group name.
218
+ :param str role_name: The role name.
219
+ """
220
+ ...
@@ -0,0 +1,241 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetIoTRoleResult',
15
+ 'AwaitableGetIoTRoleResult',
16
+ 'get_io_t_role',
17
+ 'get_io_t_role_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetIoTRoleResult:
22
+ """
23
+ Compute role.
24
+ """
25
+ def __init__(__self__, compute_resource=None, host_platform=None, host_platform_type=None, id=None, io_t_device_details=None, io_t_edge_agent_info=None, io_t_edge_device_details=None, kind=None, name=None, role_status=None, share_mappings=None, system_data=None, type=None):
26
+ if compute_resource and not isinstance(compute_resource, dict):
27
+ raise TypeError("Expected argument 'compute_resource' to be a dict")
28
+ pulumi.set(__self__, "compute_resource", compute_resource)
29
+ if host_platform and not isinstance(host_platform, str):
30
+ raise TypeError("Expected argument 'host_platform' to be a str")
31
+ pulumi.set(__self__, "host_platform", host_platform)
32
+ if host_platform_type and not isinstance(host_platform_type, str):
33
+ raise TypeError("Expected argument 'host_platform_type' to be a str")
34
+ pulumi.set(__self__, "host_platform_type", host_platform_type)
35
+ if id and not isinstance(id, str):
36
+ raise TypeError("Expected argument 'id' to be a str")
37
+ pulumi.set(__self__, "id", id)
38
+ if io_t_device_details and not isinstance(io_t_device_details, dict):
39
+ raise TypeError("Expected argument 'io_t_device_details' to be a dict")
40
+ pulumi.set(__self__, "io_t_device_details", io_t_device_details)
41
+ if io_t_edge_agent_info and not isinstance(io_t_edge_agent_info, dict):
42
+ raise TypeError("Expected argument 'io_t_edge_agent_info' to be a dict")
43
+ pulumi.set(__self__, "io_t_edge_agent_info", io_t_edge_agent_info)
44
+ if io_t_edge_device_details and not isinstance(io_t_edge_device_details, dict):
45
+ raise TypeError("Expected argument 'io_t_edge_device_details' to be a dict")
46
+ pulumi.set(__self__, "io_t_edge_device_details", io_t_edge_device_details)
47
+ if kind and not isinstance(kind, str):
48
+ raise TypeError("Expected argument 'kind' to be a str")
49
+ pulumi.set(__self__, "kind", kind)
50
+ if name and not isinstance(name, str):
51
+ raise TypeError("Expected argument 'name' to be a str")
52
+ pulumi.set(__self__, "name", name)
53
+ if role_status and not isinstance(role_status, str):
54
+ raise TypeError("Expected argument 'role_status' to be a str")
55
+ pulumi.set(__self__, "role_status", role_status)
56
+ if share_mappings and not isinstance(share_mappings, list):
57
+ raise TypeError("Expected argument 'share_mappings' to be a list")
58
+ pulumi.set(__self__, "share_mappings", share_mappings)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if type and not isinstance(type, str):
63
+ raise TypeError("Expected argument 'type' to be a str")
64
+ pulumi.set(__self__, "type", type)
65
+
66
+ @property
67
+ @pulumi.getter(name="computeResource")
68
+ def compute_resource(self) -> Optional['outputs.ComputeResourceResponse']:
69
+ """
70
+ Resource allocation
71
+ """
72
+ return pulumi.get(self, "compute_resource")
73
+
74
+ @property
75
+ @pulumi.getter(name="hostPlatform")
76
+ def host_platform(self) -> str:
77
+ """
78
+ Host OS supported by the IoT role.
79
+ """
80
+ return pulumi.get(self, "host_platform")
81
+
82
+ @property
83
+ @pulumi.getter(name="hostPlatformType")
84
+ def host_platform_type(self) -> str:
85
+ """
86
+ Platform where the Iot runtime is hosted.
87
+ """
88
+ return pulumi.get(self, "host_platform_type")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def id(self) -> str:
93
+ """
94
+ The path ID that uniquely identifies the object.
95
+ """
96
+ return pulumi.get(self, "id")
97
+
98
+ @property
99
+ @pulumi.getter(name="ioTDeviceDetails")
100
+ def io_t_device_details(self) -> 'outputs.IoTDeviceInfoResponse':
101
+ """
102
+ IoT device metadata to which data box edge device needs to be connected.
103
+ """
104
+ return pulumi.get(self, "io_t_device_details")
105
+
106
+ @property
107
+ @pulumi.getter(name="ioTEdgeAgentInfo")
108
+ def io_t_edge_agent_info(self) -> Optional['outputs.IoTEdgeAgentInfoResponse']:
109
+ """
110
+ Iot edge agent details to download the agent and bootstrap iot runtime.
111
+ """
112
+ return pulumi.get(self, "io_t_edge_agent_info")
113
+
114
+ @property
115
+ @pulumi.getter(name="ioTEdgeDeviceDetails")
116
+ def io_t_edge_device_details(self) -> 'outputs.IoTDeviceInfoResponse':
117
+ """
118
+ IoT edge device to which the IoT role needs to be configured.
119
+ """
120
+ return pulumi.get(self, "io_t_edge_device_details")
121
+
122
+ @property
123
+ @pulumi.getter
124
+ def kind(self) -> str:
125
+ """
126
+ Role type.
127
+ Expected value is 'IOT'.
128
+ """
129
+ return pulumi.get(self, "kind")
130
+
131
+ @property
132
+ @pulumi.getter
133
+ def name(self) -> str:
134
+ """
135
+ The object name.
136
+ """
137
+ return pulumi.get(self, "name")
138
+
139
+ @property
140
+ @pulumi.getter(name="roleStatus")
141
+ def role_status(self) -> str:
142
+ """
143
+ Role status.
144
+ """
145
+ return pulumi.get(self, "role_status")
146
+
147
+ @property
148
+ @pulumi.getter(name="shareMappings")
149
+ def share_mappings(self) -> Optional[Sequence['outputs.MountPointMapResponse']]:
150
+ """
151
+ Mount points of shares in role(s).
152
+ """
153
+ return pulumi.get(self, "share_mappings")
154
+
155
+ @property
156
+ @pulumi.getter(name="systemData")
157
+ def system_data(self) -> 'outputs.SystemDataResponse':
158
+ """
159
+ Metadata pertaining to creation and last modification of Role
160
+ """
161
+ return pulumi.get(self, "system_data")
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def type(self) -> str:
166
+ """
167
+ The hierarchical type of the object.
168
+ """
169
+ return pulumi.get(self, "type")
170
+
171
+
172
+ class AwaitableGetIoTRoleResult(GetIoTRoleResult):
173
+ # pylint: disable=using-constant-test
174
+ def __await__(self):
175
+ if False:
176
+ yield self
177
+ return GetIoTRoleResult(
178
+ compute_resource=self.compute_resource,
179
+ host_platform=self.host_platform,
180
+ host_platform_type=self.host_platform_type,
181
+ id=self.id,
182
+ io_t_device_details=self.io_t_device_details,
183
+ io_t_edge_agent_info=self.io_t_edge_agent_info,
184
+ io_t_edge_device_details=self.io_t_edge_device_details,
185
+ kind=self.kind,
186
+ name=self.name,
187
+ role_status=self.role_status,
188
+ share_mappings=self.share_mappings,
189
+ system_data=self.system_data,
190
+ type=self.type)
191
+
192
+
193
+ def get_io_t_role(device_name: Optional[str] = None,
194
+ name: Optional[str] = None,
195
+ resource_group_name: Optional[str] = None,
196
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIoTRoleResult:
197
+ """
198
+ Gets a specific role by name.
199
+
200
+
201
+ :param str device_name: The device name.
202
+ :param str name: The role name.
203
+ :param str resource_group_name: The resource group name.
204
+ """
205
+ __args__ = dict()
206
+ __args__['deviceName'] = device_name
207
+ __args__['name'] = name
208
+ __args__['resourceGroupName'] = resource_group_name
209
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
210
+ __ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getIoTRole', __args__, opts=opts, typ=GetIoTRoleResult).value
211
+
212
+ return AwaitableGetIoTRoleResult(
213
+ compute_resource=pulumi.get(__ret__, 'compute_resource'),
214
+ host_platform=pulumi.get(__ret__, 'host_platform'),
215
+ host_platform_type=pulumi.get(__ret__, 'host_platform_type'),
216
+ id=pulumi.get(__ret__, 'id'),
217
+ io_t_device_details=pulumi.get(__ret__, 'io_t_device_details'),
218
+ io_t_edge_agent_info=pulumi.get(__ret__, 'io_t_edge_agent_info'),
219
+ io_t_edge_device_details=pulumi.get(__ret__, 'io_t_edge_device_details'),
220
+ kind=pulumi.get(__ret__, 'kind'),
221
+ name=pulumi.get(__ret__, 'name'),
222
+ role_status=pulumi.get(__ret__, 'role_status'),
223
+ share_mappings=pulumi.get(__ret__, 'share_mappings'),
224
+ system_data=pulumi.get(__ret__, 'system_data'),
225
+ type=pulumi.get(__ret__, 'type'))
226
+
227
+
228
+ @_utilities.lift_output_func(get_io_t_role)
229
+ def get_io_t_role_output(device_name: Optional[pulumi.Input[str]] = None,
230
+ name: Optional[pulumi.Input[str]] = None,
231
+ resource_group_name: Optional[pulumi.Input[str]] = None,
232
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIoTRoleResult]:
233
+ """
234
+ Gets a specific role by name.
235
+
236
+
237
+ :param str device_name: The device name.
238
+ :param str name: The role name.
239
+ :param str resource_group_name: The resource group name.
240
+ """
241
+ ...
@@ -0,0 +1,222 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetKubernetesRoleResult',
15
+ 'AwaitableGetKubernetesRoleResult',
16
+ 'get_kubernetes_role',
17
+ 'get_kubernetes_role_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetKubernetesRoleResult:
22
+ """
23
+ The limited preview of Kubernetes Cluster Management from the Azure supports:
24
+ 1. Using a simple turn-key option in Azure Portal, deploy a Kubernetes cluster on your Azure Stack Edge device.
25
+ 2. Configure Kubernetes cluster running on your device with Arc enabled Kubernetes with a click of a button in the Azure Portal.
26
+ Azure Arc enables organizations to view, manage, and govern their on-premises Kubernetes clusters using the Azure Portal, command line tools, and APIs.
27
+ 3. Easily configure Persistent Volumes using SMB and NFS shares for storing container data.
28
+ For more information, refer to the document here: https://databoxupdatepackages.blob.core.windows.net/documentation/Microsoft-Azure-Stack-Edge-K8-Cloud-Management-20210323.pdf
29
+ Or Demo: https://databoxupdatepackages.blob.core.windows.net/documentation/Microsoft-Azure-Stack-Edge-K8S-Cloud-Management-20210323.mp4
30
+ By using this feature, you agree to the preview legal terms. See the https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/
31
+ """
32
+ def __init__(__self__, host_platform=None, host_platform_type=None, id=None, kind=None, kubernetes_cluster_info=None, kubernetes_role_resources=None, name=None, provisioning_state=None, role_status=None, system_data=None, type=None):
33
+ if host_platform and not isinstance(host_platform, str):
34
+ raise TypeError("Expected argument 'host_platform' to be a str")
35
+ pulumi.set(__self__, "host_platform", host_platform)
36
+ if host_platform_type and not isinstance(host_platform_type, str):
37
+ raise TypeError("Expected argument 'host_platform_type' to be a str")
38
+ pulumi.set(__self__, "host_platform_type", host_platform_type)
39
+ if id and not isinstance(id, str):
40
+ raise TypeError("Expected argument 'id' to be a str")
41
+ pulumi.set(__self__, "id", id)
42
+ if kind and not isinstance(kind, str):
43
+ raise TypeError("Expected argument 'kind' to be a str")
44
+ pulumi.set(__self__, "kind", kind)
45
+ if kubernetes_cluster_info and not isinstance(kubernetes_cluster_info, dict):
46
+ raise TypeError("Expected argument 'kubernetes_cluster_info' to be a dict")
47
+ pulumi.set(__self__, "kubernetes_cluster_info", kubernetes_cluster_info)
48
+ if kubernetes_role_resources and not isinstance(kubernetes_role_resources, dict):
49
+ raise TypeError("Expected argument 'kubernetes_role_resources' to be a dict")
50
+ pulumi.set(__self__, "kubernetes_role_resources", kubernetes_role_resources)
51
+ if name and not isinstance(name, str):
52
+ raise TypeError("Expected argument 'name' to be a str")
53
+ pulumi.set(__self__, "name", name)
54
+ if provisioning_state and not isinstance(provisioning_state, str):
55
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
56
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
57
+ if role_status and not isinstance(role_status, str):
58
+ raise TypeError("Expected argument 'role_status' to be a str")
59
+ pulumi.set(__self__, "role_status", role_status)
60
+ if system_data and not isinstance(system_data, dict):
61
+ raise TypeError("Expected argument 'system_data' to be a dict")
62
+ pulumi.set(__self__, "system_data", system_data)
63
+ if type and not isinstance(type, str):
64
+ raise TypeError("Expected argument 'type' to be a str")
65
+ pulumi.set(__self__, "type", type)
66
+
67
+ @property
68
+ @pulumi.getter(name="hostPlatform")
69
+ def host_platform(self) -> str:
70
+ """
71
+ Host OS supported by the Kubernetes role.
72
+ """
73
+ return pulumi.get(self, "host_platform")
74
+
75
+ @property
76
+ @pulumi.getter(name="hostPlatformType")
77
+ def host_platform_type(self) -> str:
78
+ """
79
+ Platform where the runtime is hosted.
80
+ """
81
+ return pulumi.get(self, "host_platform_type")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def id(self) -> str:
86
+ """
87
+ The path ID that uniquely identifies the object.
88
+ """
89
+ return pulumi.get(self, "id")
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def kind(self) -> str:
94
+ """
95
+ Role type.
96
+ Expected value is 'Kubernetes'.
97
+ """
98
+ return pulumi.get(self, "kind")
99
+
100
+ @property
101
+ @pulumi.getter(name="kubernetesClusterInfo")
102
+ def kubernetes_cluster_info(self) -> 'outputs.KubernetesClusterInfoResponse':
103
+ """
104
+ Kubernetes cluster configuration
105
+ """
106
+ return pulumi.get(self, "kubernetes_cluster_info")
107
+
108
+ @property
109
+ @pulumi.getter(name="kubernetesRoleResources")
110
+ def kubernetes_role_resources(self) -> 'outputs.KubernetesRoleResourcesResponse':
111
+ """
112
+ Kubernetes role resources
113
+ """
114
+ return pulumi.get(self, "kubernetes_role_resources")
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def name(self) -> str:
119
+ """
120
+ The object name.
121
+ """
122
+ return pulumi.get(self, "name")
123
+
124
+ @property
125
+ @pulumi.getter(name="provisioningState")
126
+ def provisioning_state(self) -> str:
127
+ """
128
+ State of Kubernetes deployment
129
+ """
130
+ return pulumi.get(self, "provisioning_state")
131
+
132
+ @property
133
+ @pulumi.getter(name="roleStatus")
134
+ def role_status(self) -> str:
135
+ """
136
+ Role status.
137
+ """
138
+ return pulumi.get(self, "role_status")
139
+
140
+ @property
141
+ @pulumi.getter(name="systemData")
142
+ def system_data(self) -> 'outputs.SystemDataResponse':
143
+ """
144
+ Metadata pertaining to creation and last modification of Role
145
+ """
146
+ return pulumi.get(self, "system_data")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def type(self) -> str:
151
+ """
152
+ The hierarchical type of the object.
153
+ """
154
+ return pulumi.get(self, "type")
155
+
156
+
157
+ class AwaitableGetKubernetesRoleResult(GetKubernetesRoleResult):
158
+ # pylint: disable=using-constant-test
159
+ def __await__(self):
160
+ if False:
161
+ yield self
162
+ return GetKubernetesRoleResult(
163
+ host_platform=self.host_platform,
164
+ host_platform_type=self.host_platform_type,
165
+ id=self.id,
166
+ kind=self.kind,
167
+ kubernetes_cluster_info=self.kubernetes_cluster_info,
168
+ kubernetes_role_resources=self.kubernetes_role_resources,
169
+ name=self.name,
170
+ provisioning_state=self.provisioning_state,
171
+ role_status=self.role_status,
172
+ system_data=self.system_data,
173
+ type=self.type)
174
+
175
+
176
+ def get_kubernetes_role(device_name: Optional[str] = None,
177
+ name: Optional[str] = None,
178
+ resource_group_name: Optional[str] = None,
179
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKubernetesRoleResult:
180
+ """
181
+ Gets a specific role by name.
182
+
183
+
184
+ :param str device_name: The device name.
185
+ :param str name: The role name.
186
+ :param str resource_group_name: The resource group name.
187
+ """
188
+ __args__ = dict()
189
+ __args__['deviceName'] = device_name
190
+ __args__['name'] = name
191
+ __args__['resourceGroupName'] = resource_group_name
192
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
193
+ __ret__ = pulumi.runtime.invoke('azure-native:databoxedge/v20231201:getKubernetesRole', __args__, opts=opts, typ=GetKubernetesRoleResult).value
194
+
195
+ return AwaitableGetKubernetesRoleResult(
196
+ host_platform=pulumi.get(__ret__, 'host_platform'),
197
+ host_platform_type=pulumi.get(__ret__, 'host_platform_type'),
198
+ id=pulumi.get(__ret__, 'id'),
199
+ kind=pulumi.get(__ret__, 'kind'),
200
+ kubernetes_cluster_info=pulumi.get(__ret__, 'kubernetes_cluster_info'),
201
+ kubernetes_role_resources=pulumi.get(__ret__, 'kubernetes_role_resources'),
202
+ name=pulumi.get(__ret__, 'name'),
203
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
204
+ role_status=pulumi.get(__ret__, 'role_status'),
205
+ system_data=pulumi.get(__ret__, 'system_data'),
206
+ type=pulumi.get(__ret__, 'type'))
207
+
208
+
209
+ @_utilities.lift_output_func(get_kubernetes_role)
210
+ def get_kubernetes_role_output(device_name: Optional[pulumi.Input[str]] = None,
211
+ name: Optional[pulumi.Input[str]] = None,
212
+ resource_group_name: Optional[pulumi.Input[str]] = None,
213
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKubernetesRoleResult]:
214
+ """
215
+ Gets a specific role by name.
216
+
217
+
218
+ :param str device_name: The device name.
219
+ :param str name: The role name.
220
+ :param str resource_group_name: The resource group name.
221
+ """
222
+ ...