HTTPError: Valid url scheme and host required
On Python 3.11 the msgraph SDK built a broken base URL (something like `NationalClouds.Global/APIVersion.v1/` instead of `https://graph.microsoft.com/v1.0/`), because enum-to-string formatting used property names instead of values, exposed by a kiota-python change. Fixed in the serialization/kiota libraries; upgrade msgraph-sdk-python-core and kiota to the latest versions.
_Source: gh:microsoftgraph/msgraph-sdk-python#1089 (Microsoft Graph)_