azure.mgmt.containerinstance.ContainerInstanceManagementClient.container_groups list operations returning stale / incomplete resources #2662
Labels
ACS
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Docs
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
RestAPI
Service Attention
Workflow: This issue is responsible by Azure service team.
I have instantiated an authorised azure.mgmt.containerinstance.ContainerInstanceManagementClient object. When i iterate over .container_groups.list() I see the 3 container groups but their instance_view property is None. However, when I call .container_groups.get() the object I get has all the properties populated and I can see the instance_view property.
Therefore, unless this is somehow deliberate behaviour of list/list_by_resource_group, i.e. to return a partial resource, this is a bug.
The text was updated successfully, but these errors were encountered: