You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
related microsoft/kiota#628
to avoid people having to drop the whole generated experience when they already have a URL (delta) or need to build one themselves (expansion limitations for drives), request builders should have a constructor that accepts a request adapter and a raw url (string)
This constructor can either be an overload or a union type for the path parameters if that makes sense.
If a string is provided, set it to
aw-request-url in the path paramters. (generation)
In the abstractions update the URI getter to parse and return that url if provided on this key see the dotnet implementation
The text was updated successfully, but these errors were encountered:
related microsoft/kiota#628
to avoid people having to drop the whole generated experience when they already have a URL (delta) or need to build one themselves (expansion limitations for drives), request builders should have a constructor that accepts a request adapter and a raw url (string)
This constructor can either be an overload or a union type for the path parameters if that makes sense.
If a string is provided, set it to
aw-request-url in the path paramters. (generation)
In the abstractions update the URI getter to parse and return that url if provided on this key see the dotnet implementation
The text was updated successfully, but these errors were encountered: