GSI changes
This commit is contained in:
parent
1b652d14a4
commit
fee571d9b4
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue