[Container Instances] ContainerGroups list method result doesn't have instance_view info
See original GitHub issue- Package Name: azure-mgmt-containerinstance
- Package Version: 10.0.0
- Operating System: Mac OS
- Python Version: 3.8
Describe the bug A clear and concise description of what the bug is.
- container_groups of ContainerInstanceManagementClient list method can’t collect
instance_view
info of container filed.
To Reproduce Steps to reproduce the behavior:
- Create Azure Container Instances
- Get resource info using
ContainerInstanceManagementClient.container_groups.list()
- Get resource info using
ContainerInstanceManagementClient.container_groups.get()
- Compare result and check instance_view info in container field then
get
result hasinstance_view
info butlist
result don’t
Expected behavior A clear and concise description of what you expected to happen.
Screenshots Here are screen shots.
-
list_by_resource_group()
-
get()
Additional context
I already reported issue here and @Wzb123456789 recommended this issue to transfer here
so if you follow up history of this issue go to the link.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Get container instance logs & events - Azure - Microsoft Learn
Learn how to retrieve container logs and events in Azure Container Instances to help troubleshoot container issues.
Read more >[BUG] Container Instance instanceView is undefined #5144
When getting a list of containerGroups and their containers , the instanceView value on both of them are undefined (and null using the...
Read more >How can I get Azure container state from command line?
state for an Azure Container Instance. It seems like this property isn't populated although present in the ouput of Get-AzContainerGroup | fl * ......
Read more >aci - Go Packages
ListContainerGroups lists an Azure Container Instance Groups, if a resource group is given it will list by resource group. It optionally accepts a...
Read more >Start, Stop, Delete and Monitor Azure Container Instances for ...
Having shared SQL Server database environments often leads to resource contention and confusion. Deploying a new SQL Server instance on a VM can ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
according to our investigation, it is the service issue so we transfer it to proper respo: https://github.com/Azure/azure-rest-api-specs/issues/21280. Please wait for the response of service team. Thanks!
Hi, @Wzb123456789
I got it…!
Thanks 😃