pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.79.0a1734933929__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 (135) hide show
  1. pulumi_azure_native/__init__.py +46 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/datadog/__init__.py +7 -0
  31. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  32. pulumi_azure_native/datadog/get_monitor.py +2 -2
  33. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  34. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  35. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  36. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  37. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  38. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  39. pulumi_azure_native/datadog/monitor.py +3 -3
  40. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  41. pulumi_azure_native/datadog/outputs.py +120 -0
  42. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  43. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  44. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  45. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  46. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  47. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  48. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  49. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  50. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  51. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  52. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  53. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  54. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  55. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  56. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  57. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  58. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  59. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  60. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  61. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  62. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  63. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  64. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  65. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  66. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  67. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  68. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  69. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  70. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  72. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  73. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  74. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  75. pulumi_azure_native/datafactory/_inputs.py +6 -6
  76. pulumi_azure_native/datafactory/outputs.py +4 -4
  77. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  78. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  79. pulumi_azure_native/pulumi-plugin.json +1 -1
  80. pulumi_azure_native/quota/__init__.py +3 -0
  81. pulumi_azure_native/quota/get_group_quota.py +2 -2
  82. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  83. pulumi_azure_native/quota/group_quota.py +3 -3
  84. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  85. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  86. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  87. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  88. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  89. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  90. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  91. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  92. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  93. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  94. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  95. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  96. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  97. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  98. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  99. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  100. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  101. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  102. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  103. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  104. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  106. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  107. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  108. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  109. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  110. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  111. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  119. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  120. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  121. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  122. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  123. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  124. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  125. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  126. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  127. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  128. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  129. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  130. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  131. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  132. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -6,6 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from ._enums import *
9
+ from .get_billing_info import *
9
10
  from .get_monitor import *
10
11
  from .get_monitor_default_key import *
11
12
  from .get_monitored_subscription import *
@@ -26,8 +27,14 @@ if typing.TYPE_CHECKING:
26
27
  v20220801 = __v20220801
27
28
  import pulumi_azure_native.datadog.v20230101 as __v20230101
28
29
  v20230101 = __v20230101
30
+ import pulumi_azure_native.datadog.v20230707 as __v20230707
31
+ v20230707 = __v20230707
32
+ import pulumi_azure_native.datadog.v20231020 as __v20231020
33
+ v20231020 = __v20231020
29
34
  else:
30
35
  v20220601 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220601')
31
36
  v20220801 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220801')
32
37
  v20230101 = _utilities.lazy_import('pulumi_azure_native.datadog.v20230101')
38
+ v20230707 = _utilities.lazy_import('pulumi_azure_native.datadog.v20230707')
39
+ v20231020 = _utilities.lazy_import('pulumi_azure_native.datadog.v20231020')
33
40
 
