Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion build/Beta-TypeDefs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,18 @@ namespace Microsoft.Open.AzureAD.Model

namespace Microsoft.Open.MSGraph.Model
{

using System.Linq;

public class MsRoleMemberInfo{
public System.String Id;
}

public class MsDirectoryObject{
public System.String Id;
public System.String OdataType;
}

public class AddIn
{
public System.String Id;
Expand Down
14 changes: 13 additions & 1 deletion build/V1.0-TypeDefs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ namespace Microsoft.Open.MSGraph.Model
{

using System.Linq;

public class MsRoleMemberInfo{
public System.String Id;
}

public class MsDirectoryObject{
public System.String Id;
public System.String OdataType;
}

public class AddIn
{
public System.String Id;
Expand Down Expand Up @@ -632,10 +642,12 @@ namespace Microsoft.Open.MSGraph.Model
public System.String Id;
public System.String OdataType;
}

public class MsRoleMemberInfo
{
public System.String Id;
public System.String Id;
}

public class OptionalClaim
{
public System.String Name;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading