This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch hot-fix/hdinside in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit b223a25ff15afa89359f8bd063a8f98582fedb50 Author: Hennadii_Shpak <[email protected]> AuthorDate: Wed Sep 7 16:37:07 2022 +0300 minor fix --- .../src/main/resources/webapp/src/dictionary/azure.dictionary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts b/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts index 3e3b532b7..bcfa5f084 100644 --- a/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts +++ b/services/self-service/src/main/resources/webapp/src/dictionary/azure.dictionary.ts @@ -30,7 +30,7 @@ export const NAMING_CONVENTION_AZURE = { 'slave_node_shape': 'azure_dataengine_slave_size', 'total_instance_number': 'dataengine_instance_count', 'spot_instance': 'Low-priority virtual machines', - 'cluster_version': '', + 'cluster_version': 'hdinsight_version', 'max_cluster_name_length': 10, 'billing': { 'resourceName': 'resourceName', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
