Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@
"x-ms-examples": {
"CosmosDBDatabaseGetMetricDefinitions": { "$ref": "./examples/CosmosDBDatabaseGetMetricDefinitions.json" }
},
"description": "Retrieves metric defintions for the given database.",
"description": "Retrieves metric definitions for the given database.",
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
Expand Down Expand Up @@ -1301,7 +1301,7 @@
"x-ms-examples": {
"CosmosDBCollectionGetMetricDefinitions": { "$ref": "./examples/CosmosDBCollectionGetMetricDefinitions.json" }
},
"description": "Retrieves metric defintions for the given collection.",
"description": "Retrieves metric definitions for the given collection.",
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
Expand Down Expand Up @@ -2009,7 +2009,7 @@
"partitionId": {
"readOnly": true,
"type": "string",
"description": "The parition id (GUID identifier) of the usages."
"description": "The partition id (GUID identifier) of the usages."
},
"partitionKeyRangeId": {
"readOnly": true,
Expand Down Expand Up @@ -2326,7 +2326,7 @@
"partitionId": {
"readOnly": true,
"type": "string",
"description": "The parition id (GUID identifier) of the metric values."
"description": "The partition id (GUID identifier) of the metric values."
},
"partitionKeyRangeId": {
"readOnly": true,
Expand Down