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.
- pulumi_azure_native/app/_enums.py +89 -1
- pulumi_azure_native/app/_inputs.py +2903 -126
- pulumi_azure_native/app/app_resiliency.py +4 -4
- pulumi_azure_native/app/build.py +4 -4
- pulumi_azure_native/app/builder.py +4 -4
- pulumi_azure_native/app/certificate.py +5 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +5 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +72 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +33 -4
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/dapr_subscription.py +4 -4
- pulumi_azure_native/app/dot_net_component.py +4 -4
- pulumi_azure_native/app/get_app_resiliency.py +4 -4
- pulumi_azure_native/app/get_build.py +4 -4
- pulumi_azure_native/app/get_builder.py +4 -4
- pulumi_azure_native/app/get_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environment.py +4 -4
- pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
- pulumi_azure_native/app/get_container_app.py +47 -5
- pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
- pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +19 -5
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
- pulumi_azure_native/app/get_dapr_subscription.py +4 -4
- pulumi_azure_native/app/get_dot_net_component.py +4 -4
- pulumi_azure_native/app/get_http_route_config.py +4 -4
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +33 -5
- pulumi_azure_native/app/get_logic_app.py +4 -4
- pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
- pulumi_azure_native/app/get_managed_certificate.py +4 -4
- pulumi_azure_native/app/get_managed_environment.py +118 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
- pulumi_azure_native/app/http_route_config.py +4 -4
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +43 -4
- pulumi_azure_native/app/list_build_auth_token.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
- pulumi_azure_native/app/logic_app.py +4 -4
- pulumi_azure_native/app/maintenance_configuration.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +202 -8
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +2484 -150
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/RECORD +68 -68
- {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.7.0a1754670960.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/top_level.txt +0 -0
|
@@ -188,9 +188,9 @@ class AppResiliency(pulumi.CustomResource):
|
|
|
188
188
|
"""
|
|
189
189
|
Configuration to setup App Resiliency
|
|
190
190
|
|
|
191
|
-
Uses Azure REST API version
|
|
191
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
192
192
|
|
|
193
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
193
|
+
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.
|
|
194
194
|
|
|
195
195
|
:param str resource_name: The name of the resource.
|
|
196
196
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -213,9 +213,9 @@ class AppResiliency(pulumi.CustomResource):
|
|
|
213
213
|
"""
|
|
214
214
|
Configuration to setup App Resiliency
|
|
215
215
|
|
|
216
|
-
Uses Azure REST API version
|
|
216
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
217
217
|
|
|
218
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
218
|
+
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.
|
|
219
219
|
|
|
220
220
|
:param str resource_name: The name of the resource.
|
|
221
221
|
:param AppResiliencyArgs args: The arguments to use to populate this resource's properties.
|
pulumi_azure_native/app/build.py
CHANGED
|
@@ -120,9 +120,9 @@ class Build(pulumi.CustomResource):
|
|
|
120
120
|
"""
|
|
121
121
|
Information pertaining to an individual build.
|
|
122
122
|
|
|
123
|
-
Uses Azure REST API version
|
|
123
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
124
124
|
|
|
125
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
125
|
+
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.
|
|
126
126
|
|
|
127
127
|
:param str resource_name: The name of the resource.
|
|
128
128
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -141,9 +141,9 @@ class Build(pulumi.CustomResource):
|
|
|
141
141
|
"""
|
|
142
142
|
Information pertaining to an individual build.
|
|
143
143
|
|
|
144
|
-
Uses Azure REST API version
|
|
144
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
145
145
|
|
|
146
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
146
|
+
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.
|
|
147
147
|
|
|
148
148
|
:param str resource_name: The name of the resource.
|
|
149
149
|
:param BuildArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -155,9 +155,9 @@ class Builder(pulumi.CustomResource):
|
|
|
155
155
|
"""
|
|
156
156
|
Information about the SourceToCloud builder resource.
|
|
157
157
|
|
|
158
|
-
Uses Azure REST API version
|
|
158
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
159
159
|
|
|
160
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
160
|
+
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.
|
|
161
161
|
|
|
162
162
|
:param str resource_name: The name of the resource.
|
|
163
163
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -178,9 +178,9 @@ class Builder(pulumi.CustomResource):
|
|
|
178
178
|
"""
|
|
179
179
|
Information about the SourceToCloud builder resource.
|
|
180
180
|
|
|
181
|
-
Uses Azure REST API version
|
|
181
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
|
|
182
182
|
|
|
183
|
-
Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview,
|
|
183
|
+
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.
|
|
184
184
|
|
|
185
185
|
:param str resource_name: The name of the resource.
|
|
186
186
|
:param BuilderArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -15,6 +15,7 @@ else:
|
|
|
15
15
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
18
19
|
from ._inputs import *
|
|
19
20
|
|
|
20
21
|
__all__ = ['CertificateArgs', 'Certificate']
|
|
@@ -137,9 +138,9 @@ class Certificate(pulumi.CustomResource):
|
|
|
137
138
|
"""
|
|
138
139
|
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
139
140
|
|
|
140
|
-
Uses Azure REST API version 2025-
|
|
141
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
141
142
|
|
|
142
|
-
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-
|
|
143
|
+
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.
|
|
143
144
|
|
|
144
145
|
:param str resource_name: The name of the resource.
|
|
145
146
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -159,9 +160,9 @@ class Certificate(pulumi.CustomResource):
|
|
|
159
160
|
"""
|
|
160
161
|
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
161
162
|
|
|
162
|
-
Uses Azure REST API version 2025-
|
|
163
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
163
164
|
|
|
164
|
-
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-
|
|
165
|
+
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.
|
|
165
166
|
|
|
166
167
|
:param str resource_name: The name of the resource.
|
|
167
168
|
:param CertificateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -173,9 +173,9 @@ class ConnectedEnvironment(pulumi.CustomResource):
|
|
|
173
173
|
"""
|
|
174
174
|
An environment for Kubernetes cluster specialized for web workloads by Azure App Service
|
|
175
175
|
|
|
176
|
-
Uses Azure REST API version 2025-
|
|
176
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
177
177
|
|
|
178
|
-
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-
|
|
178
|
+
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.
|
|
179
179
|
|
|
180
180
|
:param str resource_name: The name of the resource.
|
|
181
181
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -197,9 +197,9 @@ class ConnectedEnvironment(pulumi.CustomResource):
|
|
|
197
197
|
"""
|
|
198
198
|
An environment for Kubernetes cluster specialized for web workloads by Azure App Service
|
|
199
199
|
|
|
200
|
-
Uses Azure REST API version 2025-
|
|
200
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
201
201
|
|
|
202
|
-
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-
|
|
202
|
+
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.
|
|
203
203
|
|
|
204
204
|
:param str resource_name: The name of the resource.
|
|
205
205
|
:param ConnectedEnvironmentArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -15,6 +15,7 @@ else:
|
|
|
15
15
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
16
|
from .. import _utilities
|
|
17
17
|
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
18
19
|
from ._inputs import *
|
|
19
20
|
|
|
20
21
|
__all__ = ['ConnectedEnvironmentsCertificateArgs', 'ConnectedEnvironmentsCertificate']
|
|
@@ -137,9 +138,9 @@ class ConnectedEnvironmentsCertificate(pulumi.CustomResource):
|
|
|
137
138
|
"""
|
|
138
139
|
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
139
140
|
|
|
140
|
-
Uses Azure REST API version 2025-
|
|
141
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
141
142
|
|
|
142
|
-
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-
|
|
143
|
+
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.
|
|
143
144
|
|
|
144
145
|
:param str resource_name: The name of the resource.
|
|
145
146
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -159,9 +160,9 @@ class ConnectedEnvironmentsCertificate(pulumi.CustomResource):
|
|
|
159
160
|
"""
|
|
160
161
|
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
|
|
161
162
|
|
|
162
|
-
Uses Azure REST API version 2025-
|
|
163
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
163
164
|
|
|
164
|
-
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-
|
|
165
|
+
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.
|
|
165
166
|
|
|
166
167
|
:param str resource_name: The name of the resource.
|
|
167
168
|
:param ConnectedEnvironmentsCertificateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -32,6 +32,7 @@ class ConnectedEnvironmentsDaprComponentArgs:
|
|
|
32
32
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
33
33
|
secret_store_component: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
34
|
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['SecretArgs']]]] = None,
|
|
35
|
+
service_component_bind: Optional[pulumi.Input[Sequence[pulumi.Input['DaprComponentServiceBindingArgs']]]] = None,
|
|
35
36
|
version: Optional[pulumi.Input[builtins.str]] = None):
|
|
36
37
|
"""
|
|
37
38
|
The set of arguments for constructing a ConnectedEnvironmentsDaprComponent resource.
|
|
@@ -45,6 +46,7 @@ class ConnectedEnvironmentsDaprComponentArgs:
|
|
|
45
46
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] scopes: Names of container apps that can use this Dapr component
|
|
46
47
|
:param pulumi.Input[builtins.str] secret_store_component: Name of a Dapr component to retrieve component secrets from
|
|
47
48
|
:param pulumi.Input[Sequence[pulumi.Input['SecretArgs']]] secrets: Collection of secrets used by a Dapr component
|
|
49
|
+
:param pulumi.Input[Sequence[pulumi.Input['DaprComponentServiceBindingArgs']]] service_component_bind: List of container app services that are bound to the Dapr component
|
|
48
50
|
:param pulumi.Input[builtins.str] version: Component version
|
|
49
51
|
"""
|
|
50
52
|
pulumi.set(__self__, "connected_environment_name", connected_environment_name)
|
|
@@ -67,6 +69,8 @@ class ConnectedEnvironmentsDaprComponentArgs:
|
|
|
67
69
|
pulumi.set(__self__, "secret_store_component", secret_store_component)
|
|
68
70
|
if secrets is not None:
|
|
69
71
|
pulumi.set(__self__, "secrets", secrets)
|
|
72
|
+
if service_component_bind is not None:
|
|
73
|
+
pulumi.set(__self__, "service_component_bind", service_component_bind)
|
|
70
74
|
if version is not None:
|
|
71
75
|
pulumi.set(__self__, "version", version)
|
|
72
76
|
|
|
@@ -190,6 +194,18 @@ class ConnectedEnvironmentsDaprComponentArgs:
|
|
|
190
194
|
def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecretArgs']]]]):
|
|
191
195
|
pulumi.set(self, "secrets", value)
|
|
192
196
|
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="serviceComponentBind")
|
|
199
|
+
def service_component_bind(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaprComponentServiceBindingArgs']]]]:
|
|
200
|
+
"""
|
|
201
|
+
List of container app services that are bound to the Dapr component
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "service_component_bind")
|
|
204
|
+
|
|
205
|
+
@service_component_bind.setter
|
|
206
|
+
def service_component_bind(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DaprComponentServiceBindingArgs']]]]):
|
|
207
|
+
pulumi.set(self, "service_component_bind", value)
|
|
208
|
+
|
|
193
209
|
@property
|
|
194
210
|
@pulumi.getter
|
|
195
211
|
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -219,14 +235,15 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
219
235
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
220
236
|
secret_store_component: Optional[pulumi.Input[builtins.str]] = None,
|
|
221
237
|
secrets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretArgs', 'SecretArgsDict']]]]] = None,
|
|
238
|
+
service_component_bind: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DaprComponentServiceBindingArgs', 'DaprComponentServiceBindingArgsDict']]]]] = None,
|
|
222
239
|
version: Optional[pulumi.Input[builtins.str]] = None,
|
|
223
240
|
__props__=None):
|
|
224
241
|
"""
|
|
225
242
|
Dapr Component.
|
|
226
243
|
|
|
227
|
-
Uses Azure REST API version 2025-
|
|
244
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
228
245
|
|
|
229
|
-
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-
|
|
246
|
+
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.
|
|
230
247
|
|
|
231
248
|
:param str resource_name: The name of the resource.
|
|
232
249
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -240,6 +257,7 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
240
257
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] scopes: Names of container apps that can use this Dapr component
|
|
241
258
|
:param pulumi.Input[builtins.str] secret_store_component: Name of a Dapr component to retrieve component secrets from
|
|
242
259
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretArgs', 'SecretArgsDict']]]] secrets: Collection of secrets used by a Dapr component
|
|
260
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DaprComponentServiceBindingArgs', 'DaprComponentServiceBindingArgsDict']]]] service_component_bind: List of container app services that are bound to the Dapr component
|
|
243
261
|
:param pulumi.Input[builtins.str] version: Component version
|
|
244
262
|
"""
|
|
245
263
|
...
|
|
@@ -251,9 +269,9 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
251
269
|
"""
|
|
252
270
|
Dapr Component.
|
|
253
271
|
|
|
254
|
-
Uses Azure REST API version 2025-
|
|
272
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
255
273
|
|
|
256
|
-
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-
|
|
274
|
+
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.
|
|
257
275
|
|
|
258
276
|
:param str resource_name: The name of the resource.
|
|
259
277
|
:param ConnectedEnvironmentsDaprComponentArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -280,6 +298,7 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
280
298
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
281
299
|
secret_store_component: Optional[pulumi.Input[builtins.str]] = None,
|
|
282
300
|
secrets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretArgs', 'SecretArgsDict']]]]] = None,
|
|
301
|
+
service_component_bind: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DaprComponentServiceBindingArgs', 'DaprComponentServiceBindingArgsDict']]]]] = None,
|
|
283
302
|
version: Optional[pulumi.Input[builtins.str]] = None,
|
|
284
303
|
__props__=None):
|
|
285
304
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -306,9 +325,12 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
306
325
|
__props__.__dict__["scopes"] = scopes
|
|
307
326
|
__props__.__dict__["secret_store_component"] = secret_store_component
|
|
308
327
|
__props__.__dict__["secrets"] = secrets
|
|
328
|
+
__props__.__dict__["service_component_bind"] = service_component_bind
|
|
309
329
|
__props__.__dict__["version"] = version
|
|
310
330
|
__props__.__dict__["azure_api_version"] = None
|
|
331
|
+
__props__.__dict__["deployment_errors"] = None
|
|
311
332
|
__props__.__dict__["name"] = None
|
|
333
|
+
__props__.__dict__["provisioning_state"] = None
|
|
312
334
|
__props__.__dict__["system_data"] = None
|
|
313
335
|
__props__.__dict__["type"] = None
|
|
314
336
|
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:app/v20220601preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20221001:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20221101preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20230401preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20230501:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20230502preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20230801preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20231102preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20240202preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20240301:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20240802preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20241002preview:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20250101:ConnectedEnvironmentsDaprComponent"), pulumi.Alias(type_="azure-native:app/v20250202preview:ConnectedEnvironmentsDaprComponent")])
|
|
@@ -337,13 +359,16 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
337
359
|
|
|
338
360
|
__props__.__dict__["azure_api_version"] = None
|
|
339
361
|
__props__.__dict__["component_type"] = None
|
|
362
|
+
__props__.__dict__["deployment_errors"] = None
|
|
340
363
|
__props__.__dict__["ignore_errors"] = None
|
|
341
364
|
__props__.__dict__["init_timeout"] = None
|
|
342
365
|
__props__.__dict__["metadata"] = None
|
|
343
366
|
__props__.__dict__["name"] = None
|
|
367
|
+
__props__.__dict__["provisioning_state"] = None
|
|
344
368
|
__props__.__dict__["scopes"] = None
|
|
345
369
|
__props__.__dict__["secret_store_component"] = None
|
|
346
370
|
__props__.__dict__["secrets"] = None
|
|
371
|
+
__props__.__dict__["service_component_bind"] = None
|
|
347
372
|
__props__.__dict__["system_data"] = None
|
|
348
373
|
__props__.__dict__["type"] = None
|
|
349
374
|
__props__.__dict__["version"] = None
|
|
@@ -365,6 +390,14 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
365
390
|
"""
|
|
366
391
|
return pulumi.get(self, "component_type")
|
|
367
392
|
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="deploymentErrors")
|
|
395
|
+
def deployment_errors(self) -> pulumi.Output[builtins.str]:
|
|
396
|
+
"""
|
|
397
|
+
Any errors that occurred during deployment or deployment validation
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "deployment_errors")
|
|
400
|
+
|
|
368
401
|
@property
|
|
369
402
|
@pulumi.getter(name="ignoreErrors")
|
|
370
403
|
def ignore_errors(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
@@ -397,6 +430,14 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
397
430
|
"""
|
|
398
431
|
return pulumi.get(self, "name")
|
|
399
432
|
|
|
433
|
+
@property
|
|
434
|
+
@pulumi.getter(name="provisioningState")
|
|
435
|
+
def provisioning_state(self) -> pulumi.Output[builtins.str]:
|
|
436
|
+
"""
|
|
437
|
+
Provisioning state of the Connected Environment Dapr Component.
|
|
438
|
+
"""
|
|
439
|
+
return pulumi.get(self, "provisioning_state")
|
|
440
|
+
|
|
400
441
|
@property
|
|
401
442
|
@pulumi.getter
|
|
402
443
|
def scopes(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
@@ -421,6 +462,14 @@ class ConnectedEnvironmentsDaprComponent(pulumi.CustomResource):
|
|
|
421
462
|
"""
|
|
422
463
|
return pulumi.get(self, "secrets")
|
|
423
464
|
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="serviceComponentBind")
|
|
467
|
+
def service_component_bind(self) -> pulumi.Output[Optional[Sequence['outputs.DaprComponentServiceBindingResponse']]]:
|
|
468
|
+
"""
|
|
469
|
+
List of container app services that are bound to the Dapr component
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "service_component_bind")
|
|
472
|
+
|
|
424
473
|
@property
|
|
425
474
|
@pulumi.getter(name="systemData")
|
|
426
475
|
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
@@ -104,9 +104,9 @@ class ConnectedEnvironmentsStorage(pulumi.CustomResource):
|
|
|
104
104
|
"""
|
|
105
105
|
Storage resource for connectedEnvironment.
|
|
106
106
|
|
|
107
|
-
Uses Azure REST API version 2025-
|
|
107
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
108
108
|
|
|
109
|
-
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-
|
|
109
|
+
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.
|
|
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 ConnectedEnvironmentsStorage(pulumi.CustomResource):
|
|
|
124
124
|
"""
|
|
125
125
|
Storage resource for connectedEnvironment.
|
|
126
126
|
|
|
127
|
-
Uses Azure REST API version 2025-
|
|
127
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
128
128
|
|
|
129
|
-
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-
|
|
129
|
+
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.
|
|
130
130
|
|
|
131
131
|
:param str resource_name: The name of the resource.
|
|
132
132
|
:param ConnectedEnvironmentsStorageArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -29,9 +29,11 @@ class ContainerAppArgs:
|
|
|
29
29
|
environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
30
|
extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
|
|
31
31
|
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
32
|
+
kind: Optional[pulumi.Input[Union[builtins.str, 'Kind']]] = None,
|
|
32
33
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
33
34
|
managed_by: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
35
|
managed_environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
36
|
+
patching_configuration: Optional[pulumi.Input['ContainerAppPatchingConfigurationArgs']] = None,
|
|
35
37
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
36
38
|
template: Optional[pulumi.Input['TemplateArgs']] = None,
|
|
37
39
|
workload_profile_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
@@ -43,9 +45,11 @@ class ContainerAppArgs:
|
|
|
43
45
|
:param pulumi.Input[builtins.str] environment_id: Resource ID of environment.
|
|
44
46
|
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The complex type of the extended location.
|
|
45
47
|
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
|
|
48
|
+
:param pulumi.Input[Union[builtins.str, 'Kind']] kind: 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.
|
|
46
49
|
:param pulumi.Input[builtins.str] location: The geo-location where the resource lives
|
|
47
50
|
:param pulumi.Input[builtins.str] managed_by: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
|
|
48
51
|
:param pulumi.Input[builtins.str] managed_environment_id: Deprecated. Resource ID of the Container App's environment.
|
|
52
|
+
:param pulumi.Input['ContainerAppPatchingConfigurationArgs'] patching_configuration: Container App auto patch configuration.
|
|
49
53
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
|
|
50
54
|
:param pulumi.Input['TemplateArgs'] template: Container App versioned application definition.
|
|
51
55
|
:param pulumi.Input[builtins.str] workload_profile_name: Workload profile name to pin for container app execution.
|
|
@@ -61,12 +65,16 @@ class ContainerAppArgs:
|
|
|
61
65
|
pulumi.set(__self__, "extended_location", extended_location)
|
|
62
66
|
if identity is not None:
|
|
63
67
|
pulumi.set(__self__, "identity", identity)
|
|
68
|
+
if kind is not None:
|
|
69
|
+
pulumi.set(__self__, "kind", kind)
|
|
64
70
|
if location is not None:
|
|
65
71
|
pulumi.set(__self__, "location", location)
|
|
66
72
|
if managed_by is not None:
|
|
67
73
|
pulumi.set(__self__, "managed_by", managed_by)
|
|
68
74
|
if managed_environment_id is not None:
|
|
69
75
|
pulumi.set(__self__, "managed_environment_id", managed_environment_id)
|
|
76
|
+
if patching_configuration is not None:
|
|
77
|
+
pulumi.set(__self__, "patching_configuration", patching_configuration)
|
|
70
78
|
if tags is not None:
|
|
71
79
|
pulumi.set(__self__, "tags", tags)
|
|
72
80
|
if template is not None:
|
|
@@ -146,6 +154,18 @@ class ContainerAppArgs:
|
|
|
146
154
|
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
147
155
|
pulumi.set(self, "identity", value)
|
|
148
156
|
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter
|
|
159
|
+
def kind(self) -> Optional[pulumi.Input[Union[builtins.str, 'Kind']]]:
|
|
160
|
+
"""
|
|
161
|
+
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.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "kind")
|
|
164
|
+
|
|
165
|
+
@kind.setter
|
|
166
|
+
def kind(self, value: Optional[pulumi.Input[Union[builtins.str, 'Kind']]]):
|
|
167
|
+
pulumi.set(self, "kind", value)
|
|
168
|
+
|
|
149
169
|
@property
|
|
150
170
|
@pulumi.getter
|
|
151
171
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -182,6 +202,18 @@ class ContainerAppArgs:
|
|
|
182
202
|
def managed_environment_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
183
203
|
pulumi.set(self, "managed_environment_id", value)
|
|
184
204
|
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="patchingConfiguration")
|
|
207
|
+
def patching_configuration(self) -> Optional[pulumi.Input['ContainerAppPatchingConfigurationArgs']]:
|
|
208
|
+
"""
|
|
209
|
+
Container App auto patch configuration.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "patching_configuration")
|
|
212
|
+
|
|
213
|
+
@patching_configuration.setter
|
|
214
|
+
def patching_configuration(self, value: Optional[pulumi.Input['ContainerAppPatchingConfigurationArgs']]):
|
|
215
|
+
pulumi.set(self, "patching_configuration", value)
|
|
216
|
+
|
|
185
217
|
@property
|
|
186
218
|
@pulumi.getter
|
|
187
219
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
@@ -230,9 +262,11 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
230
262
|
environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
231
263
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
232
264
|
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
265
|
+
kind: Optional[pulumi.Input[Union[builtins.str, 'Kind']]] = None,
|
|
233
266
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
234
267
|
managed_by: Optional[pulumi.Input[builtins.str]] = None,
|
|
235
268
|
managed_environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
269
|
+
patching_configuration: Optional[pulumi.Input[Union['ContainerAppPatchingConfigurationArgs', 'ContainerAppPatchingConfigurationArgsDict']]] = None,
|
|
236
270
|
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
237
271
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
238
272
|
template: Optional[pulumi.Input[Union['TemplateArgs', 'TemplateArgsDict']]] = None,
|
|
@@ -241,9 +275,9 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
241
275
|
"""
|
|
242
276
|
Container App.
|
|
243
277
|
|
|
244
|
-
Uses Azure REST API version 2025-
|
|
278
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
245
279
|
|
|
246
|
-
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-
|
|
280
|
+
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.
|
|
247
281
|
|
|
248
282
|
:param str resource_name: The name of the resource.
|
|
249
283
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -252,9 +286,11 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
252
286
|
:param pulumi.Input[builtins.str] environment_id: Resource ID of environment.
|
|
253
287
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The complex type of the extended location.
|
|
254
288
|
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
|
|
289
|
+
:param pulumi.Input[Union[builtins.str, 'Kind']] kind: 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.
|
|
255
290
|
:param pulumi.Input[builtins.str] location: The geo-location where the resource lives
|
|
256
291
|
:param pulumi.Input[builtins.str] managed_by: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
|
|
257
292
|
:param pulumi.Input[builtins.str] managed_environment_id: Deprecated. Resource ID of the Container App's environment.
|
|
293
|
+
:param pulumi.Input[Union['ContainerAppPatchingConfigurationArgs', 'ContainerAppPatchingConfigurationArgsDict']] patching_configuration: Container App auto patch configuration.
|
|
258
294
|
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
259
295
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Resource tags.
|
|
260
296
|
:param pulumi.Input[Union['TemplateArgs', 'TemplateArgsDict']] template: Container App versioned application definition.
|
|
@@ -269,9 +305,9 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
269
305
|
"""
|
|
270
306
|
Container App.
|
|
271
307
|
|
|
272
|
-
Uses Azure REST API version 2025-
|
|
308
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
273
309
|
|
|
274
|
-
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-
|
|
310
|
+
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.
|
|
275
311
|
|
|
276
312
|
:param str resource_name: The name of the resource.
|
|
277
313
|
:param ContainerAppArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -293,9 +329,11 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
293
329
|
environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
294
330
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
295
331
|
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
332
|
+
kind: Optional[pulumi.Input[Union[builtins.str, 'Kind']]] = None,
|
|
296
333
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
297
334
|
managed_by: Optional[pulumi.Input[builtins.str]] = None,
|
|
298
335
|
managed_environment_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
336
|
+
patching_configuration: Optional[pulumi.Input[Union['ContainerAppPatchingConfigurationArgs', 'ContainerAppPatchingConfigurationArgsDict']]] = None,
|
|
299
337
|
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
300
338
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
301
339
|
template: Optional[pulumi.Input[Union['TemplateArgs', 'TemplateArgsDict']]] = None,
|
|
@@ -314,9 +352,11 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
314
352
|
__props__.__dict__["environment_id"] = environment_id
|
|
315
353
|
__props__.__dict__["extended_location"] = extended_location
|
|
316
354
|
__props__.__dict__["identity"] = identity
|
|
355
|
+
__props__.__dict__["kind"] = kind
|
|
317
356
|
__props__.__dict__["location"] = location
|
|
318
357
|
__props__.__dict__["managed_by"] = managed_by
|
|
319
358
|
__props__.__dict__["managed_environment_id"] = managed_environment_id
|
|
359
|
+
__props__.__dict__["patching_configuration"] = patching_configuration
|
|
320
360
|
if resource_group_name is None and not opts.urn:
|
|
321
361
|
raise TypeError("Missing required property 'resource_group_name'")
|
|
322
362
|
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
@@ -325,6 +365,7 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
325
365
|
__props__.__dict__["workload_profile_name"] = workload_profile_name
|
|
326
366
|
__props__.__dict__["azure_api_version"] = None
|
|
327
367
|
__props__.__dict__["custom_domain_verification_id"] = None
|
|
368
|
+
__props__.__dict__["deployment_errors"] = None
|
|
328
369
|
__props__.__dict__["event_stream_endpoint"] = None
|
|
329
370
|
__props__.__dict__["latest_ready_revision_name"] = None
|
|
330
371
|
__props__.__dict__["latest_revision_fqdn"] = None
|
|
@@ -362,10 +403,12 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
362
403
|
__props__.__dict__["azure_api_version"] = None
|
|
363
404
|
__props__.__dict__["configuration"] = None
|
|
364
405
|
__props__.__dict__["custom_domain_verification_id"] = None
|
|
406
|
+
__props__.__dict__["deployment_errors"] = None
|
|
365
407
|
__props__.__dict__["environment_id"] = None
|
|
366
408
|
__props__.__dict__["event_stream_endpoint"] = None
|
|
367
409
|
__props__.__dict__["extended_location"] = None
|
|
368
410
|
__props__.__dict__["identity"] = None
|
|
411
|
+
__props__.__dict__["kind"] = None
|
|
369
412
|
__props__.__dict__["latest_ready_revision_name"] = None
|
|
370
413
|
__props__.__dict__["latest_revision_fqdn"] = None
|
|
371
414
|
__props__.__dict__["latest_revision_name"] = None
|
|
@@ -374,6 +417,7 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
374
417
|
__props__.__dict__["managed_environment_id"] = None
|
|
375
418
|
__props__.__dict__["name"] = None
|
|
376
419
|
__props__.__dict__["outbound_ip_addresses"] = None
|
|
420
|
+
__props__.__dict__["patching_configuration"] = None
|
|
377
421
|
__props__.__dict__["provisioning_state"] = None
|
|
378
422
|
__props__.__dict__["running_status"] = None
|
|
379
423
|
__props__.__dict__["system_data"] = None
|
|
@@ -407,6 +451,14 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
407
451
|
"""
|
|
408
452
|
return pulumi.get(self, "custom_domain_verification_id")
|
|
409
453
|
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="deploymentErrors")
|
|
456
|
+
def deployment_errors(self) -> pulumi.Output[builtins.str]:
|
|
457
|
+
"""
|
|
458
|
+
Any errors that occurred during deployment
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "deployment_errors")
|
|
461
|
+
|
|
410
462
|
@property
|
|
411
463
|
@pulumi.getter(name="environmentId")
|
|
412
464
|
def environment_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
@@ -439,6 +491,14 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
439
491
|
"""
|
|
440
492
|
return pulumi.get(self, "identity")
|
|
441
493
|
|
|
494
|
+
@property
|
|
495
|
+
@pulumi.getter
|
|
496
|
+
def kind(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
497
|
+
"""
|
|
498
|
+
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.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "kind")
|
|
501
|
+
|
|
442
502
|
@property
|
|
443
503
|
@pulumi.getter(name="latestReadyRevisionName")
|
|
444
504
|
def latest_ready_revision_name(self) -> pulumi.Output[builtins.str]:
|
|
@@ -503,6 +563,14 @@ class ContainerApp(pulumi.CustomResource):
|
|
|
503
563
|
"""
|
|
504
564
|
return pulumi.get(self, "outbound_ip_addresses")
|
|
505
565
|
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter(name="patchingConfiguration")
|
|
568
|
+
def patching_configuration(self) -> pulumi.Output[Optional['outputs.ContainerAppResponsePatchingConfiguration']]:
|
|
569
|
+
"""
|
|
570
|
+
Container App auto patch configuration.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "patching_configuration")
|
|
573
|
+
|
|
506
574
|
@property
|
|
507
575
|
@pulumi.getter(name="provisioningState")
|
|
508
576
|
def provisioning_state(self) -> pulumi.Output[builtins.str]:
|
|
@@ -189,9 +189,9 @@ class ContainerAppsAuthConfig(pulumi.CustomResource):
|
|
|
189
189
|
"""
|
|
190
190
|
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
|
|
191
191
|
|
|
192
|
-
Uses Azure REST API version 2025-
|
|
192
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
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-
|
|
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
|
:param str resource_name: The name of the resource.
|
|
197
197
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -214,9 +214,9 @@ class ContainerAppsAuthConfig(pulumi.CustomResource):
|
|
|
214
214
|
"""
|
|
215
215
|
Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
|
|
216
216
|
|
|
217
|
-
Uses Azure REST API version 2025-
|
|
217
|
+
Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
|
|
218
218
|
|
|
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-
|
|
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.
|
|
220
220
|
|
|
221
221
|
:param str resource_name: The name of the resource.
|
|
222
222
|
:param ContainerAppsAuthConfigArgs args: The arguments to use to populate this resource's properties.
|