pulumi-azure-native 3.7.0a1755038471__py3-none-any.whl → 3.7.1__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.0a1755038471.dist-info → pulumi_azure_native-3.7.1.dist-info}/METADATA +1 -1
  66. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.1.dist-info}/RECORD +68 -68
  67. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.1.dist-info}/WHEEL +0 -0
  68. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.1.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetContainerAppResult:
28
28
  """
29
29
  Container App.
30
30
  """
31
- def __init__(__self__, azure_api_version=None, configuration=None, custom_domain_verification_id=None, environment_id=None, event_stream_endpoint=None, extended_location=None, id=None, identity=None, latest_ready_revision_name=None, latest_revision_fqdn=None, latest_revision_name=None, location=None, managed_by=None, managed_environment_id=None, name=None, outbound_ip_addresses=None, provisioning_state=None, running_status=None, system_data=None, tags=None, template=None, type=None, workload_profile_name=None):
31
+ def __init__(__self__, azure_api_version=None, configuration=None, custom_domain_verification_id=None, deployment_errors=None, environment_id=None, event_stream_endpoint=None, extended_location=None, id=None, identity=None, kind=None, latest_ready_revision_name=None, latest_revision_fqdn=None, latest_revision_name=None, location=None, managed_by=None, managed_environment_id=None, name=None, outbound_ip_addresses=None, patching_configuration=None, provisioning_state=None, running_status=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)
@@ -38,6 +38,9 @@ class GetContainerAppResult:
38
38
  if custom_domain_verification_id and not isinstance(custom_domain_verification_id, str):
39
39
  raise TypeError("Expected argument 'custom_domain_verification_id' to be a str")
40
40
  pulumi.set(__self__, "custom_domain_verification_id", custom_domain_verification_id)
41
+ if deployment_errors and not isinstance(deployment_errors, str):
42
+ raise TypeError("Expected argument 'deployment_errors' to be a str")
43
+ pulumi.set(__self__, "deployment_errors", deployment_errors)
41
44
  if environment_id and not isinstance(environment_id, str):
42
45
  raise TypeError("Expected argument 'environment_id' to be a str")
43
46
  pulumi.set(__self__, "environment_id", environment_id)
@@ -53,6 +56,9 @@ class GetContainerAppResult:
53
56
  if identity and not isinstance(identity, dict):
54
57
  raise TypeError("Expected argument 'identity' to be a dict")
55
58
  pulumi.set(__self__, "identity", identity)
59
+ if kind and not isinstance(kind, str):
60
+ raise TypeError("Expected argument 'kind' to be a str")
61
+ pulumi.set(__self__, "kind", kind)
56
62
  if latest_ready_revision_name and not isinstance(latest_ready_revision_name, str):
57
63
  raise TypeError("Expected argument 'latest_ready_revision_name' to be a str")
58
64
  pulumi.set(__self__, "latest_ready_revision_name", latest_ready_revision_name)
@@ -77,6 +83,9 @@ class GetContainerAppResult:
77
83
  if outbound_ip_addresses and not isinstance(outbound_ip_addresses, list):
78
84
  raise TypeError("Expected argument 'outbound_ip_addresses' to be a list")
79
85
  pulumi.set(__self__, "outbound_ip_addresses", outbound_ip_addresses)
86
+ if patching_configuration and not isinstance(patching_configuration, dict):
87
+ raise TypeError("Expected argument 'patching_configuration' to be a dict")
88
+ pulumi.set(__self__, "patching_configuration", patching_configuration)
80
89
  if provisioning_state and not isinstance(provisioning_state, str):
81
90
  raise TypeError("Expected argument 'provisioning_state' to be a str")
82
91
  pulumi.set(__self__, "provisioning_state", provisioning_state)
