Skip to content

Commit c57aab5

Browse files
DOCSP-11182 change projectID to projectId (#45)
1 parent 1910f4e commit c57aab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/reference/cli/stores/create-store.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The following example uses the ``createStore`` command to create a new
221221
.. code-block:: json
222222

223223
use sample
224-
db.runCommand({ createStore: "myStore", provider: "atlas", clusterName: "myTestCluster", projectID: "<project-id>" })
224+
db.runCommand({ createStore: "myStore", provider: "atlas", clusterName: "myTestCluster", projectId: "<project-id>" })
225225

226226
The previous command prints the following:
227227

source/reference/config-files/data-lake-configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tab to learn more about the {+dl+} configuration for that {+data-lake-store+}.
127127
"name" : "atlasClusterStore",
128128
"provider" : "atlas",
129129
"clusterName" : "myDataCenter",
130-
"projectID" : "5e2211c17a3e5a48f5497de3"
130+
"projectId" : "5e2211c17a3e5a48f5497de3"
131131
}
132132
],
133133
"databases" : [
@@ -419,7 +419,7 @@ The {+data-lake-short+} configuration file has the following format:
419419
project as your {+dl+}. The ``source`` field on the data partition is the
420420
name of the |service| cluster.
421421

422-
.. datalakeconf:: stores.[n].projectID
422+
.. datalakeconf:: stores.[n].projectId
423423

424424
Unique identifier of the project that contains the |service| cluster on
425425
which the store is based.

0 commit comments

Comments
 (0)