From 863f0b11dba96cb43bce90a0a016f213f7678a76 Mon Sep 17 00:00:00 2001 From: Dan Schulte Date: Wed, 2 May 2018 15:43:29 -0700 Subject: [PATCH] Update comment --- lib/httpPipeline.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httpPipeline.ts b/lib/httpPipeline.ts index 46b3013..3841950 100644 --- a/lib/httpPipeline.ts +++ b/lib/httpPipeline.ts @@ -51,8 +51,8 @@ export interface DefaultHttpPipelineOptions { nodeJsUserAgentPackage?: string; /** - * @property {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. + * When set to true a unique x-ms-client-request-id value is generated and included in each + * request. */ generateClientRequestId?: boolean;