MicrosoftDocs / azure-docs-sdk-python

Azure Python SDK documentation, hosted on docs.microsoft.com.

Home Page:https://docs.microsoft.com/python/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples with outdated API

Gaojiaqi opened this issue · comments

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

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

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.

Thanks @lmazuel !
Add @msyyc to know this.