Shem Ogumbe

Results 39 issues of Shem Ogumbe

**Current Behavior** Working with device code credetial flow throws an error at getting the token. Follow this tutorial [](https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad&tutorial-step=3) Working device code credential flow, the script takes over 20 minutes...

enhancement

In Azure SDK/API as an example, Long running operations are performed in the following flow? 1. A URL is returned that can be used to retrieve the result of the...

enhancement

Closes https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/700 ```python batch_request_item1 = BatchRequestItem(request_information=request_info1) batch_request_item2 = BatchRequestItem(request_information=request_info2) batch_request_item3 = BatchRequestItem( request_information=request_info3, depends_on=[batch_request_item2] ) brcc = BatchRequestContentCollection() brcc.add_batch_request_item(batch_request_item1) brcc.add_batch_request_item(batch_request_item2) brcc.add_batch_request_item(batch_request_item3) async def get_batch_response(): batch_response = await batch_request_builder.post(batch_request_content=brcc) for response_content...

## Overview Brief description of what this PR does, and why it is needed. ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative strategies that...

## Overview Brief description of what this PR does, and why it is needed. ### Demo Optional. Screenshots, `curl` examples, etc. ### Notes Optional. Ancillary topics, caveats, alternative strategies that...

Following this generation https://github.com/microsoftgraph/msgraph-sdk-python/pull/938/files The generator seems to have added imports to come inline classes that are however not used in the mmodules - [ ] Investigate what caused the...

type:investigation