pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 (236) hide show
  1. pulumi_azure_native/__init__.py +65 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/consumption/__init__.py +3 -0
  6. pulumi_azure_native/consumption/budget.py +3 -3
  7. pulumi_azure_native/consumption/get_budget.py +2 -2
  8. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  9. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  10. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  11. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  12. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  13. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  14. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  15. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  16. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  17. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  18. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  19. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  20. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  21. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  22. pulumi_azure_native/databricks/__init__.py +3 -0
  23. pulumi_azure_native/databricks/access_connector.py +3 -3
  24. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  25. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  26. pulumi_azure_native/databricks/get_workspace.py +2 -2
  27. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  28. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  29. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  31. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  32. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  33. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  35. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  36. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  37. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  39. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  40. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  41. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  42. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  43. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  44. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  45. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  46. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  47. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  48. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  49. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  50. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  51. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  52. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  53. pulumi_azure_native/databricks/workspace.py +3 -3
  54. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  55. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  56. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  57. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  58. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  59. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  60. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  61. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  62. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  63. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  64. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  65. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  66. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  67. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  68. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  69. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  70. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  71. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  72. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  73. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  74. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  75. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  76. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  77. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  78. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  79. pulumi_azure_native/networkcloud/__init__.py +5 -0
  80. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  81. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  82. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  83. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  84. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  85. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  86. pulumi_azure_native/networkcloud/cluster.py +3 -3
  87. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  88. pulumi_azure_native/networkcloud/console.py +3 -3
  89. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  90. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  91. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  92. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  93. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  94. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  95. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  96. pulumi_azure_native/networkcloud/get_console.py +2 -2
  97. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  98. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  99. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  100. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  101. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  102. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  103. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  104. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  105. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  106. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  107. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  108. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  109. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  110. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  111. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  112. pulumi_azure_native/networkcloud/outputs.py +30 -0
  113. pulumi_azure_native/networkcloud/rack.py +3 -3
  114. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  115. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  116. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  117. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  118. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  119. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  120. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  121. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  122. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  123. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  124. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  125. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  126. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  127. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  128. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  129. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  130. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  131. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  132. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  133. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  134. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  135. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  136. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  137. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  138. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  139. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  140. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  141. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  142. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  143. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  144. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  145. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  146. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  147. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  148. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  149. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  150. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  151. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  152. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  153. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  154. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  155. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  156. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  157. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  158. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  159. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  160. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  161. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  162. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  163. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  164. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  165. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  166. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  167. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  168. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  169. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  170. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  171. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  172. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  173. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  174. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  175. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  176. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  177. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  178. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  179. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  180. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  181. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  182. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  183. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  184. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  185. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  186. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  187. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  188. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  189. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  190. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  191. pulumi_azure_native/networkcloud/volume.py +3 -3
  192. pulumi_azure_native/pulumi-plugin.json +1 -1
  193. pulumi_azure_native/security/__init__.py +0 -2
  194. pulumi_azure_native/security/_inputs.py +0 -536
  195. pulumi_azure_native/security/outputs.py +0 -465
  196. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  197. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  198. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  199. pulumi_azure_native/workloads/__init__.py +3 -0
  200. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  201. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  202. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  203. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  204. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  205. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  206. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  207. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  208. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  209. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  210. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  211. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  212. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  213. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  214. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  215. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  216. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  217. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  218. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  219. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  220. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  221. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  222. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  223. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  224. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  225. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  226. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  227. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  228. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  229. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  230. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
  231. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
  232. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  233. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  234. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  235. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  236. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,418 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'BudgetComparisonExpressionResponse',
