Feature Request: Is it possible to have a slimmed ...
# azure
f
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
To avoid that, I use the cache in CI, and pnpm.
f
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