Skip to content

Commit

Permalink
updates for ADL september release (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchana-mongodb authored Sep 25, 2024
1 parent 17890ac commit 4605aaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/command/atlas-dbusers-create.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Options
* - --scope
- strings
- false
- Array of clusters and Atlas Data Lakes that this user has access to.
- Array of clusters that this user has access to.
* - -u, --username
- string
- true
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-dbusers-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Options
* - --scope
- strings
- false
- Array of clusters and Atlas Data Lakes that this user has access to. Passing this flag replaces preexisting data.
- Array of clusters that this user has access to. Passing this flag replaces preexisting data.
* - -u, --username
- string
- false
Expand Down
2 changes: 1 addition & 1 deletion internal/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
The roles format is roleName[@dbName[.collection]].
roleName can either be a built-in role or a custom role.
dbName and collection are required only for built-in roles.`
Scopes = "Array of clusters and Atlas Data Lakes that this user has access to."
Scopes = "Array of clusters that this user has access to."
DataLakeRole = "Amazon Resource Name (ARN) of the role which Atlas Data Federation uses for accessing the data stores."
DataLakeRegion = "Name of the region to which Atlas Data Federation routes client connections for data processing."
DataLakeTestBucket = "Name of an Amazon S3 data bucket that Atlas Data Federation uses to validate the provided role."
Expand Down

0 comments on commit 4605aaa

Please sign in to comment.