Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] identity property is missing on the Azure Container App ManagedEnvironment #29448

Open
AlexPykavy opened this issue Jun 14, 2024 · 4 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@AlexPykavy
Copy link

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/app/resource-manager/Microsoft.App/stable/2024-03-01/ManagedEnvironments.json

API Spec version

2024-03-01

Describe the bug

The specification for Azure Container App ManagedEnvironment doesn't contain the identity property while it's returned by the actual API. As a result https://github.com/hashicorp/go-azure-sdk doesn't contain this property and https://github.com/hashicorp/terraform-provider-azurerm can't be changed to manage it via Terraform.

Expected behavior

The specs for the ManagedEnvironment contains the identity property

Actual behavior

The identity property is missing in the specs for the ManagedEnvironment

Reproduction Steps

Create Azure Container App environment and enable System assigned managed identity. The run:

az rest --method get --url  https://management.azure.com/subscriptions/xxxx/resourceGroups/xxx-rg/providers/Microsoft.App/managedEnvironments/xxxx-cae?api-version=2024-03-01

and find the identity in the output

Environment

No response

@AlexPykavy AlexPykavy added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jun 14, 2024
@AlexPykavy
Copy link
Author

This should unblock the hashicorp/terraform-provider-azurerm#26271 issue.

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Jun 14, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Jun 17, 2024
@v-jiaodi
Copy link
Member

@Juliehzl Please help take a look, thanks.

@Grim4ldius
Copy link

Can we have an update on this problem ?
thank

@jkroepke
Copy link

Having the same issue here. I would like to create a PR at the terraform provider, but it requires an correct api spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

5 participants