Added
- Added request translation method to native request object
- Added opentelemetry to support observability.
- Added support for continous access evaluation.
- Added backing store support and enabled backing store by default.
Changed
- Refactored request headers from dictionary to HeaderCollection class.
- Fix issue with using raw url in request builder due to incorrect parameter order.
- Switched from uritemplate to std-uritemplate for URI templating.
- Simplified the creation of a graph client.