You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now only one value for enable_capabilities is allowed, and if leave default to empty, it gives an error: Error: expected capabilities.0.name to be one of [EnableAggregationPipeline EnableCassandra EnableGremlin EnableTable EnableServerless EnableMongo MongoDBv3.4 mongoEnableDocLevelTTL DisableRateLimitingResponses AllowSelfServeUpgradeToMongo36], got
The parameter should change to enable_capabilities and be a list of strings, defaulting to an empty list
The text was updated successfully, but these errors were encountered:
Right now only one value for enable_capabilities is allowed, and if leave default to empty, it gives an error:
Error: expected capabilities.0.name to be one of [EnableAggregationPipeline EnableCassandra EnableGremlin EnableTable EnableServerless EnableMongo MongoDBv3.4 mongoEnableDocLevelTTL DisableRateLimitingResponses AllowSelfServeUpgradeToMongo36], got
The parameter should change to
enable_capabilities
and be a list of strings, defaulting to an empty listThe text was updated successfully, but these errors were encountered: