Skip to content

Commit

Permalink
typo: Microsoft.DocumentDB (#4665)
Browse files Browse the repository at this point in the history
- defintions -> definitions
- Trim trailing whitespace
  • Loading branch information
nschonni authored and jhendrixMSFT committed Dec 3, 2018
1 parent a813aae commit 61cbb03
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"operationId": "DatabaseAccounts_ListMetrics",
"x-ms-examples": {
"CosmosDBDatabaseAccountGetMetrics": { "$ref": "./examples/CosmosDBDatabaseAccountGetMetrics.json" }
},
},
"x-ms-pageable": {
"nextLinkName": null
},
Expand Down Expand Up @@ -1129,7 +1129,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/usages": {
Expand Down Expand Up @@ -1169,7 +1169,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/usages": {
Expand Down Expand Up @@ -1212,7 +1212,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/partitions/usages": {
Expand Down Expand Up @@ -1292,7 +1292,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metricDefinitions": {
Expand Down Expand Up @@ -1332,7 +1332,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/metricDefinitions": {
Expand All @@ -1341,7 +1341,7 @@
"x-ms-examples": {
"CosmosDBDatabaseAccountGetMetricDefinitions": { "$ref": "./examples/CosmosDBDatabaseAccountGetMetricDefinitions.json" }
},
"description": "Retrieves metric defintions for the given database account.",
"description": "Retrieves metric definitions for the given database account.",
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
Expand All @@ -1366,7 +1366,7 @@
},
"x-ms-pageable": {
"nextLinkName": null
}
}
}
}
},
Expand Down Expand Up @@ -2275,13 +2275,13 @@
"type": "number",
"format": "double",
"description": "The 50th percentile value for the metric."
},
},
"P75": {
"readOnly": true,
"type": "number",
"format": "double",
"description": "The 75th percentile value for the metric."
},
},
"P90": {
"readOnly": true,
"type": "number",
Expand All @@ -2293,7 +2293,7 @@
"type": "number",
"format": "double",
"description": "The 95th percentile value for the metric."
},
},
"P99": {
"readOnly": true,
"type": "number",
Expand Down

0 comments on commit 61cbb03

Please sign in to comment.