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://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.53k stars 2.76k forks source link

The link to Explore Management API is broken #36675

Open belmirocneto opened 1 month ago

belmirocneto commented 1 month ago

Type of issue

Code doesn't work

Description

Button with Invalid functioning

When clicking in the button Explore Management API we get redirected to this page: https://learn.microsoft.com/en-us/python/api/overview/azure/network/management and get a 404 error page

Page URL

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

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-services/latest/network.md

Document Version Independent Id

25b6e1bc-ab9f-2e46-d151-9090500cb68f

Article author

@azure-sdk

Metadata

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub.

rohit-ganguly commented 1 month ago

Hi @belmirocneto - thanks for the heads up! That link is supposed to go here, and we'll update our docs to point there properly.

rohit-ganguly commented 1 month ago

@msyyc - the link to API overview and also the 2 links under "Samples" are broken, could you help out?

msyyc commented 1 month ago

It seems https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-services/latest/network.md is auto genreated. @danieljurek Appreciate if you could provide guidance how to fix it.