https://pulumi.com logo
#azure
Title
f

few-postman-20852

08/17/2023, 8:55 AM
Feature Request: Is it possible to have a slimmed down version of the azure-native package referencing only the lates versions of the apis? It's still consuming most of the minutes we have in CI just to install the package (around 2-3mins in a
npm ci
). I normally don't specify version of the apis so it would make sense to only use the latest one. And this also helps on typescript not hanging for code completion in vscode.
m

millions-journalist-34868

08/17/2023, 9:54 AM
To avoid that, I use the cache in CI, and pnpm.
f

few-postman-20852

08/17/2023, 9:55 AM
the cache helps but still it takes long time for installing it due to its size. slimming the size even more would be a good opt in feature through a slimmer package