Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Commands/mongo-db/atlas/organization/_create.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# [Command] _mongo-db atlas organization create_

Create an Azure resource that provisions a corresponding MongoDB Atlas organization
Create a OrganizationResource

## Versions

### [2025-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2025-06-01.xml) **Stable**
### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2025-06-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2026-03-01-preview -->

#### examples

- Organizations_CreateOrUpdate
- Organizations_CreateOrUpdate_MaximumSet
```bash
mongo-db atlas organization create -name "MyOrganizationResourceName" --resource-group "MyResourceGroup" --location "eastus" --subscription "abcd1234-5678-90ab-cdef-12345678abcd"--user {"first-name":"John","last-name":"Doe","email-address":"test@email.com"}" --marketplace "{"subscription-id":"abcd1234-5678-90ab-cdef-12345678abcd","offer-details":{"publisher-id":"mongodb","offer-id":"mongodb_atlas_azure_native_prod","plan-id":"private_plan","plan-name":"Pay as You Go (Free) (Private)","term-unit":"P1M","term-id":"gmz7xq9ge3py"}}" --partner-properties "{"organization-name":"partner-org-name"}"
mongo-db atlas organization create \ --resource-group {resource_group} \ --name MongoDBCLITestOrg2 \ --location eastus2 \ --subscription {subscription} \ --marketplace '{"subscription-id": "<marketplace_sub_id>", "offer-details": {"publisher-id": "mongodb", "offer-id": "mongodb_atlas_azure_native_prod", "plan-id": "private_plan", "plan-name": "Pay as You Go (Free) (Private)", "term-unit": "P1M", "term-id": "gmz7xq9ge3py"}}' \ --user '{"first-name": "dummy", "last-name": "dummy", "email-address": "test@example.com"}' \ --partner-properties '{"organization-name": "MongoDBCLITestOrg2"}'
```
10 changes: 5 additions & 5 deletions Commands/mongo-db/atlas/organization/_delete.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# [Command] _mongo-db atlas organization delete_

Delete the Azure resource linked to a MongoDB Atlas organization
Delete a OrganizationResource

## Versions

### [2025-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2025-06-01.xml) **Stable**
### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2025-06-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2026-03-01-preview -->

#### examples

- Organizations_Delete
- Organizations_Delete_MaximumSet
```bash
mongo-db atlas organization delete --subscription "abcd1234-5678-90ab-cdef-12345678abcd" --resource-group "MyResourceGroup" -name "MyOrganizationResourceName"
mongo-db atlas organization delete \ --subscription {subscription} \ --resource-group {resource_group} \ --name MongoDBCLITestOrg2 \ --yes
```
12 changes: 6 additions & 6 deletions Commands/mongo-db/atlas/organization/_list.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# [Command] _mongo-db atlas organization list_

List all Azure resources representing MongoDB Atlas organizations under the current subscription
List OrganizationResource resources by subscription ID

## Versions

### [2025-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucw==/2025-06-01.xml) **Stable**
### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucw==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/mongodb.atlas/organizations 2025-06-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations 2025-06-01 -->
<!-- mgmt-plane /subscriptions/{}/providers/mongodb.atlas/organizations 2026-03-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations 2026-03-01-preview -->

#### examples

- Organizations_ListBySubscription
- Organizations_ListBySubscription_MaximumSet
```bash
mongo-db atlas organization list --subscription "abcd1234-5678-90ab-cdef-12345678abcd" --resource-group "MyResourceGroup"
mongo-db atlas organization list \ --subscription {subscription} \ --resource-group {resource_group}
```
10 changes: 5 additions & 5 deletions Commands/mongo-db/atlas/organization/_show.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# [Command] _mongo-db atlas organization show_

Retrieve details of the Azure resource associated with a MongoDB Atlas organization
Get a OrganizationResource

## Versions

### [2025-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2025-06-01.xml) **Stable**
### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2025-06-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2026-03-01-preview -->

#### examples

- Organizations_Get
- Organizations_Get_MaximumSet
```bash
mongo-db atlas organization show --subscription "abcd1234-5678-90ab-cdef-12345678abcd" --resource-group "MyResourceGroup" -name "MyOrganizationResourceName"
mongo-db atlas organization show \ --subscription {subscription} \ --resource-group {resource_group} \ --name MongoDBCLITestOrg2
```
9 changes: 9 additions & 0 deletions Commands/mongo-db/atlas/organization/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _mongo-db atlas organization update_

Update a OrganizationResource

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{} 2026-03-01-preview -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster-tier-region_

List available regions by cluster tier for the project.

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVydGllcnJlZ2lvbnM=/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clustertierregions 2026-03-01-preview -->

#### examples

- Projects_ListClusterTierRegions_MaximumSet
```bash
mongo-db atlas organization project cluster-tier-region --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project create_

Create a Project

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{} 2026-03-01-preview -->

#### examples

- Projects_CreateOrUpdate_MaximumSet
```bash
mongo-db atlas organization project create --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project delete_

Delete a Project

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{} 2026-03-01-preview -->

#### examples

- Projects_Delete_MaximumSet
```bash
mongo-db atlas organization project delete --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project list_

List Project resources by OrganizationResource

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cw==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects 2026-03-01-preview -->

#### examples

- Projects_List_MaximumSet
```bash
mongo-db atlas organization project list --resource-group rgopenapi --organization-name myOrganization
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project show_

Get a Project

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{} 2026-03-01-preview -->

#### examples

