GSI changes

This commit is contained in:
Ajay Parulekar 2024-10-07 14:27:40 +00:00
parent 1b652d14a4
commit fee571d9b4
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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",
})