Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions sdk/mongocluster/arm-mongocluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Release History

## 1.1.0-beta.2 (2025-09-29)
Compared with version 1.0.1

### Features Added
- Added operation group UsersOperations
- Added Interface AuthConfigProperties
- Added Interface CustomerManagedKeyEncryptionProperties
- Added Interface DataApiProperties
- Added Interface DatabaseRole
- Added Interface EncryptionProperties
- Added Interface EntraIdentityProvider
- Added Interface EntraIdentityProviderProperties
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface IdentityProvider
- Added Interface KeyEncryptionKeyIdentity
- Added Interface ManagedServiceIdentity
- Added Interface User
- Added Interface UserAssignedIdentity
- Added Interface UserProperties
- Added Interface UsersCreateOrUpdateOptionalParams
- Added Interface UsersDeleteOptionalParams
- Added Interface UsersGetOptionalParams
- Added Interface UsersListByMongoClusterOptionalParams
- Interface MongoCluster has a new optional parameter identity
- Interface MongoClusterManagementClientOptionalParams has a new optional parameter cloudSetting
- Interface MongoClusterProperties has a new optional parameter authConfig
- Interface MongoClusterProperties has a new optional parameter dataApi
- Interface MongoClusterProperties has a new optional parameter encryption
- Interface MongoClusterUpdate has a new optional parameter identity
- Interface MongoClusterUpdateProperties has a new optional parameter authConfig
- Interface MongoClusterUpdateProperties has a new optional parameter dataApi
- Interface MongoClusterUpdateProperties has a new optional parameter encryption
- Interface StorageProperties has a new optional parameter type
- Added Type Alias AuthenticationMode
- Added Type Alias AzureSupportedClouds
- Added Type Alias DataApiMode
- Added Type Alias EntraPrincipalType
- Added Type Alias IdentityProviderType
- Added Type Alias IdentityProviderUnion
- Added Type Alias KeyEncryptionKeyIdentityType
- Added Type Alias ManagedServiceIdentityType
- Added Type Alias StorageType
- Added Type Alias UserRole
- Added Enum AzureClouds
- Added Enum KnownAuthenticationMode
- Added Enum KnownDataApiMode
- Added Enum KnownEntraPrincipalType
- Added Enum KnownIdentityProviderType
- Added Enum KnownKeyEncryptionKeyIdentityType
- Added Enum KnownManagedServiceIdentityType
- Added Enum KnownStorageType
- Added Enum KnownUserRole
- Added Enum KnownVersions

## 1.1.0-beta.1 (2025-07-23)
Compared with version 1.0.1

