Closed irvinesunday closed 8 months ago
@baywet @irvinesunday
I think we may have to revert this PR temporarily to deal with some infrastructure issues. The generation pipeline isn't able to push some yamls because of the size exceeding 100MB so we would need to resolve https://github.com/microsoftgraph/msgraph-metadata/issues/184 first to enable git LFS if we are to go forward.
Lemme know your thoughts here.
Fixes https://github.com/microsoftgraph/msgraph-metadata/issues/582
remove-capability-annotations
andadd-innererror-description
in the XSL file will have to be changed toFalse
andTrue
respectively.bindparameter
instead ofbindingparameter
in the CSDL for the respective APIs been updated. These affects both actions and functions of these APIs. The mistypedbindparameter
is used in the XSL script so that a match is possible. When these have been resolved upstream, we shall make the necessary changes here as well. @marabooy are you able to help surface this to the relevant API owner(s)?IsComposable=true
for Kiota-based OpenApi generation. This is because the aftermath of this is an increase in the number of paths, which may potentially affect the PowerShell SDK. See below diffs for the expected change in the number of paths after this change goes out: