Skip to content

Commit 2d90542

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 98809a0 commit 2d90542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aks-preview/azext_aks_preview/agentpool_decorator.py

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

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

0 commit comments

Comments
 (0)