microsoftgraph / group-membership-management

Group Membership Management (GMM) is a service that dynamically manages the membership of AAD Groups. Groups managed by GMM can have their membership defined using existing AAD Groups and/or custom membership sources.
Other
49 stars 10 forks source link

'BackupEntity' does not contain a constructor that takes 2 arguments - AzureBlobBackupRepository.cs, AzureTableBackupRepository.cs #15

Closed DG-RMD closed 2 years ago

DG-RMD commented 2 years ago

Encountering a problem when running a pipeline, it looks like a constructor issue? Any thoughts/idea appreciated

Service\GroupMembershipManagement\Repositories.AzureBlobBackupRepository\AzureBlobBackupRepository.cs(108,27): Error CS1729: 'BackupEntity' does not contain a constructor that takes 2 arguments

Service\GroupMembershipManagement\Repositories.AzureTableBackupRepository\AzureTableBackupRepository.cs(49,47): Error CS1729: 'BackupEntity' does not contain a constructor that takes 2 arguments

DG-RMD commented 2 years ago

The BackupEntity class has no constructors, but is being called for the 2-arg constructor

https://github.com/microsoftgraph/group-membership-management/blob/master/Service/GroupMembershipManagement/Entities/AzureTableBackup/BackupEntity.cs

alrios-ms commented 2 years ago

Hi @DG-RMD ,

You are right, looks like there was an issue with the previous push, we will look into this.

Regards.

alrios-ms commented 2 years ago

Code has been updated.