Fix query to get he existing proxy (#2791)

This commit is contained in:
Cheick Keita
2023-02-01 12:49:14 -08:00
committed by GitHub
parent f209c0b2f4
commit 291f9dfbcf
17 changed files with 12 additions and 34 deletions

View File

@ -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,