File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 663663 <!-- Remove action parameter -->
664664 <!-- This should be a temp fix, tracking: https://github.com/microsoft/OpenAPI.NET.OData/issues/582 -->
665665 <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:Action[@Name='restore']/edm:Parameter[@Name='autoReconcileProxyConflict']" />
666+ <xsl : template match =" edm:Schema[@Namespace='microsoft.graph']/edm:Action[@Name='restore']/edm:Parameter[@Name='newUserPrincipalName']" />
666667
667668 <!-- Remove action parameter -->
668669 <!-- This should be a temp fix, tracking: https://github.com/microsoft/OpenAPI.NET.OData/issues/582 -->
Original file line number Diff line number Diff line change 502502 <Parameter Name =" autoReconcileProxyConflict" Type =" Edm.Boolean" >
503503 <Annotation Term =" Org.OData.Core.V1.OptionalParameter" />
504504 </Parameter >
505+ <Parameter Name =" newUserPrincipalName" Type =" Edm.String" Unicode =" false" >
506+ <Annotation Term =" Org.OData.Core.V1.OptionalParameter" />
507+ </Parameter >
505508 <ReturnType Type =" graph.directoryObject" />
506509 </Action >
507510 <Action Name =" add" IsBound =" true" >
You can’t perform that action at this time.
0 commit comments