Expand Down
118 changes: 116 additions & 2 deletions sdk/mongocluster/arm-mongocluster/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,118 @@
{
"apiVersion": "2025-07-01-preview",
"emitterVersion": "0.42.0"
"apiVersion": "2025-08-01-preview",
"emitterVersion": "0.44.1",
"crossLanguageDefinitions": {
"CrossLanguagePackageId": "Microsoft.DocumentDB",
"CrossLanguageDefinitionId": {
"@azure/arm-mongocluster!OperationListResult:interface": "Azure.ResourceManager.CommonTypes.OperationListResult",
"@azure/arm-mongocluster!Operation:interface": "Azure.ResourceManager.CommonTypes.Operation",
"@azure/arm-mongocluster!OperationDisplay:interface": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"@azure/arm-mongocluster!ErrorResponse:interface": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"@azure/arm-mongocluster!ErrorDetail:interface": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"@azure/arm-mongocluster!ErrorAdditionalInfo:interface": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"@azure/arm-mongocluster!MongoCluster:interface": "Microsoft.DocumentDB.MongoCluster",
"@azure/arm-mongocluster!MongoClusterProperties:interface": "Microsoft.DocumentDB.MongoClusterProperties",
"@azure/arm-mongocluster!MongoClusterRestoreParameters:interface": "Microsoft.DocumentDB.MongoClusterRestoreParameters",
"@azure/arm-mongocluster!MongoClusterReplicaParameters:interface": "Microsoft.DocumentDB.MongoClusterReplicaParameters",
"@azure/arm-mongocluster!AdministratorProperties:interface": "Microsoft.DocumentDB.AdministratorProperties",
"@azure/arm-mongocluster!HighAvailabilityProperties:interface": "Microsoft.DocumentDB.HighAvailabilityProperties",
"@azure/arm-mongocluster!StorageProperties:interface": "Microsoft.DocumentDB.StorageProperties",
"@azure/arm-mongocluster!ShardingProperties:interface": "Microsoft.DocumentDB.ShardingProperties",
"@azure/arm-mongocluster!ComputeProperties:interface": "Microsoft.DocumentDB.ComputeProperties",
"@azure/arm-mongocluster!BackupProperties:interface": "Microsoft.DocumentDB.BackupProperties",
"@azure/arm-mongocluster!DataApiProperties:interface": "Microsoft.DocumentDB.DataApiProperties",
"@azure/arm-mongocluster!PrivateEndpointConnection:interface": "Azure.ResourceManager.CommonTypes.PrivateEndpointConnection",
"@azure/arm-mongocluster!PrivateEndpointConnectionProperties:interface": "Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProperties",
"@azure/arm-mongocluster!PrivateEndpoint:interface": "Azure.ResourceManager.CommonTypes.PrivateEndpoint",
"@azure/arm-mongocluster!PrivateLinkServiceConnectionState:interface": "Azure.ResourceManager.CommonTypes.PrivateLinkServiceConnectionState",
"@azure/arm-mongocluster!Resource:interface": "Azure.ResourceManager.CommonTypes.Resource",
"@azure/arm-mongocluster!SystemData:interface": "Azure.ResourceManager.CommonTypes.SystemData",
"@azure/arm-mongocluster!ReplicationProperties:interface": "Microsoft.DocumentDB.ReplicationProperties",
"@azure/arm-mongocluster!AuthConfigProperties:interface": "Microsoft.DocumentDB.AuthConfigProperties",
"@azure/arm-mongocluster!EncryptionProperties:interface": "Microsoft.DocumentDB.EncryptionProperties",
"@azure/arm-mongocluster!CustomerManagedKeyEncryptionProperties:interface": "Microsoft.DocumentDB.CustomerManagedKeyEncryptionProperties",
"@azure/arm-mongocluster!KeyEncryptionKeyIdentity:interface": "Microsoft.DocumentDB.KeyEncryptionKeyIdentity",
"@azure/arm-mongocluster!ManagedServiceIdentity:interface": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity",
"@azure/arm-mongocluster!UserAssignedIdentity:interface": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity",
"@azure/arm-mongocluster!TrackedResource:interface": "Azure.ResourceManager.CommonTypes.TrackedResource",
"@azure/arm-mongocluster!MongoClusterUpdate:interface": "Azure.ResourceManager.Foundations.ResourceUpdateModel",
"@azure/arm-mongocluster!MongoClusterUpdateProperties:interface": "Azure.ResourceManager.Foundations.ResourceUpdateModelProperties",
"@azure/arm-mongocluster!ArmOperationStatusResourceProvisioningState:interface": "Azure.ResourceManager.ArmOperationStatus",
"@azure/arm-mongocluster!MongoClusterListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!ListConnectionStringsResult:interface": "Microsoft.DocumentDB.ListConnectionStringsResult",
"@azure/arm-mongocluster!ConnectionString:interface": "Microsoft.DocumentDB.ConnectionString",
"@azure/arm-mongocluster!CheckNameAvailabilityRequest:interface": "Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest",
"@azure/arm-mongocluster!CheckNameAvailabilityResponse:interface": "Azure.ResourceManager.CommonTypes.CheckNameAvailabilityResponse",
"@azure/arm-mongocluster!PromoteReplicaRequest:interface": "Microsoft.DocumentDB.PromoteReplicaRequest",
"@azure/arm-mongocluster!FirewallRule:interface": "Microsoft.DocumentDB.FirewallRule",
"@azure/arm-mongocluster!FirewallRuleProperties:interface": "Microsoft.DocumentDB.FirewallRuleProperties",
"@azure/arm-mongocluster!ProxyResource:interface": "Azure.ResourceManager.CommonTypes.ProxyResource",
"@azure/arm-mongocluster!FirewallRuleListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!PrivateEndpointConnectionResourceListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!PrivateEndpointConnectionResource:interface": "Microsoft.DocumentDB.PrivateEndpointConnectionResource",
"@azure/arm-mongocluster!PrivateLinkResourceListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!PrivateLinkResource:interface": "Microsoft.DocumentDB.PrivateLinkResource",
"@azure/arm-mongocluster!PrivateLinkResourceProperties:interface": "Azure.ResourceManager.CommonTypes.PrivateLinkResourceProperties",
"@azure/arm-mongocluster!ReplicaListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!Replica:interface": "Microsoft.DocumentDB.Replica",
"@azure/arm-mongocluster!User:interface": "Microsoft.DocumentDB.User",
"@azure/arm-mongocluster!UserProperties:interface": "Microsoft.DocumentDB.UserProperties",
"@azure/arm-mongocluster!IdentityProvider:interface": "Microsoft.DocumentDB.IdentityProvider",
"@azure/arm-mongocluster!EntraIdentityProvider:interface": "Microsoft.DocumentDB.EntraIdentityProvider",
"@azure/arm-mongocluster!EntraIdentityProviderProperties:interface": "Microsoft.DocumentDB.EntraIdentityProviderProperties",
"@azure/arm-mongocluster!DatabaseRole:interface": "Microsoft.DocumentDB.DatabaseRole",
"@azure/arm-mongocluster!UserListResult:interface": "Azure.ResourceManager.ResourceListResult",
"@azure/arm-mongocluster!KnownOrigin:enum": "Azure.ResourceManager.CommonTypes.Origin",
"@azure/arm-mongocluster!KnownActionType:enum": "Azure.ResourceManager.CommonTypes.ActionType",
"@azure/arm-mongocluster!KnownCreateMode:enum": "Microsoft.DocumentDB.CreateMode",
"@azure/arm-mongocluster!KnownProvisioningState:enum": "Microsoft.DocumentDB.ProvisioningState",
"@azure/arm-mongocluster!KnownMongoClusterStatus:enum": "Microsoft.DocumentDB.MongoClusterStatus",
"@azure/arm-mongocluster!KnownPublicNetworkAccess:enum": "Microsoft.DocumentDB.PublicNetworkAccess",
"@azure/arm-mongocluster!KnownHighAvailabilityMode:enum": "Microsoft.DocumentDB.HighAvailabilityMode",
"@azure/arm-mongocluster!KnownStorageType:enum": "Microsoft.DocumentDB.StorageType",
"@azure/arm-mongocluster!KnownDataApiMode:enum": "Microsoft.DocumentDB.DataApiMode",
"@azure/arm-mongocluster!KnownPrivateEndpointServiceConnectionStatus:enum": "Azure.ResourceManager.CommonTypes.PrivateEndpointServiceConnectionStatus",
"@azure/arm-mongocluster!KnownPrivateEndpointConnectionProvisioningState:enum": "Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProvisioningState",
"@azure/arm-mongocluster!KnowncreatedByType:enum": "Azure.ResourceManager.CommonTypes.createdByType",
"@azure/arm-mongocluster!KnownPreviewFeature:enum": "Microsoft.DocumentDB.PreviewFeature",
"@azure/arm-mongocluster!KnownReplicationRole:enum": "Microsoft.DocumentDB.ReplicationRole",
"@azure/arm-mongocluster!KnownReplicationState:enum": "Microsoft.DocumentDB.ReplicationState",
"@azure/arm-mongocluster!KnownAuthenticationMode:enum": "Microsoft.DocumentDB.AuthenticationMode",
"@azure/arm-mongocluster!KnownKeyEncryptionKeyIdentityType:enum": "Microsoft.DocumentDB.KeyEncryptionKeyIdentityType",
"@azure/arm-mongocluster!KnownManagedServiceIdentityType:enum": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentityType",
"@azure/arm-mongocluster!KnownResourceProvisioningState:enum": "Azure.ResourceManager.ResourceProvisioningState",
"@azure/arm-mongocluster!KnownCheckNameAvailabilityReason:enum": "Azure.ResourceManager.CommonTypes.CheckNameAvailabilityReason",
"@azure/arm-mongocluster!KnownPromoteOption:enum": "Microsoft.DocumentDB.PromoteOption",
"@azure/arm-mongocluster!KnownPromoteMode:enum": "Microsoft.DocumentDB.PromoteMode",
"@azure/arm-mongocluster!KnownIdentityProviderType:enum": "Microsoft.DocumentDB.IdentityProviderType",
"@azure/arm-mongocluster!KnownEntraPrincipalType:enum": "Microsoft.DocumentDB.EntraPrincipalType",
"@azure/arm-mongocluster!KnownUserRole:enum": "Microsoft.DocumentDB.UserRole",
"@azure/arm-mongocluster!KnownVersions:enum": "Microsoft.DocumentDB.Versions",
"@azure/arm-mongocluster!ManagedServiceIdentityUserAssignedIdentity:type": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity.userAssignedIdentity.anonymous",
"@azure/arm-mongocluster!UsersOperations#listByMongoCluster:member": "Microsoft.DocumentDB.Users.listByMongoCluster",
"@azure/arm-mongocluster!UsersOperations#delete:member": "Microsoft.DocumentDB.Users.delete",
"@azure/arm-mongocluster!UsersOperations#createOrUpdate:member": "Microsoft.DocumentDB.Users.createOrUpdate",
"@azure/arm-mongocluster!UsersOperations#get:member": "Microsoft.DocumentDB.Users.get",
"@azure/arm-mongocluster!ReplicasOperations#listByParent:member": "Microsoft.DocumentDB.Replicas.listByParent",
"@azure/arm-mongocluster!PrivateLinksOperations#listByMongoCluster:member": "Microsoft.DocumentDB.PrivateLinks.listByMongoCluster",
"@azure/arm-mongocluster!PrivateEndpointConnectionsOperations#delete:member": "Microsoft.DocumentDB.PrivateEndpointConnections.delete",
"@azure/arm-mongocluster!PrivateEndpointConnectionsOperations#create:member": "Microsoft.DocumentDB.PrivateEndpointConnections.create",
"@azure/arm-mongocluster!PrivateEndpointConnectionsOperations#get:member": "Microsoft.DocumentDB.PrivateEndpointConnections.get",
"@azure/arm-mongocluster!PrivateEndpointConnectionsOperations#listByMongoCluster:member": "Microsoft.DocumentDB.PrivateEndpointConnections.listByMongoCluster",
"@azure/arm-mongocluster!FirewallRulesOperations#listByMongoCluster:member": "Microsoft.DocumentDB.FirewallRules.listByMongoCluster",
"@azure/arm-mongocluster!FirewallRulesOperations#delete:member": "Microsoft.DocumentDB.FirewallRules.delete",
"@azure/arm-mongocluster!FirewallRulesOperations#createOrUpdate:member": "Microsoft.DocumentDB.FirewallRules.createOrUpdate",
"@azure/arm-mongocluster!FirewallRulesOperations#get:member": "Microsoft.DocumentDB.FirewallRules.get",
"@azure/arm-mongocluster!MongoClustersOperations#promote:member": "Microsoft.DocumentDB.MongoClusters.promote",
"@azure/arm-mongocluster!MongoClustersOperations#checkNameAvailability:member": "Microsoft.DocumentDB.MongoClusters.checkNameAvailability",
"@azure/arm-mongocluster!MongoClustersOperations#listConnectionStrings:member": "Microsoft.DocumentDB.MongoClusters.listConnectionStrings",
"@azure/arm-mongocluster!MongoClustersOperations#list:member": "Microsoft.DocumentDB.MongoClusters.list",
"@azure/arm-mongocluster!MongoClustersOperations#listByResourceGroup:member": "Microsoft.DocumentDB.MongoClusters.listByResourceGroup",
"@azure/arm-mongocluster!MongoClustersOperations#delete:member": "Microsoft.DocumentDB.MongoClusters.delete",
"@azure/arm-mongocluster!MongoClustersOperations#update:member": "Microsoft.DocumentDB.MongoClusters.update",
"@azure/arm-mongocluster!MongoClustersOperations#createOrUpdate:member": "Microsoft.DocumentDB.MongoClusters.createOrUpdate",
"@azure/arm-mongocluster!MongoClustersOperations#get:member": "Microsoft.DocumentDB.MongoClusters.get",
"@azure/arm-mongocluster!OperationsOperations#list:member": "Azure.ResourceManager.Operations.list"
}
}
}
Loading
Loading