Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: cosmos-db/resource-manager/Microsoft.DocumentDB/cosmos-db.json #4513

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