21
+ 'BudgetFilterPropertiesResponse',
22
+ 'BudgetFilterResponse',
23
+ 'BudgetTimePeriodResponse',
24
+ 'CurrentSpendResponse',
25
+ 'ForecastSpendResponse',
26
+ 'NotificationResponse',
27
+ ]
28
+
29
+ @pulumi.output_type
30
+ class BudgetComparisonExpressionResponse(dict):
31
+ """
32
+ The comparison expression to be used in the budgets.
33
+ """
34
+ def __init__(__self__, *,
35
+ name: str,
36
+ operator: str,
37
+ values: Sequence[str]):
38
+ """
39
+ The comparison expression to be used in the budgets.
40
+ :param str name: The name of the column to use in comparison.
41
+ :param str operator: The operator to use for comparison.
42
+ :param Sequence[str] values: Array of values to use for comparison
43
+ """
44
+ pulumi.set(__self__, "name", name)
45
+ pulumi.set(__self__, "operator", operator)
46
+ pulumi.set(__self__, "values", values)
47
+
48
+ @property
49
+ @pulumi.getter
50
+ def name(self) -> str:
51
+ """
52
+ The name of the column to use in comparison.
53
+ """
54
+ return pulumi.get(self, "name")
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def operator(self) -> str:
59
+ """
60
+ The operator to use for comparison.
61
+ """
62
+ return pulumi.get(self, "operator")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def values(self) -> Sequence[str]:
67
+ """
68
+ Array of values to use for comparison
69
+ """
70
+ return pulumi.get(self, "values")
71
+
72
+
73
+ @pulumi.output_type
74
+ class BudgetFilterPropertiesResponse(dict):
75
+ """
76
+ The Dimensions or Tags to filter a budget by.
77
+ """
78
+ def __init__(__self__, *,
79
+ dimensions: Optional['outputs.BudgetComparisonExpressionResponse'] = None,
80
+ tags: Optional['outputs.BudgetComparisonExpressionResponse'] = None):
81
+ """
82
+ The Dimensions or Tags to filter a budget by.
83
+ :param 'BudgetComparisonExpressionResponse' dimensions: Has comparison expression for a dimension
84
+ :param 'BudgetComparisonExpressionResponse' tags: Has comparison expression for a tag
85
+ """
86
+ if dimensions is not None:
87
+ pulumi.set(__self__, "dimensions", dimensions)
88
+ if tags is not None:
89
+ pulumi.set(__self__, "tags", tags)
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def dimensions(self) -> Optional['outputs.BudgetComparisonExpressionResponse']:
94
+ """
95
+ Has comparison expression for a dimension
96
+ """
97
+ return pulumi.get(self, "dimensions")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def tags(self) -> Optional['outputs.BudgetComparisonExpressionResponse']:
102
+ """
103
+ Has comparison expression for a tag
104
+ """
105
+ return pulumi.get(self, "tags")
106
+
107
+
108
+ @pulumi.output_type
109
+ class BudgetFilterResponse(dict):
110
+ """
111
+ May be used to filter budgets by resource group, resource, or meter.
112
+ """
113
+ @staticmethod
114
+ def __key_warning(key: str):
115
+ suggest = None
116
+ if key == "and":
117
+ suggest = "and_"
118
+
119
+ if suggest:
120
+ pulumi.log.warn(f"Key '{key}' not found in BudgetFilterResponse. Access the value via the '{suggest}' property getter instead.")
121
+
122
+ def __getitem__(self, key: str) -> Any:
123
+ BudgetFilterResponse.__key_warning(key)
124
+ return super().__getitem__(key)
125
+
126
+ def get(self, key: str, default = None) -> Any:
127
+ BudgetFilterResponse.__key_warning(key)
128
+ return super().get(key, default)
129
+
130
+ def __init__(__self__, *,
131
+ and_: Optional[Sequence['outputs.BudgetFilterPropertiesResponse']] = None,
132
+ dimensions: Optional['outputs.BudgetComparisonExpressionResponse'] = None,
133
+ tags: Optional['outputs.BudgetComparisonExpressionResponse'] = None):
134
+ """
135
+ May be used to filter budgets by resource group, resource, or meter.
136
+ :param Sequence['BudgetFilterPropertiesResponse'] and_: The logical "AND" expression. Must have at least 2 items.
137
+ :param 'BudgetComparisonExpressionResponse' dimensions: Has comparison expression for a dimension
138
+ :param 'BudgetComparisonExpressionResponse' tags: Has comparison expression for a tag
139
+ """
140
+ if and_ is not None:
141
+ pulumi.set(__self__, "and_", and_)
142
+ if dimensions is not None:
143
+ pulumi.set(__self__, "dimensions", dimensions)
144
+ if tags is not None:
145
+ pulumi.set(__self__, "tags", tags)
146
+
147
+ @property
148
+ @pulumi.getter(name="and")
149
+ def and_(self) -> Optional[Sequence['outputs.BudgetFilterPropertiesResponse']]:
150
+ """
151
+ The logical "AND" expression. Must have at least 2 items.
152
+ """
153
+ return pulumi.get(self, "and_")
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def dimensions(self) -> Optional['outputs.BudgetComparisonExpressionResponse']:
158
+ """
159
+ Has comparison expression for a dimension
160
+ """
161
+ return pulumi.get(self, "dimensions")
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def tags(self) -> Optional['outputs.BudgetComparisonExpressionResponse']:
166
+ """
167
+ Has comparison expression for a tag
168
+ """
169
+ return pulumi.get(self, "tags")
170
+
171
+
172
+ @pulumi.output_type
173
+ class BudgetTimePeriodResponse(dict):
174
+ """
175
+ The start and end date for a budget.
176
+ """
177
+ @staticmethod
178
+ def __key_warning(key: str):
179
+ suggest = None
180
+ if key == "startDate":
181
+ suggest = "start_date"
182
+ elif key == "endDate":
183
+ suggest = "end_date"
184
+
185
+ if suggest:
186
+ pulumi.log.warn(f"Key '{key}' not found in BudgetTimePeriodResponse. Access the value via the '{suggest}' property getter instead.")
187
+
188
+ def __getitem__(self, key: str) -> Any:
189
+ BudgetTimePeriodResponse.__key_warning(key)
190
+ return super().__getitem__(key)
191
+
192
+ def get(self, key: str, default = None) -> Any:
193
+ BudgetTimePeriodResponse.__key_warning(key)
194
+ return super().get(key, default)
195
+
196
+ def __init__(__self__, *,
197
+ start_date: str,
198
+ end_date: Optional[str] = None):
199
+ """
200
+ The start and end date for a budget.
201
+ :param str start_date: The start date for the budget.
202
+ :param str end_date: The end date for the budget. If not provided, we default this to 10 years from the start date.
203
+ """
204
+ pulumi.set(__self__, "start_date", start_date)
205
+ if end_date is not None:
206
+ pulumi.set(__self__, "end_date", end_date)
207
+
208
+ @property
209
+ @pulumi.getter(name="startDate")
210
+ def start_date(self) -> str:
211
+ """
212
+ The start date for the budget.
213
+ """
214
+ return pulumi.get(self, "start_date")
215
+
216
+ @property
217
+ @pulumi.getter(name="endDate")
218
+ def end_date(self) -> Optional[str]:
219
+ """
220
+ The end date for the budget. If not provided, we default this to 10 years from the start date.
221
+ """
222
+ return pulumi.get(self, "end_date")
223
+
224
+
225
+ @pulumi.output_type
226
+ class CurrentSpendResponse(dict):
227
+ """
228
+ The current amount of cost which is being tracked for a budget.
229
+ """
230
+ def __init__(__self__, *,
231
+ amount: float,
232
+ unit: str):
233
+ """
234
+ The current amount of cost which is being tracked for a budget.
235
+ :param float amount: The total amount of cost which is being tracked by the budget.
236
+ :param str unit: The unit of measure for the budget amount.
237
+ """
238
+ pulumi.set(__self__, "amount", amount)
239
+ pulumi.set(__self__, "unit", unit)
240
+
241
+ @property
242
+ @pulumi.getter
243
+ def amount(self) -> float:
244
+ """
245
+ The total amount of cost which is being tracked by the budget.
246
+ """
247
+ return pulumi.get(self, "amount")
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def unit(self) -> str:
252
+ """
253
+ The unit of measure for the budget amount.
254
+ """
255
+ return pulumi.get(self, "unit")
256
+
257
+
258
+ @pulumi.output_type
259
+ class ForecastSpendResponse(dict):
260
+ """
261
+ The forecasted cost which is being tracked for a budget.
262
+ """
263
+ def __init__(__self__, *,
264
+ amount: float,
265
+ unit: str):
266
+ """
267
+ The forecasted cost which is being tracked for a budget.
268
+ :param float amount: The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
269
+ :param str unit: The unit of measure for the budget amount.
270
+ """
271
+ pulumi.set(__self__, "amount", amount)
272
+ pulumi.set(__self__, "unit", unit)
273
+
274
+ @property
275
+ @pulumi.getter
276
+ def amount(self) -> float:
277
+ """
278
+ The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
279
+ """
280
+ return pulumi.get(self, "amount")
281
+
282
+ @property
283
+ @pulumi.getter
284
+ def unit(self) -> str:
285
+ """
286
+ The unit of measure for the budget amount.
287
+ """
288
+ return pulumi.get(self, "unit")
289
+
290
+
291
+ @pulumi.output_type
292
+ class NotificationResponse(dict):
293
+ """
294
+ The notification associated with a budget.
295
+ """
296
+ @staticmethod
297
+ def __key_warning(key: str):
298
+ suggest = None
299
+ if key == "contactEmails":
300
+ suggest = "contact_emails"
301
+ elif key == "contactGroups":
302
+ suggest = "contact_groups"
303
+ elif key == "contactRoles":
304
+ suggest = "contact_roles"
305
+ elif key == "thresholdType":
306
+ suggest = "threshold_type"
307
+
308
+ if suggest:
309
+ pulumi.log.warn(f"Key '{key}' not found in NotificationResponse. Access the value via the '{suggest}' property getter instead.")
310
+
311
+ def __getitem__(self, key: str) -> Any:
312
+ NotificationResponse.__key_warning(key)
313
+ return super().__getitem__(key)
314
+
315
+ def get(self, key: str, default = None) -> Any:
316
+ NotificationResponse.__key_warning(key)
317
+ return super().get(key, default)
318
+
319
+ def __init__(__self__, *,
320
+ contact_emails: Sequence[str],
321
+ enabled: bool,
322
+ operator: str,
323
+ threshold: float,
324
+ contact_groups: Optional[Sequence[str]] = None,
325
+ contact_roles: Optional[Sequence[str]] = None,
326
+ locale: Optional[str] = None,
327
+ threshold_type: Optional[str] = None):
328
+ """
329
+ The notification associated with a budget.
330
+ :param Sequence[str] contact_emails: Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.
331
+ :param bool enabled: The notification is enabled or not.
332
+ :param str operator: The comparison operator.
333
+ :param float threshold: Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
334
+ :param Sequence[str] contact_groups: Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.
335
+ :param Sequence[str] contact_roles: Contact roles to send the budget notification to when the threshold is exceeded.
336
+ :param str locale: Language in which the recipient will receive the notification
337
+ :param str threshold_type: The type of threshold
338
+ """
339
+ pulumi.set(__self__, "contact_emails", contact_emails)
340
+ pulumi.set(__self__, "enabled", enabled)
341
+ pulumi.set(__self__, "operator", operator)
342
+ pulumi.set(__self__, "threshold", threshold)
343
+ if contact_groups is not None:
344
+ pulumi.set(__self__, "contact_groups", contact_groups)
345
+ if contact_roles is not None:
346
+ pulumi.set(__self__, "contact_roles", contact_roles)
347
+ if locale is not None:
348
+ pulumi.set(__self__, "locale", locale)
349
+ if threshold_type is None:
350
+ threshold_type = 'Actual'
351
+ if threshold_type is not None:
352
+ pulumi.set(__self__, "threshold_type", threshold_type)
353
+
354
+ @property
355
+ @pulumi.getter(name="contactEmails")
356
+ def contact_emails(self) -> Sequence[str]:
357
+ """
358
+ Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.
359
+ """
360
+ return pulumi.get(self, "contact_emails")
361
+
362
+ @property
363
+ @pulumi.getter
364
+ def enabled(self) -> bool:
365
+ """
366
+ The notification is enabled or not.
367
+ """
368
+ return pulumi.get(self, "enabled")
369
+
370
+ @property
371
+ @pulumi.getter
372
+ def operator(self) -> str:
373
+ """
374
+ The comparison operator.
375
+ """
376
+ return pulumi.get(self, "operator")
377
+
378
+ @property
379
+ @pulumi.getter
380
+ def threshold(self) -> float:
381
+ """
382
+ Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
383
+ """
384
+ return pulumi.get(self, "threshold")
385
+
386
+ @property
387
+ @pulumi.getter(name="contactGroups")
388
+ def contact_groups(self) -> Optional[Sequence[str]]:
389
+ """
390
+ Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.
391
+ """
392
+ return pulumi.get(self, "contact_groups")
393
+
394
+ @property
395
+ @pulumi.getter(name="contactRoles")
396
+ def contact_roles(self) -> Optional[Sequence[str]]:
397
+ """
398
+ Contact roles to send the budget notification to when the threshold is exceeded.
399
+ """
400
+ return pulumi.get(self, "contact_roles")
401
+
402
+ @property
403
+ @pulumi.getter
404
+ def locale(self) -> Optional[str]:
405
+ """
406
+ Language in which the recipient will receive the notification
407
+ """
408
+ return pulumi.get(self, "locale")
409
+
410
+ @property
411
+ @pulumi.getter(name="thresholdType")
412
+ def threshold_type(self) -> Optional[str]:
413
+ """
414
+ The type of threshold
415
+ """
416
+ return pulumi.get(self, "threshold_type")
417
+
418
+
@@ -8280,7 +8280,7 @@ if not MYPY:
8280
8280
  """
8281
8281
  manual: NotRequired[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgsDict']]]]
8282
8282
  """
