Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.07k stars 1.19k forks source link

Deprecate old Cognitive Services packages #9156

Closed kaerm closed 4 years ago

kaerm commented 4 years ago

Run the npm deprecate command on the older set of azure-cognitiveservices- packages with a message pointing to @azure/cognitiveservices- packages.

Using the message: This package is deprecated in favor of ... which works both on node.js and browsers.

ramya-rao-a commented 4 years ago

@KarishmaGhiya, to get the list of packages to deprecate take a look at the packages under https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices. These are the new ones with names following @azure/cognitiveservices-* format. These should replace the corresponding azure-cognitiveservices-* packages

KarishmaGhiya commented 4 years ago

Below is the list of packages and versions deprecated -

  1. azure-cognitiveservices-autosuggest@1.0.0
  2. azure-cognitiveservices-computervision@4.0.0
  3. azure-cognitiveservices-contentmoderator@4.1.1
  4. azure-cognitiveservices-customimagesearch@1.0.0
  5. azure-cognitiveservices-customsearch@2.0.0
  6. azure-cognitiveservices-customvision-prediction@3.0.0
  7. azure-cognitiveservices-customvision-training@3.0.0
  8. azure-cognitiveservices-entitysearch@2.0.0
  9. azure-cognitiveservices-face@3.0.0
  10. azure-cognitiveservices-imagesearch@2.0.0
  11. azure-cognitiveservices-localsearch@1.0.0
  12. azure-cognitiveservices-luis-authoring@2.1.1
  13. azure-cognitiveservices-luis-runtime@3.0.0
  14. azure-cognitiveservices-newssearch@2.0.0
  15. azure-cognitiveservices-qnamaker@1.0.0
  16. azure-cognitiveservices-spellcheck@2.0.0
  17. azure-cognitiveservices-textanalytics@3.0.0
  18. azure-cognitiveservices-videosearch@2.0.0
  19. azure-cognitiveservices-visualsearch@2.0.0
  20. azure-cognitiveservices-websearch@2.0.0
  21. azure-arm-cognitiveservices@3.0.0

Below is the list of packages that only had the new versions under @azure -

  1. @azure/cognitiveservices-anomalydetector
  2. @azure/cognitiveservices-formrecognizer
  3. @azure/cognitiveservices-personalizer
  4. @azure/cognitiveservices-qnamaker-runtime
  5. @azure/cognitiveservices-translatortext

cc: @kaerm @ramya-rao-a

ramya-rao-a commented 4 years ago

Thanks @KarishmaGhiya!