Azure / Azure-Functions

1.11k stars 196 forks source link

Azure API References don't offer documentation on the Python v2 classes #2464

Open metamoof opened 6 months ago

metamoof commented 6 months ago

As described in https://github.com/Azure/azure-sdk-for-python/issues/34983 and https://github.com/Azure/azure-sdk-for-python/issues/34985 the Azure Functions SDK API Reference docs don't include documentation for the Python v2 classes such as azure.functions.FunctionApp, azure.functions.Blueprint, azure.durable_functions.DFApp and azure.durable_functions.Blueprint.

Those classes should be included in the Classes section of the package pages, along with documentation for all of the decorators.

Page URLs

https://learn.microsoft.com/en-us/python/api/azure-functions/azure.functions?view=azure-python https://learn.microsoft.com/en-us/python/api/azure-functions-durable/azure.durable_functions?view=azure-python

Content source URLs

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-functions/azure.functions.yml https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-functions-durable/azure.durable_functions.yml

Document Version Independent Id

33be62d6-06f4-9c93-ba62-df4dfd96ddca ca0470bb-40c6-66a7-a764-71e29509afcf

Article author @lmazuel