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,1115 @@
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
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AzureDevOpsOrganizationProfileResponse',
16
+ 'AzureDevOpsPermissionProfileResponse',
17
+ 'DataDiskResponse',
18
+ 'DevOpsAzureSkuResponse',
19
+ 'GitHubOrganizationProfileResponse',
20
+ 'GitHubOrganizationResponse',
21
+ 'ManagedServiceIdentityResponse',
22
+ 'NetworkProfileResponse',
23
+ 'OrganizationResponse',
24
+ 'OsProfileResponse',
25
+ 'PoolImageResponse',
26
+ 'SecretsManagementSettingsResponse',
27
+ 'StatefulResponse',
28
+ 'StatelessAgentProfileResponse',
29
+ 'StorageProfileResponse',
30
+ 'SystemDataResponse',
31
+ 'UserAssignedIdentityResponse',
32
+ 'VmssFabricProfileResponse',
33
+ ]
34
+
35
+ @pulumi.output_type
36
+ class AzureDevOpsOrganizationProfileResponse(dict):
37
+ """
38
+ Azure DevOps organization profile
39
+ """
40
+ @staticmethod
41
+ def __key_warning(key: str):
42
+ suggest = None
43
+ if key == "permissionProfile":
44
+ suggest = "permission_profile"
45
+
46
+ if suggest:
47
+ pulumi.log.warn(f"Key '{key}' not found in AzureDevOpsOrganizationProfileResponse. Access the value via the '{suggest}' property getter instead.")
48
+
49
+ def __getitem__(self, key: str) -> Any:
50
+ AzureDevOpsOrganizationProfileResponse.__key_warning(key)
51
+ return super().__getitem__(key)
52
+
53
+ def get(self, key: str, default = None) -> Any:
54
+ AzureDevOpsOrganizationProfileResponse.__key_warning(key)
55
+ return super().get(key, default)
56
+
57
+ def __init__(__self__, *,
58
+ kind: str,
59
+ organizations: Sequence['outputs.OrganizationResponse'],
60
+ permission_profile: Optional['outputs.AzureDevOpsPermissionProfileResponse'] = None):
61
+ """
62
+ Azure DevOps organization profile
63
+ :param str kind: Discriminator property for OrganizationProfile.
64
+ Expected value is 'AzureDevOps'.
65
+ :param Sequence['OrganizationResponse'] organizations: The list of Azure DevOps organizations the pool should be present in.
66
+ :param 'AzureDevOpsPermissionProfileResponse' permission_profile: The type of permission which determines which accounts are admins on the Azure DevOps pool.
67
+ """
68
+ pulumi.set(__self__, "kind", 'AzureDevOps')
69
+ pulumi.set(__self__, "organizations", organizations)
70
+ if permission_profile is not None:
71
+ pulumi.set(__self__, "permission_profile", permission_profile)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def kind(self) -> str:
76
+ """
77
+ Discriminator property for OrganizationProfile.
78
+ Expected value is 'AzureDevOps'.
79
+ """
80
+ return pulumi.get(self, "kind")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def organizations(self) -> Sequence['outputs.OrganizationResponse']:
85
+ """
86
+ The list of Azure DevOps organizations the pool should be present in.
87
+ """
88
+ return pulumi.get(self, "organizations")
89
+
90
+ @property
91
+ @pulumi.getter(name="permissionProfile")
92
+ def permission_profile(self) -> Optional['outputs.AzureDevOpsPermissionProfileResponse']:
93
+ """
94
+ The type of permission which determines which accounts are admins on the Azure DevOps pool.
95
+ """
96
+ return pulumi.get(self, "permission_profile")
97
+
98
+
99
+ @pulumi.output_type
100
+ class AzureDevOpsPermissionProfileResponse(dict):
101
+ """
102
+ Defines the type of Azure DevOps pool permission.
103
+ """
104
+ def __init__(__self__, *,
105
+ kind: str,
106
+ groups: Optional[Sequence[str]] = None,
107
+ users: Optional[Sequence[str]] = None):
108
+ """
109
+ Defines the type of Azure DevOps pool permission.
110
+ :param str kind: Determines who has admin permissions to the Azure DevOps pool.
111
+ :param Sequence[str] groups: Group email addresses
112
+ :param Sequence[str] users: User email addresses
113
+ """
114
+ pulumi.set(__self__, "kind", kind)
115
+ if groups is not None:
116
+ pulumi.set(__self__, "groups", groups)
117
+ if users is not None:
118
+ pulumi.set(__self__, "users", users)
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def kind(self) -> str:
123
+ """
124
+ Determines who has admin permissions to the Azure DevOps pool.
125
+ """
126
+ return pulumi.get(self, "kind")
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def groups(self) -> Optional[Sequence[str]]:
131
+ """
132
+ Group email addresses
133
+ """
134
+ return pulumi.get(self, "groups")
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def users(self) -> Optional[Sequence[str]]:
139
+ """
140
+ User email addresses
141
+ """
142
+ return pulumi.get(self, "users")
143
+
144
+
145
+ @pulumi.output_type
146
+ class DataDiskResponse(dict):
147
+ """
148
+ The data disk of the VMSS.
149
+ """
150
+ @staticmethod
151
+ def __key_warning(key: str):
152
+ suggest = None
153
+ if key == "diskSizeGiB":
154
+ suggest = "disk_size_gi_b"
155
+ elif key == "driveLetter":
156
+ suggest = "drive_letter"
157
+ elif key == "storageAccountType":
158
+ suggest = "storage_account_type"
159
+
160
+ if suggest:
161
+ pulumi.log.warn(f"Key '{key}' not found in DataDiskResponse. Access the value via the '{suggest}' property getter instead.")
162
+
163
+ def __getitem__(self, key: str) -> Any:
164
+ DataDiskResponse.__key_warning(key)
165
+ return super().__getitem__(key)
166
+
167
+ def get(self, key: str, default = None) -> Any:
168
+ DataDiskResponse.__key_warning(key)
169
+ return super().get(key, default)
170
+
171
+ def __init__(__self__, *,
172
+ caching: Optional[str] = None,
173
+ disk_size_gi_b: Optional[int] = None,
174
+ drive_letter: Optional[str] = None,
175
+ storage_account_type: Optional[str] = None):
176
+ """
177
+ The data disk of the VMSS.
178
+ :param str caching: The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.
179
+ :param int disk_size_gi_b: The initial disk size in gigabytes.
180
+ :param str drive_letter: The drive letter for the empty data disk. If not specified, it will be the first available letter.
181
+ :param str storage_account_type: The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".
182
+ """
183
+ if caching is not None:
184
+ pulumi.set(__self__, "caching", caching)
185
+ if disk_size_gi_b is not None:
186
+ pulumi.set(__self__, "disk_size_gi_b", disk_size_gi_b)
187
+ if drive_letter is not None:
188
+ pulumi.set(__self__, "drive_letter", drive_letter)
189
+ if storage_account_type is not None:
190
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
191
+
192
+ @property
193
+ @pulumi.getter
194
+ def caching(self) -> Optional[str]:
195
+ """
196
+ The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.
197
+ """
198
+ return pulumi.get(self, "caching")
199
+
200
+ @property
201
+ @pulumi.getter(name="diskSizeGiB")
202
+ def disk_size_gi_b(self) -> Optional[int]:
203
+ """
204
+ The initial disk size in gigabytes.
205
+ """
206
+ return pulumi.get(self, "disk_size_gi_b")
207
+
208
+ @property
209
+ @pulumi.getter(name="driveLetter")
210
+ def drive_letter(self) -> Optional[str]:
211
+ """
212
+ The drive letter for the empty data disk. If not specified, it will be the first available letter.
213
+ """
214
+ return pulumi.get(self, "drive_letter")
215
+
216
+ @property
217
+ @pulumi.getter(name="storageAccountType")
218
+ def storage_account_type(self) -> Optional[str]:
219
+ """
220
+ The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".
221
+ """
222
+ return pulumi.get(self, "storage_account_type")
223
+
224
+
225
+ @pulumi.output_type
226
+ class DevOpsAzureSkuResponse(dict):
227
+ """
228
+ The Azure SKU of the machines in the pool.
229
+ """
230
+ def __init__(__self__, *,
231
+ name: str):
232
+ """
233
+ The Azure SKU of the machines in the pool.
234
+ :param str name: The Azure SKU name of the machines in the pool.
235
+ """
236
+ pulumi.set(__self__, "name", name)
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def name(self) -> str:
241
+ """
242
+ The Azure SKU name of the machines in the pool.
243
+ """
244
+ return pulumi.get(self, "name")
245
+
246
+
247
+ @pulumi.output_type
248
+ class GitHubOrganizationProfileResponse(dict):
249
+ """
250
+ GitHub organization profile
251
+ """
252
+ def __init__(__self__, *,
253
+ kind: str,
254
+ organizations: Sequence['outputs.GitHubOrganizationResponse']):
255
+ """
256
+ GitHub organization profile
257
+ :param str kind: Discriminator property for OrganizationProfile.
258
+ Expected value is 'GitHub'.
259
+ :param Sequence['GitHubOrganizationResponse'] organizations: The list of GitHub organizations/repositories the pool should be present in.
260
+ """
261
+ pulumi.set(__self__, "kind", 'GitHub')
262
+ pulumi.set(__self__, "organizations", organizations)
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def kind(self) -> str:
267
+ """
268
+ Discriminator property for OrganizationProfile.
269
+ Expected value is 'GitHub'.
270
+ """
271
+ return pulumi.get(self, "kind")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def organizations(self) -> Sequence['outputs.GitHubOrganizationResponse']:
276
+ """
277
+ The list of GitHub organizations/repositories the pool should be present in.
278
+ """
279
+ return pulumi.get(self, "organizations")
280
+
281
+
282
+ @pulumi.output_type
283
+ class GitHubOrganizationResponse(dict):
284
+ """
285
+ Defines a GitHub organization
286
+ """
287
+ def __init__(__self__, *,
288
+ url: str,
289
+ repositories: Optional[Sequence[str]] = None):
290
+ """
291
+ Defines a GitHub organization
292
+ :param str url: The GitHub organization URL in which the pool should be created.
293
+ :param Sequence[str] repositories: Optional list of repositories in which the pool should be created.
294
+ """
295
+ pulumi.set(__self__, "url", url)
296
+ if repositories is not None:
297
+ pulumi.set(__self__, "repositories", repositories)
298
+
299
+ @property
300
+ @pulumi.getter
301
+ def url(self) -> str:
302
+ """
303
+ The GitHub organization URL in which the pool should be created.
304
+ """
305
+ return pulumi.get(self, "url")
306
+
307
+ @property
308
+ @pulumi.getter
309
+ def repositories(self) -> Optional[Sequence[str]]:
310
+ """
311
+ Optional list of repositories in which the pool should be created.
312
+ """
313
+ return pulumi.get(self, "repositories")
314
+
315
+
316
+ @pulumi.output_type
317
+ class ManagedServiceIdentityResponse(dict):
318
+ """
319
+ Managed service identity (system assigned and/or user assigned identities)
320
+ """
321
+ @staticmethod
322
+ def __key_warning(key: str):
323
+ suggest = None
324
+ if key == "principalId":
325
+ suggest = "principal_id"
326
+ elif key == "tenantId":
327
+ suggest = "tenant_id"
328
+ elif key == "userAssignedIdentities":
329
+ suggest = "user_assigned_identities"
330
+
331
+ if suggest:
332
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
333
+
334
+ def __getitem__(self, key: str) -> Any:
335
+ ManagedServiceIdentityResponse.__key_warning(key)
336
+ return super().__getitem__(key)
337
+
338
+ def get(self, key: str, default = None) -> Any:
339
+ ManagedServiceIdentityResponse.__key_warning(key)
340
+ return super().get(key, default)
341
+
342
+ def __init__(__self__, *,
343
+ principal_id: str,
344
+ tenant_id: str,
345
+ type: str,
346
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
347
+ """
348
+ Managed service identity (system assigned and/or user assigned identities)
349
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
350
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
351
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
352
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
353
+ """
354
+ pulumi.set(__self__, "principal_id", principal_id)
355
+ pulumi.set(__self__, "tenant_id", tenant_id)
356
+ pulumi.set(__self__, "type", type)
357
+ if user_assigned_identities is not None:
358
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
359
+
360
+ @property
361
+ @pulumi.getter(name="principalId")
362
+ def principal_id(self) -> str:
363
+ """
364
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
365
+ """
366
+ return pulumi.get(self, "principal_id")
367
+
368
+ @property
369
+ @pulumi.getter(name="tenantId")
370
+ def tenant_id(self) -> str:
371
+ """
372
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
373
+ """
374
+ return pulumi.get(self, "tenant_id")
375
+
376
+ @property
377
+ @pulumi.getter
378
+ def type(self) -> str:
379
+ """
380
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
381
+ """
382
+ return pulumi.get(self, "type")
383
+
384
+ @property
385
+ @pulumi.getter(name="userAssignedIdentities")
386
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
387
+ """
388
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
389
+ """
390
+ return pulumi.get(self, "user_assigned_identities")
391
+
392
+
393
+ @pulumi.output_type
394
+ class NetworkProfileResponse(dict):
395
+ """
396
+ The network profile of the machines in the pool.
397
+ """
398
+ @staticmethod
399
+ def __key_warning(key: str):
400
+ suggest = None
401
+ if key == "subnetId":
402
+ suggest = "subnet_id"
403
+
404
+ if suggest:
405
+ pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
406
+
407
+ def __getitem__(self, key: str) -> Any:
408
+ NetworkProfileResponse.__key_warning(key)
409
+ return super().__getitem__(key)
410
+
411
+ def get(self, key: str, default = None) -> Any:
412
+ NetworkProfileResponse.__key_warning(key)
413
+ return super().get(key, default)
414
+
415
+ def __init__(__self__, *,
416
+ subnet_id: str):
417
+ """
418
+ The network profile of the machines in the pool.
419
+ :param str subnet_id: The subnet id on which to put all machines created in the pool.
420
+ """
421
+ pulumi.set(__self__, "subnet_id", subnet_id)
422
+
423
+ @property
424
+ @pulumi.getter(name="subnetId")
425
+ def subnet_id(self) -> str:
426
+ """
427
+ The subnet id on which to put all machines created in the pool.
428
+ """
429
+ return pulumi.get(self, "subnet_id")
430
+
431
+
432
+ @pulumi.output_type
433
+ class OrganizationResponse(dict):
434
+ """
435
+ Defines an Azure DevOps organization.
436
+ """
437
+ def __init__(__self__, *,
438
+ url: str,
439
+ parallelism: Optional[int] = None,
440
+ projects: Optional[Sequence[str]] = None):
441
+ """
442
+ Defines an Azure DevOps organization.
443
+ :param str url: The Azure DevOps organization URL in which the pool should be created.
444
+ :param int parallelism: How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
445
+ :param Sequence[str] projects: Optional list of projects in which the pool should be created.
446
+ """
447
+ pulumi.set(__self__, "url", url)
448
+ if parallelism is not None:
449
+ pulumi.set(__self__, "parallelism", parallelism)
450
+ if projects is not None:
451
+ pulumi.set(__self__, "projects", projects)
452
+
453
+ @property
454
+ @pulumi.getter
455
+ def url(self) -> str:
456
+ """
457
+ The Azure DevOps organization URL in which the pool should be created.
458
+ """
459
+ return pulumi.get(self, "url")
460
+
461
+ @property
462
+ @pulumi.getter
463
+ def parallelism(self) -> Optional[int]:
464
+ """
465
+ How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
466
+ """
467
+ return pulumi.get(self, "parallelism")
468
+
469
+ @property
470
+ @pulumi.getter
471
+ def projects(self) -> Optional[Sequence[str]]:
472
+ """
473
+ Optional list of projects in which the pool should be created.
474
+ """
475
+ return pulumi.get(self, "projects")
476
+
477
+
478
+ @pulumi.output_type
479
+ class OsProfileResponse(dict):
480
+ """
481
+ The OS profile of the machines in the pool.
482
+ """
483
+ @staticmethod
484
+ def __key_warning(key: str):
485
+ suggest = None
486
+ if key == "logonType":
487
+ suggest = "logon_type"
488
+ elif key == "secretsManagementSettings":
489
+ suggest = "secrets_management_settings"
490
+
491
+ if suggest:
492
+ pulumi.log.warn(f"Key '{key}' not found in OsProfileResponse. Access the value via the '{suggest}' property getter instead.")
493
+
494
+ def __getitem__(self, key: str) -> Any:
495
+ OsProfileResponse.__key_warning(key)
496
+ return super().__getitem__(key)
497
+
498
+ def get(self, key: str, default = None) -> Any:
499
+ OsProfileResponse.__key_warning(key)
500
+ return super().get(key, default)
501
+
502
+ def __init__(__self__, *,
503
+ logon_type: Optional[str] = None,
504
+ secrets_management_settings: Optional['outputs.SecretsManagementSettingsResponse'] = None):
505
+ """
506
+ The OS profile of the machines in the pool.
507
+ :param str logon_type: Determines how the service should be run. By default, this will be set to Service.
508
+ :param 'SecretsManagementSettingsResponse' secrets_management_settings: The secret management settings of the machines in the pool.
509
+ """
510
+ if logon_type is not None:
511
+ pulumi.set(__self__, "logon_type", logon_type)
512
+ if secrets_management_settings is not None:
513
+ pulumi.set(__self__, "secrets_management_settings", secrets_management_settings)
514
+
515
+ @property
516
+ @pulumi.getter(name="logonType")
517
+ def logon_type(self) -> Optional[str]:
518
+ """
519
+ Determines how the service should be run. By default, this will be set to Service.
520
+ """
521
+ return pulumi.get(self, "logon_type")
522
+
523
+ @property
524
+ @pulumi.getter(name="secretsManagementSettings")
525
+ def secrets_management_settings(self) -> Optional['outputs.SecretsManagementSettingsResponse']:
526
+ """
527
+ The secret management settings of the machines in the pool.
528
+ """
529
+ return pulumi.get(self, "secrets_management_settings")
530
+
531
+
532
+ @pulumi.output_type
533
+ class PoolImageResponse(dict):
534
+ """
535
+ The VM image of the machines in the pool.
536
+ """
537
+ @staticmethod
538
+ def __key_warning(key: str):
539
+ suggest = None
540
+ if key == "resourceId":
541
+ suggest = "resource_id"
542
+ elif key == "wellKnownImageName":
543
+ suggest = "well_known_image_name"
544
+
545
+ if suggest:
546
+ pulumi.log.warn(f"Key '{key}' not found in PoolImageResponse. Access the value via the '{suggest}' property getter instead.")
547
+
548
+ def __getitem__(self, key: str) -> Any:
549
+ PoolImageResponse.__key_warning(key)
550
+ return super().__getitem__(key)
551
+
552
+ def get(self, key: str, default = None) -> Any:
553
+ PoolImageResponse.__key_warning(key)
554
+ return super().get(key, default)
555
+
556
+ def __init__(__self__, *,
557
+ aliases: Optional[Sequence[str]] = None,
558
+ buffer: Optional[str] = None,
559
+ resource_id: Optional[str] = None,
560
+ well_known_image_name: Optional[str] = None):
561
+ """
562
+ The VM image of the machines in the pool.
563
+ :param Sequence[str] aliases: List of aliases to reference the image by.
564
+ :param str buffer: The percentage of the buffer to be allocated to this image.
565
+ :param str resource_id: The resource id of the image.
566
+ :param str well_known_image_name: The image to use from a well-known set of images made available to customers.
567
+ """
568
+ if aliases is not None:
569
+ pulumi.set(__self__, "aliases", aliases)
570
+ if buffer is None:
571
+ buffer = '*'
572
+ if buffer is not None:
573
+ pulumi.set(__self__, "buffer", buffer)
574
+ if resource_id is not None:
575
+ pulumi.set(__self__, "resource_id", resource_id)
576
+ if well_known_image_name is not None:
577
+ pulumi.set(__self__, "well_known_image_name", well_known_image_name)
578
+
579
+ @property
580
+ @pulumi.getter
581
+ def aliases(self) -> Optional[Sequence[str]]:
582
+ """
583
+ List of aliases to reference the image by.
584
+ """
585
+ return pulumi.get(self, "aliases")
586
+
587
+ @property
588
+ @pulumi.getter
589
+ def buffer(self) -> Optional[str]:
590
+ """
591
+ The percentage of the buffer to be allocated to this image.
592
+ """
593
+ return pulumi.get(self, "buffer")
594
+
595
+ @property
596
+ @pulumi.getter(name="resourceId")
597
+ def resource_id(self) -> Optional[str]:
598
+ """
599
+ The resource id of the image.
600
+ """
601
+ return pulumi.get(self, "resource_id")
602
+
603
+ @property
604
+ @pulumi.getter(name="wellKnownImageName")
605
+ def well_known_image_name(self) -> Optional[str]:
606
+ """
607
+ The image to use from a well-known set of images made available to customers.
608
+ """
609
+ return pulumi.get(self, "well_known_image_name")
610
+
611
+
612
+ @pulumi.output_type
613
+ class SecretsManagementSettingsResponse(dict):
614
+ """
615
+ The secret management settings of the machines in the pool.
616
+ """
617
+ @staticmethod
618
+ def __key_warning(key: str):
619
+ suggest = None
620
+ if key == "keyExportable":
621
+ suggest = "key_exportable"
622
+ elif key == "observedCertificates":
623
+ suggest = "observed_certificates"
624
+ elif key == "certificateStoreLocation":
625
+ suggest = "certificate_store_location"
626
+
627
+ if suggest:
628
+ pulumi.log.warn(f"Key '{key}' not found in SecretsManagementSettingsResponse. Access the value via the '{suggest}' property getter instead.")
629
+
630
+ def __getitem__(self, key: str) -> Any:
631
+ SecretsManagementSettingsResponse.__key_warning(key)
632
+ return super().__getitem__(key)
633
+
634
+ def get(self, key: str, default = None) -> Any:
635
+ SecretsManagementSettingsResponse.__key_warning(key)
636
+ return super().get(key, default)
637
+
638
+ def __init__(__self__, *,
639
+ key_exportable: bool,
640
+ observed_certificates: Sequence[str],
641
+ certificate_store_location: Optional[str] = None):
642
+ """
643
+ The secret management settings of the machines in the pool.
644
+ :param bool key_exportable: Defines if the key of the certificates should be exportable.
645
+ :param Sequence[str] observed_certificates: The list of certificates to install on all machines in the pool.
646
+ :param str certificate_store_location: Where to store certificates on the machine.
647
+ """
648
+ pulumi.set(__self__, "key_exportable", key_exportable)
649
+ pulumi.set(__self__, "observed_certificates", observed_certificates)
650
+ if certificate_store_location is not None:
651
+ pulumi.set(__self__, "certificate_store_location", certificate_store_location)
652
+
653
+ @property
654
+ @pulumi.getter(name="keyExportable")
655
+ def key_exportable(self) -> bool:
656
+ """
657
+ Defines if the key of the certificates should be exportable.
658
+ """
659
+ return pulumi.get(self, "key_exportable")
660
+
661
+ @property
662
+ @pulumi.getter(name="observedCertificates")
663
+ def observed_certificates(self) -> Sequence[str]:
664
+ """
665
+ The list of certificates to install on all machines in the pool.
666
+ """
667
+ return pulumi.get(self, "observed_certificates")
668
+
669
+ @property
670
+ @pulumi.getter(name="certificateStoreLocation")
671
+ def certificate_store_location(self) -> Optional[str]:
672
+ """
673
+ Where to store certificates on the machine.
674
+ """
675
+ return pulumi.get(self, "certificate_store_location")
676
+
677
+
678
+ @pulumi.output_type
679
+ class StatefulResponse(dict):
680
+ """
681
+ Stateful profile meaning that the machines will be returned to the pool after running a job.
682
+ """
683
+ @staticmethod
684
+ def __key_warning(key: str):
685
+ suggest = None
686
+ if key == "maxAgentLifetime":
687
+ suggest = "max_agent_lifetime"
688
+ elif key == "resourcePredictions":
689
+ suggest = "resource_predictions"
690
+
691
+ if suggest:
692
+ pulumi.log.warn(f"Key '{key}' not found in StatefulResponse. Access the value via the '{suggest}' property getter instead.")
693
+
694
+ def __getitem__(self, key: str) -> Any:
695
+ StatefulResponse.__key_warning(key)
696
+ return super().__getitem__(key)
697
+
698
+ def get(self, key: str, default = None) -> Any:
699
+ StatefulResponse.__key_warning(key)
700
+ return super().get(key, default)
701
+
702
+ def __init__(__self__, *,
703
+ kind: str,
704
+ max_agent_lifetime: str,
705
+ resource_predictions: Optional[Any] = None):
706
+ """
707
+ Stateful profile meaning that the machines will be returned to the pool after running a job.
708
+ :param str kind: Discriminator property for AgentProfile.
709
+ Expected value is 'Stateful'.
710
+ :param str max_agent_lifetime: How long should stateful machines be kept around. The maximum is one week.
711
+ :param Any resource_predictions: Defines pool buffer.
712
+ """
713
+ pulumi.set(__self__, "kind", 'Stateful')
714
+ pulumi.set(__self__, "max_agent_lifetime", max_agent_lifetime)
715
+ if resource_predictions is not None:
716
+ pulumi.set(__self__, "resource_predictions", resource_predictions)
717
+
718
+ @property
719
+ @pulumi.getter
720
+ def kind(self) -> str:
721
+ """
722
+ Discriminator property for AgentProfile.
723
+ Expected value is 'Stateful'.
724
+ """
725
+ return pulumi.get(self, "kind")
726
+
727
+ @property
728
+ @pulumi.getter(name="maxAgentLifetime")
729
+ def max_agent_lifetime(self) -> str:
730
+ """
731
+ How long should stateful machines be kept around. The maximum is one week.
732
+ """
733
+ return pulumi.get(self, "max_agent_lifetime")
734
+
735
+ @property
736
+ @pulumi.getter(name="resourcePredictions")
737
+ def resource_predictions(self) -> Optional[Any]:
738
+ """
739
+ Defines pool buffer.
740
+ """
741
+ return pulumi.get(self, "resource_predictions")
742
+
743
+
744
+ @pulumi.output_type
745
+ class StatelessAgentProfileResponse(dict):
746
+ """
747
+ Stateless profile meaning that the machines will be cleaned up after running a job.
748
+ """
749
+ @staticmethod
750
+ def __key_warning(key: str):
751
+ suggest = None
752
+ if key == "resourcePredictions":
753
+ suggest = "resource_predictions"
754
+
755
+ if suggest:
756
+ pulumi.log.warn(f"Key '{key}' not found in StatelessAgentProfileResponse. Access the value via the '{suggest}' property getter instead.")
757
+
758
+ def __getitem__(self, key: str) -> Any:
759
+ StatelessAgentProfileResponse.__key_warning(key)
760
+ return super().__getitem__(key)
761
+
762
+ def get(self, key: str, default = None) -> Any:
763
+ StatelessAgentProfileResponse.__key_warning(key)
764
+ return super().get(key, default)
765
+
766
+ def __init__(__self__, *,
767
+ kind: str,
768
+ resource_predictions: Optional[Any] = None):
769
+ """
770
+ Stateless profile meaning that the machines will be cleaned up after running a job.
771
+ :param str kind: Discriminator property for AgentProfile.
772
+ Expected value is 'Stateless'.
773
+ :param Any resource_predictions: Defines pool buffer.
774
+ """
775
+ pulumi.set(__self__, "kind", 'Stateless')
776
+ if resource_predictions is not None:
777
+ pulumi.set(__self__, "resource_predictions", resource_predictions)
778
+
779
+ @property
780
+ @pulumi.getter
781
+ def kind(self) -> str:
782
+ """
783
+ Discriminator property for AgentProfile.
784
+ Expected value is 'Stateless'.
785
+ """
786
+ return pulumi.get(self, "kind")
787
+
788
+ @property
789
+ @pulumi.getter(name="resourcePredictions")
790
+ def resource_predictions(self) -> Optional[Any]:
791
+ """
792
+ Defines pool buffer.
793
+ """
794
+ return pulumi.get(self, "resource_predictions")
795
+
796
+
797
+ @pulumi.output_type
798
+ class StorageProfileResponse(dict):
799
+ """
800
+ The storage profile of the VMSS.
801
+ """
802
+ @staticmethod
803
+ def __key_warning(key: str):
804
+ suggest = None
805
+ if key == "dataDisks":
806
+ suggest = "data_disks"
807
+ elif key == "osDiskStorageAccountType":
808
+ suggest = "os_disk_storage_account_type"
809
+
810
+ if suggest:
811
+ pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
812
+
813
+ def __getitem__(self, key: str) -> Any:
814
+ StorageProfileResponse.__key_warning(key)
815
+ return super().__getitem__(key)
816
+
817
+ def get(self, key: str, default = None) -> Any:
818
+ StorageProfileResponse.__key_warning(key)
819
+ return super().get(key, default)
820
+
821
+ def __init__(__self__, *,
822
+ data_disks: Optional[Sequence['outputs.DataDiskResponse']] = None,
823
+ os_disk_storage_account_type: Optional[str] = None):
824
+ """
825
+ The storage profile of the VMSS.
826
+ :param Sequence['DataDiskResponse'] data_disks: A list of empty data disks to attach.
827
+ :param str os_disk_storage_account_type: The Azure SKU name of the machines in the pool.
828
+ """
829
+ if data_disks is not None:
830
+ pulumi.set(__self__, "data_disks", data_disks)
831
+ if os_disk_storage_account_type is not None:
832
+ pulumi.set(__self__, "os_disk_storage_account_type", os_disk_storage_account_type)
833
+
834
+ @property
835
+ @pulumi.getter(name="dataDisks")
836
+ def data_disks(self) -> Optional[Sequence['outputs.DataDiskResponse']]:
837
+ """
838
+ A list of empty data disks to attach.
839
+ """
840
+ return pulumi.get(self, "data_disks")
841
+
842
+ @property
843
+ @pulumi.getter(name="osDiskStorageAccountType")
844
+ def os_disk_storage_account_type(self) -> Optional[str]:
845
+ """
846
+ The Azure SKU name of the machines in the pool.
847
+ """
848
+ return pulumi.get(self, "os_disk_storage_account_type")
849
+
850
+
851
+ @pulumi.output_type
852
+ class SystemDataResponse(dict):
853
+ """
854
+ Metadata pertaining to creation and last modification of the resource.
855
+ """
856
+ @staticmethod
857
+ def __key_warning(key: str):
858
+ suggest = None
859
+ if key == "createdAt":
860
+ suggest = "created_at"
861
+ elif key == "createdBy":
862
+ suggest = "created_by"
863
+ elif key == "createdByType":
864
+ suggest = "created_by_type"
865
+ elif key == "lastModifiedAt":
866
+ suggest = "last_modified_at"
867
+ elif key == "lastModifiedBy":
868
+ suggest = "last_modified_by"
869
+ elif key == "lastModifiedByType":
870
+ suggest = "last_modified_by_type"
871
+
872
+ if suggest:
873
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
874
+
875
+ def __getitem__(self, key: str) -> Any:
876
+ SystemDataResponse.__key_warning(key)
877
+ return super().__getitem__(key)
878
+
879
+ def get(self, key: str, default = None) -> Any:
880
+ SystemDataResponse.__key_warning(key)
881
+ return super().get(key, default)
882
+
883
+ def __init__(__self__, *,
884
+ created_at: Optional[str] = None,
885
+ created_by: Optional[str] = None,
886
+ created_by_type: Optional[str] = None,
887
+ last_modified_at: Optional[str] = None,
888
+ last_modified_by: Optional[str] = None,
889
+ last_modified_by_type: Optional[str] = None):
890
+ """
891
+ Metadata pertaining to creation and last modification of the resource.
892
+ :param str created_at: The timestamp of resource creation (UTC).
893
+ :param str created_by: The identity that created the resource.
894
+ :param str created_by_type: The type of identity that created the resource.
895
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
896
+ :param str last_modified_by: The identity that last modified the resource.
897
+ :param str last_modified_by_type: The type of identity that last modified the resource.
898
+ """
899
+ if created_at is not None:
900
+ pulumi.set(__self__, "created_at", created_at)
901
+ if created_by is not None:
902
+ pulumi.set(__self__, "created_by", created_by)
903
+ if created_by_type is not None:
904
+ pulumi.set(__self__, "created_by_type", created_by_type)
905
+ if last_modified_at is not None:
906
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
907
+ if last_modified_by is not None:
908
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
909
+ if last_modified_by_type is not None:
910
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
911
+
912
+ @property
913
+ @pulumi.getter(name="createdAt")
914
+ def created_at(self) -> Optional[str]:
915
+ """
916
+ The timestamp of resource creation (UTC).
917
+ """
918
+ return pulumi.get(self, "created_at")
919
+
920
+ @property
921
+ @pulumi.getter(name="createdBy")
922
+ def created_by(self) -> Optional[str]:
923
+ """
924
+ The identity that created the resource.
925
+ """
926
+ return pulumi.get(self, "created_by")
927
+
928
+ @property
929
+ @pulumi.getter(name="createdByType")
930
+ def created_by_type(self) -> Optional[str]:
931
+ """
932
+ The type of identity that created the resource.
933
+ """
934
+ return pulumi.get(self, "created_by_type")
935
+
936
+ @property
937
+ @pulumi.getter(name="lastModifiedAt")
938
+ def last_modified_at(self) -> Optional[str]:
939
+ """
940
+ The timestamp of resource last modification (UTC)
941
+ """
942
+ return pulumi.get(self, "last_modified_at")
943
+
944
+ @property
945
+ @pulumi.getter(name="lastModifiedBy")
946
+ def last_modified_by(self) -> Optional[str]:
947
+ """
948
+ The identity that last modified the resource.
949
+ """
950
+ return pulumi.get(self, "last_modified_by")
951
+
952
+ @property
953
+ @pulumi.getter(name="lastModifiedByType")
954
+ def last_modified_by_type(self) -> Optional[str]:
955
+ """
956
+ The type of identity that last modified the resource.
957
+ """
958
+ return pulumi.get(self, "last_modified_by_type")
959
+
960
+
961
+ @pulumi.output_type
962
+ class UserAssignedIdentityResponse(dict):
963
+ """
964
+ User assigned identity properties
965
+ """
966
+ @staticmethod
967
+ def __key_warning(key: str):
968
+ suggest = None
969
+ if key == "clientId":
970
+ suggest = "client_id"
971
+ elif key == "principalId":
972
+ suggest = "principal_id"
973
+
974
+ if suggest:
975
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
976
+
977
+ def __getitem__(self, key: str) -> Any:
978
+ UserAssignedIdentityResponse.__key_warning(key)
979
+ return super().__getitem__(key)
980
+
981
+ def get(self, key: str, default = None) -> Any:
982
+ UserAssignedIdentityResponse.__key_warning(key)
983
+ return super().get(key, default)
984
+
985
+ def __init__(__self__, *,
986
+ client_id: str,
987
+ principal_id: str):
988
+ """
989
+ User assigned identity properties
990
+ :param str client_id: The client ID of the assigned identity.
991
+ :param str principal_id: The principal ID of the assigned identity.
992
+ """
993
+ pulumi.set(__self__, "client_id", client_id)
994
+ pulumi.set(__self__, "principal_id", principal_id)
995
+
996
+ @property
997
+ @pulumi.getter(name="clientId")
998
+ def client_id(self) -> str:
999
+ """
1000
+ The client ID of the assigned identity.
1001
+ """
1002
+ return pulumi.get(self, "client_id")
1003
+
1004
+ @property
1005
+ @pulumi.getter(name="principalId")
1006
+ def principal_id(self) -> str:
1007
+ """
1008
+ The principal ID of the assigned identity.
1009
+ """
1010
+ return pulumi.get(self, "principal_id")
1011
+
1012
+
1013
+ @pulumi.output_type
1014
+ class VmssFabricProfileResponse(dict):
1015
+ """
1016
+ The agents will run on Virtual Machine Scale Sets.
1017
+ """
1018
+ @staticmethod
1019
+ def __key_warning(key: str):
1020
+ suggest = None
1021
+ if key == "networkProfile":
1022
+ suggest = "network_profile"
1023
+ elif key == "osProfile":
1024
+ suggest = "os_profile"
1025
+ elif key == "storageProfile":
1026
+ suggest = "storage_profile"
1027
+
1028
+ if suggest:
1029
+ pulumi.log.warn(f"Key '{key}' not found in VmssFabricProfileResponse. Access the value via the '{suggest}' property getter instead.")
1030
+
1031
+ def __getitem__(self, key: str) -> Any:
1032
+ VmssFabricProfileResponse.__key_warning(key)
1033
+ return super().__getitem__(key)
1034
+
1035
+ def get(self, key: str, default = None) -> Any:
1036
+ VmssFabricProfileResponse.__key_warning(key)
1037
+ return super().get(key, default)
1038
+
1039
+ def __init__(__self__, *,
1040
+ images: Sequence['outputs.PoolImageResponse'],
1041
+ kind: str,
1042
+ sku: 'outputs.DevOpsAzureSkuResponse',
1043
+ network_profile: Optional['outputs.NetworkProfileResponse'] = None,
1044
+ os_profile: Optional['outputs.OsProfileResponse'] = None,
1045
+ storage_profile: Optional['outputs.StorageProfileResponse'] = None):
1046
+ """
1047
+ The agents will run on Virtual Machine Scale Sets.
1048
+ :param Sequence['PoolImageResponse'] images: The VM images of the machines in the pool.
1049
+ :param str kind: Discriminator property for FabricProfile.
1050
+ Expected value is 'Vmss'.
1051
+ :param 'DevOpsAzureSkuResponse' sku: The Azure SKU of the machines in the pool.
1052
+ :param 'NetworkProfileResponse' network_profile: The network profile of the machines in the pool.
1053
+ :param 'OsProfileResponse' os_profile: The OS profile of the machines in the pool.
1054
+ :param 'StorageProfileResponse' storage_profile: The storage profile of the machines in the pool.
1055
+ """
1056
+ pulumi.set(__self__, "images", images)
1057
+ pulumi.set(__self__, "kind", 'Vmss')
1058
+ pulumi.set(__self__, "sku", sku)
1059
+ if network_profile is not None:
1060
+ pulumi.set(__self__, "network_profile", network_profile)
1061
+ if os_profile is not None:
1062
+ pulumi.set(__self__, "os_profile", os_profile)
1063
+ if storage_profile is not None:
1064
+ pulumi.set(__self__, "storage_profile", storage_profile)
1065
+
1066
+ @property
1067
+ @pulumi.getter
1068
+ def images(self) -> Sequence['outputs.PoolImageResponse']:
1069
+ """
1070
+ The VM images of the machines in the pool.
1071
+ """
1072
+ return pulumi.get(self, "images")
1073
+
1074
+ @property
1075
+ @pulumi.getter
1076
+ def kind(self) -> str:
1077
+ """
1078
+ Discriminator property for FabricProfile.
1079
+ Expected value is 'Vmss'.
1080
+ """
1081
+ return pulumi.get(self, "kind")
1082
+
1083
+ @property
1084
+ @pulumi.getter
1085
+ def sku(self) -> 'outputs.DevOpsAzureSkuResponse':
1086
+ """
1087
+ The Azure SKU of the machines in the pool.
1088
+ """
1089
+ return pulumi.get(self, "sku")
1090
+
1091
+ @property
1092
+ @pulumi.getter(name="networkProfile")
1093
+ def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
1094
+ """
1095
+ The network profile of the machines in the pool.
1096
+ """
1097
+ return pulumi.get(self, "network_profile")
1098
+
1099
+ @property
1100
+ @pulumi.getter(name="osProfile")
1101
+ def os_profile(self) -> Optional['outputs.OsProfileResponse']:
1102
+ """
1103
+ The OS profile of the machines in the pool.
1104
+ """
1105
+ return pulumi.get(self, "os_profile")
1106
+
1107
+ @property
1108
+ @pulumi.getter(name="storageProfile")
1109
+ def storage_profile(self) -> Optional['outputs.StorageProfileResponse']:
1110
+ """
1111
+ The storage profile of the machines in the pool.
1112
+ """
1113
+ return pulumi.get(self, "storage_profile")
1114
+
1115
+