Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.36k stars 2.71k forks source link

Document missing details for latest version #34295

Open psinghca opened 4 months ago

psinghca commented 4 months ago

Type of issue

Missing information

Description

Missing Attributes details for network management package for Python

Page URL

https://learn.microsoft.com/en-us/python/api/azure-mgmt-network/azure.mgmt.network.networkmanagementclient?view=azure-python

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.NetworkManagementClient.yml

Document Version Independent Id

17a553c5-1036-7938-0f75-8d72835aa28b

Article author

@lmazuel

Metadata

pvaneck commented 4 months ago

Thanks for the feedback. @msyyc, are there docs/details available for all the listed attributes on that page?

msyyc commented 3 months ago

Hi @danieljurek, azure-mgmt-network is not multiapi package anymore, while the auto-generated doc https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.NetworkManagementClient.yml is still familiar with multiapi package (e.g. compute ) instead of singleapi package (e.g. sql). I infer there may be some configuration which results in the difference. Do you know any context about it?