@@ -123,6 +132,14 @@ class GetContainerAppResult:
123
132
  """
124
133
  return pulumi.get(self, "custom_domain_verification_id")
125
134
 
135
+ @property
136
+ @pulumi.getter(name="deploymentErrors")
137
+ def deployment_errors(self) -> builtins.str:
138
+ """
139
+ Any errors that occurred during deployment
140
+ """
141
+ return pulumi.get(self, "deployment_errors")
142
+
126
143
  @property
127
144
  @pulumi.getter(name="environmentId")
128
145
  def environment_id(self) -> Optional[builtins.str]:
@@ -163,6 +180,14 @@ class GetContainerAppResult:
163
180
  """
164
181
  return pulumi.get(self, "identity")
165
182
 
183
+ @property
184
+ @pulumi.getter
185
+ def kind(self) -> Optional[builtins.str]:
186
+ """
187
+ Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value.
188
+ """
189
+ return pulumi.get(self, "kind")
190
+
166
191
  @property
167
192
  @pulumi.getter(name="latestReadyRevisionName")
168
193
  def latest_ready_revision_name(self) -> builtins.str:
@@ -227,6 +252,14 @@ class GetContainerAppResult:
227
252
  """
228
253
  return pulumi.get(self, "outbound_ip_addresses")
229
254
 
255
+ @property
256
+ @pulumi.getter(name="patchingConfiguration")
257
+ def patching_configuration(self) -> Optional['outputs.ContainerAppResponsePatchingConfiguration']:
258
+ """
259
+ Container App auto patch configuration.
260
+ """
261
+ return pulumi.get(self, "patching_configuration")
262
+
230
263
  @property
231
264
  @pulumi.getter(name="provisioningState")
232
265
  def provisioning_state(self) -> builtins.str:
@@ -293,11 +326,13 @@ class AwaitableGetContainerAppResult(GetContainerAppResult):
293
326
  azure_api_version=self.azure_api_version,
294
327
  configuration=self.configuration,
295
328
  custom_domain_verification_id=self.custom_domain_verification_id,
329
+ deployment_errors=self.deployment_errors,
296
330
  environment_id=self.environment_id,
297
331
  event_stream_endpoint=self.event_stream_endpoint,
298
332
  extended_location=self.extended_location,
299
333
  id=self.id,
300
334
  identity=self.identity,
335
+ kind=self.kind,
301
336
  latest_ready_revision_name=self.latest_ready_revision_name,
302
337
  latest_revision_fqdn=self.latest_revision_fqdn,
303
338
  latest_revision_name=self.latest_revision_name,
@@ -306,6 +341,7 @@ class AwaitableGetContainerAppResult(GetContainerAppResult):
306
341
  managed_environment_id=self.managed_environment_id,
307
342
  name=self.name,
308
343
  outbound_ip_addresses=self.outbound_ip_addresses,
344
+ patching_configuration=self.patching_configuration,
309
345
  provisioning_state=self.provisioning_state,
310
346
  running_status=self.running_status,
311
347
  system_data=self.system_data,
@@ -321,9 +357,9 @@ def get_container_app(container_app_name: Optional[builtins.str] = None,
321
357
  """
322
358
  Container App.
323
359
 
324
- Uses Azure REST API version 2025-01-01.
360
+ Uses Azure REST API version 2025-02-02-preview.
325
361
 
326
- 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.
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-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.
327
363
 
328
364
 
329
365
  :param builtins.str container_app_name: Name of the Container App.
