Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-hybridcompute] [Hub Generated] Review request for Microsoft.HybridCompute to add version stable/2020-08-02 #2491

Open
wants to merge 1 commit into
base: release/v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down