Azure / Azure/bicep-types-az

[Microsoft.ContainerService/managedClusters]: no documentation for API versions showing

Open
#1,785 1 comment 0 reactions 0 assignees View on GitHub
Container Service inaccuracy Service Attention
Dominant language
TypeScript
Stars
108
Forks
44
Avg merge
18h 53m
Merged PRs (30d)
29

Description

### Resource Type

Microsoft.ContainerService/managedClusters

### Api Version

2023-06-02 & 2023-06-02-preview

### Issue Type

Other

### Other Notes

There is no reference to the versions noted for this resource type online.

Documentation here: https://learn.microsoft.com/en-us/azure/templates/microsoft.containerservice/managedclusters?pivots=deployment-language-bicep shows latest as 2023-05-01 and 2023-05-02-preview''

Using Bicep v0.20.4 (c9422e016d) and IntelliSense has these options:

![image](https://github.com/Azure/bicep-types-az/assets/11204251/2f0aec0f-ae3f-4ff5-b00f-6a27edf31309)

The Portal even shows additional versions for 2023-07-01 and 2023-07-02-preview.

image

### Bicep Repro

```bicep
resource cluster 'Microsoft.ContainerService/managedClusters@2023-06-02' = {
name: 'whatever'
location: 'westus2'
}
```

### 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 linked Microsoft.ContainerService/managedClusters reference and the provided Bicep reproduction, comparing the documented versions with the versions available in IntelliSense and the Portal. Trace how this repository exposes resource API versions, then verify that 2023-06-02, 2023-06-02-preview, 2023-07-01, and 2023-07-02-preview are represented in the generated documentation or types.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
cloud, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.