@@ -0,0 +1,103 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetBillingInfoResult',
20
+ 'AwaitableGetBillingInfoResult',
21
+ 'get_billing_info',
22
+ 'get_billing_info_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetBillingInfoResult:
27
+ """
28
+ Marketplace Subscription and Organization details to which resource gets billed into.
29
+ """
30
+ def __init__(__self__, marketplace_saas_info=None, partner_billing_entity=None):
31
+ if marketplace_saas_info and not isinstance(marketplace_saas_info, dict):
32
+ raise TypeError("Expected argument 'marketplace_saas_info' to be a dict")
33
+ pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
34
+ if partner_billing_entity and not isinstance(partner_billing_entity, dict):
35
+ raise TypeError("Expected argument 'partner_billing_entity' to be a dict")
36
+ pulumi.set(__self__, "partner_billing_entity", partner_billing_entity)
37
+
38
+ @property
39
+ @pulumi.getter(name="marketplaceSaasInfo")
40
+ def marketplace_saas_info(self) -> Optional['outputs.MarketplaceSaaSInfoResponse']:
41
+ """
42
+ Marketplace Subscription details
43
+ """
44
+ return pulumi.get(self, "marketplace_saas_info")
45
+
46
+ @property
47
+ @pulumi.getter(name="partnerBillingEntity")
48
+ def partner_billing_entity(self) -> Optional['outputs.PartnerBillingEntityResponse']:
49
+ """
50
+ Partner Billing Entity details: Organization Info
51
+ """
52
+ return pulumi.get(self, "partner_billing_entity")
53
+
54
+
55
+ class AwaitableGetBillingInfoResult(GetBillingInfoResult):
56
+ # pylint: disable=using-constant-test
57
+ def __await__(self):
58
+ if False:
59
+ yield self
60
+ return GetBillingInfoResult(
61
+ marketplace_saas_info=self.marketplace_saas_info,
62
+ partner_billing_entity=self.partner_billing_entity)
63
+
64
+
65
+ def get_billing_info(monitor_name: Optional[str] = None,
66
+ resource_group_name: Optional[str] = None,
67
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingInfoResult:
68
+ """
69
+ Marketplace Subscription and Organization details to which resource gets billed into.
70
+ Azure REST API version: 2023-10-20.
71
+
72
+
73
+ :param str monitor_name: Monitor resource name
74
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
75
+ """
76
+ __args__ = dict()
77
+ __args__['monitorName'] = monitor_name
78
+ __args__['resourceGroupName'] = resource_group_name
79
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
80
+ __ret__ = pulumi.runtime.invoke('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult).value
81
+
82
+ return AwaitableGetBillingInfoResult(
83
+ marketplace_saas_info=pulumi.get(__ret__, 'marketplace_saas_info'),
84
+ partner_billing_entity=pulumi.get(__ret__, 'partner_billing_entity'))
85
+ def get_billing_info_output(monitor_name: Optional[pulumi.Input[str]] = None,
86
+ resource_group_name: Optional[pulumi.Input[str]] = None,
87
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBillingInfoResult]:
88
+ """
89
+ Marketplace Subscription and Organization details to which resource gets billed into.
90
+ Azure REST API version: 2023-10-20.
91
+
92
+
93
+ :param str monitor_name: Monitor resource name
94
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
95
+ """
96
+ __args__ = dict()
97
+ __args__['monitorName'] = monitor_name
98
+ __args__['resourceGroupName'] = resource_group_name
99
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
100
+ __ret__ = pulumi.runtime.invoke_output('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult)
101
+ return __ret__.apply(lambda __response__: GetBillingInfoResult(
102
+ marketplace_saas_info=pulumi.get(__response__, 'marketplace_saas_info'),
103
+ partner_billing_entity=pulumi.get(__response__, 'partner_billing_entity')))
@@ -137,7 +137,7 @@ def get_monitor(monitor_name: Optional[str] = None,
137
137
  """
138
138
  Azure REST API version: 2022-06-01.
139
139
 
140
- Other available API versions: 2022-08-01, 2023-01-01.
140
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
141
141
 
142
142
 
143
143
  :param str monitor_name: Monitor resource name
@@ -165,7 +165,7 @@ def get_monitor_output(monitor_name: Optional[pulumi.Input[str]] = None,
165
165
  """
166
166
  Azure REST API version: 2022-06-01.
167
167
 
168
- Other available API versions: 2022-08-01, 2023-01-01.
168
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
169
169
 
170
170
 
171
171
  :param str monitor_name: Monitor resource name
@@ -88,7 +88,7 @@ def get_monitor_default_key(monitor_name: Optional[str] = None,
88
88
  """
89
89
  Azure REST API version: 2022-06-01.
90
90
 
91
- Other available API versions: 2022-08-01, 2023-01-01.
91
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
92
92
 
93
93
 
94
94
  :param str monitor_name: Monitor resource name
@@ -111,7 +111,7 @@ def get_monitor_default_key_output(monitor_name: Optional[pulumi.Input[str]] = N
111
111
  """
112
112
  Azure REST API version: 2022-06-01.
113
113
 
114
- Other available API versions: 2022-08-01, 2023-01-01.
114
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
115
115
 
116
116
 
117
117
  :param str monitor_name: Monitor resource name
@@ -94,6 +94,8 @@ def get_monitored_subscription(configuration_name: Optional[str] = None,
94
94
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
95
95
  Azure REST API version: 2023-01-01.
96
96
 
97
+ Other available API versions: 2023-07-07, 2023-10-20.
98
+
97
99
 
98
100
  :param str configuration_name: The configuration name. Only 'default' value is supported.
99
101
  :param str monitor_name: Monitor resource name
@@ -119,6 +121,8 @@ def get_monitored_subscription_output(configuration_name: Optional[pulumi.Input[
119
121
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
120
122
  Azure REST API version: 2023-01-01.
121
123
 
124
+ Other available API versions: 2023-07-07, 2023-10-20.
125
+
122
126
 
123
127
  :param str configuration_name: The configuration name. Only 'default' value is supported.
124
128
  :param str monitor_name: Monitor resource name
@@ -69,7 +69,7 @@ def list_monitor_api_keys(monitor_name: Optional[str] = None,
69
69
  Response of a list operation.
70
70
  Azure REST API version: 2022-06-01.
71
71
 
72
- Other available API versions: 2022-08-01, 2023-01-01.
72
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
73
73
 
74
74
 
75
75
  :param str monitor_name: Monitor resource name
@@ -91,7 +91,7 @@ def list_monitor_api_keys_output(monitor_name: Optional[pulumi.Input[str]] = Non
91
91
  Response of a list operation.
92
92
  Azure REST API version: 2022-06-01.
93
93
 
94
- Other available API versions: 2022-08-01, 2023-01-01.
94
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
95
95
 
96
96
 
97
97
  :param str monitor_name: Monitor resource name
@@ -69,7 +69,7 @@ def list_monitor_hosts(monitor_name: Optional[str] = None,
69
69
  Response of a list operation.
70
70
  Azure REST API version: 2022-06-01.
71
71
 
72
- Other available API versions: 2022-08-01, 2023-01-01.
72
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
73
73
 
74
74
 
75
75
  :param str monitor_name: Monitor resource name
@@ -91,7 +91,7 @@ def list_monitor_hosts_output(monitor_name: Optional[pulumi.Input[str]] = None,
91
91
  Response of a list operation.
92
92
  Azure REST API version: 2022-06-01.
93
93
 
94
- Other available API versions: 2022-08-01, 2023-01-01.
94
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
95
95
 
96
96
 
97
97
  :param str monitor_name: Monitor resource name
@@ -69,7 +69,7 @@ def list_monitor_linked_resources(monitor_name: Optional[str] = None,
69
69
  Response of a list operation.
70
70
  Azure REST API version: 2022-06-01.
71
71
 
72
- Other available API versions: 2022-08-01, 2023-01-01.
72
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
73
73
 
74
74
 
75
75
  :param str monitor_name: Monitor resource name
@@ -91,7 +91,7 @@ def list_monitor_linked_resources_output(monitor_name: Optional[pulumi.Input[str
91
91
  Response of a list operation.
92
92
  Azure REST API version: 2022-06-01.
93
93
 
94
- Other available API versions: 2022-08-01, 2023-01-01.
94
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
95
95
 
96
96
 
97
97
  :param str monitor_name: Monitor resource name
@@ -69,7 +69,7 @@ def list_monitor_monitored_resources(monitor_name: Optional[str] = None,
69
69
  Response of a list operation.
70
70
  Azure REST API version: 2022-06-01.
71
71
 
72
- Other available API versions: 2022-08-01, 2023-01-01.
72
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
73
73
 
74
74
 
75
75
  :param str monitor_name: Monitor resource name
@@ -91,7 +91,7 @@ def list_monitor_monitored_resources_output(monitor_name: Optional[pulumi.Input[
91
91
  Response of a list operation.
92
92
  Azure REST API version: 2022-06-01.
93
93
 
94
- Other available API versions: 2022-08-01, 2023-01-01.
94
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
95
95
 
96
96
 
97
97
  :param str monitor_name: Monitor resource name
@@ -138,7 +138,7 @@ class Monitor(pulumi.CustomResource):
138
138
  """
139
139
  Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01.
140
140
 
141
- Other available API versions: 2022-08-01, 2023-01-01.
141
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
142
142
 
143
143
  :param str resource_name: The name of the resource.
144
144
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -155,7 +155,7 @@ class Monitor(pulumi.CustomResource):
155
155
  """
156
156
  Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01.
157
157
 
158
- Other available API versions: 2022-08-01, 2023-01-01.
158
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
159
159
 
160
160
  :param str resource_name: The name of the resource.
161
161
  :param MonitorArgs args: The arguments to use to populate this resource's properties.
@@ -200,7 +200,7 @@ class Monitor(pulumi.CustomResource):
200
200
  __props__.__dict__["name"] = None
201
201
  __props__.__dict__["system_data"] = None
202
202
  __props__.__dict__["type"] = None
203
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
203
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230707:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20231020:Monitor")])
204
204
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
205
205
  super(Monitor, __self__).__init__(
206
206
  'azure-native:datadog:Monitor',
@@ -103,6 +103,8 @@ class MonitoredSubscription(pulumi.CustomResource):
103
103
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
104
104
  Azure REST API version: 2023-01-01.
105
105
 
106
+ Other available API versions: 2023-07-07, 2023-10-20.
107
+
106
108
  :param str resource_name: The name of the resource.
107
109
  :param pulumi.ResourceOptions opts: Options for the resource.
108
110
  :param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
@@ -120,6 +122,8 @@ class MonitoredSubscription(pulumi.CustomResource):
120
122
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
121
123
  Azure REST API version: 2023-01-01.
122
124
 
125
+ Other available API versions: 2023-07-07, 2023-10-20.
126
+
123
127
  :param str resource_name: The name of the resource.
124
128
  :param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
125
129
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -158,7 +162,7 @@ class MonitoredSubscription(pulumi.CustomResource):
158
162
  __props__.__dict__["resource_group_name"] = resource_group_name
159
163
  __props__.__dict__["name"] = None
160
164
  __props__.__dict__["type"] = None
161
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription")])
165
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230707:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20231020:MonitoredSubscription")])
162
166
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
163
167
  super(MonitoredSubscription, __self__).__init__(
164
168
  'azure-native:datadog:MonitoredSubscription',
@@ -27,11 +27,13 @@ __all__ = [
27
27
  'IdentityPropertiesResponse',
28
28
  'LinkedResourceResponse',
29
29
  'LogRulesResponse',
30
+ 'MarketplaceSaaSInfoResponse',
30
31
  'MetricRulesResponse',
31
32
  'MonitorPropertiesResponse',
32
33
  'MonitoredResourceResponse',
33
34
  'MonitoredSubscriptionResponse',
34
35
  'MonitoringTagRulesPropertiesResponse',
36
+ 'PartnerBillingEntityResponse',
35
37
  'ResourceSkuResponse',
36
38
  'SubscriptionListResponse',
37
39
  'SystemDataResponse',
@@ -487,6 +489,77 @@ class LogRulesResponse(dict):
487
489
  return pulumi.get(self, "send_subscription_logs")
488
490
 
489
491
 
492
+ @pulumi.output_type
493
+ class MarketplaceSaaSInfoResponse(dict):
494
+ """
495
+ Marketplace SAAS Info of the resource.
496
+ """
497
+ def __init__(__self__, *,
498
+ billed_azure_subscription_id: Optional[str] = None,
499
+ marketplace_name: Optional[str] = None,
500
+ marketplace_status: Optional[str] = None,
501
+ marketplace_subscription_id: Optional[str] = None,
502
+ subscribed: Optional[bool] = None):
503
+ """
504
+ Marketplace SAAS Info of the resource.
505
+ :param str billed_azure_subscription_id: The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
506
+ :param str marketplace_name: Marketplace Subscription Details: SAAS Name
507
+ :param str marketplace_status: Marketplace Subscription Details: SaaS Subscription Status
508
+ :param str marketplace_subscription_id: Marketplace Subscription Id. This is a GUID-formatted string.
509
+ :param bool subscribed: Flag specifying if the Marketplace status is subscribed or not.
510
+ """
511
+ if billed_azure_subscription_id is not None:
512
+ pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
513
+ if marketplace_name is not None:
514
+ pulumi.set(__self__, "marketplace_name", marketplace_name)
515
+ if marketplace_status is not None:
516
+ pulumi.set(__self__, "marketplace_status", marketplace_status)
517
+ if marketplace_subscription_id is not None:
518
+ pulumi.set(__self__, "marketplace_subscription_id", marketplace_subscription_id)
519
+ if subscribed is not None:
520
+ pulumi.set(__self__, "subscribed", subscribed)
521
+
522
+ @property
523
+ @pulumi.getter(name="billedAzureSubscriptionId")
524
+ def billed_azure_subscription_id(self) -> Optional[str]:
525
+ """
526
+ The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
527
+ """
528
+ return pulumi.get(self, "billed_azure_subscription_id")
529
+
530
+ @property
531
+ @pulumi.getter(name="marketplaceName")
532
+ def marketplace_name(self) -> Optional[str]:
533
+ """
534
+ Marketplace Subscription Details: SAAS Name
535
+ """
536
+ return pulumi.get(self, "marketplace_name")
537
+
538
+ @property
539
+ @pulumi.getter(name="marketplaceStatus")
540
+ def marketplace_status(self) -> Optional[str]:
541
+ """
542
+ Marketplace Subscription Details: SaaS Subscription Status
543
+ """
544
+ return pulumi.get(self, "marketplace_status")
545
+
546
+ @property
547
+ @pulumi.getter(name="marketplaceSubscriptionId")
548
+ def marketplace_subscription_id(self) -> Optional[str]:
549
+ """
550
+ Marketplace Subscription Id. This is a GUID-formatted string.
551
+ """
552
+ return pulumi.get(self, "marketplace_subscription_id")
553
+
554
+ @property
555
+ @pulumi.getter
556
+ def subscribed(self) -> Optional[bool]:
557
+ """
558
+ Flag specifying if the Marketplace status is subscribed or not.
559
+ """
560
+ return pulumi.get(self, "subscribed")
561
+
562
+
490
563
  @pulumi.output_type
491
564
  class MetricRulesResponse(dict):
492
565
  """
@@ -863,6 +936,53 @@ class MonitoringTagRulesPropertiesResponse(dict):
863
936
  return pulumi.get(self, "metric_rules")
864
937
 
865
938
 
939
+ @pulumi.output_type
940
+ class PartnerBillingEntityResponse(dict):
941
+ """
942
+ Partner Billing details associated with the resource.
943
+ """
944
+ def __init__(__self__, *,
945
+ id: Optional[str] = None,
946
+ name: Optional[str] = None,
947
+ partner_entity_uri: Optional[str] = None):
948
+ """
949
+ Partner Billing details associated with the resource.
950
+ :param str id: The Datadog Organization Id.
951
+ :param str name: The Datadog Organization Name.
952
+ :param str partner_entity_uri: Link to the datadog organization page
953
+ """
954
+ if id is not None:
955
+ pulumi.set(__self__, "id", id)
956
+ if name is not None:
957
+ pulumi.set(__self__, "name", name)
958
+ if partner_entity_uri is not None:
959
+ pulumi.set(__self__, "partner_entity_uri", partner_entity_uri)
960
+
961
+ @property
962
+ @pulumi.getter
963
+ def id(self) -> Optional[str]:
964
+ """
965
+ The Datadog Organization Id.
966
+ """
967
+ return pulumi.get(self, "id")
968
+
969
+ @property
970
+ @pulumi.getter
971
+ def name(self) -> Optional[str]:
972
+ """
973
+ The Datadog Organization Name.
974
+ """
975
+ return pulumi.get(self, "name")
976
+
977
+ @property
978
+ @pulumi.getter(name="partnerEntityUri")
979
+ def partner_entity_uri(self) -> Optional[str]:
980
+ """
981
+ Link to the datadog organization page
982
+ """
983
+ return pulumi.get(self, "partner_entity_uri")
984
+
985
+
866
986
  @pulumi.output_type
867
987
  class ResourceSkuResponse(dict):
868
988
  def __init__(__self__, *,
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
194
194
  __props__.__dict__["name"] = None
195
195
  __props__.__dict__["system_data"] = None
196
196
  __props__.__dict__["type"] = None
197
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
197
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230707:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20231020:Monitor")])
198
198
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
199
199
  super(Monitor, __self__).__init__(
200
200
  'azure-native:datadog/v20220601:Monitor',
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
194
194
  __props__.__dict__["name"] = None
195
195
  __props__.__dict__["system_data"] = None
196
196
  __props__.__dict__["type"] = None
197
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
197
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230707:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20231020:Monitor")])
198
198
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
199
199
  super(Monitor, __self__).__init__(
200
200
  'azure-native:datadog/v20220801:Monitor',
@@ -730,7 +730,7 @@ if not MYPY:
730
730
  class ResourceSkuArgsDict(TypedDict):
731
731
  name: pulumi.Input[str]
732
732
  """
733
- Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
733
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
734
734
  """
735
735
  elif False:
736
736
  ResourceSkuArgsDict: TypeAlias = Mapping[str, Any]
@@ -740,7 +740,7 @@ class ResourceSkuArgs:
740
740
  def __init__(__self__, *,
741
741
  name: pulumi.Input[str]):
742
742
  """
743
- :param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
743
+ :param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
744
744
  """
745
745
  pulumi.set(__self__, "name", name)
746
746
 
@@ -748,7 +748,7 @@ class ResourceSkuArgs:
748
748
  @pulumi.getter
749
749
  def name(self) -> pulumi.Input[str]:
750
750
  """
751
- Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
751
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
752
752
  """
753
753
  return pulumi.get(self, "name")
754
754
 
@@ -194,7 +194,7 @@ class Monitor(pulumi.CustomResource):
194
194
  __props__.__dict__["name"] = None
195
195
  __props__.__dict__["system_data"] = None
196
196
  __props__.__dict__["type"] = None
197
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor")])
197
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220601:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230707:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20231020:Monitor")])
198
198
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
199
199
  super(Monitor, __self__).__init__(
200
200
  'azure-native:datadog/v20230101:Monitor',
@@ -156,7 +156,7 @@ class MonitoredSubscription(pulumi.CustomResource):
156
156
  __props__.__dict__["resource_group_name"] = resource_group_name
157
157
  __props__.__dict__["name"] = None
158
158
  __props__.__dict__["type"] = None
159
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription")])
159
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230707:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20231020:MonitoredSubscription")])
160
160
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
161
161
  super(MonitoredSubscription, __self__).__init__(
162
162
  'azure-native:datadog/v20230101:MonitoredSubscription',
@@ -880,7 +880,7 @@ class ResourceSkuResponse(dict):
880
880
  def __init__(__self__, *,
881
881
  name: str):
882
882
  """
883
- :param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
883
+ :param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
884
884
  """
885
885
  pulumi.set(__self__, "name", name)
886
886
 
@@ -888,7 +888,7 @@ class ResourceSkuResponse(dict):
888
888
  @pulumi.getter
889
889
  def name(self) -> str:
890
890
  """
891
- Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
891
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'Linked'.
892
892
  """
893
893
  return pulumi.get(self, "name")
894
894
 
@@ -0,0 +1,19 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .get_monitor import *
10
+ from .get_monitor_default_key import *
11
+ from .get_monitored_subscription import *
12
+ from .list_monitor_api_keys import *
13
+ from .list_monitor_hosts import *
14
+ from .list_monitor_linked_resources import *
15
+ from .list_monitor_monitored_resources import *
16
+ from .monitor import *
17
+ from .monitored_subscription import *
18
+ from ._inputs import *
19
+ from . import outputs
@@ -0,0 +1,58 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'ManagedIdentityTypes',
9
+ 'MonitoringStatus',
10
+ 'Operation',
11
+ 'Status',
12
+ 'TagAction',
13
+ ]
14
+
15
+
16
+ class ManagedIdentityTypes(str, Enum):
17
+ """
18
+ Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
19
+ """
20
+ SYSTEM_ASSIGNED = "SystemAssigned"
21
+ USER_ASSIGNED = "UserAssigned"
22
+
23
+
24
+ class MonitoringStatus(str, Enum):
25
+ """
26
+ Flag specifying if the resource monitoring is enabled or disabled.
27
+ """
28
+ ENABLED = "Enabled"
29
+ DISABLED = "Disabled"
30
+
31
+
32
+ class Operation(str, Enum):
33
+ """
34
+ The operation for the patch on the resource.
35
+ """
36
+ ADD_BEGIN = "AddBegin"
37
+ ADD_COMPLETE = "AddComplete"
38
+ DELETE_BEGIN = "DeleteBegin"
39
+ DELETE_COMPLETE = "DeleteComplete"
40
+ ACTIVE = "Active"
41
+
42
+
43
+ class Status(str, Enum):
44
+ """
45
+ The state of monitoring.
46
+ """
47
+ IN_PROGRESS = "InProgress"
48
+ ACTIVE = "Active"
49
+ FAILED = "Failed"
50
+ DELETING = "Deleting"
51
+
52
+
53
+ class TagAction(str, Enum):
54
+ """
55
+ Valid actions for a filtering tag. Exclusion takes priority over inclusion.
56
+ """
57
+ INCLUDE = "Include"
58
+ EXCLUDE = "Exclude"