From 759f555c332da1cf10d1f76c51f114233c9c9909 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 22 Oct 2020 17:04:47 +0000 Subject: [PATCH] Generated from ed69d3bb0cd334eea96e85ba3e59194954bc713b --- .../operations/_machine_extensions_operations.py | 2 +- .../mgmt/hybridcompute/operations/_machines_operations.py | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machine_extensions_operations.py b/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machine_extensions_operations.py index ee7ec2251f9f8..ca542db1281f3 100644 --- a/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machine_extensions_operations.py +++ b/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machine_extensions_operations.py @@ -201,7 +201,7 @@ def _update_initial( def update( self, resource_group_name, name, extension_name, extension_parameters, custom_headers=None, raw=False, polling=True, **operation_config): - """The operation to create or update the extension. + """The operation to update the extension. :param resource_group_name: The name of the resource group. :type resource_group_name: str diff --git a/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machines_operations.py b/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machines_operations.py index 1dd9d5e8293e0..4a35880f577ca 100644 --- a/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machines_operations.py +++ b/sdk/hybridcompute/azure-mgmt-hybridcompute/azure/mgmt/hybridcompute/operations/_machines_operations.py @@ -159,9 +159,7 @@ def get( def list_by_resource_group( self, resource_group_name, custom_headers=None, raw=False, **operation_config): - """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 resource_group_name: The name of the resource group. :type resource_group_name: str @@ -229,9 +227,7 @@ def internal_paging(next_link=None): def list_by_subscription( self, custom_headers=None, raw=False, **operation_config): - """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 dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the