MicrosoftDocs / azure-docs-sdk-python

Azure Python SDK documentation, hosted on docs.microsoft.com.
https://docs.microsoft.com/python/api
Creative Commons Attribution 4.0 International
123 stars 234 forks source link

Examples with outdated API #378

Open Gaojiaqi opened 5 years ago

Gaojiaqi commented 5 years ago

In https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/master/docs-ref-services/data-lake-analytics.md, the example given is with outdated API:

from azure.mgmt.datalake.analytics.account.models import DataLakeAnalyticsAccount, DataLakeStoreAccountInfo

DataLakeStoreAccountInfo has been updated to DataLakeStoreAccountInformation, per https://github.com/Azure/azure-sdk-for-python/blob/430c1a7b95d2910bebf7f89469757b24587c893a/azure-mgmt-datalake-analytics/HISTORY.rst#040-2018-02-12

sptramer commented 5 years ago

@rloutlaw Tagging for the ref/engineering team to address, if it hasn't been already.

lmazuel commented 3 years ago

The file is now here: https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/master/docs-ref-services/latest/data-lake-analytics.md

This is mgmt SDK @changlong-liu , but to be fair this file was probably written by the service team directly.

changlong-liu commented 3 years ago

Thanks @lmazuel ! Add @msyyc to know this.