Open
Description
openedon Sep 11, 2024
API Spec link
API Spec version
2024-06-01-preview
Describe the bug
The Azure portal has a switch "Enable Dynamic Quota" under "Edit Deployment" for Cognitive Services Deployments.
The spec doesn't have anything called "dynamic quota". It does have property dynamicThrottlingEnabled
, but it's only settable for CS accounts. For deployments, it (or the containing property) is marked "readOnly": true
.
How can API clients "Enable Dynamic Quota"?
Expected behavior
The API offers the same functionality than the portal, including "Enable Dynamic Quota".
Actual behavior
dynamicThrottlingEnabled
is read-only.
Reproduction Steps
Just based on the linked API spec.
Environment
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue is related to a management-plane library.This issue requires a change to an existing behavior in the product in order to be resolved.Issues that are reported by GitHub users external to the Azure organization.The issue doesn't require a change to the product in order to be resolved. Most issues start as that