Skip to content

Commit 8a942fe

Browse files
committed
Minor formatting changes
1 parent 936acfb commit 8a942fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/acs/managed_cluster_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8825,7 +8825,7 @@ def update_azure_container_storage(self, mc: ManagedCluster) -> ManagedCluster:
88258825
except Exception as ex:
88268826
raise UnknownError(
88278827
f"An error occurred while checking the version of Azure Container Storage"
8828-
f"extension installed on the cluster: {str(ex)}"
8828+
f" extension installed on the cluster: {str(ex)}"
88298829
) from ex
88308830

88318831
disable_azure_container_storage_v1 = disable_azure_container_storage_param is not None and is_container_storage_v1_extension_installed

0 commit comments

Comments
 (0)