Skip to content

Commit 4605aaa

Browse files
updates for ADL september release (#3236)
1 parent 17890ac commit 4605aaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/command/atlas-dbusers-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Options
105105
* - --scope
106106
- strings
107107
- false
108-
- Array of clusters and Atlas Data Lakes that this user has access to.
108+
- Array of clusters that this user has access to.
109109
* - -u, --username
110110
- string
111111
- true

docs/command/atlas-dbusers-update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Options
8080
* - --scope
8181
- strings
8282
- false
83-
- Array of clusters and Atlas Data Lakes that this user has access to. Passing this flag replaces preexisting data.
83+
- Array of clusters that this user has access to. Passing this flag replaces preexisting data.
8484
* - -u, --username
8585
- string
8686
- false

internal/usage/usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const (
7676
The roles format is roleName[@dbName[.collection]].
7777
roleName can either be a built-in role or a custom role.
7878
dbName and collection are required only for built-in roles.`
79-
Scopes = "Array of clusters and Atlas Data Lakes that this user has access to."
79+
Scopes = "Array of clusters that this user has access to."
8080
DataLakeRole = "Amazon Resource Name (ARN) of the role which Atlas Data Federation uses for accessing the data stores."
8181
DataLakeRegion = "Name of the region to which Atlas Data Federation routes client connections for data processing."
8282
DataLakeTestBucket = "Name of an Amazon S3 data bucket that Atlas Data Federation uses to validate the provided role."

0 commit comments

Comments
 (0)