MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

Amend package npm installs #32349

Closed Hannah-goodridge closed 5 years ago

Hannah-goodridge commented 5 years ago

After trying to install the suggested packages, I get a console warning stating that that package will no longer be maintained from july 2019.

Update these from:

npm install azure-cognitiveservices-customvision-training npm install azure-cognitiveservices-customvision-prediction

to: npm install @azure/cognitiveservices-customvision-training npm install @azure/cognitiveservices-customvision-prediction


Document details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

YutongTie-MSFT commented 5 years ago

@Hannah-goodridge Thank you for your feedback, we will investigate it and get back to you soon.

vrishni commented 5 years ago

Please refer to the migration guide for more details.

RohitMungi-MSFT commented 5 years ago

@vrishni Thanks for the update. @areddish Could you please ensure this document and others are updated to use the updated version since the same will be deprecated from July 2019.

image

@Hannah-goodridge Thanks for pointing this out.