Skip to content

Commit 25eacfc

Browse files
[AutoPR azure-mgmt-mongodbatlas]-generated-from-SDK Generation - Python-6473710 (#47585)
* Configurations: 'specification/liftrmongodb/MongoDB.Atlas.Management/tspconfig.yaml', API Version: 2026-03-01-preview, SDK Release Type: beta, and CommitSHA: '18ebae7ea8f6aefd83268aacdb1f480b24842726' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6461788 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Configurations: 'specification/liftrmongodb/MongoDB.Atlas.Management/tspconfig.yaml', API Version: 2026-03-01-preview, SDK Release Type: beta, and CommitSHA: '47583cad2795130618e606469b93e81bb253bd2f' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6470641 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Configurations: 'specification/liftrmongodb/MongoDB.Atlas.Management/tspconfig.yaml', API Version: 2026-03-01-preview, SDK Release Type: beta, and CommitSHA: '1af5f0810159efeefa9e8991049064b1bc4ca132' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6473649 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Configurations: 'specification/liftrmongodb/MongoDB.Atlas.Management/tspconfig.yaml', API Version: 2026-03-01-preview, SDK Release Type: beta, and CommitSHA: 'd35397f26389e9d047c69904e09dbaf5ce6234f2' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6473710 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent ad02ae1 commit 25eacfc

61 files changed

Lines changed: 6943 additions & 405 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/mongodbatlas/azure-mgmt-mongodbatlas/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release History
22

3+
## 1.1.0b1 (2026-06-24)
4+
5+
### Features Added
6+
7+
- Client `MongoDBAtlasMgmtClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `MongoDBAtlasMgmtClient` added operation group `projects`
9+
- Client `MongoDBAtlasMgmtClient` added operation group `clusters`
10+
- Added model `Cluster`
11+
- Added model `ClusterProperties`
12+
- Added enum `ClusterTier`
13+
- Added model `Project`
14+
- Added model `ProjectLimitStatus`
15+
- Added model `ProjectProperties`
16+
- Added model `ProxyResource`
17+
- Added model `RegionsByTierResponse`
18+
- Added model `TierLimitReachedResponse`
19+
- Added model `TierRegions`
20+
- Added operation group `ClustersOperations`
21+
- Added operation group `ProjectsOperations`
22+
323
## 1.0.0 (2025-07-02)
424

525
### Features Added
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
recursive-include tests *.py *.json
2-
recursive-include samples *.py *.md
31
include *.md
4-
include azure/__init__.py
5-
include azure/mgmt/__init__.py
62
include LICENSE
73
include azure/mgmt/mongodbatlas/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

sdk/mongodbatlas/azure-mgmt-mongodbatlas/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Mongodbatlas Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.9+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"apiVersion": "2025-06-01",
3-
"commit": "fa6fa40e4b84fded374f3aff1e591fa217a82fe8",
2+
"apiVersion": "2026-03-01-preview",
3+
"apiVersions": {
4+
"MongoDB.Atlas": "2026-03-01-preview"
5+
},
6+
"commit": "d35397f26389e9d047c69904e09dbaf5ce6234f2",
47
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
58
"typespec_src": "specification/liftrmongodb/MongoDB.Atlas.Management",
6-
"emitterVersion": "0.45.5"
9+
"emitterVersion": "0.63.2",
10+
"httpClientPythonVersion": "^0.33.0"
711
}

0 commit comments

Comments
 (0)