modern-quill-17695
04/09/2025, 3:47 PMpulumi package add azure-native storage v20240101
I get the error message error: failed to get schema: parameterize: rpc error: code = Unimplemented desc = method Parameterize not implemented
If I use the command pulumi package add azure-native
, code is created for all api versions. But I'd like to avoid generating that much code when I'm only going to use one folder within it.
pulumi version
output: v3.160.0
echoing-dinner-19531
04/09/2025, 4:40 PMpulumi plugin install
?modern-quill-17695
04/09/2025, 5:31 PMpulumi plugin rm resource azure-native
• Installed the new one with command: pulumi plugin install resource azure-native
• Verified the v3 azure-native plugin is installed with command pulumi plugin ls
• Created my local package with command pulumi package add azure-native app v20231102preview
millions-journalist-34868
04/09/2025, 6:42 PM