We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613198b commit 18e8384Copy full SHA for 18e8384
src/aks-preview/azext_aks_preview/agentpool_decorator.py
@@ -587,7 +587,7 @@ def get_enable_artifact_streaming(self) -> bool:
587
588
if enable_artifact_streaming and self.get_disable_artifact_streaming():
589
raise MutuallyExclusiveArgumentError(
590
- 'Cannot specify "--enable-artifact-streaming" and "--disable-artifact-streaming" at the same time'
+ 'Cannot specify both --enable-artifact-streaming and --disable-artifact-streaming.'
591
)
592
return enable_artifact_streaming
593
0 commit comments