microsoftgraph / msgraph-beta-sdk-ruby

Microsoft Graph Beta Ruby SDK
https://learn.microsoft.com/graph/sdks/use-beta?tabs=Ruby
MIT License
8 stars 0 forks source link

- adds a check to ensure the gem builds #51

Closed baywet closed 1 year ago

MIchaelMainer commented 1 year ago

I'm curious why this would fail on long names for beta but not for v1.0

baywet commented 1 year ago

@MIchaelMainer it fails for both I had to monkey patch v1 to remove the few (about 12) request builders that were too long so I could unblock the release.