pulumi-azure-native 2.34.0__py3-none-any.whl → 2.35.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 (231) hide show
  1. pulumi_azure_native/__init__.py +60 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  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/security_setting.py +3 -3
  18. pulumi_azure_native/azurestackhci/update.py +3 -3
  19. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240215preview/__init__.py +28 -0
  75. pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
  76. pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
  77. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
  78. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
  79. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
  80. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
  81. pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
  82. pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
  83. pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
  84. pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
  85. pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
  86. pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
  87. pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
  88. pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
  89. pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
  90. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
  91. pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
  92. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
  93. pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
  94. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
  95. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
  96. pulumi_azure_native/devcenter/__init__.py +7 -0
  97. pulumi_azure_native/devcenter/_enums.py +9 -0
  98. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  99. pulumi_azure_native/devcenter/catalog.py +3 -3
  100. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  101. pulumi_azure_native/devcenter/dev_center.py +3 -3
  102. pulumi_azure_native/devcenter/environment_type.py +3 -3
  103. pulumi_azure_native/devcenter/gallery.py +3 -3
  104. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  105. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  106. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  107. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  108. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  109. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  110. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  111. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  112. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  113. pulumi_azure_native/devcenter/get_pool.py +2 -2
  114. pulumi_azure_native/devcenter/get_project.py +2 -2
  115. pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
  116. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
  117. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
  118. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  119. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  120. pulumi_azure_native/devcenter/network_connection.py +3 -3
  121. pulumi_azure_native/devcenter/outputs.py +111 -0
  122. pulumi_azure_native/devcenter/pool.py +3 -3
  123. pulumi_azure_native/devcenter/project.py +3 -3
  124. pulumi_azure_native/devcenter/project_catalog.py +365 -0
  125. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  126. pulumi_azure_native/devcenter/schedule.py +3 -3
  127. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  128. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  129. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  130. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  131. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  132. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  133. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  134. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  135. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  136. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  137. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  138. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  139. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  140. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  141. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  142. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  143. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  144. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  145. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  146. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  147. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  148. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  149. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  150. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  151. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  152. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  153. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  154. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  155. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  156. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  157. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  158. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  159. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  160. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  161. pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
  162. pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
  163. pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
  164. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
  165. pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
  166. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
  167. pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
  168. pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
  169. pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
  170. pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
  171. pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
  172. pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
  173. pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
  174. pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
  175. pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
  176. pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
  177. pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
  178. pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
  179. pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
  180. pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
  181. pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
  182. pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
  183. pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
  184. pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
  185. pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
  186. pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
  187. pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
  188. pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
  189. pulumi_azure_native/devcenter/v20240201/project.py +418 -0
  190. pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
  191. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
  192. pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
  199. pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
  200. pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
  204. pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
  205. pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
  206. pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
  207. pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
  208. pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
  209. pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
  210. pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
  211. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
  212. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
  213. pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
  214. pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
  215. pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
  216. pulumi_azure_native/security/__init__.py +3 -0
  217. pulumi_azure_native/security/get_security_connector.py +2 -2
  218. pulumi_azure_native/security/security_connector.py +3 -3
  219. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  220. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  221. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  222. pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
  223. pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
  224. pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
  225. pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
  226. pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
  227. pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
  228. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/METADATA +1 -1
  229. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/RECORD +231 -155
  230. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/WHEEL +0 -0
  231. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,357 @@
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
+ 'GetUpdateResult',
15
+ 'AwaitableGetUpdateResult',
16
+ 'get_update',
17
+ 'get_update_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetUpdateResult:
22
+ """
23
+ Update details
24
+ """
25
+ def __init__(__self__, additional_properties=None, availability_type=None, description=None, display_name=None, health_check_date=None, id=None, installed_date=None, location=None, name=None, notify_message=None, package_path=None, package_size_in_mb=None, package_type=None, prerequisites=None, progress_percentage=None, provisioning_state=None, publisher=None, release_link=None, state=None, system_data=None, type=None, version=None):
26
+ if additional_properties and not isinstance(additional_properties, str):
27
+ raise TypeError("Expected argument 'additional_properties' to be a str")
28
+ pulumi.set(__self__, "additional_properties", additional_properties)
29
+ if availability_type and not isinstance(availability_type, str):
30
+ raise TypeError("Expected argument 'availability_type' to be a str")
31
+ pulumi.set(__self__, "availability_type", availability_type)
32
+ if description and not isinstance(description, str):
33
+ raise TypeError("Expected argument 'description' to be a str")
34
+ pulumi.set(__self__, "description", description)
35
+ if display_name and not isinstance(display_name, str):
36
+ raise TypeError("Expected argument 'display_name' to be a str")
37
+ pulumi.set(__self__, "display_name", display_name)
38
+ if health_check_date and not isinstance(health_check_date, str):
39
+ raise TypeError("Expected argument 'health_check_date' to be a str")
40
+ pulumi.set(__self__, "health_check_date", health_check_date)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if installed_date and not isinstance(installed_date, str):
45
+ raise TypeError("Expected argument 'installed_date' to be a str")
46
+ pulumi.set(__self__, "installed_date", installed_date)
47
+ if location and not isinstance(location, str):
48
+ raise TypeError("Expected argument 'location' to be a str")
49
+ pulumi.set(__self__, "location", location)
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 notify_message and not isinstance(notify_message, str):
54
+ raise TypeError("Expected argument 'notify_message' to be a str")
55
+ pulumi.set(__self__, "notify_message", notify_message)
56
+ if package_path and not isinstance(package_path, str):
57
+ raise TypeError("Expected argument 'package_path' to be a str")
58
+ pulumi.set(__self__, "package_path", package_path)
59
+ if package_size_in_mb and not isinstance(package_size_in_mb, float):
60
+ raise TypeError("Expected argument 'package_size_in_mb' to be a float")
61
+ pulumi.set(__self__, "package_size_in_mb", package_size_in_mb)
62
+ if package_type and not isinstance(package_type, str):
63
+ raise TypeError("Expected argument 'package_type' to be a str")
64
+ pulumi.set(__self__, "package_type", package_type)
65
+ if prerequisites and not isinstance(prerequisites, list):
66
+ raise TypeError("Expected argument 'prerequisites' to be a list")
67
+ pulumi.set(__self__, "prerequisites", prerequisites)
68
+ if progress_percentage and not isinstance(progress_percentage, float):
69
+ raise TypeError("Expected argument 'progress_percentage' to be a float")
70
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
71
+ if provisioning_state and not isinstance(provisioning_state, str):
72
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
73
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
74
+ if publisher and not isinstance(publisher, str):
75
+ raise TypeError("Expected argument 'publisher' to be a str")
76
+ pulumi.set(__self__, "publisher", publisher)
77
+ if release_link and not isinstance(release_link, str):
78
+ raise TypeError("Expected argument 'release_link' to be a str")
79
+ pulumi.set(__self__, "release_link", release_link)
80
+ if state and not isinstance(state, str):
81
+ raise TypeError("Expected argument 'state' to be a str")
82
+ pulumi.set(__self__, "state", state)
83
+ if system_data and not isinstance(system_data, dict):
84
+ raise TypeError("Expected argument 'system_data' to be a dict")
85
+ pulumi.set(__self__, "system_data", system_data)
86
+ if type and not isinstance(type, str):
87
+ raise TypeError("Expected argument 'type' to be a str")
88
+ pulumi.set(__self__, "type", type)
89
+ if version and not isinstance(version, str):
90
+ raise TypeError("Expected argument 'version' to be a str")
91
+ pulumi.set(__self__, "version", version)
92
+
93
+ @property
94
+ @pulumi.getter(name="additionalProperties")
95
+ def additional_properties(self) -> Optional[str]:
96
+ """
97
+ Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
98
+ """
99
+ return pulumi.get(self, "additional_properties")
100
+
101
+ @property
102
+ @pulumi.getter(name="availabilityType")
103
+ def availability_type(self) -> Optional[str]:
104
+ """
105
+ Indicates the way the update content can be downloaded.
106
+ """
107
+ return pulumi.get(self, "availability_type")
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def description(self) -> Optional[str]:
112
+ """
113
+ Description of the update.
114
+ """
115
+ return pulumi.get(self, "description")
116
+
117
+ @property
118
+ @pulumi.getter(name="displayName")
119
+ def display_name(self) -> Optional[str]:
120
+ """
121
+ Display name of the Update
122
+ """
123
+ return pulumi.get(self, "display_name")
124
+
125
+ @property
126
+ @pulumi.getter(name="healthCheckDate")
127
+ def health_check_date(self) -> Optional[str]:
128
+ """
129
+ Last time the package-specific checks were run.
130
+ """
131
+ return pulumi.get(self, "health_check_date")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def id(self) -> str:
136
+ """
137
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
138
+ """
139
+ return pulumi.get(self, "id")
140
+
141
+ @property
142
+ @pulumi.getter(name="installedDate")
143
+ def installed_date(self) -> Optional[str]:
144
+ """
145
+ Date that the update was installed.
146
+ """
147
+ return pulumi.get(self, "installed_date")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def location(self) -> Optional[str]:
152
+ """
153
+ The geo-location where the resource lives
154
+ """
155
+ return pulumi.get(self, "location")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def name(self) -> str:
160
+ """
161
+ The name of the resource
162
+ """
163
+ return pulumi.get(self, "name")
164
+
165
+ @property
166
+ @pulumi.getter(name="notifyMessage")
167
+ def notify_message(self) -> Optional[str]:
168
+ """
169
+ Brief message with instructions for updates of AvailabilityType Notify.
170
+ """
171
+ return pulumi.get(self, "notify_message")
172
+
173
+ @property
174
+ @pulumi.getter(name="packagePath")
175
+ def package_path(self) -> Optional[str]:
176
+ """
177
+ Path where the update package is available.
178
+ """
179
+ return pulumi.get(self, "package_path")
180
+
181
+ @property
182
+ @pulumi.getter(name="packageSizeInMb")
183
+ def package_size_in_mb(self) -> Optional[float]:
184
+ """
185
+ Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
186
+ """
187
+ return pulumi.get(self, "package_size_in_mb")
188
+
189
+ @property
190
+ @pulumi.getter(name="packageType")
191
+ def package_type(self) -> Optional[str]:
192
+ """
193
+ Customer-visible type of the update.
194
+ """
195
+ return pulumi.get(self, "package_type")
196
+
197
+ @property
198
+ @pulumi.getter
199
+ def prerequisites(self) -> Optional[Sequence['outputs.UpdatePrerequisiteResponse']]:
200
+ """
201
+ If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
202
+ """
203
+ return pulumi.get(self, "prerequisites")
204
+
205
+ @property
206
+ @pulumi.getter(name="progressPercentage")
207
+ def progress_percentage(self) -> Optional[float]:
208
+ """
209
+ Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
210
+ """
211
+ return pulumi.get(self, "progress_percentage")
212
+
213
+ @property
214
+ @pulumi.getter(name="provisioningState")
215
+ def provisioning_state(self) -> str:
216
+ """
217
+ Provisioning state of the Updates proxy resource.
218
+ """
219
+ return pulumi.get(self, "provisioning_state")
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def publisher(self) -> Optional[str]:
224
+ """
225
+ Publisher of the update package.
226
+ """
227
+ return pulumi.get(self, "publisher")
228
+
229
+ @property
230
+ @pulumi.getter(name="releaseLink")
231
+ def release_link(self) -> Optional[str]:
232
+ """
233
+ Link to release notes for the update.
234
+ """
235
+ return pulumi.get(self, "release_link")
236
+
237
+ @property
238
+ @pulumi.getter
239
+ def state(self) -> Optional[str]:
240
+ """
241
+ State of the update as it relates to this stamp.
242
+ """
243
+ return pulumi.get(self, "state")
244
+
245
+ @property
246
+ @pulumi.getter(name="systemData")
247
+ def system_data(self) -> 'outputs.SystemDataResponse':
248
+ """
249
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
250
+ """
251
+ return pulumi.get(self, "system_data")
252
+
253
+ @property
254
+ @pulumi.getter
255
+ def type(self) -> str:
256
+ """
257
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
258
+ """
259
+ return pulumi.get(self, "type")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def version(self) -> Optional[str]:
264
+ """
265
+ Version of the update.
266
+ """
267
+ return pulumi.get(self, "version")
268
+
269
+
270
+ class AwaitableGetUpdateResult(GetUpdateResult):
271
+ # pylint: disable=using-constant-test
272
+ def __await__(self):
273
+ if False:
274
+ yield self
275
+ return GetUpdateResult(
276
+ additional_properties=self.additional_properties,
277
+ availability_type=self.availability_type,
278
+ description=self.description,
279
+ display_name=self.display_name,
280
+ health_check_date=self.health_check_date,
281
+ id=self.id,
282
+ installed_date=self.installed_date,
283
+ location=self.location,
284
+ name=self.name,
285
+ notify_message=self.notify_message,
286
+ package_path=self.package_path,
287
+ package_size_in_mb=self.package_size_in_mb,
288
+ package_type=self.package_type,
289
+ prerequisites=self.prerequisites,
290
+ progress_percentage=self.progress_percentage,
291
+ provisioning_state=self.provisioning_state,
292
+ publisher=self.publisher,
293
+ release_link=self.release_link,
294
+ state=self.state,
295
+ system_data=self.system_data,
296
+ type=self.type,
297
+ version=self.version)
298
+
299
+
300
+ def get_update(cluster_name: Optional[str] = None,
301
+ resource_group_name: Optional[str] = None,
302
+ update_name: Optional[str] = None,
303
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateResult:
304
+ """
305
+ Get specified Update
306
+
307
+
308
+ :param str cluster_name: The name of the cluster.
309
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
310
+ :param str update_name: The name of the Update
311
+ """
312
+ __args__ = dict()
313
+ __args__['clusterName'] = cluster_name
314
+ __args__['resourceGroupName'] = resource_group_name
315
+ __args__['updateName'] = update_name
316
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
317
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getUpdate', __args__, opts=opts, typ=GetUpdateResult).value
318
+
319
+ return AwaitableGetUpdateResult(
320
+ additional_properties=pulumi.get(__ret__, 'additional_properties'),
321
+ availability_type=pulumi.get(__ret__, 'availability_type'),
322
+ description=pulumi.get(__ret__, 'description'),
323
+ display_name=pulumi.get(__ret__, 'display_name'),
324
+ health_check_date=pulumi.get(__ret__, 'health_check_date'),
325
+ id=pulumi.get(__ret__, 'id'),
326
+ installed_date=pulumi.get(__ret__, 'installed_date'),
327
+ location=pulumi.get(__ret__, 'location'),
328
+ name=pulumi.get(__ret__, 'name'),
329
+ notify_message=pulumi.get(__ret__, 'notify_message'),
330
+ package_path=pulumi.get(__ret__, 'package_path'),
331
+ package_size_in_mb=pulumi.get(__ret__, 'package_size_in_mb'),
332
+ package_type=pulumi.get(__ret__, 'package_type'),
333
+ prerequisites=pulumi.get(__ret__, 'prerequisites'),
334
+ progress_percentage=pulumi.get(__ret__, 'progress_percentage'),
335
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
336
+ publisher=pulumi.get(__ret__, 'publisher'),
337
+ release_link=pulumi.get(__ret__, 'release_link'),
338
+ state=pulumi.get(__ret__, 'state'),
339
+ system_data=pulumi.get(__ret__, 'system_data'),
340
+ type=pulumi.get(__ret__, 'type'),
341
+ version=pulumi.get(__ret__, 'version'))
342
+
343
+
344
+ @_utilities.lift_output_func(get_update)
345
+ def get_update_output(cluster_name: Optional[pulumi.Input[str]] = None,
346
+ resource_group_name: Optional[pulumi.Input[str]] = None,
347
+ update_name: Optional[pulumi.Input[str]] = None,
348
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUpdateResult]:
349
+ """
350
+ Get specified Update
351
+
352
+
353
+ :param str cluster_name: The name of the cluster.
354
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
355
+ :param str update_name: The name of the Update
356
+ """
357
+ ...
@@ -0,0 +1,297 @@
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
+ 'GetUpdateRunResult',
15
+ 'AwaitableGetUpdateRunResult',
16
+ 'get_update_run',
17
+ 'get_update_run_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetUpdateRunResult:
22
+ """
23
+ Details of an Update run
24
+ """
25
+ def __init__(__self__, description=None, duration=None, end_time_utc=None, error_message=None, id=None, last_updated_time=None, last_updated_time_utc=None, location=None, name=None, provisioning_state=None, start_time_utc=None, state=None, status=None, steps=None, system_data=None, time_started=None, type=None):
26
+ if description and not isinstance(description, str):
27
+ raise TypeError("Expected argument 'description' to be a str")
28
+ pulumi.set(__self__, "description", description)
29
+ if duration and not isinstance(duration, str):
30
+ raise TypeError("Expected argument 'duration' to be a str")
31
+ pulumi.set(__self__, "duration", duration)
32
+ if end_time_utc and not isinstance(end_time_utc, str):
33
+ raise TypeError("Expected argument 'end_time_utc' to be a str")
34
+ pulumi.set(__self__, "end_time_utc", end_time_utc)
35
+ if error_message and not isinstance(error_message, str):
36
+ raise TypeError("Expected argument 'error_message' to be a str")
37
+ pulumi.set(__self__, "error_message", error_message)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if last_updated_time and not isinstance(last_updated_time, str):
42
+ raise TypeError("Expected argument 'last_updated_time' to be a str")
43
+ pulumi.set(__self__, "last_updated_time", last_updated_time)
44
+ if last_updated_time_utc and not isinstance(last_updated_time_utc, str):
45
+ raise TypeError("Expected argument 'last_updated_time_utc' to be a str")
46
+ pulumi.set(__self__, "last_updated_time_utc", last_updated_time_utc)
47
+ if location and not isinstance(location, str):
48
+ raise TypeError("Expected argument 'location' to be a str")
49
+ pulumi.set(__self__, "location", location)
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 provisioning_state and not isinstance(provisioning_state, str):
54
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
55
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
56
+ if start_time_utc and not isinstance(start_time_utc, str):
57
+ raise TypeError("Expected argument 'start_time_utc' to be a str")
58
+ pulumi.set(__self__, "start_time_utc", start_time_utc)
59
+ if state and not isinstance(state, str):
60
+ raise TypeError("Expected argument 'state' to be a str")
61
+ pulumi.set(__self__, "state", state)
62
+ if status and not isinstance(status, str):
63
+ raise TypeError("Expected argument 'status' to be a str")
64
+ pulumi.set(__self__, "status", status)
65
+ if steps and not isinstance(steps, list):
66
+ raise TypeError("Expected argument 'steps' to be a list")
67
+ pulumi.set(__self__, "steps", steps)
68
+ if system_data and not isinstance(system_data, dict):
69
+ raise TypeError("Expected argument 'system_data' to be a dict")
70
+ pulumi.set(__self__, "system_data", system_data)
71
+ if time_started and not isinstance(time_started, str):
72
+ raise TypeError("Expected argument 'time_started' to be a str")
73
+ pulumi.set(__self__, "time_started", time_started)
74
+ if type and not isinstance(type, str):
75
+ raise TypeError("Expected argument 'type' to be a str")
76
+ pulumi.set(__self__, "type", type)
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def description(self) -> Optional[str]:
81
+ """
82
+ More detailed description of the step.
83
+ """
84
+ return pulumi.get(self, "description")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def duration(self) -> Optional[str]:
89
+ """
90
+ Duration of the update run.
91
+ """
92
+ return pulumi.get(self, "duration")
93
+
94
+ @property
95
+ @pulumi.getter(name="endTimeUtc")
96
+ def end_time_utc(self) -> Optional[str]:
97
+ """
98
+ When the step reached a terminal state.
99
+ """
100
+ return pulumi.get(self, "end_time_utc")
101
+
102
+ @property
103
+ @pulumi.getter(name="errorMessage")
104
+ def error_message(self) -> Optional[str]:
105
+ """
106
+ Error message, specified if the step is in a failed state.
107
+ """
108
+ return pulumi.get(self, "error_message")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def id(self) -> str:
113
+ """
114
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
115
+ """
116
+ return pulumi.get(self, "id")
117
+
118
+ @property
119
+ @pulumi.getter(name="lastUpdatedTime")
120
+ def last_updated_time(self) -> Optional[str]:
121
+ """
122
+ Timestamp of the most recently completed step in the update run.
123
+ """
124
+ return pulumi.get(self, "last_updated_time")
125
+
126
+ @property
127
+ @pulumi.getter(name="lastUpdatedTimeUtc")
128
+ def last_updated_time_utc(self) -> Optional[str]:
129
+ """
130
+ Completion time of this step or the last completed sub-step.
131
+ """
132
+ return pulumi.get(self, "last_updated_time_utc")
133
+
134
+ @property
135
+ @pulumi.getter
136
+ def location(self) -> Optional[str]:
137
+ """
138
+ The geo-location where the resource lives
139
+ """
140
+ return pulumi.get(self, "location")
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def name(self) -> str:
145
+ """
146
+ The name of the resource
147
+ """
148
+ return pulumi.get(self, "name")
149
+
150
+ @property
151
+ @pulumi.getter(name="provisioningState")
152
+ def provisioning_state(self) -> str:
153
+ """
154
+ Provisioning state of the UpdateRuns proxy resource.
155
+ """
156
+ return pulumi.get(self, "provisioning_state")
157
+
158
+ @property
159
+ @pulumi.getter(name="startTimeUtc")
160
+ def start_time_utc(self) -> Optional[str]:
161
+ """
162
+ When the step started, or empty if it has not started executing.
163
+ """
164
+ return pulumi.get(self, "start_time_utc")
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def state(self) -> Optional[str]:
169
+ """
170
+ State of the update run.
171
+ """
172
+ return pulumi.get(self, "state")
173
+
174
+ @property
175
+ @pulumi.getter
176
+ def status(self) -> Optional[str]:
177
+ """
178
+ Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
179
+ """
180
+ return pulumi.get(self, "status")
181
+
182
+ @property
183
+ @pulumi.getter
184
+ def steps(self) -> Optional[Sequence['outputs.StepResponse']]:
185
+ """
186
+ Recursive model for child steps of this step.
187
+ """
188
+ return pulumi.get(self, "steps")
189
+
190
+ @property
191
+ @pulumi.getter(name="systemData")
192
+ def system_data(self) -> 'outputs.SystemDataResponse':
193
+ """
194
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
195
+ """
196
+ return pulumi.get(self, "system_data")
197
+
198
+ @property
199
+ @pulumi.getter(name="timeStarted")
200
+ def time_started(self) -> Optional[str]:
201
+ """
202
+ Timestamp of the update run was started.
203
+ """
204
+ return pulumi.get(self, "time_started")
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def type(self) -> str:
209
+ """
210
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
211
+ """
212
+ return pulumi.get(self, "type")
213
+
214
+
215
+ class AwaitableGetUpdateRunResult(GetUpdateRunResult):
216
+ # pylint: disable=using-constant-test
217
+ def __await__(self):
218
+ if False:
219
+ yield self
220
+ return GetUpdateRunResult(
221
+ description=self.description,
222
+ duration=self.duration,
223
+ end_time_utc=self.end_time_utc,
224
+ error_message=self.error_message,
225
+ id=self.id,
226
+ last_updated_time=self.last_updated_time,
227
+ last_updated_time_utc=self.last_updated_time_utc,
228
+ location=self.location,
229
+ name=self.name,
230
+ provisioning_state=self.provisioning_state,
231
+ start_time_utc=self.start_time_utc,
232
+ state=self.state,
233
+ status=self.status,
234
+ steps=self.steps,
235
+ system_data=self.system_data,
236
+ time_started=self.time_started,
237
+ type=self.type)
238
+
239
+
240
+ def get_update_run(cluster_name: Optional[str] = None,
241
+ resource_group_name: Optional[str] = None,
242
+ update_name: Optional[str] = None,
243
+ update_run_name: Optional[str] = None,
244
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateRunResult:
245
+ """
246
+ Get the Update run for a specified update
247
+
248
+
249
+ :param str cluster_name: The name of the cluster.
250
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
251
+ :param str update_name: The name of the Update
252
+ :param str update_run_name: The name of the Update Run
253
+ """
254
+ __args__ = dict()
255
+ __args__['clusterName'] = cluster_name
256
+ __args__['resourceGroupName'] = resource_group_name
257
+ __args__['updateName'] = update_name
258
+ __args__['updateRunName'] = update_run_name
259
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
260
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getUpdateRun', __args__, opts=opts, typ=GetUpdateRunResult).value
261
+
262
+ return AwaitableGetUpdateRunResult(
263
+ description=pulumi.get(__ret__, 'description'),
264
+ duration=pulumi.get(__ret__, 'duration'),
265
+ end_time_utc=pulumi.get(__ret__, 'end_time_utc'),
266
+ error_message=pulumi.get(__ret__, 'error_message'),
267
+ id=pulumi.get(__ret__, 'id'),
268
+ last_updated_time=pulumi.get(__ret__, 'last_updated_time'),
269
+ last_updated_time_utc=pulumi.get(__ret__, 'last_updated_time_utc'),
270
+ location=pulumi.get(__ret__, 'location'),
271
+ name=pulumi.get(__ret__, 'name'),
272
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
273
+ start_time_utc=pulumi.get(__ret__, 'start_time_utc'),
274
+ state=pulumi.get(__ret__, 'state'),
275
+ status=pulumi.get(__ret__, 'status'),
276
+ steps=pulumi.get(__ret__, 'steps'),
277
+ system_data=pulumi.get(__ret__, 'system_data'),
278
+ time_started=pulumi.get(__ret__, 'time_started'),
279
+ type=pulumi.get(__ret__, 'type'))
280
+
281
+
282
+ @_utilities.lift_output_func(get_update_run)
283
+ def get_update_run_output(cluster_name: Optional[pulumi.Input[str]] = None,
284
+ resource_group_name: Optional[pulumi.Input[str]] = None,
285
+ update_name: Optional[pulumi.Input[str]] = None,
286
+ update_run_name: Optional[pulumi.Input[str]] = None,
287
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUpdateRunResult]:
288
+ """
289
+ Get the Update run for a specified update
290
+
291
+
292
+ :param str cluster_name: The name of the cluster.
293
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
294
+ :param str update_name: The name of the Update
295
+ :param str update_run_name: The name of the Update Run
296
+ """
297
+ ...