Skip to content

Commit

Permalink
readd blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaru committed Jul 8, 2024
1 parent 932f174 commit 5647329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/amg/azext_amg/vendored_sdks/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Operations:
"""
.. warning::
**DO NOT** instantiate this class directly.
Instead, you should access the following operations through
:class:`~azure.mgmt.dashboard.DashboardManagementClient`'s
:attr:`operations` attribute.
Expand All @@ -76,7 +77,9 @@ def __init__(self, *args, **kwargs):
@distributed_trace
def list(self, **kwargs: Any) -> Iterable["_models.Operation"]:
"""List all available API operations provided by Microsoft.Dashboard.
List all available API operations provided by Microsoft.Dashboard.
:keyword callable cls: A custom type or function that will be passed the direct response
:return: An iterator like instance of either Operation or the result of cls(response)
:rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.dashboard.models.Operation]
Expand Down

0 comments on commit 5647329

Please sign in to comment.