Skip to content

Identity Field is Null in Container App Get Response After Upgrading API Version to 2023-05-01 #25719

@AmitOttenheimer

Description

@AmitOttenheimer

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.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: 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 that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions