pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__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 (280) hide show
  1. pulumi_azure_native/__init__.py +0 -42
  2. pulumi_azure_native/azurestackhci/__init__.py +0 -3
  3. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  4. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  5. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  7. pulumi_azure_native/azurestackhci/extension.py +3 -3
  8. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  17. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  18. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  19. pulumi_azure_native/azurestackhci/update.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  21. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  22. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  103. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +1 -113
  104. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
  105. pulumi_azure_native/networkcloud/__init__.py +0 -3
  106. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  107. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  108. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  109. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  110. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  111. pulumi_azure_native/networkcloud/cluster.py +3 -3
  112. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  113. pulumi_azure_native/networkcloud/console.py +3 -3
  114. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  115. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  116. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  117. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  118. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  119. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  120. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  121. pulumi_azure_native/networkcloud/get_console.py +2 -2
  122. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  123. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  124. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  125. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  126. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  127. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  128. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  129. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  130. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  131. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  132. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  133. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  134. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  135. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  136. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  137. pulumi_azure_native/networkcloud/rack.py +3 -3
  138. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  139. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  140. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  141. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  142. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  143. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  144. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  145. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  146. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  147. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  148. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  149. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  150. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  151. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  152. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  153. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  154. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  155. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  156. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  157. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  158. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  159. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  160. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  161. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  162. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  163. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  164. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  165. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  166. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  167. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  168. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  169. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  170. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  171. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  172. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  173. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  174. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  175. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  176. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  177. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  178. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  179. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  180. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  181. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  182. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  183. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  184. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  185. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  186. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  187. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  188. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  189. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  190. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  191. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  192. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  193. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  194. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  195. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  196. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  197. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  198. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  199. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  200. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  201. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  202. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  203. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  204. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  205. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  206. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  207. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  208. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  209. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  210. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  211. pulumi_azure_native/networkcloud/volume.py +3 -3
  212. pulumi_azure_native/pulumi-plugin.json +1 -1
  213. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/METADATA +1 -1
  214. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
  215. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
  216. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
  217. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
  218. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
  219. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
  220. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
  221. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
  222. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
  223. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
  224. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
  225. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
  226. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
  227. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
  228. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
  229. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
  230. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
  231. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
  232. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
  233. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
  234. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
  235. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
  236. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
  237. pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
  238. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
  239. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
  240. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
  241. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
  242. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
  243. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
  244. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
  245. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
  246. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
  247. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
  248. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
  249. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
  250. pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
  251. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
  252. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
  253. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
  254. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
  255. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
  256. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
  257. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
  258. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
  259. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
  260. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
  261. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
  262. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
  263. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
  264. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
  265. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
  266. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
  267. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
  268. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
  269. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
  270. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
  271. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
  272. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
  273. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
  274. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
  275. pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
  276. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
  277. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
  278. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
  279. pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
  280. {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/top_level.txt +0 -0
@@ -1,322 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import 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
- 'GetTrunkedNetworkResult',
20
- 'AwaitableGetTrunkedNetworkResult',
21
- 'get_trunked_network',
22
- 'get_trunked_network_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetTrunkedNetworkResult:
27
- def __init__(__self__, associated_resource_ids=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, hybrid_aks_clusters_associated_ids=None, hybrid_aks_plugin_type=None, id=None, interface_name=None, isolation_domain_ids=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None, vlans=None):
28
- if associated_resource_ids and not isinstance(associated_resource_ids, list):
29
- raise TypeError("Expected argument 'associated_resource_ids' to be a list")
30
- pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
31
- if cluster_id and not isinstance(cluster_id, str):
32
- raise TypeError("Expected argument 'cluster_id' to be a str")
33
- pulumi.set(__self__, "cluster_id", cluster_id)
34
- if detailed_status and not isinstance(detailed_status, str):
35
- raise TypeError("Expected argument 'detailed_status' to be a str")
36
- pulumi.set(__self__, "detailed_status", detailed_status)
37
- if detailed_status_message and not isinstance(detailed_status_message, str):
38
- raise TypeError("Expected argument 'detailed_status_message' to be a str")
39
- pulumi.set(__self__, "detailed_status_message", detailed_status_message)
40
- if extended_location and not isinstance(extended_location, dict):
41
- raise TypeError("Expected argument 'extended_location' to be a dict")
42
- pulumi.set(__self__, "extended_location", extended_location)
43
- if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
44
- raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
45
- pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
46
- if hybrid_aks_plugin_type and not isinstance(hybrid_aks_plugin_type, str):
47
- raise TypeError("Expected argument 'hybrid_aks_plugin_type' to be a str")
48
- pulumi.set(__self__, "hybrid_aks_plugin_type", hybrid_aks_plugin_type)
49
- if id and not isinstance(id, str):
50
- raise TypeError("Expected argument 'id' to be a str")
51
- pulumi.set(__self__, "id", id)
52
- if interface_name and not isinstance(interface_name, str):
53
- raise TypeError("Expected argument 'interface_name' to be a str")
54
- pulumi.set(__self__, "interface_name", interface_name)
55
- if isolation_domain_ids and not isinstance(isolation_domain_ids, list):
56
- raise TypeError("Expected argument 'isolation_domain_ids' to be a list")
57
- pulumi.set(__self__, "isolation_domain_ids", isolation_domain_ids)
58
- if location and not isinstance(location, str):
59
- raise TypeError("Expected argument 'location' to be a str")
60
- pulumi.set(__self__, "location", location)
61
- if name and not isinstance(name, str):
62
- raise TypeError("Expected argument 'name' to be a str")
63
- pulumi.set(__self__, "name", name)
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 system_data and not isinstance(system_data, dict):
68
- raise TypeError("Expected argument 'system_data' to be a dict")
69
- pulumi.set(__self__, "system_data", system_data)
70
- if tags and not isinstance(tags, dict):
71
- raise TypeError("Expected argument 'tags' to be a dict")
72
- pulumi.set(__self__, "tags", tags)
73
- if type and not isinstance(type, str):
74
- raise TypeError("Expected argument 'type' to be a str")
75
- pulumi.set(__self__, "type", type)
76
- if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
77
- raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
78
- pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
79
- if vlans and not isinstance(vlans, list):
80
- raise TypeError("Expected argument 'vlans' to be a list")
81
- pulumi.set(__self__, "vlans", vlans)
82
-
83
- @property
84
- @pulumi.getter(name="associatedResourceIds")
85
- def associated_resource_ids(self) -> Sequence[str]:
86
- """
87
- The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
88
- """
89
- return pulumi.get(self, "associated_resource_ids")
90
-
91
- @property
92
- @pulumi.getter(name="clusterId")
93
- def cluster_id(self) -> str:
94
- """
95
- The resource ID of the Network Cloud cluster this trunked network is associated with.
96
- """
97
- return pulumi.get(self, "cluster_id")
98
-
99
- @property
100
- @pulumi.getter(name="detailedStatus")
101
- def detailed_status(self) -> str:
102
- """
103
- The more detailed status of the trunked network.
104
- """
105
- return pulumi.get(self, "detailed_status")
106
-
107
- @property
108
- @pulumi.getter(name="detailedStatusMessage")
109
- def detailed_status_message(self) -> str:
110
- """
111
- The descriptive message about the current detailed status.
112
- """
113
- return pulumi.get(self, "detailed_status_message")
114
-
115
- @property
116
- @pulumi.getter(name="extendedLocation")
117
- def extended_location(self) -> 'outputs.ExtendedLocationResponse':
118
- """
119
- The extended location of the cluster associated with the resource.
120
- """
121
- return pulumi.get(self, "extended_location")
122
-
123
- @property
124
- @pulumi.getter(name="hybridAksClustersAssociatedIds")
125
- def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
126
- """
127
- Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this trunked network.
128
- """
129
- return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
130
-
131
- @property
132
- @pulumi.getter(name="hybridAksPluginType")
133
- def hybrid_aks_plugin_type(self) -> Optional[str]:
134
- """
135
- Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
136
- """
137
- return pulumi.get(self, "hybrid_aks_plugin_type")
138
-
139
- @property
140
- @pulumi.getter
141
- def id(self) -> str:
142
- """
143
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
144
- """
145
- return pulumi.get(self, "id")
146
-
147
- @property
148
- @pulumi.getter(name="interfaceName")
149
- def interface_name(self) -> Optional[str]:
150
- """
151
- The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
152
- """
153
- return pulumi.get(self, "interface_name")
154
-
155
- @property
156
- @pulumi.getter(name="isolationDomainIds")
157
- def isolation_domain_ids(self) -> Sequence[str]:
158
- """
159
- The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.
160
- """
161
- return pulumi.get(self, "isolation_domain_ids")
162
-
163
- @property
164
- @pulumi.getter
165
- def location(self) -> str:
166
- """
167
- The geo-location where the resource lives
168
- """
169
- return pulumi.get(self, "location")
170
-
171
- @property
172
- @pulumi.getter
173
- def name(self) -> str:
174
- """
175
- The name of the resource
176
- """
177
- return pulumi.get(self, "name")
178
-
179
- @property
180
- @pulumi.getter(name="provisioningState")
181
- def provisioning_state(self) -> str:
182
- """
183
- The provisioning state of the trunked network.
184
- """
185
- return pulumi.get(self, "provisioning_state")
186
-
187
- @property
188
- @pulumi.getter(name="systemData")
189
- def system_data(self) -> 'outputs.SystemDataResponse':
190
- """
191
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
192
- """
193
- return pulumi.get(self, "system_data")
194
-
195
- @property
196
- @pulumi.getter
197
- def tags(self) -> Optional[Mapping[str, str]]:
198
- """
199
- Resource tags.
200
- """
201
- return pulumi.get(self, "tags")
202
-
203
- @property
204
- @pulumi.getter
205
- def type(self) -> str:
206
- """
207
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
208
- """
209
- return pulumi.get(self, "type")
210
-
211
- @property
212
- @pulumi.getter(name="virtualMachinesAssociatedIds")
213
- def virtual_machines_associated_ids(self) -> Sequence[str]:
214
- """
215
- Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network.
216
- """
217
- return pulumi.get(self, "virtual_machines_associated_ids")
218
-
219
- @property
220
- @pulumi.getter
221
- def vlans(self) -> Sequence[float]:
222
- """
223
- The list of vlans that are selected from the isolation domains for trunking.
224
- """
225
- return pulumi.get(self, "vlans")
226
-
227
-
228
- class AwaitableGetTrunkedNetworkResult(GetTrunkedNetworkResult):
229
- # pylint: disable=using-constant-test
230
- def __await__(self):
231
- if False:
232
- yield self
233
- return GetTrunkedNetworkResult(
234
- associated_resource_ids=self.associated_resource_ids,
235
- cluster_id=self.cluster_id,
236
- detailed_status=self.detailed_status,
237
- detailed_status_message=self.detailed_status_message,
238
- extended_location=self.extended_location,
239
- hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
240
- hybrid_aks_plugin_type=self.hybrid_aks_plugin_type,
241
- id=self.id,
242
- interface_name=self.interface_name,
243
- isolation_domain_ids=self.isolation_domain_ids,
244
- location=self.location,
245
- name=self.name,
246
- provisioning_state=self.provisioning_state,
247
- system_data=self.system_data,
248
- tags=self.tags,
249
- type=self.type,
250
- virtual_machines_associated_ids=self.virtual_machines_associated_ids,
251
- vlans=self.vlans)
252
-
253
-
254
- def get_trunked_network(resource_group_name: Optional[str] = None,
255
- trunked_network_name: Optional[str] = None,
256
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTrunkedNetworkResult:
257
- """
258
- Get properties of the provided trunked network.
259
-
260
-
261
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
262
- :param str trunked_network_name: The name of the trunked network.
263
- """
264
- __args__ = dict()
265
- __args__['resourceGroupName'] = resource_group_name
266
- __args__['trunkedNetworkName'] = trunked_network_name
267
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
268
- __ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20241001preview:getTrunkedNetwork', __args__, opts=opts, typ=GetTrunkedNetworkResult).value
269
-
270
- return AwaitableGetTrunkedNetworkResult(
271
- associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
272
- cluster_id=pulumi.get(__ret__, 'cluster_id'),
273
- detailed_status=pulumi.get(__ret__, 'detailed_status'),
274
- detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
275
- extended_location=pulumi.get(__ret__, 'extended_location'),
276
- hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
277
- hybrid_aks_plugin_type=pulumi.get(__ret__, 'hybrid_aks_plugin_type'),
278
- id=pulumi.get(__ret__, 'id'),
279
- interface_name=pulumi.get(__ret__, 'interface_name'),
280
- isolation_domain_ids=pulumi.get(__ret__, 'isolation_domain_ids'),
281
- location=pulumi.get(__ret__, 'location'),
282
- name=pulumi.get(__ret__, 'name'),
283
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
284
- system_data=pulumi.get(__ret__, 'system_data'),
285
- tags=pulumi.get(__ret__, 'tags'),
286
- type=pulumi.get(__ret__, 'type'),
287
- virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'),
288
- vlans=pulumi.get(__ret__, 'vlans'))
289
- def get_trunked_network_output(resource_group_name: Optional[pulumi.Input[str]] = None,
290
- trunked_network_name: Optional[pulumi.Input[str]] = None,
291
- opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTrunkedNetworkResult]:
292
- """
293
- Get properties of the provided trunked network.
294
-
295
-
296
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
297
- :param str trunked_network_name: The name of the trunked network.
298
- """
299
- __args__ = dict()
300
- __args__['resourceGroupName'] = resource_group_name
301
- __args__['trunkedNetworkName'] = trunked_network_name
302
- opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
303
- __ret__ = pulumi.runtime.invoke_output('azure-native:networkcloud/v20241001preview:getTrunkedNetwork', __args__, opts=opts, typ=GetTrunkedNetworkResult)
304
- return __ret__.apply(lambda __response__: GetTrunkedNetworkResult(
305
- associated_resource_ids=pulumi.get(__response__, 'associated_resource_ids'),
306
- cluster_id=pulumi.get(__response__, 'cluster_id'),
307
- detailed_status=pulumi.get(__response__, 'detailed_status'),
308
- detailed_status_message=pulumi.get(__response__, 'detailed_status_message'),
309
- extended_location=pulumi.get(__response__, 'extended_location'),
310
- hybrid_aks_clusters_associated_ids=pulumi.get(__response__, 'hybrid_aks_clusters_associated_ids'),
311
- hybrid_aks_plugin_type=pulumi.get(__response__, 'hybrid_aks_plugin_type'),
312
- id=pulumi.get(__response__, 'id'),
313
- interface_name=pulumi.get(__response__, 'interface_name'),
314
- isolation_domain_ids=pulumi.get(__response__, 'isolation_domain_ids'),
315
- location=pulumi.get(__response__, 'location'),
316
- name=pulumi.get(__response__, 'name'),
317
- provisioning_state=pulumi.get(__response__, 'provisioning_state'),
318
- system_data=pulumi.get(__response__, 'system_data'),
319
- tags=pulumi.get(__response__, 'tags'),
320
- type=pulumi.get(__response__, 'type'),
321
- virtual_machines_associated_ids=pulumi.get(__response__, 'virtual_machines_associated_ids'),
322
- vlans=pulumi.get(__response__, 'vlans')))