Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 0db70c499dc008a011a79e6c99bf621baba86623 (#4255)
Browse files Browse the repository at this point in the history
typo: Microsoft.DocumentDB

- defintions -> definitions
- Trim trailing whitespace
  • Loading branch information
AutorestCI authored Dec 3, 2018
1 parent ba39e4c commit e010996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ function _listUsages(resourceGroupName, accountName, options, callback) {
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param {string} resourceGroupName Name of an Azure resource group.
*
Expand Down Expand Up @@ -5403,7 +5403,7 @@ class DatabaseAccounts {
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param {string} resourceGroupName Name of an Azure resource group.
*
Expand Down Expand Up @@ -5435,7 +5435,7 @@ class DatabaseAccounts {
}

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param {string} resourceGroupName Name of an Azure resource group.
*
Expand Down
4 changes: 2 additions & 2 deletions lib/services/cosmosdbManagement/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ export interface DatabaseAccounts {


/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param {string} resourceGroupName Name of an Azure resource group.
*
Expand All @@ -1263,7 +1263,7 @@ export interface DatabaseAccounts {
listMetricDefinitionsWithHttpOperationResponse(resourceGroupName: string, accountName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.MetricDefinitionsListResult>>;

/**
* Retrieves metric defintions for the given database account.
* Retrieves metric definitions for the given database account.
*
* @param {string} resourceGroupName Name of an Azure resource group.
*
Expand Down

0 comments on commit e010996

Please sign in to comment.