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
@@ -0,0 +1,230 @@
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
+
17
+ __all__ = [
18
+ 'GroupQuotaSubscriptionIdResponseProperties',
19
+ 'GroupQuotasEntityResponseProperties',
20
+ 'SystemDataResponse',
21
+ ]
22
+
23
+ @pulumi.output_type
24
+ class GroupQuotaSubscriptionIdResponseProperties(dict):
25
+ @staticmethod
26
+ def __key_warning(key: str):
27
+ suggest = None
28
+ if key == "provisioningState":
29
+ suggest = "provisioning_state"
30
+ elif key == "subscriptionId":
31
+ suggest = "subscription_id"
32
+
33
+ if suggest:
34
+ pulumi.log.warn(f"Key '{key}' not found in GroupQuotaSubscriptionIdResponseProperties. Access the value via the '{suggest}' property getter instead.")
35
+
36
+ def __getitem__(self, key: str) -> Any:
37
+ GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
38
+ return super().__getitem__(key)
39
+
40
+ def get(self, key: str, default = None) -> Any:
41
+ GroupQuotaSubscriptionIdResponseProperties.__key_warning(key)
42
+ return super().get(key, default)
43
+
44
+ def __init__(__self__, *,
45
+ provisioning_state: str,
46
+ subscription_id: Optional[str] = None):
47
+ """
48
+ :param str provisioning_state: Status of this subscriptionId being associated with the GroupQuotasEntity.
49
+ :param str subscription_id: An Azure subscriptionId.
50
+ """
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
52
+ if subscription_id is not None:
53
+ pulumi.set(__self__, "subscription_id", subscription_id)
54
+
55
+ @property
56
+ @pulumi.getter(name="provisioningState")
57
+ def provisioning_state(self) -> str:
58
+ """
59
+ Status of this subscriptionId being associated with the GroupQuotasEntity.
60
+ """
61
+ return pulumi.get(self, "provisioning_state")
62
+
63
+ @property
64
+ @pulumi.getter(name="subscriptionId")
65
+ def subscription_id(self) -> Optional[str]:
66
+ """
67
+ An Azure subscriptionId.
68
+ """
69
+ return pulumi.get(self, "subscription_id")
70
+
71
+
72
+ @pulumi.output_type
73
+ class GroupQuotasEntityResponseProperties(dict):
74
+ @staticmethod
75
+ def __key_warning(key: str):
76
+ suggest = None
77
+ if key == "provisioningState":
78
+ suggest = "provisioning_state"
79
+ elif key == "displayName":
80
+ suggest = "display_name"
81
+
82
+ if suggest:
83
+ pulumi.log.warn(f"Key '{key}' not found in GroupQuotasEntityResponseProperties. Access the value via the '{suggest}' property getter instead.")
84
+
85
+ def __getitem__(self, key: str) -> Any:
86
+ GroupQuotasEntityResponseProperties.__key_warning(key)
87
+ return super().__getitem__(key)
88
+
89
+ def get(self, key: str, default = None) -> Any:
90
+ GroupQuotasEntityResponseProperties.__key_warning(key)
91
+ return super().get(key, default)
92
+
93
+ def __init__(__self__, *,
94
+ provisioning_state: str,
95
+ display_name: Optional[str] = None):
96
+ """
97
+ :param str provisioning_state: Provisioning state of the operation.
98
+ :param str display_name: Display name of the GroupQuota entity.
99
+ """
100
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
101
+ if display_name is not None:
102
+ pulumi.set(__self__, "display_name", display_name)
103
+
104
+ @property
105
+ @pulumi.getter(name="provisioningState")
106
+ def provisioning_state(self) -> str:
107
+ """
108
+ Provisioning state of the operation.
109
+ """
110
+ return pulumi.get(self, "provisioning_state")
111
+
112
+ @property
113
+ @pulumi.getter(name="displayName")
114
+ def display_name(self) -> Optional[str]:
115
+ """
116
+ Display name of the GroupQuota entity.
117
+ """
118
+ return pulumi.get(self, "display_name")
119
+
120
+
121
+ @pulumi.output_type
122
+ class SystemDataResponse(dict):
123
+ """
124
+ Metadata pertaining to creation and last modification of the resource.
125
+ """
126
+ @staticmethod
127
+ def __key_warning(key: str):
128
+ suggest = None
129
+ if key == "createdAt":
130
+ suggest = "created_at"
131
+ elif key == "createdBy":
132
+ suggest = "created_by"
133
+ elif key == "createdByType":
134
+ suggest = "created_by_type"
135
+ elif key == "lastModifiedAt":
136
+ suggest = "last_modified_at"
137
+ elif key == "lastModifiedBy":
138
+ suggest = "last_modified_by"
139
+ elif key == "lastModifiedByType":
140
+ suggest = "last_modified_by_type"
141
+
142
+ if suggest:
143
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
144
+
145
+ def __getitem__(self, key: str) -> Any:
146
+ SystemDataResponse.__key_warning(key)
147
+ return super().__getitem__(key)
148
+
149
+ def get(self, key: str, default = None) -> Any:
150
+ SystemDataResponse.__key_warning(key)
151
+ return super().get(key, default)
152
+
153
+ def __init__(__self__, *,
154
+ created_at: Optional[str] = None,
155
+ created_by: Optional[str] = None,
156
+ created_by_type: Optional[str] = None,
157
+ last_modified_at: Optional[str] = None,
158
+ last_modified_by: Optional[str] = None,
159
+ last_modified_by_type: Optional[str] = None):
160
+ """
161
+ Metadata pertaining to creation and last modification of the resource.
162
+ :param str created_at: The timestamp of resource creation (UTC).
163
+ :param str created_by: The identity that created the resource.
164
+ :param str created_by_type: The type of identity that created the resource.
165
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
166
+ :param str last_modified_by: The identity that last modified the resource.
167
+ :param str last_modified_by_type: The type of identity that last modified the resource.
168
+ """
169
+ if created_at is not None:
170
+ pulumi.set(__self__, "created_at", created_at)
171
+ if created_by is not None:
172
+ pulumi.set(__self__, "created_by", created_by)
173
+ if created_by_type is not None:
174
+ pulumi.set(__self__, "created_by_type", created_by_type)
175
+ if last_modified_at is not None:
176
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
177
+ if last_modified_by is not None:
178
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
179
+ if last_modified_by_type is not None:
180
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
181
+
182
+ @property
183
+ @pulumi.getter(name="createdAt")
184
+ def created_at(self) -> Optional[str]:
185
+ """
186
+ The timestamp of resource creation (UTC).
187
+ """
188
+ return pulumi.get(self, "created_at")
189
+
190
+ @property
191
+ @pulumi.getter(name="createdBy")
192
+ def created_by(self) -> Optional[str]:
193
+ """
194
+ The identity that created the resource.
195
+ """
196
+ return pulumi.get(self, "created_by")
197
+
198
+ @property
199
+ @pulumi.getter(name="createdByType")
200
+ def created_by_type(self) -> Optional[str]:
201
+ """
202
+ The type of identity that created the resource.
203
+ """
204
+ return pulumi.get(self, "created_by_type")
205
+
206
+ @property
207
+ @pulumi.getter(name="lastModifiedAt")
208
+ def last_modified_at(self) -> Optional[str]:
209
+ """
210
+ The timestamp of resource last modification (UTC)
211
+ """
212
+ return pulumi.get(self, "last_modified_at")
213
+
214
+ @property
215
+ @pulumi.getter(name="lastModifiedBy")
216
+ def last_modified_by(self) -> Optional[str]:
217
+ """
218
+ The identity that last modified the resource.
219
+ """
220
+ return pulumi.get(self, "last_modified_by")
221
+
222
+ @property
223
+ @pulumi.getter(name="lastModifiedByType")
224
+ def last_modified_by_type(self) -> Optional[str]:
225
+ """
226
+ The type of identity that last modified the resource.
227
+ """
228
+ return pulumi.get(self, "last_modified_by_type")
229
+
230
+
@@ -27,9 +27,12 @@ if typing.TYPE_CHECKING:
27
27
  v20231101 = __v20231101
