From fee571d9b454cb37a917b903529211c29c46a84e Mon Sep 17 00:00:00 2001 From: Ajay Parulekar <79739098+ajparule@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:27:40 +0000 Subject: [PATCH] GSI changes --- src/Localization/en/GlobalSecondaryIndexesBuilder.json | 2 +- .../MaterializedViewsBuilder/MaterializedViewsBuilder.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Localization/en/GlobalSecondaryIndexesBuilder.json b/src/Localization/en/GlobalSecondaryIndexesBuilder.json index c3ec8dd94..238b07608 100644 --- a/src/Localization/en/GlobalSecondaryIndexesBuilder.json +++ b/src/Localization/en/GlobalSecondaryIndexesBuilder.json @@ -1,5 +1,5 @@ { - "MaterializedViewsBuilderDescription": "Provision a Materializedviews builder cluster for your Azure Cosmos DB account. Materializedviews builder is compute in your account that performs read operations on source collection for any updates and applies them on materialized views as per the materializedview definition.", + "GlobalsecondaryindexesBuilderDescription": "Provision a Globalsecondaryindexes builder cluster for your Azure Cosmos DB account. Globalsecondaryindexes builder is compute in your account that performs read operations on source collection for any updates and updates the global secondary indexes as per the globalsecondaryindexes definition.", "MaterializedViewsBuilder": "Materializedviews Builder", "Provisioned": "Provisioned", "Deprovisioned": "Deprovisioned", diff --git a/src/SelfServe/MaterializedViewsBuilder/MaterializedViewsBuilder.tsx b/src/SelfServe/MaterializedViewsBuilder/MaterializedViewsBuilder.tsx index 9f0e963ab..f62c33681 100644 --- a/src/SelfServe/MaterializedViewsBuilder/MaterializedViewsBuilder.tsx +++ b/src/SelfServe/MaterializedViewsBuilder/MaterializedViewsBuilder.tsx @@ -368,11 +368,11 @@ export default class MaterializedViewsBuilder extends SelfServeBaseClass { @Values({ description: { - textTKey: "MaterializedViewsBuilderDescription", + textTKey: "GlobalsecondaryindexesBuilderDescription", type: DescriptionType.Text, link: { - href: "https://aka.ms/cosmos-db-materializedviews", - textTKey: "LearnAboutMaterializedViews", + href: "https://aka.ms/cosmos-db-globalsecondaryindexes", + textTKey: "LearnAboutGlobalSecondaryIndexes", }, }, }) @@ -380,7 +380,7 @@ export default class MaterializedViewsBuilder extends SelfServeBaseClass { @OnChange(onEnableMaterializedViewsBuilderChange) @Values({ - labelTKey: "MaterializedViewsBuilder", + labelTKey: "GlobalSecondaryIndexesBuilder", trueLabelTKey: "Provisioned", falseLabelTKey: "Deprovisioned", })