Skip to content

Comments

Resolving referencing error#283

Merged
FehintolaObafemi merged 1 commit intomainfrom
FehintolaObafemi/CorrectReferencing
Feb 19, 2026
Merged

Resolving referencing error#283
FehintolaObafemi merged 1 commit intomainfrom
FehintolaObafemi/CorrectReferencing

Conversation

@FehintolaObafemi
Copy link
Contributor

@FehintolaObafemi FehintolaObafemi commented Feb 19, 2026

This pull request refactors how the MicrosoftGraphRelationshipMember type is handled during type index generation for enhanced relationship versions. Instead of creating and inserting a new type, it now updates the existing autorest-generated type to ensure richer fields are present and correctly updates references to this type.

Enhancements to relationship member type management:

  • Instead of creating a new MicrosoftGraphRelationshipMember type, the code now locates the existing autorest-generated type and adds missing properties (displayName, userPrincipalName, appId, uniqueName) if they are not already present.
  • Updates the relationships property on the MicrosoftGraphRelationship type to reference the correct array type for MicrosoftGraphRelationshipMember, ensuring the description is accurate and the type reference is correct.

This approach improves maintainability and ensures compatibility with autorest-generated types.

Microsoft Reviewers: Open in CodeFlow

@FehintolaObafemi FehintolaObafemi requested a review from a team as a code owner February 19, 2026 19:47
@FehintolaObafemi FehintolaObafemi merged commit 4997ebc into main Feb 19, 2026
6 checks passed
@FehintolaObafemi FehintolaObafemi deleted the FehintolaObafemi/CorrectReferencing branch February 19, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants