Skip to content
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

Improvements to Groups, use type aliases for values #76

Merged
merged 4 commits into from
Jul 6, 2021

Conversation

manicminer
Copy link
Owner

@manicminer manicminer commented Jul 6, 2021

  • msgraph.User{} now supports the AgeGroup field
  • msgraph.User{} now supports the ConsentProvidedForMinor field

⚠️ BREAKING CHANGES:

  • msgraph.Application{}.SignInAudience is now a pointer reference
  • msgraph.ServicePrincipal{}.SignInAudience is now a pointer reference
  • msgraph.User{}.EmployeeId is now a StringNullWhenEmpty type
  • msgraph.User{}.FaxNumber is now a StringNullWhenEmpty type
  • msgraph.User{}.Mail is now a StringNullWhenEmpty type
  • msgraph.User{}.PreferredLanguage is now a StringNullWhenEmpty type
  • msgraph.ApplicationExtensionTargetObject is now a type alias
  • msgraph.AppRoleAllowedMemberType is now a type alias
  • msgraph.BodyType is now a type alias
  • msgraph.ExtensionSchemaPropertyDataType is now a type alias
  • msgraph.GroupType is now a type alias
  • msgraph.GroupMembershipClaim is now a type alias
  • msgraph.KeyCredentialType is now a type alias
  • msgraph.KeyCredentialUsage is now a type alias
  • msgraph.PermissionScopeType is now a type alias
  • msgraph.ResourceAccessType is now a type alias
  • msgraph.SignInAudience is now a type alias

@manicminer manicminer added this to the v0.21.0 milestone Jul 6, 2021
@manicminer manicminer added breaking change Indicates a non-backwards compatible change enhancement New feature or request labels Jul 6, 2021
@manicminer manicminer merged commit 105a061 into main Jul 6, 2021
@manicminer manicminer deleted the f/group-improvements branch July 6, 2021 13:49
manicminer added a commit that referenced this pull request Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Indicates a non-backwards compatible change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant