You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Setting the registry=https://pkgs.dev.azure.com/msface/SDK/_packaging/AzureAIVision/npm/registry/ affects the entire project as other packages then all go through that registry.
Is there a way for MS to scope it so we only use that registry for this one package?
https://github.com/Azure-Samples/azure-ai-vision-sdk/blob/c21c5155406c86c5ab254085c0f60f6ccff059d3/samples/web/SetupEnvironment.md
npm seems to only support dynamic registry if you scope it.
we want to use https://registry.npmjs.com/ for all our other packages as it is much faster. When we use the azure registry its too slow.
Any log messages given by the failure
Expected/desired behavior
I believe if you supported a scope i.e. similar to how you guys did
@azure-rest/ai-vision-image-analysis
we need something like
@azure-vision/azure-ai-vision-faceanalyzer
to work and not get 404OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: