azure-docs-sdk-python icon indicating copy to clipboard operation
azure-docs-sdk-python copied to clipboard

Examples with outdated API

Open Gaojiaqi opened this issue 7 years ago • 3 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

Gaojiaqi avatar Dec 01 '18 20:12 Gaojiaqi

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

sptramer avatar Apr 11 '19 20:04 sptramer

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.

lmazuel avatar Jan 06 '21 17:01 lmazuel

Thanks @lmazuel ! Add @msyyc to know this.

changlong-liu avatar Jan 07 '21 01:01 changlong-liu