Microsoft.App/managedEnvironments: "identity" does not exist...
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 44
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 29
Description
### Resource Type
Microsoft.App/managedEnvironments
### Api Version
2024-03-01
### Issue Type
Inaccurate property type(s)
### Other Notes
`identity` type is missing at the newest api version.

### Bicep Repro
```bicep
resource foo 'Microsoft.App/managedEnvironments@2024-03-01' = {
name: 'name'
location: 'westeurope'
identity: {
type: 'SystemAssigned'
}
}
```
### Confirm
- [X] I have read the troubleshooting guide and looked for duplicates.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Microsoft.App/managedEnvironments resource definition for API version 2024-03-01 and reproduce the supplied Bicep snippet. Compare the available properties with the API schema, focusing on identity. Done when the type accepts the shown identity block and the repro validates successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100