Skip to content
Merged
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 @@ -95,7 +95,7 @@ def create(
:type resource_group_name: str
:param automation_account_name: The name of the automation account.
:type automation_account_name: str
:param compilation_job_name: The the DSC configuration Id.
:param compilation_job_name: The DSC configuration Id.
:type compilation_job_name: str
:param parameters: The parameters supplied to the create compilation
job operation.
Expand Down Expand Up @@ -151,7 +151,7 @@ def get(
:type resource_group_name: str
:param automation_account_name: The name of the automation account.
:type automation_account_name: str
:param compilation_job_name: The the DSC configuration Id.
:param compilation_job_name: The DSC configuration Id.
:type compilation_job_name: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def list_by_automation_account(
:type filter: str
:param skip: The number of rows to skip.
:type skip: int
:param top: The the number of rows to take.
:param top: The number of rows to take.
:type top: int
:param inlinecount: Return total rows.
:type inlinecount: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def list_by_automation_account(
:type filter: str
:param skip: The number of rows to skip.
:type skip: int
:param top: The the number of rows to take.
:param top: The number of rows to take.
:type top: int
:param inlinecount: Return total rows.
:type inlinecount: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def list_by_automation_account(
:type filter: str
:param skip: The number of rows to skip.
:type skip: int
:param top: The the number of rows to take.
:param top: The number of rows to take.
:type top: int
:param inlinecount: Return total rows.
:type inlinecount: str
Expand Down