Skip to content

Commit f8971c3

Browse files
committed
Fix a validation error message
1 parent d511c3a commit f8971c3

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/acs/azurecontainerstorage

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/acs/azurecontainerstorage/_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def validate_enable_azure_container_storage_params(
446446
f'Failed to enable the latest version of Azure Container Storage as version {v1_extension_version} '
447447
'is already installed on the cluster. Try enabling Azure Container Storage in another cluster. '
448448
'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 '
449+
'--disable-azure-container-storage all. Note that disabling can impact existing workloads '
450450
'that depend on Azure Container Storage.'
451451
)
452452

0 commit comments

Comments
 (0)