- Projects_Get_MaximumSet
```bash
mongo-db atlas organization project show --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project tier-limit-reached_

Check if tier limit is reached for the project.

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS90aWVybGltaXRyZWFjaGVk/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/tierlimitreached 2026-03-01-preview -->

#### examples

- Projects_TierLimitReached_MaximumSet
```bash
mongo-db atlas organization project tier-limit-reached --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project update_

Update a Project

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{} 2026-03-01-preview -->

#### examples

- Projects_CreateOrUpdate_MaximumSet
```bash
mongo-db atlas organization project update --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster create_

Create a Cluster

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVycy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clusters/{} 2026-03-01-preview -->

#### examples

- Clusters_CreateOrUpdate_MaximumSet
```bash
mongo-db atlas organization project cluster create --resource-group rgopenapi --organization-name myOrganization --project-name myProject --cluster-name myCluster --cluster-tier FREE --region-name eastus2
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster delete_

Delete a Cluster

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVycy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clusters/{} 2026-03-01-preview -->

#### examples

- Clusters_Delete_MaximumSet
```bash
mongo-db atlas organization project cluster delete --resource-group rgopenapi --organization-name myOrganization --project-name myProject --cluster-name myCluster
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster list_

List Cluster resources by Project

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVycw==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clusters 2026-03-01-preview -->

#### examples

- Clusters_List_MaximumSet
```bash
mongo-db atlas organization project cluster list --resource-group rgopenapi --organization-name myOrganization --project-name myProject
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster show_

Get a Cluster

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVycy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clusters/{} 2026-03-01-preview -->

#### examples

- Clusters_Get_MaximumSet
```bash
mongo-db atlas organization project cluster show --resource-group rgopenapi --organization-name myOrganization --project-name myProject --cluster-name myCluster
```
16 changes: 16 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _mongo-db atlas organization project cluster update_

Update a Cluster

## Versions

### [2026-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21vbmdvZGIuYXRsYXMvb3JnYW5pemF0aW9ucy97fS9wcm9qZWN0cy97fS9jbHVzdGVycy97fQ==/2026-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/mongodb.atlas/organizations/{}/projects/{}/clusters/{} 2026-03-01-preview -->

#### examples

- Clusters_CreateOrUpdate_MaximumSet
```bash
mongo-db atlas organization project cluster update --resource-group rgopenapi --organization-name myOrganization --project-name myProject --cluster-name myCluster
```
20 changes: 20 additions & 0 deletions Commands/mongo-db/atlas/organization/project/cluster/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _mongo-db atlas organization project cluster_

Manage Cluster

## Commands

- [create](/Commands/mongo-db/atlas/organization/project/cluster/_create.md)
: Create a Cluster

- [delete](/Commands/mongo-db/atlas/organization/project/cluster/_delete.md)
: Delete a Cluster

- [list](/Commands/mongo-db/atlas/organization/project/cluster/_list.md)
: List Cluster resources by Project

- [show](/Commands/mongo-db/atlas/organization/project/cluster/_show.md)
: Get a Cluster

- [update](/Commands/mongo-db/atlas/organization/project/cluster/_update.md)
: Update a Cluster
31 changes: 31 additions & 0 deletions Commands/mongo-db/atlas/organization/project/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# [Group] _mongo-db atlas organization project_

Manage Project

## Subgroups

- [cluster](/Commands/mongo-db/atlas/organization/project/cluster/readme.md)
: Manage Cluster

## Commands

- [cluster-tier-region](/Commands/mongo-db/atlas/organization/project/_cluster-tier-region.md)
: List available regions by cluster tier for the project.

- [create](/Commands/mongo-db/atlas/organization/project/_create.md)
: Create a Project

- [delete](/Commands/mongo-db/atlas/organization/project/_delete.md)
: Delete a Project

- [list](/Commands/mongo-db/atlas/organization/project/_list.md)
: List Project resources by OrganizationResource

- [show](/Commands/mongo-db/atlas/organization/project/_show.md)
: Get a Project

- [tier-limit-reached](/Commands/mongo-db/atlas/organization/project/_tier-limit-reached.md)
: Check if tier limit is reached for the project.

- [update](/Commands/mongo-db/atlas/organization/project/_update.md)
: Update a Project
18 changes: 13 additions & 5 deletions Commands/mongo-db/atlas/organization/readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# [Group] _mongo-db atlas organization_

Manage Azure resources that represent MongoDB Atlas organizations
Manage Organization

## Subgroups

- [project](/Commands/mongo-db/atlas/organization/project/readme.md)
: Manage Project

## Commands

- [create](/Commands/mongo-db/atlas/organization/_create.md)
: Create an Azure resource that provisions a corresponding MongoDB Atlas organization
: Create a OrganizationResource

- [delete](/Commands/mongo-db/atlas/organization/_delete.md)
: Delete the Azure resource linked to a MongoDB Atlas organization
: Delete a OrganizationResource

- [list](/Commands/mongo-db/atlas/organization/_list.md)
: List all Azure resources representing MongoDB Atlas organizations under the current subscription
: List OrganizationResource resources by subscription ID

- [show](/Commands/mongo-db/atlas/organization/_show.md)
: Retrieve details of the Azure resource associated with a MongoDB Atlas organization
: Get a OrganizationResource

- [update](/Commands/mongo-db/atlas/organization/_update.md)
: Update a OrganizationResource
4 changes: 2 additions & 2 deletions Commands/mongo-db/atlas/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [Group] _mongo-db atlas_

Manage MongoDB Atlas
Manage Atlas

## Subgroups

- [organization](/Commands/mongo-db/atlas/organization/readme.md)
: Manage Azure resources that represent MongoDB Atlas organizations
: Manage Organization
Loading
Loading