Skip to content

Incorrect links to typing.Container rather than azure.mgmt.containerinstance.models.container #41216

Closed
@eddyashton

Description

@eddyashton

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

https://learn.microsoft.com/en-us/python/api/azure-mgmt-containerinstance/azure.mgmt.containerinstance.models.containergroup?view=azure-python

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-mgmt-containerinstance/azure.mgmt.containerinstance.models.ContainerGroup.yml

Document Version Independent Id

2c57d585-8b6d-3ed7-13a6-28c89fb7cf2c

Platform Id

ce322cf9-3467-ed57-25e9-586599795d01

Article author

@lmazuel

Metadata

  • ID: 97b00525-8267-2738-58f1-2214ea40d11b
  • PlatformId: ce322cf9-3467-ed57-25e9-586599795d01
  • Service: azure-container-instances

Metadata

Metadata

Assignees

Labels

Container InstancesDocsMgmtThis issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions