pulumi-azure-native 3.7.0a1754670960__py3-none-any.whl → 3.7.0a1755047742__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 (68) hide show
  1. pulumi_azure_native/app/_enums.py +89 -1
  2. pulumi_azure_native/app/_inputs.py +2903 -126
  3. pulumi_azure_native/app/app_resiliency.py +4 -4
  4. pulumi_azure_native/app/build.py +4 -4
  5. pulumi_azure_native/app/builder.py +4 -4
  6. pulumi_azure_native/app/certificate.py +5 -4
  7. pulumi_azure_native/app/connected_environment.py +4 -4
  8. pulumi_azure_native/app/connected_environments_certificate.py +5 -4
  9. pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
  10. pulumi_azure_native/app/connected_environments_storage.py +4 -4
  11. pulumi_azure_native/app/container_app.py +72 -4
  12. pulumi_azure_native/app/container_apps_auth_config.py +4 -4
  13. pulumi_azure_native/app/container_apps_session_pool.py +4 -4
  14. pulumi_azure_native/app/container_apps_source_control.py +4 -4
  15. pulumi_azure_native/app/dapr_component.py +33 -4
  16. pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
  17. pulumi_azure_native/app/dapr_subscription.py +4 -4
  18. pulumi_azure_native/app/dot_net_component.py +4 -4
  19. pulumi_azure_native/app/get_app_resiliency.py +4 -4
  20. pulumi_azure_native/app/get_build.py +4 -4
  21. pulumi_azure_native/app/get_builder.py +4 -4
  22. pulumi_azure_native/app/get_certificate.py +4 -4
  23. pulumi_azure_native/app/get_connected_environment.py +4 -4
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
  26. pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
  27. pulumi_azure_native/app/get_container_app.py +47 -5
  28. pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
  31. pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
  33. pulumi_azure_native/app/get_dapr_component.py +19 -5
  34. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
  35. pulumi_azure_native/app/get_dapr_subscription.py +4 -4
  36. pulumi_azure_native/app/get_dot_net_component.py +4 -4
  37. pulumi_azure_native/app/get_http_route_config.py +4 -4
  38. pulumi_azure_native/app/get_java_component.py +4 -4
  39. pulumi_azure_native/app/get_job.py +33 -5
  40. pulumi_azure_native/app/get_logic_app.py +4 -4
  41. pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
  42. pulumi_azure_native/app/get_managed_certificate.py +4 -4
  43. pulumi_azure_native/app/get_managed_environment.py +118 -6
  44. pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
  45. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
  46. pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
  47. pulumi_azure_native/app/http_route_config.py +4 -4
  48. pulumi_azure_native/app/java_component.py +11 -11
  49. pulumi_azure_native/app/job.py +43 -4
  50. pulumi_azure_native/app/list_build_auth_token.py +4 -4
  51. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
  52. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
  53. pulumi_azure_native/app/list_container_app_secrets.py +4 -4
  54. pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
  55. pulumi_azure_native/app/list_job_secrets.py +4 -4
  56. pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
  57. pulumi_azure_native/app/logic_app.py +4 -4
  58. pulumi_azure_native/app/maintenance_configuration.py +4 -4
  59. pulumi_azure_native/app/managed_certificate.py +4 -4
  60. pulumi_azure_native/app/managed_environment.py +202 -8
  61. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
  62. pulumi_azure_native/app/managed_environments_storage.py +4 -4
  63. pulumi_azure_native/app/outputs.py +2484 -150
  64. pulumi_azure_native/pulumi-plugin.json +1 -1
  65. {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/METADATA +1 -1
  66. {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/RECORD +68 -68
  67. {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/WHEEL +0 -0
  68. {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetJobResult:
28
28
  """
29
29
  Container App Job
30
30
  """
31
- def __init__(__self__, azure_api_version=None, configuration=None, environment_id=None, event_stream_endpoint=None, id=None, identity=None, location=None, name=None, outbound_ip_addresses=None, provisioning_state=None, system_data=None, tags=None, template=None, type=None, workload_profile_name=None):
31
+ def __init__(__self__, azure_api_version=None, configuration=None, environment_id=None, event_stream_endpoint=None, extended_location=None, id=None, identity=None, location=None, name=None, outbound_ip_addresses=None, provisioning_state=None, running_state=None, system_data=None, tags=None, template=None, type=None, workload_profile_name=None):
32
32
  if azure_api_version and not isinstance(azure_api_version, str):
33
33
  raise TypeError("Expected argument 'azure_api_version' to be a str")
34
34
  pulumi.set(__self__, "azure_api_version", azure_api_version)
@@ -41,6 +41,9 @@ class GetJobResult:
41
41
  if event_stream_endpoint and not isinstance(event_stream_endpoint, str):
42
42
  raise TypeError("Expected argument 'event_stream_endpoint' to be a str")
43
43
  pulumi.set(__self__, "event_stream_endpoint", event_stream_endpoint)
44
+ if extended_location and not isinstance(extended_location, dict):
45
+ raise TypeError("Expected argument 'extended_location' to be a dict")
46
+ pulumi.set(__self__, "extended_location", extended_location)
44
47
  if id and not isinstance(id, str):
45
48
  raise TypeError("Expected argument 'id' to be a str")
46
49
  pulumi.set(__self__, "id", id)
@@ -59,6 +62,9 @@ class GetJobResult:
59
62
  if provisioning_state and not isinstance(provisioning_state, str):
60
63
  raise TypeError("Expected argument 'provisioning_state' to be a str")
61
64
  pulumi.set(__self__, "provisioning_state", provisioning_state)
65
+ if running_state and not isinstance(running_state, str):
66
+ raise TypeError("Expected argument 'running_state' to be a str")
67
+ pulumi.set(__self__, "running_state", running_state)
62
68
  if system_data and not isinstance(system_data, dict):
63
69
  raise TypeError("Expected argument 'system_data' to be a dict")
64
70
  pulumi.set(__self__, "system_data", system_data)
@@ -107,6 +113,14 @@ class GetJobResult:
107
113
  """
108
114
  return pulumi.get(self, "event_stream_endpoint")
109
115
 
116
+ @property
117
+ @pulumi.getter(name="extendedLocation")
118
+ def extended_location(self) -> Optional['outputs.ExtendedLocationResponse']:
119
+ """
120
+ The complex type of the extended location.
121
+ """
122
+ return pulumi.get(self, "extended_location")
123
+
110
124
  @property
111
125
  @pulumi.getter
112
126
  def id(self) -> builtins.str:
@@ -155,6 +169,14 @@ class GetJobResult:
155
169
  """
156
170
  return pulumi.get(self, "provisioning_state")
157
171
 
172
+ @property
173
+ @pulumi.getter(name="runningState")
174
+ def running_state(self) -> builtins.str:
175
+ """
176
+ Current running state of the job
177
+ """
178
+ return pulumi.get(self, "running_state")
179
+
158
180
  @property
159
181
  @pulumi.getter(name="systemData")
160
182
  def system_data(self) -> 'outputs.SystemDataResponse':
@@ -206,12 +228,14 @@ class AwaitableGetJobResult(GetJobResult):
206
228
  configuration=self.configuration,
207
229
  environment_id=self.environment_id,
208
230
  event_stream_endpoint=self.event_stream_endpoint,
231
+ extended_location=self.extended_location,
209
232
  id=self.id,
210
233
  identity=self.identity,
211
234
  location=self.location,
212
235
  name=self.name,
213
236
  outbound_ip_addresses=self.outbound_ip_addresses,
214
237
  provisioning_state=self.provisioning_state,
238
+ running_state=self.running_state,
215
239
  system_data=self.system_data,
216
240
  tags=self.tags,
217
241
  template=self.template,
@@ -225,9 +249,9 @@ def get_job(job_name: Optional[builtins.str] = None,
225
249
  """
226
250
  Container App Job
227
251
 
228
- Uses Azure REST API version 2025-01-01.
252
+ Uses Azure REST API version 2025-02-02-preview.
229
253
 
230
- Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
254
+ Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
231
255
 
232
256
 
233
257
  :param builtins.str job_name: Job Name
@@ -244,12 +268,14 @@ def get_job(job_name: Optional[builtins.str] = None,
244
268
  configuration=pulumi.get(__ret__, 'configuration'),
245
269
  environment_id=pulumi.get(__ret__, 'environment_id'),
246
270
  event_stream_endpoint=pulumi.get(__ret__, 'event_stream_endpoint'),
271
+ extended_location=pulumi.get(__ret__, 'extended_location'),
247
272
  id=pulumi.get(__ret__, 'id'),
248
273
  identity=pulumi.get(__ret__, 'identity'),
249
274
  location=pulumi.get(__ret__, 'location'),
250
275
  name=pulumi.get(__ret__, 'name'),
251
276
  outbound_ip_addresses=pulumi.get(__ret__, 'outbound_ip_addresses'),
252
277
  provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
278
+ running_state=pulumi.get(__ret__, 'running_state'),
253
279
  system_data=pulumi.get(__ret__, 'system_data'),
254
280
  tags=pulumi.get(__ret__, 'tags'),
255
281
  template=pulumi.get(__ret__, 'template'),
@@ -261,9 +287,9 @@ def get_job_output(job_name: Optional[pulumi.Input[builtins.str]] = None,
261
287
  """
262
288
  Container App Job
263
289
 
264
- Uses Azure REST API version 2025-01-01.
290
+ Uses Azure REST API version 2025-02-02-preview.
265
291
 
266
- Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
292
+ Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
267
293
 
268
294
 
269
295
  :param builtins.str job_name: Job Name
@@ -279,12 +305,14 @@ def get_job_output(job_name: Optional[pulumi.Input[builtins.str]] = None,
279
305
  configuration=pulumi.get(__response__, 'configuration'),
280
306
  environment_id=pulumi.get(__response__, 'environment_id'),
281
307
  event_stream_endpoint=pulumi.get(__response__, 'event_stream_endpoint'),
308
+ extended_location=pulumi.get(__response__, 'extended_location'),
282
309
  id=pulumi.get(__response__, 'id'),
283
310
  identity=pulumi.get(__response__, 'identity'),
284
311
  location=pulumi.get(__response__, 'location'),
285
312
  name=pulumi.get(__response__, 'name'),
286
313
  outbound_ip_addresses=pulumi.get(__response__, 'outbound_ip_addresses'),
287
314
  provisioning_state=pulumi.get(__response__, 'provisioning_state'),
315
+ running_state=pulumi.get(__response__, 'running_state'),
288
316
  system_data=pulumi.get(__response__, 'system_data'),
289
317
  tags=pulumi.get(__response__, 'tags'),
290
318
  template=pulumi.get(__response__, 'template'),
@@ -106,9 +106,9 @@ def get_logic_app(container_app_name: Optional[builtins.str] = None,
106
106
  """
107
107
  A logic app extension resource
108
108
 
109
- Uses Azure REST API version 2024-10-02-preview.
109
+ Uses Azure REST API version 2025-02-02-preview.
110
110
 
111
- Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
111
+ Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
112
112
 
113
113
 
114
114
  :param builtins.str container_app_name: Name of the Container App.
@@ -135,9 +135,9 @@ def get_logic_app_output(container_app_name: Optional[pulumi.Input[builtins.str]
135
135
  """
136
136
  A logic app extension resource
137
137
 
138
- Uses Azure REST API version 2024-10-02-preview.
138
+ Uses Azure REST API version 2025-02-02-preview.
139
139
 
140
- Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
140
+ Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
141
141
 
142
142
 
143
143
  :param builtins.str container_app_name: Name of the Container App.
@@ -118,9 +118,9 @@ def get_maintenance_configuration(config_name: Optional[builtins.str] = None,
118
118
  """
119
119
  Gets the maintenance configuration of a ManagedEnvironment .
120
120
 
121
- Uses Azure REST API version 2024-10-02-preview.
121
+ Uses Azure REST API version 2025-02-02-preview.
122
122
 
123
- Other available API versions: 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
+ Other available API versions: 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
124
 
125
125
 
126
126
  :param builtins.str config_name: The name of the maintenance configuration.
@@ -148,9 +148,9 @@ def get_maintenance_configuration_output(config_name: Optional[pulumi.Input[buil
148
148
  """
149
149
  Gets the maintenance configuration of a ManagedEnvironment .
150
150
 
151
- Uses Azure REST API version 2024-10-02-preview.
151
+ Uses Azure REST API version 2025-02-02-preview.
152
152
 
153
- Other available API versions: 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
+ Other available API versions: 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
154
154
 
155
155
 
156
156
  :param builtins.str config_name: The name of the maintenance configuration.
@@ -142,9 +142,9 @@ def get_managed_certificate(environment_name: Optional[builtins.str] = None,
142
142
  """
143
143
  Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment
144
144
 
145
- Uses Azure REST API version 2025-01-01.
145
+ Uses Azure REST API version 2025-02-02-preview.
146
146
 
147
- Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
147
+ Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
148
148
 
149
149
 
150
150
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -174,9 +174,9 @@ def get_managed_certificate_output(environment_name: Optional[pulumi.Input[built
174
174
  """
175
175
  Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment
176
176
 
177
- Uses Azure REST API version 2025-01-01.
177
+ Uses Azure REST API version 2025-02-02-preview.
178
178
 
179
- Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
179
+ Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
180
180
 
181
181
 
182
182
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -28,10 +28,16 @@ class GetManagedEnvironmentResult:
28
28
  """
29
29
  An environment for hosting container apps
30
30
  """
31
- def __init__(__self__, app_logs_configuration=None, azure_api_version=None, custom_domain_configuration=None, dapr_ai_connection_string=None, dapr_ai_instrumentation_key=None, dapr_configuration=None, default_domain=None, deployment_errors=None, event_stream_endpoint=None, id=None, identity=None, infrastructure_resource_group=None, keda_configuration=None, kind=None, location=None, name=None, peer_authentication=None, peer_traffic_configuration=None, provisioning_state=None, static_ip=None, system_data=None, tags=None, type=None, vnet_configuration=None, workload_profiles=None, zone_redundant=None):
31
+ def __init__(__self__, app_insights_configuration=None, app_logs_configuration=None, availability_zones=None, azure_api_version=None, custom_domain_configuration=None, dapr_ai_connection_string=None, dapr_ai_instrumentation_key=None, dapr_configuration=None, default_domain=None, deployment_errors=None, disk_encryption_configuration=None, event_stream_endpoint=None, id=None, identity=None, infrastructure_resource_group=None, ingress_configuration=None, keda_configuration=None, kind=None, location=None, name=None, open_telemetry_configuration=None, peer_authentication=None, peer_traffic_configuration=None, private_endpoint_connections=None, private_link_default_domain=None, provisioning_state=None, public_network_access=None, static_ip=None, system_data=None, tags=None, type=None, vnet_configuration=None, workload_profiles=None, zone_redundant=None):
32
+ if app_insights_configuration and not isinstance(app_insights_configuration, dict):
33
+ raise TypeError("Expected argument 'app_insights_configuration' to be a dict")
34
+ pulumi.set(__self__, "app_insights_configuration", app_insights_configuration)
32
35
  if app_logs_configuration and not isinstance(app_logs_configuration, dict):
33
36
  raise TypeError("Expected argument 'app_logs_configuration' to be a dict")
34
37
  pulumi.set(__self__, "app_logs_configuration", app_logs_configuration)
38
+ if availability_zones and not isinstance(availability_zones, list):
39
+ raise TypeError("Expected argument 'availability_zones' to be a list")
40
+ pulumi.set(__self__, "availability_zones", availability_zones)
35
41
  if azure_api_version and not isinstance(azure_api_version, str):
36
42
  raise TypeError("Expected argument 'azure_api_version' to be a str")
37
43
  pulumi.set(__self__, "azure_api_version", azure_api_version)
@@ -53,6 +59,9 @@ class GetManagedEnvironmentResult:
53
59
  if deployment_errors and not isinstance(deployment_errors, str):
54
60
  raise TypeError("Expected argument 'deployment_errors' to be a str")
55
61
  pulumi.set(__self__, "deployment_errors", deployment_errors)
62
+ if disk_encryption_configuration and not isinstance(disk_encryption_configuration, dict):
63
+ raise TypeError("Expected argument 'disk_encryption_configuration' to be a dict")
64
+ pulumi.set(__self__, "disk_encryption_configuration", disk_encryption_configuration)
56
65
  if event_stream_endpoint and not isinstance(event_stream_endpoint, str):
57
66
  raise TypeError("Expected argument 'event_stream_endpoint' to be a str")
58
67
  pulumi.set(__self__, "event_stream_endpoint", event_stream_endpoint)
@@ -65,6 +74,9 @@ class GetManagedEnvironmentResult:
65
74
  if infrastructure_resource_group and not isinstance(infrastructure_resource_group, str):
66
75
  raise TypeError("Expected argument 'infrastructure_resource_group' to be a str")
67
76
  pulumi.set(__self__, "infrastructure_resource_group", infrastructure_resource_group)
77
+ if ingress_configuration and not isinstance(ingress_configuration, dict):
78
+ raise TypeError("Expected argument 'ingress_configuration' to be a dict")
79
+ pulumi.set(__self__, "ingress_configuration", ingress_configuration)
68
80
  if keda_configuration and not isinstance(keda_configuration, dict):
69
81
  raise TypeError("Expected argument 'keda_configuration' to be a dict")
70
82
  pulumi.set(__self__, "keda_configuration", keda_configuration)
@@ -77,15 +89,27 @@ class GetManagedEnvironmentResult:
77
89
  if name and not isinstance(name, str):
78
90
  raise TypeError("Expected argument 'name' to be a str")
79
91
  pulumi.set(__self__, "name", name)
92
+ if open_telemetry_configuration and not isinstance(open_telemetry_configuration, dict):
93
+ raise TypeError("Expected argument 'open_telemetry_configuration' to be a dict")
94
+ pulumi.set(__self__, "open_telemetry_configuration", open_telemetry_configuration)
80
95
  if peer_authentication and not isinstance(peer_authentication, dict):
81
96
  raise TypeError("Expected argument 'peer_authentication' to be a dict")
82
97
  pulumi.set(__self__, "peer_authentication", peer_authentication)
83
98
  if peer_traffic_configuration and not isinstance(peer_traffic_configuration, dict):
84
99
  raise TypeError("Expected argument 'peer_traffic_configuration' to be a dict")
85
100
  pulumi.set(__self__, "peer_traffic_configuration", peer_traffic_configuration)
101
+ if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
102
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
103
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
104
+ if private_link_default_domain and not isinstance(private_link_default_domain, str):
105
+ raise TypeError("Expected argument 'private_link_default_domain' to be a str")
106
+ pulumi.set(__self__, "private_link_default_domain", private_link_default_domain)
86
107
  if provisioning_state and not isinstance(provisioning_state, str):
87
108
  raise TypeError("Expected argument 'provisioning_state' to be a str")
88
109
  pulumi.set(__self__, "provisioning_state", provisioning_state)
110
+ if public_network_access and not isinstance(public_network_access, str):
111
+ raise TypeError("Expected argument 'public_network_access' to be a str")
112
+ pulumi.set(__self__, "public_network_access", public_network_access)
89
113
  if static_ip and not isinstance(static_ip, str):
90
114
  raise TypeError("Expected argument 'static_ip' to be a str")
91
115
  pulumi.set(__self__, "static_ip", static_ip)
@@ -108,14 +132,30 @@ class GetManagedEnvironmentResult:
108
132
  raise TypeError("Expected argument 'zone_redundant' to be a bool")
109
133
  pulumi.set(__self__, "zone_redundant", zone_redundant)
110
134
 
135
+ @property
136
+ @pulumi.getter(name="appInsightsConfiguration")
137
+ def app_insights_configuration(self) -> Optional['outputs.AppInsightsConfigurationResponse']:
138
+ """
139
+ Environment level Application Insights configuration
140
+ """
141
+ return pulumi.get(self, "app_insights_configuration")
142
+
111
143
  @property
112
144
  @pulumi.getter(name="appLogsConfiguration")
113
145
  def app_logs_configuration(self) -> Optional['outputs.AppLogsConfigurationResponse']:
114
146
  """
115
- Cluster configuration which enables the log daemon to export app logs to configured destination.
147
+ Cluster configuration which enables the log daemon to export app logs to configured destination
116
148
  """
117
149
  return pulumi.get(self, "app_logs_configuration")
118
150
 
151
+ @property
152
+ @pulumi.getter(name="availabilityZones")
153
+ def availability_zones(self) -> Optional[Sequence[builtins.str]]:
154
+ """
155
+ The list of availability zones to use for managed environment
156
+ """
157
+ return pulumi.get(self, "availability_zones")
158
+
119
159
  @property
120
160
  @pulumi.getter(name="azureApiVersion")
121
161
  def azure_api_version(self) -> builtins.str:
@@ -172,6 +212,14 @@ class GetManagedEnvironmentResult:
172
212
  """
173
213
  return pulumi.get(self, "deployment_errors")
174
214
 
215
+ @property
216
+ @pulumi.getter(name="diskEncryptionConfiguration")
217
+ def disk_encryption_configuration(self) -> Optional['outputs.DiskEncryptionConfigurationResponse']:
218
+ """
219
+ Disk encryption configuration for the Managed Environment.
220
+ """
221
+ return pulumi.get(self, "disk_encryption_configuration")
222
+
175
223
  @property
176
224
  @pulumi.getter(name="eventStreamEndpoint")
177
225
  def event_stream_endpoint(self) -> builtins.str:
@@ -204,6 +252,14 @@ class GetManagedEnvironmentResult:
204
252
  """
205
253
  return pulumi.get(self, "infrastructure_resource_group")
206
254
 
255
+ @property
256
+ @pulumi.getter(name="ingressConfiguration")
257
+ def ingress_configuration(self) -> Optional['outputs.IngressConfigurationResponse']:
258
+ """
259
+ Ingress configuration for the Managed Environment.
260
+ """
261
+ return pulumi.get(self, "ingress_configuration")
262
+
207
263
  @property
208
264
  @pulumi.getter(name="kedaConfiguration")
209
265
  def keda_configuration(self) -> Optional['outputs.KedaConfigurationResponse']:
@@ -236,6 +292,14 @@ class GetManagedEnvironmentResult:
236
292
  """
237
293
  return pulumi.get(self, "name")
238
294
 
295
+ @property
296
+ @pulumi.getter(name="openTelemetryConfiguration")
297
+ def open_telemetry_configuration(self) -> Optional['outputs.OpenTelemetryConfigurationResponse']:
298
+ """
299
+ Environment Open Telemetry configuration
300
+ """
301
+ return pulumi.get(self, "open_telemetry_configuration")
302
+
239
303
  @property
240
304
  @pulumi.getter(name="peerAuthentication")
241
305
  def peer_authentication(self) -> Optional['outputs.ManagedEnvironmentResponsePeerAuthentication']:
@@ -252,6 +316,22 @@ class GetManagedEnvironmentResult:
252
316
  """
253
317
  return pulumi.get(self, "peer_traffic_configuration")
254
318
 
319
+ @property
320
+ @pulumi.getter(name="privateEndpointConnections")
321
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
322
+ """
323
+ Private endpoint connections to the resource.
324
+ """
325
+ return pulumi.get(self, "private_endpoint_connections")
326
+
327
+ @property
328
+ @pulumi.getter(name="privateLinkDefaultDomain")
329
+ def private_link_default_domain(self) -> builtins.str:
330
+ """
331
+ Private Link Default Domain Name for the environment
332
+ """
333
+ return pulumi.get(self, "private_link_default_domain")
334
+
255
335
  @property
256
336
  @pulumi.getter(name="provisioningState")
257
337
  def provisioning_state(self) -> builtins.str:
@@ -260,6 +340,14 @@ class GetManagedEnvironmentResult:
260
340
  """
261
341
  return pulumi.get(self, "provisioning_state")
262
342
 
343
+ @property
344
+ @pulumi.getter(name="publicNetworkAccess")
345
+ def public_network_access(self) -> Optional[builtins.str]:
346
+ """
347
+ Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
348
+ """
349
+ return pulumi.get(self, "public_network_access")
350
+
263
351
  @property
264
352
  @pulumi.getter(name="staticIp")
265
353
  def static_ip(self) -> builtins.str:
@@ -323,7 +411,9 @@ class AwaitableGetManagedEnvironmentResult(GetManagedEnvironmentResult):
323
411
  if False:
324
412
  yield self
325
413
  return GetManagedEnvironmentResult(
414
+ app_insights_configuration=self.app_insights_configuration,
326
415
  app_logs_configuration=self.app_logs_configuration,
416
+ availability_zones=self.availability_zones,
327
417
  azure_api_version=self.azure_api_version,
328
418
  custom_domain_configuration=self.custom_domain_configuration,
329
419
  dapr_ai_connection_string=self.dapr_ai_connection_string,
@@ -331,17 +421,23 @@ class AwaitableGetManagedEnvironmentResult(GetManagedEnvironmentResult):
331
421
  dapr_configuration=self.dapr_configuration,
332
422
  default_domain=self.default_domain,
333
423
  deployment_errors=self.deployment_errors,
424
+ disk_encryption_configuration=self.disk_encryption_configuration,
334
425
  event_stream_endpoint=self.event_stream_endpoint,
335
426
  id=self.id,
336
427
  identity=self.identity,
337
428
  infrastructure_resource_group=self.infrastructure_resource_group,
429
+ ingress_configuration=self.ingress_configuration,
338
430
  keda_configuration=self.keda_configuration,
339
431
  kind=self.kind,
340
432
  location=self.location,
341
433
  name=self.name,
434
+ open_telemetry_configuration=self.open_telemetry_configuration,
342
435
  peer_authentication=self.peer_authentication,
343
436
  peer_traffic_configuration=self.peer_traffic_configuration,
437
+ private_endpoint_connections=self.private_endpoint_connections,
438
+ private_link_default_domain=self.private_link_default_domain,
344
439
  provisioning_state=self.provisioning_state,
440
+ public_network_access=self.public_network_access,
345
441
  static_ip=self.static_ip,
346
442
  system_data=self.system_data,
347
443
  tags=self.tags,
@@ -357,9 +453,9 @@ def get_managed_environment(environment_name: Optional[builtins.str] = None,
357
453
  """
358
454
  Get the properties of a Managed Environment used to host container apps.
359
455
 
360
- Uses Azure REST API version 2025-01-01.
456
+ Uses Azure REST API version 2025-02-02-preview.
361
457
 
362
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
458
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
363
459
 
364
460
 
365
461
  :param builtins.str environment_name: Name of the Environment.
@@ -372,7 +468,9 @@ def get_managed_environment(environment_name: Optional[builtins.str] = None,
372
468
  __ret__ = pulumi.runtime.invoke('azure-native:app:getManagedEnvironment', __args__, opts=opts, typ=GetManagedEnvironmentResult).value
373
469
 
374
470
  return AwaitableGetManagedEnvironmentResult(
471
+ app_insights_configuration=pulumi.get(__ret__, 'app_insights_configuration'),
375
472
  app_logs_configuration=pulumi.get(__ret__, 'app_logs_configuration'),
473
+ availability_zones=pulumi.get(__ret__, 'availability_zones'),
376
474
  azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
377
475
  custom_domain_configuration=pulumi.get(__ret__, 'custom_domain_configuration'),
378
476
  dapr_ai_connection_string=pulumi.get(__ret__, 'dapr_ai_connection_string'),
@@ -380,17 +478,23 @@ def get_managed_environment(environment_name: Optional[builtins.str] = None,
380
478
  dapr_configuration=pulumi.get(__ret__, 'dapr_configuration'),
381
479
  default_domain=pulumi.get(__ret__, 'default_domain'),
382
480
  deployment_errors=pulumi.get(__ret__, 'deployment_errors'),
481
+ disk_encryption_configuration=pulumi.get(__ret__, 'disk_encryption_configuration'),
383
482
  event_stream_endpoint=pulumi.get(__ret__, 'event_stream_endpoint'),
384
483
  id=pulumi.get(__ret__, 'id'),
385
484
  identity=pulumi.get(__ret__, 'identity'),
386
485
  infrastructure_resource_group=pulumi.get(__ret__, 'infrastructure_resource_group'),
486
+ ingress_configuration=pulumi.get(__ret__, 'ingress_configuration'),
387
487
  keda_configuration=pulumi.get(__ret__, 'keda_configuration'),
388
488
  kind=pulumi.get(__ret__, 'kind'),
389
489
  location=pulumi.get(__ret__, 'location'),
390
490
  name=pulumi.get(__ret__, 'name'),
491
+ open_telemetry_configuration=pulumi.get(__ret__, 'open_telemetry_configuration'),
391
492
  peer_authentication=pulumi.get(__ret__, 'peer_authentication'),
392
493
  peer_traffic_configuration=pulumi.get(__ret__, 'peer_traffic_configuration'),
494
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
495
+ private_link_default_domain=pulumi.get(__ret__, 'private_link_default_domain'),
393
496
  provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
497
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
394
498
  static_ip=pulumi.get(__ret__, 'static_ip'),
395
499
  system_data=pulumi.get(__ret__, 'system_data'),
396
500
  tags=pulumi.get(__ret__, 'tags'),
@@ -404,9 +508,9 @@ def get_managed_environment_output(environment_name: Optional[pulumi.Input[built
404
508
  """
405
509
  Get the properties of a Managed Environment used to host container apps.
406
510
 
407
- Uses Azure REST API version 2025-01-01.
511
+ Uses Azure REST API version 2025-02-02-preview.
408
512
 
409
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
513
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
410
514
 
411
515
 
412
516
  :param builtins.str environment_name: Name of the Environment.
@@ -418,7 +522,9 @@ def get_managed_environment_output(environment_name: Optional[pulumi.Input[built
418
522
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
419
523
  __ret__ = pulumi.runtime.invoke_output('azure-native:app:getManagedEnvironment', __args__, opts=opts, typ=GetManagedEnvironmentResult)
420
524
  return __ret__.apply(lambda __response__: GetManagedEnvironmentResult(
525
+ app_insights_configuration=pulumi.get(__response__, 'app_insights_configuration'),
421
526
  app_logs_configuration=pulumi.get(__response__, 'app_logs_configuration'),
527
+ availability_zones=pulumi.get(__response__, 'availability_zones'),
422
528
  azure_api_version=pulumi.get(__response__, 'azure_api_version'),
423
529
  custom_domain_configuration=pulumi.get(__response__, 'custom_domain_configuration'),
424
530
  dapr_ai_connection_string=pulumi.get(__response__, 'dapr_ai_connection_string'),
@@ -426,17 +532,23 @@ def get_managed_environment_output(environment_name: Optional[pulumi.Input[built
426
532
  dapr_configuration=pulumi.get(__response__, 'dapr_configuration'),
427
533
  default_domain=pulumi.get(__response__, 'default_domain'),
428
534
  deployment_errors=pulumi.get(__response__, 'deployment_errors'),
535
+ disk_encryption_configuration=pulumi.get(__response__, 'disk_encryption_configuration'),
429
536
  event_stream_endpoint=pulumi.get(__response__, 'event_stream_endpoint'),
430
537
  id=pulumi.get(__response__, 'id'),
431
538
  identity=pulumi.get(__response__, 'identity'),
432
539
  infrastructure_resource_group=pulumi.get(__response__, 'infrastructure_resource_group'),
540
+ ingress_configuration=pulumi.get(__response__, 'ingress_configuration'),
433
541
  keda_configuration=pulumi.get(__response__, 'keda_configuration'),
434
542
  kind=pulumi.get(__response__, 'kind'),
435
543
  location=pulumi.get(__response__, 'location'),
436
544
  name=pulumi.get(__response__, 'name'),
545
+ open_telemetry_configuration=pulumi.get(__response__, 'open_telemetry_configuration'),
437
546
  peer_authentication=pulumi.get(__response__, 'peer_authentication'),
438
547
  peer_traffic_configuration=pulumi.get(__response__, 'peer_traffic_configuration'),
548
+ private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
549
+ private_link_default_domain=pulumi.get(__response__, 'private_link_default_domain'),
439
550
  provisioning_state=pulumi.get(__response__, 'provisioning_state'),
551
+ public_network_access=pulumi.get(__response__, 'public_network_access'),
440
552
  static_ip=pulumi.get(__response__, 'static_ip'),
441
553
  system_data=pulumi.get(__response__, 'system_data'),
442
554
  tags=pulumi.get(__response__, 'tags'),
@@ -141,9 +141,9 @@ def get_managed_environment_auth_token(environment_name: Optional[builtins.str]
141
141
  """
142
142
  Checks if resource name is available.
143
143
 
144
- Uses Azure REST API version 2025-01-01.
144
+ Uses Azure REST API version 2025-02-02-preview.
145
145
 
146
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
146
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
147
147
 
148
148
 
149
149
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -170,9 +170,9 @@ def get_managed_environment_auth_token_output(environment_name: Optional[pulumi.
170
170
  """
171
171
  Checks if resource name is available.
172
172
 
173
- Uses Azure REST API version 2025-01-01.
173
+ Uses Azure REST API version 2025-02-02-preview.
174
174
 
175
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
175
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
176
176
 
177
177
 
178
178
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -154,9 +154,9 @@ def get_managed_environment_private_endpoint_connection(environment_name: Option
154
154
  """
155
155
  The Private Endpoint Connection resource.
156
156
 
157
- Uses Azure REST API version 2024-10-02-preview.
157
+ Uses Azure REST API version 2025-02-02-preview.
158
158
 
159
- Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
159
+ Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
160
160
 
161
161
 
162
162
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -187,9 +187,9 @@ def get_managed_environment_private_endpoint_connection_output(environment_name:
187
187
  """
188
188
  The Private Endpoint Connection resource.
189
189
 
190
- Uses Azure REST API version 2024-10-02-preview.
190
+ Uses Azure REST API version 2025-02-02-preview.
191
191
 
192
- Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
192
+ Other available API versions: 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
193
193
 
194
194
 
195
195
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -118,9 +118,9 @@ def get_managed_environments_storage(environment_name: Optional[builtins.str] =
118
118
  """
119
119
  Get storage for a managedEnvironment.
120
120
 
121
- Uses Azure REST API version 2025-01-01.
121
+ Uses Azure REST API version 2025-02-02-preview.
122
122
 
123
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
123
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
124
124
 
125
125
 
126
126
  :param builtins.str environment_name: Name of the Environment.
@@ -148,9 +148,9 @@ def get_managed_environments_storage_output(environment_name: Optional[pulumi.In
148
148
  """
149
149
  Get storage for a managedEnvironment.
150
150
 
151
- Uses Azure REST API version 2025-01-01.
151
+ Uses Azure REST API version 2025-02-02-preview.
152
152
 
153
- Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
153
+ Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
154
154
 
155
155
 
156
156
  :param builtins.str environment_name: Name of the Environment.
@@ -104,9 +104,9 @@ class HttpRouteConfig(pulumi.CustomResource):
104
104
  """
105
105
  Advanced Ingress routing for path/header based routing for a Container App Environment
106
106
 
107
- Uses Azure REST API version 2024-10-02-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-02-preview.
107
+ Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-02-preview.
108
108
 
109
- Other available API versions: 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
109
+ Other available API versions: 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
110
110
 
111
111
  :param str resource_name: The name of the resource.
112
112
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -124,9 +124,9 @@ class HttpRouteConfig(pulumi.CustomResource):
124
124
  """
125
125
  Advanced Ingress routing for path/header based routing for a Container App Environment
126
126
 
127
- Uses Azure REST API version 2024-10-02-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-02-preview.
127
+ Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-02-preview.
128
128
 
129
- Other available API versions: 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
129
+ Other available API versions: 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
130
130
 
131
131
  :param str resource_name: The name of the resource.
132
132
  :param HttpRouteConfigArgs args: The arguments to use to populate this resource's properties.