Shem Ogumbe
Shem Ogumbe
On when the preview comes to GA, short answer is we have no fixed date yet. The progress as pertains our SDK for python though is: 1. We are in...
1. Move packages to appropriate repo 2. Publish to PyPi
https://github.com/microsoft/kiota/issues/1814
https://github.com/microsoft/kiota/issues/1641
- [x] Upload profile picture for logged in user and a group specified by ID - [here](https://gist.github.com/shemogumbe/4b73bed1ca76c88b82b87e46f4998dbb) - [x] Test delete profile picture using the API - [Done and was...
This work is done. During the building of SDKs, after generating snippets, we intended to have the snippets added to [graph explorer](https://developer.microsoft.com/en-us/graph/graph-explorer) and the [docs ](https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=python)as
Raptor on boarding, Compile tests
This is happening on both the V1 SDK and the Beta SDK, with error ```error result = await client.identity.authentication_events_flows.get() AttributeError: 'IdentityRequestBuilder' object has no attribute 'authentication_events_flows' ``` The Request builders...
After investigation, I have established that generation is fine: - The problem is most likely that you are using a v1 client to execute a feature only available on beta....