Azure / Azure/azure-sdk-for-python
Wrong link in ContainerGroup Class
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
### Type of issue
Typo
### Description
The link in ContainerGroup for Container goes to the python container type specification instead of the Azure Container object doc.
Wrong link: [https://docs.python.org/3/library/typing.html#typing.Container](https://docs.python.org/3/library/typing.html#typing.Container)
Correct link: [https://learn.microsoft.com/en-us/python/api/azure-mgmt-containerinstance/azure.mgmt.containerinstance.models.container?view=azure-python](https://learn.microsoft.com/en-us/python/api/azure-mgmt-containerinstance/azure.mgmt.containerinstance.models.container?view=azure-python)
### 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**
Contributor guide
Assessment
This issue has not been assessed yet.