Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
black
  • Loading branch information
swathipil committed Feb 27, 2024
commit 35d9749c5251f3c5eef0f3fe56b986298e9f8233
4 changes: 3 additions & 1 deletion sdk/core/corehttp/tests/perf_tests/_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ def add_arguments(parser):
"""\n- 'policy1,policy2': Comma-separated list of policies, such as 'RetryPolicy,UserAgentPolicy'""",
default=None,
)
parser.add_argument("--use-entra-id", action="store_true", help="Use Microsoft Entra ID authentication instead of shared key.")
parser.add_argument(
"--use-entra-id", action="store_true", help="Use Microsoft Entra ID authentication instead of shared key."
)


class _BlobTest(_ServiceTest):
Expand Down