-
Notifications
You must be signed in to change notification settings - Fork 953
Open
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
When using the Azure Go SDK for Container Apps (armappcontainers/v2), the identity field of a Container App is returned correctly with API version 2022-11-01-preview, but after upgrading to 2023-05-01, the identity field is always nil. Other fields appear to populate normally, and no error is returned.
Use SDK: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v2
We are using the NewListBySubscriptionPager for the client of the type being created using:
armappcontainers.NewContainerAppsClient ->
armappcontainers.ContainerAppsClient
With API version 2022-11-01-preview, Container app Identity is populated.
With API version 2023-05-01, Container app Identity is nil.
Metadata
Metadata
Assignees
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that