question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:

  1. Create Azure Container Instances
  2. Get resource info using ContainerInstanceManagementClient.container_groups.list()
  3. Get resource info using ContainerInstanceManagementClient.container_groups.get()
  4. Compare result and check instance_view info in container field then get result has instance_view info but list 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() image

  • get() image

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:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
msyyccommented, Oct 27, 2022

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!

0reactions
ImMin5commented, Dec 1, 2022

Hi, @Wzb123456789

I got it…!

Thanks 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found