Description
Type of issue
Typo
Description
Looking at the docs for the Azure SDK for Python, describing the fields in a azure.mgmt.containerinstance.models.containergroup
.
One of these fields is containers
, with type list[Container]
. This is rendered with generated links as list[Container], with the Container
link pointing to the (generic, deprecated) typing.Container
type on docs.python.org
(https://docs.python.org/3/library/typing.html#typing.Container). The real type is azure.mgmt.containerinstance.models.container
, and the link should point here: https://learn.microsoft.com/en-us/python/api/azure-mgmt-containerinstance/azure.mgmt.containerinstance.models.container?view=azure-python.
I assume this is true of other types which have name collisions with other built-in/std lib types, though I haven't found any specific examples.
Page URL
Content source URL
Document Version Independent Id
2c57d585-8b6d-3ed7-13a6-28c89fb7cf2c
Platform Id
ce322cf9-3467-ed57-25e9-586599795d01
Article author
Metadata
- ID: 97b00525-8267-2738-58f1-2214ea40d11b
- PlatformId: ce322cf9-3467-ed57-25e9-586599795d01
- Service: azure-container-instances