From 1671468f87acc7157066eaf81821d3dfe4befd58 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Mon, 26 Oct 2020 23:04:47 +0000 Subject: [PATCH] Generated from 11bc19e5ff446d7062719d2ecc9edcb0ec9e1fdd --- .../src/hybridComputeManagementClientContext.ts | 6 +++--- .../src/operations/machineExtensions.ts | 4 ++-- .../arm-hybridcompute/src/operations/machines.ts | 12 ++++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/sdk/hybridcompute/arm-hybridcompute/src/hybridComputeManagementClientContext.ts b/sdk/hybridcompute/arm-hybridcompute/src/hybridComputeManagementClientContext.ts index 40de94b329c4..40954482db5c 100644 --- a/sdk/hybridcompute/arm-hybridcompute/src/hybridComputeManagementClientContext.ts +++ b/sdk/hybridcompute/arm-hybridcompute/src/hybridComputeManagementClientContext.ts @@ -38,7 +38,7 @@ export class HybridComputeManagementClientContext extends msRestAzure.AzureServi if (!options) { options = {}; } - if (!options.userAgent) { + if(!options.userAgent) { const defaultUserAgent = msRestAzure.getDefaultUserAgentValue(); options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`; } @@ -53,10 +53,10 @@ export class HybridComputeManagementClientContext extends msRestAzure.AzureServi this.credentials = credentials; this.subscriptionId = subscriptionId; - if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) { + if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) { this.acceptLanguage = options.acceptLanguage; } - if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { + if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) { this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout; } } diff --git a/sdk/hybridcompute/arm-hybridcompute/src/operations/machineExtensions.ts b/sdk/hybridcompute/arm-hybridcompute/src/operations/machineExtensions.ts index af98d27e6aa0..ba13f845c56c 100644 --- a/sdk/hybridcompute/arm-hybridcompute/src/operations/machineExtensions.ts +++ b/sdk/hybridcompute/arm-hybridcompute/src/operations/machineExtensions.ts @@ -42,7 +42,7 @@ export class MachineExtensions { } /** - * The operation to create or update the extension. + * The operation to update the extension. * @param resourceGroupName The name of the resource group. * @param name The name of the machine where the extension should be created or updated. * @param extensionName The name of the machine extension. @@ -159,7 +159,7 @@ export class MachineExtensions { } /** - * The operation to create or update the extension. + * The operation to update the extension. * @param resourceGroupName The name of the resource group. * @param name The name of the machine where the extension should be created or updated. * @param extensionName The name of the machine extension. diff --git a/sdk/hybridcompute/arm-hybridcompute/src/operations/machines.ts b/sdk/hybridcompute/arm-hybridcompute/src/operations/machines.ts index 8d580f932635..c638a21f5dbc 100644 --- a/sdk/hybridcompute/arm-hybridcompute/src/operations/machines.ts +++ b/sdk/hybridcompute/arm-hybridcompute/src/operations/machines.ts @@ -91,8 +91,7 @@ export class Machines { } /** - * Lists all the hybrid machines in the specified resource group. Use the nextLink property in the - * response to get the next page of hybrid machines. + * Lists all the hybrid machines in the specified resource group. * @param resourceGroupName The name of the resource group. * @param [options] The optional parameters * @returns Promise @@ -120,8 +119,7 @@ export class Machines { } /** - * Lists all the hybrid machines in the specified subscription. Use the nextLink property in the - * response to get the next page of hybrid machines. + * Lists all the hybrid machines in the specified subscription. * @param [options] The optional parameters * @returns Promise */ @@ -145,8 +143,7 @@ export class Machines { } /** - * Lists all the hybrid machines in the specified resource group. Use the nextLink property in the - * response to get the next page of hybrid machines. + * Lists all the hybrid machines in the specified resource group. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters * @returns Promise @@ -174,8 +171,7 @@ export class Machines { } /** - * Lists all the hybrid machines in the specified subscription. Use the nextLink property in the - * response to get the next page of hybrid machines. + * Lists all the hybrid machines in the specified subscription. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters * @returns Promise