Skip to content

Commit 0fd64c1

Browse files
committed
update name of ThroughputSettingsResource
1 parent 778425b commit 0fd64c1

File tree

1 file changed

+5
-5
lines changed
  • specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15

1 file changed

+5
-5
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/cosmos-db.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7993,14 +7993,14 @@
79937993
"description": "The throughput replace is pending",
79947994
"readOnly": true
79957995
},
7996-
"instantScaleUpValue"{
7997-
"type": "integer",
7996+
"instantMaximumThroughput": {
7997+
"type": "string",
79987998
"description": "The offer throughput value to instantly scale up without triggering splits",
79997999
"readOnly": true
80008000
},
8001-
"softmaxquota"{
8002-
"type": "integer",
8003-
"description": "The offer value beyond which making offer put calls will result in quota errors",
8001+
"softAllowedMaximumThroughput": {
8002+
"type": "string",
8003+
"description": "The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified",
80048004
"readOnly": true
80058005
}
80068006
}

0 commit comments

Comments
 (0)