[<resource_type>]: <description>
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 44
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 29
Description
### Resource Type
Microsoft.CognitiveServices/accounts/projects
### Api Version
2025-06-01
### Issue Type
Type is unavailable
### Other Notes
The line:
`kind: 'AIServices'`
Generates:
> Warning BCP187: The property "kind" does not exist in the resource or type definition, although it might still be valid. If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. [https://aka.ms/bicep/core-diagnostics#BCP187]
though this is a copy of bicep output generated from an actual azure resource (created manually through the portal).
### Bicep Repro
```
resource aiProject 'Microsoft.CognitiveServices/accounts/projects@2025-06-01' = {
parent: aiFoundryResource
name: aiProjectName
location: location
kind: 'AIServices'
identity: {
type: 'SystemAssigned'
}
properties: {}
dependsOn: [
bingGroundingConnection
modelDeployment
]
}
```
### Confirm
- [x] I have read the troubleshooting guide and looked for duplicates.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Microsoft.CognitiveServices/accounts/projects type definition for API version 2025-06-01 and compare it with the reported Bicep repro. Verify how the kind property is represented and confirm that the corrected definition no longer produces BCP187 for the supplied resource.】【。
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
- Clearly specified
- Newbie friendliness
- 45/100