Azure / Azure/bicep-types-az

Resource type "Microsoft.ContainerService/managedClusters@2024-01-01" does not have types available.

Open
#2,097 0 comments 0 reactions 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.ContainerService/managedClusters

### Api Version

2024-01-01

### Issue Type

Type is unavailable

### Other Notes

```text
Warning BCP081: Resource type "Microsoft.ContainerService/managedClusters@2024-01-01" does not have types available.
Warning BCP081: Resource type "Microsoft.ContainerService/managedClusters/agentPools@2024-01-01" does not have types available.
```

### Bicep Repro

```bicep
resource aks 'Microsoft.ContainerService/managedClusters@2024-01-01' = {
name: name
location: location
tags: tags
}
```

### 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 reproducing the BCP081 warnings with the Bicep snippet for Microsoft.ContainerService/managedClusters@2024-01-01 and its agentPools child resource. Check how this resource API version is represented in the repository; done means both resource types have available types and the warnings no longer appear.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.