8283
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8283
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8284
8284
  """
8285
8285
  elif False:
8286
8286
  ScaleProfileArgsDict: TypeAlias = Mapping[str, Any]
@@ -8293,7 +8293,7 @@ class ScaleProfileArgs:
8293
8293
  """
8294
8294
  Specifications on how to scale a VirtualMachines agent pool.
8295
8295
  :param pulumi.Input[Sequence[pulumi.Input['AutoScaleProfileArgs']]] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
8296
- :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8296
+ :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8297
8297
  """
8298
8298
  if autoscale is not None:
8299
8299
  pulumi.set(__self__, "autoscale", autoscale)
@@ -8316,7 +8316,7 @@ class ScaleProfileArgs:
8316
8316
  @pulumi.getter
8317
8317
  def manual(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]]]:
8318
8318
  """
8319
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8319
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8320
8320
  """
8321
8321
  return pulumi.get(self, "manual")
8322
8322
 
@@ -7145,7 +7145,7 @@ class ScaleProfileResponse(dict):
7145
7145
  """
7146
7146
  Specifications on how to scale a VirtualMachines agent pool.
7147
7147
  :param Sequence['AutoScaleProfileResponse'] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
7148
- :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7148
+ :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7149
7149
  """
7150
7150
  if autoscale is not None:
7151
7151
  pulumi.set(__self__, "autoscale", autoscale)
@@ -7164,7 +7164,7 @@ class ScaleProfileResponse(dict):
7164
7164
  @pulumi.getter
7165
7165
  def manual(self) -> Optional[Sequence['outputs.ManualScaleProfileResponse']]:
7166
7166
  """
