Azure / Azure/bicep-types-az

Microsoft.App/managedEnvironments: "identity" does not exist...

Open
#2,191 1 comment 1 reaction 0 assignees View on GitHub
inaccuracy
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.

![image](https://github.com/Azure/bicep-types-az/assets/47916866/119b6d6e-a6b3-46bc-9af5-b8caaf8ae166)

### 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.