28
28
  import pulumi_azure_native.servicenetworking.v20240501preview as __v20240501preview
29
29
  v20240501preview = __v20240501preview
30
+ import pulumi_azure_native.servicenetworking.v20250101 as __v20250101
31
+ v20250101 = __v20250101
30
32
  else:
31
33
  v20221001preview = _utilities.lazy_import('pulumi_azure_native.servicenetworking.v20221001preview')
32
34
  v20230501preview = _utilities.lazy_import('pulumi_azure_native.servicenetworking.v20230501preview')
33
35
  v20231101 = _utilities.lazy_import('pulumi_azure_native.servicenetworking.v20231101')
34
36
  v20240501preview = _utilities.lazy_import('pulumi_azure_native.servicenetworking.v20240501preview')
37
+ v20250101 = _utilities.lazy_import('pulumi_azure_native.servicenetworking.v20250101')
35
38
 
@@ -153,7 +153,7 @@ class AssociationsInterface(pulumi.CustomResource):
153
153
  Association Subresource of Traffic Controller
154
154
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
155
155
 
156
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
156
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
157
157
 
158
158
  :param str resource_name: The name of the resource.
159
159
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -175,7 +175,7 @@ class AssociationsInterface(pulumi.CustomResource):
175
175
  Association Subresource of Traffic Controller
