Skip to content

Commit 18e8384

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 613198b commit 18e8384

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
@@ -587,7 +587,7 @@ def get_enable_artifact_streaming(self) -> bool:
587587

588588
if enable_artifact_streaming and self.get_disable_artifact_streaming():
589589
raise MutuallyExclusiveArgumentError(
590-
'Cannot specify "--enable-artifact-streaming" and "--disable-artifact-streaming" at the same time'
590+
'Cannot specify both --enable-artifact-streaming and --disable-artifact-streaming.'
591591
)
592592
return enable_artifact_streaming
593593

0 commit comments

Comments
 (0)