Azure / Azure/bicep-types-az

[CustomDomainConfiguration]: missing certificateKeyVaultProperties

Open
#2,177 0 comments 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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.