7167
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7167
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7168
7168
  """
7169
7169
  return pulumi.get(self, "manual")
7170
7170
 
@@ -8280,7 +8280,7 @@ if not MYPY:
8280
8280
  """
8281
8281
  manual: NotRequired[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgsDict']]]]
8282
8282
  """
8283
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8283
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8284
8284
  """
8285
8285
  elif False:
8286
8286
  ScaleProfileArgsDict: TypeAlias = Mapping[str, Any]
@@ -8293,7 +8293,7 @@ class ScaleProfileArgs:
8293
8293
  """
8294
8294
  Specifications on how to scale a VirtualMachines agent pool.
8295
8295
  :param pulumi.Input[Sequence[pulumi.Input['AutoScaleProfileArgs']]] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
8296
- :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8296
+ :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8297
8297
  """
8298
8298
  if autoscale is not None:
8299
8299
  pulumi.set(__self__, "autoscale", autoscale)
@@ -8316,7 +8316,7 @@ class ScaleProfileArgs:
8316
8316
  @pulumi.getter
8317
8317
  def manual(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]]]:
8318
8318
  """
8319
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8319
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8320
8320
  """
8321
8321
  return pulumi.get(self, "manual")
8322
8322
 
@@ -7145,7 +7145,7 @@ class ScaleProfileResponse(dict):
7145
7145
  """
7146
7146
  Specifications on how to scale a VirtualMachines agent pool.
7147
7147
  :param Sequence['AutoScaleProfileResponse'] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
7148
- :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7148
+ :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7149
7149
  """