176
176
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
177
177
 
178
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
178
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
179
179
 
180
180
  :param str resource_name: The name of the resource.
181
181
  :param AssociationsInterfaceArgs args: The arguments to use to populate this resource's properties.
@@ -225,7 +225,7 @@ class AssociationsInterface(pulumi.CustomResource):
225
225
  __props__.__dict__["provisioning_state"] = None
226
226
  __props__.__dict__["system_data"] = None
227
227
  __props__.__dict__["type"] = None
228
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
228
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:AssociationsInterface")])
229
229
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
230
230
  super(AssociationsInterface, __self__).__init__(
231
231
  'azure-native:servicenetworking:AssociationsInterface',
@@ -118,7 +118,7 @@ class FrontendsInterface(pulumi.CustomResource):
118
118
  Frontend Subresource of Traffic Controller.
119
119
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
120
120
 
121
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
121
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
122
122
 
123
123
  :param str resource_name: The name of the resource.
124
124
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -138,7 +138,7 @@ class FrontendsInterface(pulumi.CustomResource):
138
138
  Frontend Subresource of Traffic Controller.
139
139
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
140
140
 
141
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
141
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
142
142
 
143
143
  :param str resource_name: The name of the resource.
144
144
  :param FrontendsInterfaceArgs args: The arguments to use to populate this resource's properties.
@@ -183,7 +183,7 @@ class FrontendsInterface(pulumi.CustomResource):
183
183
  __props__.__dict__["provisioning_state"] = None
184
184
  __props__.__dict__["system_data"] = None
185
185
  __props__.__dict__["type"] = None
186
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
186
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:FrontendsInterface")])
187
187
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
188
188
  super(FrontendsInterface, __self__).__init__(
189
189
  'azure-native:servicenetworking:FrontendsInterface',
@@ -154,7 +154,7 @@ def get_associations_interface(association_name: Optional[str] = None,
154
154
  Get a Association
155
155
  Azure REST API version: 2023-05-01-preview.
156
156
 
157
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
157
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
158
158
 
159
159
 
160
160
  :param str association_name: Name of Association
@@ -186,7 +186,7 @@ def get_associations_interface_output(association_name: Optional[pulumi.Input[st
186
186
  Get a Association
187
187
  Azure REST API version: 2023-05-01-preview.
188
188
 
189
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
189
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
190
190
 
191
191
 
192
192
  :param str association_name: Name of Association
@@ -142,7 +142,7 @@ def get_frontends_interface(frontend_name: Optional[str] = None,
142
142
  Get a Frontend
143
143
  Azure REST API version: 2023-05-01-preview.
144
144
 
145
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
145
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
146
146
 
147
147
 
148
148
  :param str frontend_name: Frontends
@@ -173,7 +173,7 @@ def get_frontends_interface_output(frontend_name: Optional[pulumi.Input[str]] =
173
173
  Get a Frontend
174
174
  Azure REST API version: 2023-05-01-preview.
175
175
 
176
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
176
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
177
177
 
178
178
 
179
179
  :param str frontend_name: Frontends
@@ -154,6 +154,8 @@ def get_security_policies_interface(resource_group_name: Optional[str] = None,
154
154
  Get a SecurityPolicy
155
155
  Azure REST API version: 2024-05-01-preview.
156
156
 
157
+ Other available API versions: 2025-01-01.
158
+
157
159
 
158
160
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
159
161
  :param str security_policy_name: SecurityPolicy
@@ -184,6 +186,8 @@ def get_security_policies_interface_output(resource_group_name: Optional[pulumi.
184
186
  Get a SecurityPolicy
185
187
  Azure REST API version: 2024-05-01-preview.
186
188
 
189
+ Other available API versions: 2025-01-01.
190
+
187
191
 
188
192
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
189
193
  :param str security_policy_name: SecurityPolicy
@@ -165,7 +165,7 @@ def get_traffic_controller_interface(resource_group_name: Optional[str] = None,
165
165
  Get a TrafficController
166
166
  Azure REST API version: 2023-05-01-preview.
167
167
 
168
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
168
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
169
169
 
170
170
 
171
171
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -195,7 +195,7 @@ def get_traffic_controller_interface_output(resource_group_name: Optional[pulumi
195
195
  Get a TrafficController
196
196
  Azure REST API version: 2023-05-01-preview.
197
197
 
198
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
198
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
199
199
 
200
200
 
201
201
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -136,6 +136,8 @@ class SecurityPoliciesInterface(pulumi.CustomResource):
136
136
  SecurityPolicy Subresource of Traffic Controller.
137
137
  Azure REST API version: 2024-05-01-preview.
138
138
 
139
+ Other available API versions: 2025-01-01.
140
+
139
141
  :param str resource_name: The name of the resource.
140
142
  :param pulumi.ResourceOptions opts: Options for the resource.
141
143
  :param pulumi.Input[str] location: The geo-location where the resource lives
@@ -155,6 +157,8 @@ class SecurityPoliciesInterface(pulumi.CustomResource):
155
157
  SecurityPolicy Subresource of Traffic Controller.
156
158
  Azure REST API version: 2024-05-01-preview.
157
159
 
160
+ Other available API versions: 2025-01-01.
161
+
158
162
  :param str resource_name: The name of the resource.
159
163
  :param SecurityPoliciesInterfaceArgs args: The arguments to use to populate this resource's properties.
160
164
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -200,7 +204,7 @@ class SecurityPoliciesInterface(pulumi.CustomResource):
200
204
  __props__.__dict__["provisioning_state"] = None
201
205
  __props__.__dict__["system_data"] = None
202
206
  __props__.__dict__["type"] = None
203
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:SecurityPoliciesInterface")])
207
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:SecurityPoliciesInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:SecurityPoliciesInterface")])
204
208
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
205
209
  super(SecurityPoliciesInterface, __self__).__init__(
206
210
  'azure-native:servicenetworking:SecurityPoliciesInterface',
@@ -102,7 +102,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
102
102
  Concrete tracked resource types can be created by aliasing this type using a specific property type.
103
103
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
104
104
 
105
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
105
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
106
106
 
107
107
  :param str resource_name: The name of the resource.
108
108
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -121,7 +121,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
121
121
  Concrete tracked resource types can be created by aliasing this type using a specific property type.
122
122
  Azure REST API version: 2023-05-01-preview. Prior API version in Azure Native 1.x: 2022-10-01-preview.
123
123
 
124
- Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview.
124
+ Other available API versions: 2022-10-01-preview, 2023-11-01, 2024-05-01-preview, 2025-01-01.
125
125
 
126
126
  :param str resource_name: The name of the resource.
127
127
  :param TrafficControllerInterfaceArgs args: The arguments to use to populate this resource's properties.
@@ -164,7 +164,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
164
164
  __props__.__dict__["provisioning_state"] = None
165
165
  __props__.__dict__["system_data"] = None
166
166
  __props__.__dict__["type"] = None
167
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface")])
167
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:TrafficControllerInterface")])
168
168
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
169
169
  super(TrafficControllerInterface, __self__).__init__(
170
170
  'azure-native:servicenetworking:TrafficControllerInterface',
@@ -219,7 +219,7 @@ class AssociationsInterface(pulumi.CustomResource):
219
219
  __props__.__dict__["provisioning_state"] = None
220
220
  __props__.__dict__["system_data"] = None
221
221
  __props__.__dict__["type"] = None
222
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
222
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:AssociationsInterface")])
223
223
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
224
224
  super(AssociationsInterface, __self__).__init__(
225
225
  'azure-native:servicenetworking/v20221001preview:AssociationsInterface',
@@ -238,7 +238,7 @@ class FrontendsInterface(pulumi.CustomResource):
238
238
  __props__.__dict__["provisioning_state"] = None
239
239
  __props__.__dict__["system_data"] = None
240
240
  __props__.__dict__["type"] = None
241
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
241
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:FrontendsInterface")])
242
242
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
243
243
  super(FrontendsInterface, __self__).__init__(
244
244
  'azure-native:servicenetworking/v20221001preview:FrontendsInterface',
@@ -158,7 +158,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
158
158
  __props__.__dict__["provisioning_state"] = None
159
159
  __props__.__dict__["system_data"] = None
160
160
  __props__.__dict__["type"] = None
161
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface")])
161
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:TrafficControllerInterface")])
162
162
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
163
163
  super(TrafficControllerInterface, __self__).__init__(
164
164
  'azure-native:servicenetworking/v20221001preview:TrafficControllerInterface',
@@ -219,7 +219,7 @@ class AssociationsInterface(pulumi.CustomResource):
219
219
  __props__.__dict__["provisioning_state"] = None
220
220
  __props__.__dict__["system_data"] = None
221
221
  __props__.__dict__["type"] = None
222
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
222
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:AssociationsInterface")])
223
223
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
224
224
  super(AssociationsInterface, __self__).__init__(
225
225
  'azure-native:servicenetworking/v20230501preview:AssociationsInterface',
@@ -177,7 +177,7 @@ class FrontendsInterface(pulumi.CustomResource):
177
177
  __props__.__dict__["provisioning_state"] = None
178
178
  __props__.__dict__["system_data"] = None
179
179
  __props__.__dict__["type"] = None
180
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:FrontendsInterface")])
181
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
182
  super(FrontendsInterface, __self__).__init__(
183
183
  'azure-native:servicenetworking/v20230501preview:FrontendsInterface',
@@ -158,7 +158,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
158
158
  __props__.__dict__["provisioning_state"] = None
159
159
  __props__.__dict__["system_data"] = None
160
160
  __props__.__dict__["type"] = None
161
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface")])
161
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:TrafficControllerInterface")])
162
162
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
163
163
  super(TrafficControllerInterface, __self__).__init__(
164
164
  'azure-native:servicenetworking/v20230501preview:TrafficControllerInterface',
@@ -219,7 +219,7 @@ class AssociationsInterface(pulumi.CustomResource):
219
219
  __props__.__dict__["provisioning_state"] = None
220
220
  __props__.__dict__["system_data"] = None
221
221
  __props__.__dict__["type"] = None
222
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
222
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:AssociationsInterface")])
223
223
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
224
224
  super(AssociationsInterface, __self__).__init__(
225
225
  'azure-native:servicenetworking/v20231101:AssociationsInterface',
@@ -177,7 +177,7 @@ class FrontendsInterface(pulumi.CustomResource):
177
177
  __props__.__dict__["provisioning_state"] = None
178
178
  __props__.__dict__["system_data"] = None
179
179
  __props__.__dict__["type"] = None
180
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:FrontendsInterface")])
181
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
182
  super(FrontendsInterface, __self__).__init__(
183
183
  'azure-native:servicenetworking/v20231101:FrontendsInterface',
@@ -158,7 +158,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
158
158
  __props__.__dict__["provisioning_state"] = None
159
159
  __props__.__dict__["system_data"] = None
160
160
  __props__.__dict__["type"] = None
161
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface")])
161
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:TrafficControllerInterface")])
162
162
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
163
163
  super(TrafficControllerInterface, __self__).__init__(
164
164
  'azure-native:servicenetworking/v20231101:TrafficControllerInterface',
@@ -219,7 +219,7 @@ class AssociationsInterface(pulumi.CustomResource):
219
219
  __props__.__dict__["provisioning_state"] = None
220
220
  __props__.__dict__["system_data"] = None
221
221
  __props__.__dict__["type"] = None
222
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface")])
222
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:AssociationsInterface")])
223
223
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
224
224
  super(AssociationsInterface, __self__).__init__(
225
225
  'azure-native:servicenetworking/v20240501preview:AssociationsInterface',
@@ -177,7 +177,7 @@ class FrontendsInterface(pulumi.CustomResource):
177
177
  __props__.__dict__["provisioning_state"] = None
178
178
  __props__.__dict__["system_data"] = None
179
179
  __props__.__dict__["type"] = None
180
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:FrontendsInterface")])
181
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
182
  super(FrontendsInterface, __self__).__init__(
183
183
  'azure-native:servicenetworking/v20240501preview:FrontendsInterface',
@@ -198,7 +198,7 @@ class SecurityPoliciesInterface(pulumi.CustomResource):
198
198
  __props__.__dict__["provisioning_state"] = None
199
199
  __props__.__dict__["system_data"] = None
200
200
  __props__.__dict__["type"] = None
201
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:SecurityPoliciesInterface")])
201
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:SecurityPoliciesInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:SecurityPoliciesInterface")])
202
202
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
203
203
  super(SecurityPoliciesInterface, __self__).__init__(
204
204
  'azure-native:servicenetworking/v20240501preview:SecurityPoliciesInterface',
@@ -180,7 +180,7 @@ class TrafficControllerInterface(pulumi.CustomResource):
180
180
  __props__.__dict__["security_policies"] = None
181
181
  __props__.__dict__["system_data"] = None
182
182
  __props__.__dict__["type"] = None
183
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface")])
183
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20250101:TrafficControllerInterface")])
184
184
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
185
185
  super(TrafficControllerInterface, __self__).__init__(
186
186
  'azure-native:servicenetworking/v20240501preview:TrafficControllerInterface',
@@ -0,0 +1,18 @@
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 .associations_interface import *
10
+ from .frontends_interface import *
11
+ from .get_associations_interface import *
12
+ from .get_frontends_interface import *
13
+ from .get_security_policies_interface import *
14
+ from .get_traffic_controller_interface import *
15
+ from .security_policies_interface import *
16
+ from .traffic_controller_interface import *
17
+ from ._inputs import *
18
+ from . import outputs
@@ -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 enum import Enum
6
+
7
+ __all__ = [
8
+ 'AssociationType',
9
+ ]
10
+
11
+
12
+ class AssociationType(str, Enum):
13
+ """
14
+ Association Type
15
+ """
16
+ SUBNETS = "subnets"
17
+ """
18
+ Association of Type Subnet
19
+ """