You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go.mongodb.org/atlas-sdk/v20240805005v20240805005.0.1-0.20250402112219-2468c5354718// uses api-bot-update-v20240805-backport-cluster to support AdvancedConfiguration in create/updateCluster APIs
// MongoDBClient contains the mongodbatlas clients and configurations
73
+
// MongoDBClient contains the mongodbatlas clients and configurations.
75
74
typeMongoDBClientstruct {
76
75
Atlas*matlasClient.Client
77
76
AtlasV2*admin.APIClient
78
77
AtlasPreview*adminpreview.APIClient
79
-
AtlasV220240805*admin20240805.APIClient// used in advanced_cluster to avoid adopting 2024-10-23 release with ISS autoscaling
80
-
AtlasV220240530*admin20240530.APIClient// used in advanced_cluster and cloud_backup_schedule for avoiding breaking changes (supporting deprecated replication_specs.id)
81
-
AtlasV220241113*admin20241113.APIClient// used in teams and atlas_users to avoiding breaking changes
78
+
AtlasV220240530*admin20240530.APIClient// Used in cluster to support deprecated attributes default_read_concern and fail_index_key_too_long in advanced_configuration.
79
+
AtlasV220241113*admin20241113.APIClient// Used in teams and atlas_users to avoiding breaking changes.
82
80
Realm*RealmClient
83
-
BaseURLstring// needed by organization resource
84
-
TerraformVersionstring// needed by organization resource
81
+
BaseURLstring// Needed by organization resource.
82
+
TerraformVersionstring// Needed by organization resource.
0 commit comments