Skip to content

Commit e562b94

Browse files
CLOUDP-337612: Update Autogenerated Commands (#4122)
Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 7b1a001 commit e562b94

11 files changed

+588
-801
lines changed

docs/command/atlas-api-alerts-listAlerts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Options
8888
* - --status
8989
- string
9090
- false
91-
- Status of the alerts to return. Omit to return all alerts in all statuses.
91+
- Status of the alerts to return. Omit this parameter to return all alerts in all statuses. TRACKING indicates the alert condition exists but has not persisted for the minimum notification delay. OPEN indicates the alert condition currently exists. CLOSED indicates the alert condition has been resolved.
9292
* - --version
9393
- string
9494
- false

docs/command/atlas-api-cloudProviderAccess-createCloudProviderAccessRole.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ atlas api cloudProviderAccess createCloudProviderAccessRole
1717
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
1818
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
1919

20-
Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role.
20+
Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role. For the GCP provider, if the project folder is not yet provisioned, Atlas will now create the role asynchronously. An intermediate role with status IN_PROGRESS will be returned, and the final service account will be provisioned. Once the GCP project is set up, subsequent requests will create the service account synchronously.
2121

2222
This command is autogenerated and corresponds 1:1 with the Atlas API endpoint https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createcloudprovideraccessrole.
2323

docs/command/atlas-api-mongoDbCloudUsers-listTeamUsers.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Options
9090
- string
9191
- true
9292
- Unique 24-hexadecimal digit string that identifies the team whose application users you want to return.
93+
* - --userId
94+
- string
95+
- false
96+
- Unique 24-hexadecimal digit string to filter users by. Not supported in deprecated versions.
9397
* - --username
9498
- string
9599
- false

docs/command/atlas-api-rollingIndex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ atlas api rollingIndex
1717
The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
1818
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
1919

20-
You can't create a rolling index on an M0 free cluster or M2/M5 shared cluster.
20+
Rolling indexes build indexes on the applicable nodes sequentially and may reduce the performance impact of an index build if your deployment's average CPU utilization exceeds (N-1)/N-10% where N is the number of CPU threads available to mongod of if the WiredTiger cache fill ratio regularly exceeds 90%. If your deployment does not meet this criteria, use the default index build. You can't create a rolling index on an M0 free cluster or M2/M5 shared cluster.
2121

2222
Options
2323
-------

docs/command/includes/deleteTransitGatewayRoute-preview-default.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/command/includes/getTransitGatewayRoute-preview-default.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/command/includes/listTransitGatewayRoutes-preview-default.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

internal/api/commands.go

Lines changed: 13 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)