pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.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 (172) hide show
  1. pulumi_azure_native/__init__.py +58 -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/confluent/__init__.py +3 -0
  31. pulumi_azure_native/confluent/get_organization.py +2 -2
  32. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  33. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  34. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  35. pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
  36. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  37. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  38. pulumi_azure_native/confluent/list_access_users.py +2 -2
  39. pulumi_azure_native/confluent/list_organization_regions.py +4 -0
  40. pulumi_azure_native/confluent/organization.py +3 -3
  41. pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
  42. pulumi_azure_native/confluent/v20211201/organization.py +1 -1
  43. pulumi_azure_native/confluent/v20230822/organization.py +1 -1
  44. pulumi_azure_native/confluent/v20240213/organization.py +1 -1
  45. pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
  46. pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
  47. pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
  48. pulumi_azure_native/confluent/v20240701/connector.py +319 -0
  49. pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
  50. pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
  51. pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
  52. pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
  53. pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
  54. pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
  55. pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
  56. pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
  57. pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
  58. pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
  59. pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
  60. pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
  61. pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
  62. pulumi_azure_native/confluent/v20240701/organization.py +349 -0
  63. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
  64. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
  65. pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
  66. pulumi_azure_native/confluent/v20240701/topic.py +482 -0
  67. pulumi_azure_native/datadog/__init__.py +7 -0
  68. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  69. pulumi_azure_native/datadog/get_monitor.py +2 -2
  70. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  71. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  72. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  73. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  74. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  75. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  76. pulumi_azure_native/datadog/monitor.py +3 -3
  77. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  78. pulumi_azure_native/datadog/outputs.py +120 -0
  79. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  80. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  81. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  82. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  83. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  84. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  85. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  86. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  87. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  88. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  89. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  90. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  91. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  92. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  93. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  94. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  95. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  96. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  97. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  98. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  99. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  100. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  101. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  102. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  103. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  104. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  105. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  106. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  107. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  108. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  109. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  110. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  111. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  112. pulumi_azure_native/datafactory/_inputs.py +6 -6
  113. pulumi_azure_native/datafactory/outputs.py +4 -4
  114. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  115. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  116. pulumi_azure_native/pulumi-plugin.json +1 -1
  117. pulumi_azure_native/quota/__init__.py +3 -0
  118. pulumi_azure_native/quota/get_group_quota.py +2 -2
  119. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  120. pulumi_azure_native/quota/group_quota.py +3 -3
  121. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  122. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  123. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  124. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  125. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  126. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  127. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  128. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  129. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  130. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  131. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  132. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  133. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  134. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  135. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  136. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  137. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  138. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  139. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  140. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  141. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  142. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  143. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  144. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  145. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  146. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  147. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  148. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  149. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  150. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  151. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  152. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  153. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  154. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  155. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  156. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  157. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  158. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  159. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  160. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  161. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  162. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  163. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  164. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  165. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  166. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  167. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  168. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  169. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
  170. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
  171. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
  172. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
@@ -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"