pulumi-azure-native 2.79.0a1734514969__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.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,211 @@
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
+ from ._inputs import *
19
+
20
+ __all__ = ['MonitoredSubscriptionInitArgs', 'MonitoredSubscription']
21
+
22
+ @pulumi.input_type
23
+ class MonitoredSubscriptionInitArgs:
24
+ def __init__(__self__, *,
25
+ monitor_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ configuration_name: Optional[pulumi.Input[str]] = None,
28
+ properties: Optional[pulumi.Input['SubscriptionListArgs']] = None):
29
+ """
30
+ The set of arguments for constructing a MonitoredSubscription resource.
31
+ :param pulumi.Input[str] monitor_name: Monitor resource name
32
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
+ :param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
34
+ :param pulumi.Input['SubscriptionListArgs'] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
35
+ """
36
+ pulumi.set(__self__, "monitor_name", monitor_name)
37
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
38
+ if configuration_name is not None:
39
+ pulumi.set(__self__, "configuration_name", configuration_name)
40
+ if properties is not None:
41
+ pulumi.set(__self__, "properties", properties)
42
+
43
+ @property
44
+ @pulumi.getter(name="monitorName")
45
+ def monitor_name(self) -> pulumi.Input[str]:
46
+ """
47
+ Monitor resource name
48
+ """
49
+ return pulumi.get(self, "monitor_name")
50
+
51
+ @monitor_name.setter
52
+ def monitor_name(self, value: pulumi.Input[str]):
53
+ pulumi.set(self, "monitor_name", value)
54
+
55
+ @property
56
+ @pulumi.getter(name="resourceGroupName")
57
+ def resource_group_name(self) -> pulumi.Input[str]:
58
+ """
59
+ The name of the resource group. The name is case insensitive.
60
+ """
61
+ return pulumi.get(self, "resource_group_name")
62
+
63
+ @resource_group_name.setter
64
+ def resource_group_name(self, value: pulumi.Input[str]):
65
+ pulumi.set(self, "resource_group_name", value)
66
+
67
+ @property
68
+ @pulumi.getter(name="configurationName")
69
+ def configuration_name(self) -> Optional[pulumi.Input[str]]:
70
+ """
71
+ The configuration name. Only 'default' value is supported.
72
+ """
73
+ return pulumi.get(self, "configuration_name")
74
+
75
+ @configuration_name.setter
76
+ def configuration_name(self, value: Optional[pulumi.Input[str]]):
77
+ pulumi.set(self, "configuration_name", value)
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def properties(self) -> Optional[pulumi.Input['SubscriptionListArgs']]:
82
+ """
83
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
84
+ """
85
+ return pulumi.get(self, "properties")
86
+
87
+ @properties.setter
88
+ def properties(self, value: Optional[pulumi.Input['SubscriptionListArgs']]):
89
+ pulumi.set(self, "properties", value)
90
+
91
+
92
+ class MonitoredSubscription(pulumi.CustomResource):
93
+ @overload
94
+ def __init__(__self__,
95
+ resource_name: str,
96
+ opts: Optional[pulumi.ResourceOptions] = None,
97
+ configuration_name: Optional[pulumi.Input[str]] = None,
98
+ monitor_name: Optional[pulumi.Input[str]] = None,
99
+ properties: Optional[pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']]] = None,
100
+ resource_group_name: Optional[pulumi.Input[str]] = None,
101
+ __props__=None):
102
+ """
103
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
104
+
105
+ :param str resource_name: The name of the resource.
106
+ :param pulumi.ResourceOptions opts: Options for the resource.
107
+ :param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
108
+ :param pulumi.Input[str] monitor_name: Monitor resource name
109
+ :param pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
110
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
111
+ """
112
+ ...
113
+ @overload
114
+ def __init__(__self__,
115
+ resource_name: str,
116
+ args: MonitoredSubscriptionInitArgs,
117
+ opts: Optional[pulumi.ResourceOptions] = None):
118
+ """
119
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
120
+
121
+ :param str resource_name: The name of the resource.
122
+ :param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
123
+ :param pulumi.ResourceOptions opts: Options for the resource.
124
+ """
125
+ ...
126
+ def __init__(__self__, resource_name: str, *args, **kwargs):
127
+ resource_args, opts = _utilities.get_resource_args_opts(MonitoredSubscriptionInitArgs, pulumi.ResourceOptions, *args, **kwargs)
128
+ if resource_args is not None:
129
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
130
+ else:
131
+ __self__._internal_init(resource_name, *args, **kwargs)
132
+
133
+ def _internal_init(__self__,
134
+ resource_name: str,
135
+ opts: Optional[pulumi.ResourceOptions] = None,
136
+ configuration_name: Optional[pulumi.Input[str]] = None,
137
+ monitor_name: Optional[pulumi.Input[str]] = None,
138
+ properties: Optional[pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']]] = None,
139
+ resource_group_name: Optional[pulumi.Input[str]] = None,
140
+ __props__=None):
141
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
142
+ if not isinstance(opts, pulumi.ResourceOptions):
143
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
144
+ if opts.id is None:
145
+ if __props__ is not None:
146
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
147
+ __props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
148
+
149
+ __props__.__dict__["configuration_name"] = configuration_name
150
+ if monitor_name is None and not opts.urn:
151
+ raise TypeError("Missing required property 'monitor_name'")
152
+ __props__.__dict__["monitor_name"] = monitor_name
153
+ __props__.__dict__["properties"] = properties
154
+ if resource_group_name is None and not opts.urn:
155
+ raise TypeError("Missing required property 'resource_group_name'")
156
+ __props__.__dict__["resource_group_name"] = resource_group_name
157
+ __props__.__dict__["name"] = None
158
+ __props__.__dict__["type"] = None
159
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230707:MonitoredSubscription")])
160
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
161
+ super(MonitoredSubscription, __self__).__init__(
162
+ 'azure-native:datadog/v20231020:MonitoredSubscription',
163
+ resource_name,
164
+ __props__,
165
+ opts)
166
+
167
+ @staticmethod
168
+ def get(resource_name: str,
169
+ id: pulumi.Input[str],
170
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'MonitoredSubscription':
171
+ """
172
+ Get an existing MonitoredSubscription resource's state with the given name, id, and optional extra
173
+ properties used to qualify the lookup.
174
+
175
+ :param str resource_name: The unique name of the resulting resource.
176
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
177
+ :param pulumi.ResourceOptions opts: Options for the resource.
178
+ """
179
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
180
+
181
+ __props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
182
+
183
+ __props__.__dict__["name"] = None
184
+ __props__.__dict__["properties"] = None
185
+ __props__.__dict__["type"] = None
186
+ return MonitoredSubscription(resource_name, opts=opts, __props__=__props__)
187
+
188
+ @property
189
+ @pulumi.getter
190
+ def name(self) -> pulumi.Output[str]:
191
+ """
192
+ Name of the monitored subscription resource.
193
+ """
194
+ return pulumi.get(self, "name")
195
+
196
+ @property
197
+ @pulumi.getter
198
+ def properties(self) -> pulumi.Output['outputs.SubscriptionListResponse']:
199
+ """
200
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
201
+ """
202
+ return pulumi.get(self, "properties")
203
+
204
+ @property
205
+ @pulumi.getter
206
+ def type(self) -> pulumi.Output[str]:
207
+ """
208
+ The type of the monitored subscription resource.
209
+ """
210
+ return pulumi.get(self, "type")
211
+