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,353 +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
- from enum import Enum
6
-
7
- __all__ = [
8
- 'AdvertiseToFabric',
9
- 'AgentPoolMode',
10
- 'BareMetalMachineKeySetPrivilegeLevel',
11
- 'BfdEnabled',
12
- 'BgpMultiHop',
13
- 'BmcKeySetPrivilegeLevel',
14
- 'CloudServicesNetworkEnableDefaultEgressEndpoints',
15
- 'ClusterSecretArchiveEnabled',
16
- 'ClusterType',
17
- 'ClusterUpdateStrategyType',
18
- 'ConsoleEnabled',
19
- 'DefaultGateway',
20
- 'FabricPeeringEnabled',
21
- 'HugepagesSize',
22
- 'HybridAksIpamEnabled',
23
- 'HybridAksPluginType',
24
- 'IpAllocationType',
25
- 'KubernetesPluginType',
26
- 'L3NetworkConfigurationIpamEnabled',
27
- 'ManagedServiceIdentitySelectorType',
28
- 'ManagedServiceIdentityType',
29
- 'OsDiskCreateOption',
30
- 'OsDiskDeleteOption',
31
- 'RuntimeProtectionEnforcementLevel',
32
- 'ValidationThresholdGrouping',
33
- 'ValidationThresholdType',
34
- 'VirtualMachineBootMethod',
35
- 'VirtualMachineDeviceModelType',
36
- 'VirtualMachineIPAllocationMethod',
37
- 'VirtualMachineIsolateEmulatorThread',
38
- 'VirtualMachinePlacementHintPodAffinityScope',
39
- 'VirtualMachinePlacementHintType',
40
- 'VirtualMachineSchedulingExecution',
41
- 'VirtualMachineVirtioInterfaceType',
42
- 'VulnerabilityScanningSettingsContainerScan',
43
- ]
44
-
45
-
46
- class AdvertiseToFabric(str, Enum):
47
- """
48
- The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
49
- """
50
- TRUE = "True"
51
- FALSE = "False"
52
-
53
-
54
- class AgentPoolMode(str, Enum):
55
- """
56
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
57
- """
58
- SYSTEM = "System"
59
- USER = "User"
60
- NOT_APPLICABLE = "NotApplicable"
61
-
62
-
63
- class BareMetalMachineKeySetPrivilegeLevel(str, Enum):
64
- """
65
- The access level allowed for the users in this key set.
66
- """
67
- STANDARD = "Standard"
68
- SUPERUSER = "Superuser"
69
-
70
-
71
- class BfdEnabled(str, Enum):
72
- """
73
- The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
74
- """
75
- TRUE = "True"
76
- FALSE = "False"
77
-
78
-
79
- class BgpMultiHop(str, Enum):
80
- """
81
- The indicator to enable multi-hop peering support.
82
- """
83
- TRUE = "True"
84
- FALSE = "False"
85
-
86
-
87
- class BmcKeySetPrivilegeLevel(str, Enum):
88
- """
89
- The access level allowed for the users in this key set.
90
- """
91
- READ_ONLY = "ReadOnly"
92
- ADMINISTRATOR = "Administrator"
93
-
94
-
95
- class CloudServicesNetworkEnableDefaultEgressEndpoints(str, Enum):
96
- """
97
- The indicator of whether the platform default endpoints are allowed for the egress traffic.
98
- """
99
- TRUE = "True"
100
- FALSE = "False"
101
-
102
-
103
- class ClusterSecretArchiveEnabled(str, Enum):
104
- """
105
- The indicator if the specified key vault should be used to archive the secrets of the cluster.
106
- """
107
- TRUE = "True"
108
- FALSE = "False"
109
-
110
-
111
- class ClusterType(str, Enum):
112
- """
113
- The type of rack configuration for the cluster.
114
- """
115
- SINGLE_RACK = "SingleRack"
116
- MULTI_RACK = "MultiRack"
117
-
118
-
119
- class ClusterUpdateStrategyType(str, Enum):
120
- """
121
- The mode of operation for runtime protection.
122
- """
123
- RACK = "Rack"
124
- PAUSE_AFTER_RACK = "PauseAfterRack"
125
-
126
-
127
- class ConsoleEnabled(str, Enum):
128
- """
129
- The indicator of whether the console access is enabled.
130
- """
131
- TRUE = "True"
132
- FALSE = "False"
133
-
134
-
135
- class DefaultGateway(str, Enum):
136
- """
137
- The indicator of whether this is the default gateway.
138
- Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
139
- """
140
- TRUE = "True"
141
- FALSE = "False"
142
-
143
-
144
- class FabricPeeringEnabled(str, Enum):
145
- """
146
- The indicator to specify if the load balancer peers with the network fabric.
147
- """
148
- TRUE = "True"
149
- FALSE = "False"
150
-
151
-
152
- class HugepagesSize(str, Enum):
153
- """
154
- The size of the hugepages to allocate.
155
- """
156
- HUGEPAGES_SIZE_2_M = "2M"
157
- HUGEPAGES_SIZE_1_G = "1G"
158
-
159
-
160
- class HybridAksIpamEnabled(str, Enum):
161
- """
162
- Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
163
- """
164
- TRUE = "True"
165
- FALSE = "False"
166
-
167
-
168
- class HybridAksPluginType(str, Enum):
169
- """
170
- 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.
171
- """
172
- DPDK = "DPDK"
173
- SRIOV = "SRIOV"
174
- OS_DEVICE = "OSDevice"
175
-
176
-
177
- class IpAllocationType(str, Enum):
178
- """
179
- The type of the IP address allocation, defaulted to "DualStack".
180
- """
181
- IPV4 = "IPV4"
182
- IPV6 = "IPV6"
183
- DUAL_STACK = "DualStack"
184
-
185
-
186
- class KubernetesPluginType(str, Enum):
187
- """
188
- The indicator of how this network will be utilized by the Kubernetes cluster.
189
- """
190
- DPDK = "DPDK"
191
- SRIOV = "SRIOV"
192
- OS_DEVICE = "OSDevice"
193
- MACVLAN = "MACVLAN"
194
- IPVLAN = "IPVLAN"
195
-
196
-
197
- class L3NetworkConfigurationIpamEnabled(str, Enum):
198
- """
199
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
200
- """
201
- TRUE = "True"
202
- FALSE = "False"
203
-
204
-
205
- class ManagedServiceIdentitySelectorType(str, Enum):
206
- """
207
- The type of managed identity that is being selected.
208
- """
209
- SYSTEM_ASSIGNED_IDENTITY = "SystemAssignedIdentity"
210
- USER_ASSIGNED_IDENTITY = "UserAssignedIdentity"
211
-
212
-
213
- class ManagedServiceIdentityType(str, Enum):
214
- """
215
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
216
- """
217
- NONE = "None"
218
- SYSTEM_ASSIGNED = "SystemAssigned"
219
- USER_ASSIGNED = "UserAssigned"
220
- SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
221
-
222
-
223
- class OsDiskCreateOption(str, Enum):
224
- """
225
- The strategy for creating the OS disk.
226
- """
227
- EPHEMERAL = "Ephemeral"
228
- """
229
- Utilize the local storage of the host machine.
230
- """
231
- PERSISTENT = "Persistent"
232
- """
233
- Utilize a storage appliance backed volume to host the disk.
234
- """
235
-
236
-
237
- class OsDiskDeleteOption(str, Enum):
238
- """
239
- The strategy for deleting the OS disk.
240
- """
241
- DELETE = "Delete"
242
-
243
-
244
- class RuntimeProtectionEnforcementLevel(str, Enum):
245
- """
246
- The mode of operation for runtime protection.
247
- """
248
- AUDIT = "Audit"
249
- DISABLED = "Disabled"
250
- ON_DEMAND = "OnDemand"
251
- PASSIVE = "Passive"
252
- REAL_TIME = "RealTime"
253
-
254
-
255
- class ValidationThresholdGrouping(str, Enum):
256
- """
257
- Selection of how the type evaluation is applied to the cluster calculation.
258
- """
259
- PER_CLUSTER = "PerCluster"
260
- PER_RACK = "PerRack"
261
-
262
-
263
- class ValidationThresholdType(str, Enum):
264
- """
265
- Selection of how the threshold should be evaluated.
266
- """
267
- COUNT_SUCCESS = "CountSuccess"
268
- PERCENT_SUCCESS = "PercentSuccess"
269
-
270
-
271
- class VirtualMachineBootMethod(str, Enum):
272
- """
273
- Selects the boot method for the virtual machine.
274
- """
275
- UEFI = "UEFI"
276
- BIOS = "BIOS"
277
-
278
-
279
- class VirtualMachineDeviceModelType(str, Enum):
280
- """
281
- The type of the device model to use.
282
- """
283
- T1 = "T1"
284
- """
285
- Traditional and most compatible device virtualization interface.
286
- """
287
- T2 = "T2"
288
- """
289
- Modern and enhanced device virtualization interface.
290
- """
291
- T3 = "T3"
292
- """
293
- Improved security and functionality (including TPM and secure boot support).
294
- """
295
-
296
-
297
- class VirtualMachineIPAllocationMethod(str, Enum):
298
- """
299
- The IP allocation mechanism for the virtual machine.
300
- Dynamic and Static are only valid for l3Network which may also specify Disabled.
301
- Otherwise, Disabled is the only permitted value.
302
- """
303
- DYNAMIC = "Dynamic"
304
- STATIC = "Static"
305
- DISABLED = "Disabled"
306
-
307
-
308
- class VirtualMachineIsolateEmulatorThread(str, Enum):
309
- """
310
- Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine.
311
- """
312
- TRUE = "True"
313
- FALSE = "False"
314
-
315
-
316
- class VirtualMachinePlacementHintPodAffinityScope(str, Enum):
317
- """
318
- The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
319
- """
320
- RACK = "Rack"
321
- MACHINE = "Machine"
322
-
323
-
324
- class VirtualMachinePlacementHintType(str, Enum):
325
- """
326
- The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
327
- """
328
- AFFINITY = "Affinity"
329
- ANTI_AFFINITY = "AntiAffinity"
330
-
331
-
332
- class VirtualMachineSchedulingExecution(str, Enum):
333
- """
334
- The indicator of whether the hint is a hard or soft requirement during scheduling.
335
- """
336
- HARD = "Hard"
337
- SOFT = "Soft"
338
-
339
-
340
- class VirtualMachineVirtioInterfaceType(str, Enum):
341
- """
342
- Field Deprecated, use virtualizationModel instead. The type of the virtio interface.
343
- """
344
- MODERN = "Modern"
345
- TRANSITIONAL = "Transitional"
346
-
347
-
348
- class VulnerabilityScanningSettingsContainerScan(str, Enum):
349
- """
350
- The mode selection for container vulnerability scanning.
351
- """
352
- DISABLED = "Disabled"
353
- ENABLED = "Enabled"