mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Fix query to get he existing proxy (#2791)
This commit is contained in:
@ -382,7 +382,6 @@ def add_application_password(
|
||||
def add_application_password_impl(
|
||||
password_name: str, app_object_id: UUID, subscription_id: str
|
||||
) -> Tuple[str, str]:
|
||||
|
||||
app = query_microsoft_graph(
|
||||
method="GET",
|
||||
resource="applications/%s" % app_object_id,
|
||||
|
Reference in New Issue
Block a user