From 98704b1ce94f2ae2519dab4dfafbbc2b2cfa9fd6 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 12 Oct 2018 17:54:21 +0000 Subject: [PATCH] Generated from 459690c9cf65fa2ea650f9c8baed7d60a05bbf82 Add search/resource-manager/readme.typescript.md --- lib/services/searchManagement/lib/models/operation.js | 2 -- .../searchManagement/lib/searchManagementClient.d.ts | 6 +++--- lib/services/searchManagement/lib/searchManagementClient.js | 6 +++--- lib/services/searchManagement/package.json | 4 ++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/lib/services/searchManagement/lib/models/operation.js b/lib/services/searchManagement/lib/models/operation.js index d342a4ce1a..968680047f 100644 --- a/lib/services/searchManagement/lib/models/operation.js +++ b/lib/services/searchManagement/lib/models/operation.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Describes a REST API operation. * diff --git a/lib/services/searchManagement/lib/searchManagementClient.d.ts b/lib/services/searchManagement/lib/searchManagementClient.d.ts index 04051527d8..c9132af87b 100644 --- a/lib/services/searchManagement/lib/searchManagementClient.d.ts +++ b/lib/services/searchManagement/lib/searchManagementClient.d.ts @@ -34,11 +34,11 @@ export default class SearchManagementClient extends AzureServiceClient { * * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy * - * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. + * @param {string} [options.acceptLanguage] - The preferred language for the response. * - * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30. * - * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * */ constructor(credentials: ServiceClientCredentials, subscriptionId: string, baseUri?: string, options?: AzureServiceClientOptions); diff --git a/lib/services/searchManagement/lib/searchManagementClient.js b/lib/services/searchManagement/lib/searchManagementClient.js index 8c147de773..20e6d15026 100644 --- a/lib/services/searchManagement/lib/searchManagementClient.js +++ b/lib/services/searchManagement/lib/searchManagementClient.js @@ -34,9 +34,9 @@ class SearchManagementClient extends ServiceClient { * @param {object} [options.requestOptions] - Options for the underlying request object * {@link https://github.com/request/request#requestoptions-callback Options doc} * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy - * @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response. - * @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. - * @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * @param {string} [options.acceptLanguage] - The preferred language for the response. + * @param {number} [options.longRunningOperationRetryTimeout] - The retry timeout in seconds for Long Running Operations. Default value is 30. + * @param {boolean} [options.generateClientRequestId] - Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ constructor(credentials, subscriptionId, baseUri, options) { if (credentials === null || credentials === undefined) { diff --git a/lib/services/searchManagement/package.json b/lib/services/searchManagement/package.json index 2ac61fb0a5..de4903fc07 100644 --- a/lib/services/searchManagement/package.json +++ b/lib/services/searchManagement/package.json @@ -14,12 +14,12 @@ "license": "MIT", "main": "./lib/searchManagementClient.js", "types": "./lib/searchManagementClient.d.ts", - "homepage": "http://github.com/azure/azure-sdk-for-node", + "homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/searchManagement", "repository": { "type": "git", "url": "https://github.com/azure/azure-sdk-for-node.git" }, "bugs": { - "url": "http://github.com/Azure/azure-sdk-for-node/issues" + "url": "https://github.com/azure/azure-sdk-for-node/issues" } }