@@ -339,11 +375,13 @@ def get_container_app(container_app_name: Optional[builtins.str] = None,
339
375
  azure_api_version=pulumi.get(__ret__, 'azure_api_version'),
340
376
  configuration=pulumi.get(__ret__, 'configuration'),
341
377
  custom_domain_verification_id=pulumi.get(__ret__, 'custom_domain_verification_id'),
378
+ deployment_errors=pulumi.get(__ret__, 'deployment_errors'),
342
379
  environment_id=pulumi.get(__ret__, 'environment_id'),
343
380
  event_stream_endpoint=pulumi.get(__ret__, 'event_stream_endpoint'),
344
381
  extended_location=pulumi.get(__ret__, 'extended_location'),
345
382
  id=pulumi.get(__ret__, 'id'),
346
383
  identity=pulumi.get(__ret__, 'identity'),
384
+ kind=pulumi.get(__ret__, 'kind'),
347
385
  latest_ready_revision_name=pulumi.get(__ret__, 'latest_ready_revision_name'),
348
386
  latest_revision_fqdn=pulumi.get(__ret__, 'latest_revision_fqdn'),
349
387
  latest_revision_name=pulumi.get(__ret__, 'latest_revision_name'),
@@ -352,6 +390,7 @@ def get_container_app(container_app_name: Optional[builtins.str] = None,
352
390
  managed_environment_id=pulumi.get(__ret__, 'managed_environment_id'),
353
391
  name=pulumi.get(__ret__, 'name'),
354
392
  outbound_ip_addresses=pulumi.get(__ret__, 'outbound_ip_addresses'),
393
+ patching_configuration=pulumi.get(__ret__, 'patching_configuration'),
355
394
  provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
356
395
  running_status=pulumi.get(__ret__, 'running_status'),
357
396
  system_data=pulumi.get(__ret__, 'system_data'),
@@ -365,9 +404,9 @@ def get_container_app_output(container_app_name: Optional[pulumi.Input[builtins.
365
404
  """
366
405
  Container App.
367
406
 
368
- Uses Azure REST API version 2025-01-01.
407
+ Uses Azure REST API version 2025-02-02-preview.
369
408
 
370
- 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.
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-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.
371
410
 
372
411
 
373
412
  :param builtins.str container_app_name: Name of the Container App.
@@ -382,11 +421,13 @@ def get_container_app_output(container_app_name: Optional[pulumi.Input[builtins.
382
421
  azure_api_version=pulumi.get(__response__, 'azure_api_version'),
383
422
  configuration=pulumi.get(__response__, 'configuration'),
384
423
  custom_domain_verification_id=pulumi.get(__response__, 'custom_domain_verification_id'),
424
+ deployment_errors=pulumi.get(__response__, 'deployment_errors'),
385
425
  environment_id=pulumi.get(__response__, 'environment_id'),
386
426
  event_stream_endpoint=pulumi.get(__response__, 'event_stream_endpoint'),
387
427
  extended_location=pulumi.get(__response__, 'extended_location'),
388
428
  id=pulumi.get(__response__, 'id'),
389
429
  identity=pulumi.get(__response__, 'identity'),
430
+ kind=pulumi.get(__response__, 'kind'),
390
431
  latest_ready_revision_name=pulumi.get(__response__, 'latest_ready_revision_name'),
391
432
  latest_revision_fqdn=pulumi.get(__response__, 'latest_revision_fqdn'),
392
433
  latest_revision_name=pulumi.get(__response__, 'latest_revision_name'),
@@ -395,6 +436,7 @@ def get_container_app_output(container_app_name: Optional[pulumi.Input[builtins.
395
436
  managed_environment_id=pulumi.get(__response__, 'managed_environment_id'),
396
437
  name=pulumi.get(__response__, 'name'),
397
438
  outbound_ip_addresses=pulumi.get(__response__, 'outbound_ip_addresses'),
439
+ patching_configuration=pulumi.get(__response__, 'patching_configuration'),
398
440
  provisioning_state=pulumi.get(__response__, 'provisioning_state'),
399
441
  running_status=pulumi.get(__response__, 'running_status'),
400
442
  system_data=pulumi.get(__response__, 'system_data'),
@@ -141,9 +141,9 @@ def get_container_app_auth_token(container_app_name: Optional[builtins.str] = No
141
141
  """
142
142
  Container App Auth Token.
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 container_app_name: Name of the Container App.
@@ -170,9 +170,9 @@ def get_container_app_auth_token_output(container_app_name: Optional[pulumi.Inpu
170
170
  """
171
171
  Container App Auth Token.
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 container_app_name: Name of the Container App.
@@ -178,9 +178,9 @@ def get_container_apps_auth_config(auth_config_name: Optional[builtins.str] = No
178
178
  """
179
179
  Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
180
180
 
181
- Uses Azure REST API version 2025-01-01.
181
+ Uses Azure REST API version 2025-02-02-preview.
182
182
 
183
- 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.
183
+ 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.
184
184
 
185
185
 
186
186
  :param builtins.str auth_config_name: Name of the Container App AuthConfig.
@@ -213,9 +213,9 @@ def get_container_apps_auth_config_output(auth_config_name: Optional[pulumi.Inpu
213
213
  """
214
214
  Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
215
215
 
216
- Uses Azure REST API version 2025-01-01.
216
+ Uses Azure REST API version 2025-02-02-preview.
217
217
 
218
- 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.
218
+ 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.
219
219
 
220
220
 
221
221
  :param builtins.str auth_config_name: Name of the Container App AuthConfig.
@@ -285,9 +285,9 @@ def get_container_apps_session_pool(resource_group_name: Optional[builtins.str]
285
285
  """
286
286
  Container App session pool.
287
287
 
288
- Uses Azure REST API version 2025-01-01.
288
+ Uses Azure REST API version 2025-02-02-preview.
289
289
 
290
- Other available API versions: 2024-02-02-preview, 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.
290
+ Other available API versions: 2024-02-02-preview, 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.
291
291
 
292
292
 
293
293
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -326,9 +326,9 @@ def get_container_apps_session_pool_output(resource_group_name: Optional[pulumi.
326
326
  """
327
327
  Container App session pool.
328
328
 
329
- Uses Azure REST API version 2025-01-01.
329
+ Uses Azure REST API version 2025-02-02-preview.
330
330
 
331
- Other available API versions: 2024-02-02-preview, 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.
331
+ Other available API versions: 2024-02-02-preview, 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.
332
332
 
333
333
 
334
334
  :param builtins.str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -156,9 +156,9 @@ def get_container_apps_source_control(container_app_name: Optional[builtins.str]
156
156
  """
157
157
  Container App SourceControl.
158
158
 
159
- Uses Azure REST API version 2025-01-01.
159
+ Uses Azure REST API version 2025-02-02-preview.
160
160
 
161
- 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.
161
+ 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.
162
162
 
163
163
 
164
164
  :param builtins.str container_app_name: Name of the Container App.
@@ -189,9 +189,9 @@ def get_container_apps_source_control_output(container_app_name: Optional[pulumi
189
189
  """
190
190
  Container App SourceControl.
191
191
 
192
- Uses Azure REST API version 2025-01-01.
192
+ Uses Azure REST API version 2025-02-02-preview.
193
193
 
194
- 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.
194
+ 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.
195
195
 
196
196
 
197
197
  :param builtins.str container_app_name: Name of the Container App.
@@ -51,9 +51,9 @@ def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = Non
51
51
  """
52
52
  Get the verification id of a subscription used for verifying custom domains
53
53
 
54
- Uses Azure REST API version 2025-01-01.
54
+ Uses Azure REST API version 2025-02-02-preview.
55
55
 
56
- Other available API versions: 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.
56
+ Other available API versions: 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.
57
57
  """
58
58
  __args__ = dict()
59
59
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -65,9 +65,9 @@ def get_custom_domain_verification_id_output(opts: Optional[Union[pulumi.InvokeO
65
65
  """
66
66
  Get the verification id of a subscription used for verifying custom domains
67
67
 
68
- Uses Azure REST API version 2025-01-01.
68
+ Uses Azure REST API version 2025-02-02-preview.
69
69
 
70
- Other available API versions: 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.
70
+ Other available API versions: 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.
71
71
  """
72
72
  __args__ = dict()
73
73
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -28,7 +28,7 @@ class GetDaprComponentResult:
28
28
  """
29
29
  Dapr Component.
30
30
  """
31
- def __init__(__self__, azure_api_version=None, component_type=None, id=None, ignore_errors=None, init_timeout=None, metadata=None, name=None, scopes=None, secret_store_component=None, secrets=None, system_data=None, type=None, version=None):
31
+ def __init__(__self__, azure_api_version=None, component_type=None, id=None, ignore_errors=None, init_timeout=None, metadata=None, name=None, scopes=None, secret_store_component=None, secrets=None, service_component_bind=None, system_data=None, type=None, version=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)
@@ -59,6 +59,9 @@ class GetDaprComponentResult:
59
59
  if secrets and not isinstance(secrets, list):
60
60
  raise TypeError("Expected argument 'secrets' to be a list")
61
61
  pulumi.set(__self__, "secrets", secrets)
62
+ if service_component_bind and not isinstance(service_component_bind, list):
63
+ raise TypeError("Expected argument 'service_component_bind' to be a list")
64
+ pulumi.set(__self__, "service_component_bind", service_component_bind)
62
65
  if system_data and not isinstance(system_data, dict):
63
66
  raise TypeError("Expected argument 'system_data' to be a dict")
64
67
  pulumi.set(__self__, "system_data", system_data)
@@ -149,6 +152,14 @@ class GetDaprComponentResult:
149
152
  """
150
153
  return pulumi.get(self, "secrets")
151
154
 
155
+ @property
156
+ @pulumi.getter(name="serviceComponentBind")
157
+ def service_component_bind(self) -> Optional[Sequence['outputs.DaprComponentServiceBindingResponse']]:
158
+ """
159
+ List of container app services that are bound to the Dapr component
160
+ """
161
+ return pulumi.get(self, "service_component_bind")
162
+
152
163
  @property
153
164
  @pulumi.getter(name="systemData")
154
165
  def system_data(self) -> 'outputs.SystemDataResponse':
@@ -190,6 +201,7 @@ class AwaitableGetDaprComponentResult(GetDaprComponentResult):
190
201
  scopes=self.scopes,
191
202
  secret_store_component=self.secret_store_component,
192
203
  secrets=self.secrets,
204
+ service_component_bind=self.service_component_bind,
193
205
  system_data=self.system_data,
194
206
  type=self.type,
195
207
  version=self.version)
@@ -202,9 +214,9 @@ def get_dapr_component(component_name: Optional[builtins.str] = None,
202
214
  """
203
215
  Dapr Component.
204
216
 
205
- Uses Azure REST API version 2025-01-01.
217
+ Uses Azure REST API version 2025-02-02-preview.
206
218
 
207
- 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.
219
+ 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.
208
220
 
209
221
 
210
222
  :param builtins.str component_name: Name of the Dapr Component.
@@ -229,6 +241,7 @@ def get_dapr_component(component_name: Optional[builtins.str] = None,
229
241
  scopes=pulumi.get(__ret__, 'scopes'),
230
242
  secret_store_component=pulumi.get(__ret__, 'secret_store_component'),
231
243
  secrets=pulumi.get(__ret__, 'secrets'),
244
+ service_component_bind=pulumi.get(__ret__, 'service_component_bind'),
232
245
  system_data=pulumi.get(__ret__, 'system_data'),
233
246
  type=pulumi.get(__ret__, 'type'),
234
247
  version=pulumi.get(__ret__, 'version'))
@@ -239,9 +252,9 @@ def get_dapr_component_output(component_name: Optional[pulumi.Input[builtins.str
239
252
  """
240
253
  Dapr Component.
241
254
 
242
- Uses Azure REST API version 2025-01-01.
255
+ Uses Azure REST API version 2025-02-02-preview.
243
256
 
244
- 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.
257
+ 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.
245
258
 
246
259
 
247
260
  :param builtins.str component_name: Name of the Dapr Component.
@@ -265,6 +278,7 @@ def get_dapr_component_output(component_name: Optional[pulumi.Input[builtins.str
265
278
  scopes=pulumi.get(__response__, 'scopes'),
266
279
  secret_store_component=pulumi.get(__response__, 'secret_store_component'),
267
280
  secrets=pulumi.get(__response__, 'secrets'),
281
+ service_component_bind=pulumi.get(__response__, 'service_component_bind'),
268
282
  system_data=pulumi.get(__response__, 'system_data'),
269
283
  type=pulumi.get(__response__, 'type'),
270
284
  version=pulumi.get(__response__, 'version')))
@@ -131,9 +131,9 @@ def get_dapr_component_resiliency_policy(component_name: Optional[builtins.str]
131
131
  """
132
132
  Dapr Component Resiliency Policy.
133
133
 
134
- Uses Azure REST API version 2024-10-02-preview.
134
+ Uses Azure REST API version 2025-02-02-preview.
135
135
 
136
- Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
136
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
137
137
 
138
138
 
139
139
  :param builtins.str component_name: Name of the Dapr Component.
@@ -165,9 +165,9 @@ def get_dapr_component_resiliency_policy_output(component_name: Optional[pulumi.
165
165
  """
166
166
  Dapr Component Resiliency Policy.
167
167
 
168
- Uses Azure REST API version 2024-10-02-preview.
168
+ Uses Azure REST API version 2025-02-02-preview.
169
169
 
170
- Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
170
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
171
171
 
172
172
 
173
173
  :param builtins.str component_name: Name of the Dapr Component.
@@ -190,9 +190,9 @@ def get_dapr_subscription(environment_name: Optional[builtins.str] = None,
190
190
  """
191
191
  Dapr PubSub Event Subscription.
192
192
 
193
- Uses Azure REST API version 2024-10-02-preview.
193
+ Uses Azure REST API version 2025-02-02-preview.
194
194
 
195
- Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
195
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
196
196
 
197
197
 
198
198
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -226,9 +226,9 @@ def get_dapr_subscription_output(environment_name: Optional[pulumi.Input[builtin
226
226
  """
227
227
  Dapr PubSub Event Subscription.
228
228
 
229
- Uses Azure REST API version 2024-10-02-preview.
229
+ Uses Azure REST API version 2025-02-02-preview.
230
230
 
231
- Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
231
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 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.
232
232
 
233
233
 
234
234
  :param builtins.str environment_name: Name of the Managed Environment.
@@ -154,9 +154,9 @@ def get_dot_net_component(environment_name: Optional[builtins.str] = None,
154
154
  """
155
155
  .NET Component.
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: 2023-11-02-preview, 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: 2023-11-02-preview, 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_dot_net_component_output(environment_name: Optional[pulumi.Input[builtin
187
187
  """
188
188
  .NET Component.
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: 2023-11-02-preview, 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: 2023-11-02-preview, 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_http_route_config(environment_name: Optional[builtins.str] = None,
118
118
  """
119
119
  Advanced Ingress routing for path/header based routing for a Container App Environment
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 environment_name: Name of the Managed Environment.
@@ -148,9 +148,9 @@ def get_http_route_config_output(environment_name: Optional[pulumi.Input[builtin
148
148
  """
149
149
  Advanced Ingress routing for path/header based routing for a Container App Environment
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 environment_name: Name of the Managed Environment.
@@ -118,9 +118,9 @@ def get_java_component(environment_name: Optional[builtins.str] = None,
118
118
  """
119
119
  Java Component.
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: 2023-11-02-preview, 2024-02-02-preview, 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: 2023-11-02-preview, 2024-02-02-preview, 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 Managed Environment.
@@ -148,9 +148,9 @@ def get_java_component_output(environment_name: Optional[pulumi.Input[builtins.s
148
148
  """
149
149
  Java Component.
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: 2023-11-02-preview, 2024-02-02-preview, 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: 2023-11-02-preview, 2024-02-02-preview, 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 Managed Environment.