Releases: microsoftgraph/msgraph-beta-sdk-ruby
Releases · microsoftgraph/msgraph-beta-sdk-ruby
v0.11.0
Changed
- Weekly generation.
- BREAKING: models that were in subnamespaces are now in the main model namespace to avoid circular dependencies. e.g.
MicrosoftGraph::Models::CallRecords::CallRecord
in now MicrosoftGraph::Models::CallRecordsCallRecord
.
Added