7150
7150
  if autoscale is not None:
7151
7151
  pulumi.set(__self__, "autoscale", autoscale)
@@ -7164,7 +7164,7 @@ class ScaleProfileResponse(dict):
7164
7164
  @pulumi.getter
7165
7165
  def manual(self) -> Optional[Sequence['outputs.ManualScaleProfileResponse']]:
7166
7166
  """
7167
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7167
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7168
7168
  """
7169
7169
  return pulumi.get(self, "manual")
7170
7170
 
@@ -8450,7 +8450,7 @@ if not MYPY:
8450
8450
  """
8451
8451
  manual: NotRequired[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgsDict']]]]
8452
8452
  """
8453
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8453
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8454
8454
  """
8455
8455
  elif False:
8456
8456
  ScaleProfileArgsDict: TypeAlias = Mapping[str, Any]
@@ -8463,7 +8463,7 @@ class ScaleProfileArgs:
8463
8463
  """
8464
8464
  Specifications on how to scale a VirtualMachines agent pool.
8465
8465
  :param pulumi.Input[Sequence[pulumi.Input['AutoScaleProfileArgs']]] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
8466
- :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8466
+ :param pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8467
8467
  """
8468
8468
  if autoscale is not None:
8469
8469
  pulumi.set(__self__, "autoscale", autoscale)
@@ -8486,7 +8486,7 @@ class ScaleProfileArgs:
8486
8486
  @pulumi.getter
8487
8487
  def manual(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManualScaleProfileArgs']]]]:
8488
8488
  """
