Skip to content

Commit

Permalink
Add keyword restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Gu committed Feb 3, 2025
1 parent b356358 commit 57053fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-quantum/azure/quantum/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def list_jobs(

def list_jobs_paginated(
self,
*,
name_match: Optional[str] = None,
job_type: Optional[str]= None,
provider: Optional[list[str]]= None,
Expand Down Expand Up @@ -637,6 +638,7 @@ def list_top_level_items(

def list_top_level_items_paginated(
self,
*,
name_match: Optional[str] = None,
item_type: Optional[str]= None,
job_type: Optional[str]= None,
Expand Down Expand Up @@ -697,6 +699,7 @@ def list_sessions(

def list_sessions_paginated(
self,
*,
provider: Optional[list[str]]= None,
target: Optional[list[str]]= None,
status: Optional[list[JobStatus]] = None,
Expand Down Expand Up @@ -843,6 +846,7 @@ def list_session_jobs(

def list_session_jobs_paginated(
self,
*,
session_id: str,
name_match: Optional[str] = None,
status: Optional[list[JobStatus]] = None,
Expand Down

0 comments on commit 57053fa

Please sign in to comment.