We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c90e commit 24e16b4Copy full SHA for 24e16b4
src/aks-preview/azext_aks_preview/agentpool_decorator.py
@@ -591,7 +591,7 @@ def get_enable_artifact_streaming(self) -> bool:
591
592
if enable_artifact_streaming and self.get_disable_artifact_streaming():
593
raise MutuallyExclusiveArgumentError(
594
- 'Cannot specify "--enable-artifact-streaming" and "--disable-artifact-streaming" at the same time'
+ 'Cannot specify both --enable-artifact-streaming and --disable-artifact-streaming.'
595
)
596
return enable_artifact_streaming
597
0 commit comments