8489
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
8489
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
8490
8490
  """
8491
8491
  return pulumi.get(self, "manual")
8492
8492
 
@@ -7300,7 +7300,7 @@ class ScaleProfileResponse(dict):
7300
7300
  """
7301
7301
  Specifications on how to scale a VirtualMachines agent pool.
7302
7302
  :param Sequence['AutoScaleProfileResponse'] autoscale: Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Currently, at most one AutoScaleProfile is allowed.
7303
- :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7303
+ :param Sequence['ManualScaleProfileResponse'] manual: Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7304
7304
  """
7305
7305
  if autoscale is not None:
7306
7306
  pulumi.set(__self__, "autoscale", autoscale)
@@ -7319,7 +7319,7 @@ class ScaleProfileResponse(dict):
7319
7319
  @pulumi.getter
7320
7320
  def manual(self) -> Optional[Sequence['outputs.ManualScaleProfileResponse']]:
7321
7321
  """
7322
- Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile is allowed.
7322
+ Specifications on how to scale the VirtualMachines agent pool to a fixed size.
7323
7323
  """
7324
7324
  return pulumi.get(self, "manual")
7325
7325
 
@@ -29,10 +29,13 @@ if typing.TYPE_CHECKING:
29
29
  v20230915preview = __v20230915preview
30
30
  import pulumi_azure_native.databricks.v20240501 as __v20240501
31
31
  v20240501 = __v20240501
32
+ import pulumi_azure_native.databricks.v20240901preview as __v20240901preview
33
+ v20240901preview = __v20240901preview
32
34
  else:
33
35
  v20220401preview = _utilities.lazy_import('pulumi_azure_native.databricks.v20220401preview')
34
36
  v20230201 = _utilities.lazy_import('pulumi_azure_native.databricks.v20230201')
35
37
  v20230501 = _utilities.lazy_import('pulumi_azure_native.databricks.v20230501')
36
38
  v20230915preview = _utilities.lazy_import('pulumi_azure_native.databricks.v20230915preview')
37
39
  v20240501 = _utilities.lazy_import('pulumi_azure_native.databricks.v20240501')
40
+ v20240901preview = _utilities.lazy_import('pulumi_azure_native.databricks.v20240901preview')
38
41
 
@@ -121,7 +121,7 @@ class AccessConnector(pulumi.CustomResource):
121
121
  Information about azure databricks accessConnector.
122
122
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2022-04-01-preview.
123
123
 
124
- Other available API versions: 2022-04-01-preview, 2024-05-01.
124
+ Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -141,7 +141,7 @@ class AccessConnector(pulumi.CustomResource):
141
141
  Information about azure databricks accessConnector.
142
142
  Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2022-04-01-preview.
143
143
 
144
- Other available API versions: 2022-04-01-preview, 2024-05-01.
144
+ Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview.
145
145
 
146
146
  :param str resource_name: The name of the resource.
147
147
  :param AccessConnectorArgs args: The arguments to use to populate this resource's properties.
@@ -183,7 +183,7 @@ class AccessConnector(pulumi.CustomResource):
183
183
  __props__.__dict__["properties"] = None
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databricks/v20220401preview:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20221001preview:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20230501:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20240501:AccessConnector")])
186
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databricks/v20220401preview:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20221001preview:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20230501:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20240501:AccessConnector"), pulumi.Alias(type_="azure-native:databricks/v20240901preview:AccessConnector")])
187
187
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
188
188
  super(AccessConnector, __self__).__init__(
189
189
  'azure-native:databricks:AccessConnector',
@@ -141,7 +141,7 @@ def get_access_connector(connector_name: Optional[str] = None,
141
141
  Gets an azure databricks accessConnector.
142
142
  Azure REST API version: 2023-05-01.
143
143
 
144
- Other available API versions: 2022-04-01-preview, 2024-05-01.
144
+ Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview.
145
145
 
146
146
 
147
147
  :param str connector_name: The name of the azure databricks accessConnector.
@@ -172,7 +172,7 @@ def get_access_connector_output(connector_name: Optional[pulumi.Input[str]] = No
172
172
  Gets an azure databricks accessConnector.
173
173
  Azure REST API version: 2023-05-01.
174
174
 
175
- Other available API versions: 2022-04-01-preview, 2024-05-01.
175
+ Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview.
176
176
 
177
177
 
178
178
  :param str connector_name: The name of the azure databricks accessConnector.
@@ -94,7 +94,7 @@ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[s
94
94
  Get a private endpoint connection properties for a workspace
95
95
  Azure REST API version: 2023-02-01.
96
96
 
97
- Other available API versions: 2023-09-15-preview, 2024-05-01.
97
+ Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview.
98
98
 
99
99
 
100
100
  :param str private_endpoint_connection_name: The name of the private endpoint connection
@@ -124,7 +124,7 @@ def get_private_endpoint_connection_output(private_endpoint_connection_name: Opt
124
124
  Get a private endpoint connection properties for a workspace
125
125
  Azure REST API version: 2023-02-01.
126
126
 
127
- Other available API versions: 2023-09-15-preview, 2024-05-01.
127
+ Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview.
128
128
 
129
129
 
130
130
  :param str private_endpoint_connection_name: The name of the private endpoint connection
@@ -333,7 +333,7 @@ def get_workspace(resource_group_name: Optional[str] = None,
333
333
  Gets the workspace.
334
334
  Azure REST API version: 2023-02-01.
335
335
 
336
- Other available API versions: 2023-09-15-preview, 2024-05-01.
336
+ Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview.
337
337
 
338
338
 
339
339
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -380,7 +380,7 @@ def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None
380
380
  Gets the workspace.
381
381
  Azure REST API version: 2023-02-01.
382
382
 
383
- Other available API versions: 2023-09-15-preview, 2024-05-01.
383
+ Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview.
384
384
 
385
385
 
386
386
  :param str resource_group_name: The name of the resource group. The name is case insensitive.