[CustomDomainConfiguration]: missing certificateKeyVaultProperties
- 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
Missing property(s)
### Other Notes
_No response_
### Bicep Repro
```bicep
resource containerAppEnv 'Microsoft.App/managedEnvironments@2024-03-01' = {
location: location
name: serviceName
properties: {
customDomainConfiguration: {
certificateKeyVaultProperties: { // error
}
}
}
```
### 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@2024-03-01 type definition and inspect customDomainConfiguration. Confirm that certificateKeyVaultProperties is represented and that the supplied Bicep repro no longer reports an error; the issue names no specific file or test to run.
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
- 35/100