adventurous-butcher-54166
05/22/2025, 11:21 AMpulumi-azure-native
V3. Seeing some unexpected behavior when using a non-default API version for app.ContainerApp
where it wants to perform delete+create on the same resource. Any tips or tricks on how to solve?tall-librarian-49374
05/22/2025, 12:59 PMadventurous-butcher-54166
05/22/2025, 1:04 PM2024-10-02-preview
SDK
pulumi package gen-sdk --local --out sdk/pulumi_azure_native_app_v20241002preview --language python azure-native app 2024-10-02-preview
Included local package in pyproject.toml
[tool.poetry.dependencies]
pulumi-azure-native-app-v20241002preview = { path = "sdk/pulumi_azure_native_app_v20241002preview/python" }
Updated package imports:
- from <http://pulumi_azure_native.app|pulumi_azure_native.app> import v20241002preview as app
+ from pulumi_azure_native_app_v20241002preview import app
tall-librarian-49374
05/22/2025, 1:09 PMadventurous-butcher-54166
05/22/2025, 1:10 PMadventurous-butcher-54166
05/22/2025, 1:19 PMpulumi:providers:azure-native::default_2_90_0
pulumi:providers:azure-native_app_v20241002preview::default_3_5_0
adventurous-butcher-54166
05/22/2025, 1:20 PMtall-librarian-49374
05/22/2025, 3:38 PM