Azure / Azure/bicep-types-az

[Microsoft.CognitiveServices/accounts/deployments@2023-10-01-preview]: The property "dynamicThrottlingEnabled" is read-only.

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

Description

### Resource Type

Microsoft.CognitiveServices/accounts/deployments

### Api Version

2023-10-01-preview

### Issue Type

Property(s) inaccurately marked read-only/write-only

### Other Notes

_No response_

### Bicep Repro

```
resource openaiDeployment 'Microsoft.CognitiveServices/accounts/deployments@2023-10-01-preview' = {
name: name
sku: {
capacity: 50
name: 'Standard'
}
parent: openai
properties: {
currentCapacity: 50
model: {
format: 'OpenAI'
name: modelName
version: modelVersion
}
dynamicThrottlingEnabled: true // this is being flagged as readonly but it isn't.
raiPolicyName: 'Microsoft.Default'
versionUpgradeOption: 'OnceCurrentVersionExpired'
}
}
```

### 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.CognitiveServices/accounts/deployments resource at API version 2023-10-01-preview and inspect how dynamicThrottlingEnabled is represented in the Bicep type definitions. Done means the property is accepted as writable in the supplied deployment example without being flagged as read-only.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
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.