Skip to content

Resolve compliance module breaking updates #543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
peombwa opened this issue Feb 4, 2021 · 0 comments · Fixed by #552
Closed

Resolve compliance module breaking updates #543

peombwa opened this issue Feb 4, 2021 · 0 comments · Fixed by #552
Assignees

Comments

@peombwa
Copy link
Member

peombwa commented Feb 4, 2021

From the ADO logs, it looks like Compliance module fails to build when targeting the latest API changes due to:

  • A circular reference in microsoft.graph.ediscovery.sourceCollection:
    image
  • Cmdlet name conflict in *-MgComplianceEdiscoveryCaseNoncustodialDataSource. AutoREST resolves /compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id} and /compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource to the same cmdlet name.
  • Integrated build pipeline is not reporting build errors when executing in parallel.

The first two can easily be resolved via AutoREST directives.
AB#7992

@ghost ghost added the ToTriage label Feb 4, 2021
@peombwa peombwa self-assigned this Feb 4, 2021
@ghost ghost removed the ToTriage label Feb 4, 2021
This was referenced Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant