Skip to content

Commit 24e16b4

Browse files
KananMehtaCopilot
authored andcommitted
chore: align error messages
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 705c90e commit 24e16b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aks-preview/azext_aks_preview/agentpool_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def get_enable_artifact_streaming(self) -> bool:
591591

592592
if enable_artifact_streaming and self.get_disable_artifact_streaming():
593593
raise MutuallyExclusiveArgumentError(
594-
'Cannot specify "--enable-artifact-streaming" and "--disable-artifact-streaming" at the same time'
594+
'Cannot specify both --enable-artifact-streaming and --disable-artifact-streaming.'
595595
)
596596
return enable_artifact_streaming
597597

0 commit comments

Comments
 (0)