Acurisu
Acurisu
# Description of the new feature/enhancement I'm not sure whether this is by design or not but making the shader only render inside the padded area makes it, in my...
### Describe the bug We define a delta on messages (https://github.com/microsoftgraph/msgraph-sdk-python/blob/9542fa0b95c58822968116896048a00fe911eda4/msgraph/generated/users/item/messages/messages_request_builder.py#L140) that can be used like `await client.users.by_user_id(some_id).messages.delta.get()`, however the API doesn't support this (yet) and thus simply returns `Unsupported...
### Describe the bug `NationalClouds` is defined in https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/e54022acf0b0779ad471d324dae460175408d2c3/src/msgraph_core/_enums.py#L33-L43 where all values are prefixed by `https`, however, since we pass them as allowed hosts to the `AzureIdentityAuthenticationProvider` by default in...
Vscode