Microsoft.Web/sites@2015-08-01: The property "identity" does not exist in the resource or type definition, although it might still be valid
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 44
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 29
Description
### Resource Type
Microsoft.Web/sites
### Api Version
2015-08-01
### Issue Type
Missing property(s)
### Other Notes
_No response_
### Bicep Repro
resource idsWebApp 'Microsoft.Web/sites@2015-08-01' existing = {
name: ''
}
output principleId string = idsWebApp.identity.principalId
### 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.Web/sites type definition for API version 2015-08-01 and reproduce the Bicep example that reads identity.principalId. Compare the resource's supported identity shape with the definition; done means the shown output is accepted without the missing-property diagnostic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- cloud, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100