We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d511c3a commit f8971c3Copy full SHA for f8971c3
src/azure-cli/azure/cli/command_modules/acs/azurecontainerstorage/_validators.py
@@ -446,7 +446,7 @@ def validate_enable_azure_container_storage_params(
446
f'Failed to enable the latest version of Azure Container Storage as version {v1_extension_version} '
447
'is already installed on the cluster. Try enabling Azure Container Storage in another cluster. '
448
'You can also enable the latest version by first disabling the existing installation using '
449
- '--disable-azure-container-storage. Note that disabling can impact existing workloads '
+ '--disable-azure-container-storage all. Note that disabling can impact existing workloads '
450
'that depend on Azure Container Storage.'
451
)
452
0 commit comments