Skip to content

Commit 2724ae1

Browse files
Fix Graph.Rbac proj XML Comments (#322)
Co-authored-by: Beisi Zhou <[email protected]>
1 parent d9f39f3 commit 2724ae1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+75
-0
lines changed

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/ListApplicationOKResponse.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public ListApplicationOKResponse()
3333
/// </summary>
3434
/// <param name="additionalProperties">Unmatched properties from the
3535
/// message are deserialized this collection</param>
36+
/// <param name="odatanextLink"></param>
37+
/// <param name="value"></param>
3638
public ListApplicationOKResponse(IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string odatanextLink = default(string), IList<MicrosoftGraphApplication> value = default(IList<MicrosoftGraphApplication>))
3739
{
3840
AdditionalProperties = additionalProperties;

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/ListServicePrincipalOKResponse.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public ListServicePrincipalOKResponse()
3535
/// </summary>
3636
/// <param name="additionalProperties">Unmatched properties from the
3737
/// message are deserialized this collection</param>
38+
/// <param name="odatanextLink"></param>
39+
/// <param name="value"></param>
3840
public ListServicePrincipalOKResponse(IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string odatanextLink = default(string), IList<MicrosoftGraphServicePrincipal> value = default(IList<MicrosoftGraphServicePrincipal>))
3941
{
4042
AdditionalProperties = additionalProperties;

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphAppRoleAssignment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public MicrosoftGraphAppRoleAssignment()
3333
/// <param name="additionalProperties">Unmatched properties from the
3434
/// message are deserialized this collection</param>
3535
/// <param name="id">Read-only.</param>
36+
/// <param name="deletedDateTime"></param>
3637
/// <param name="appRoleId">The identifier (id) for the app role which
3738
/// is assigned to the principal. This app role must be exposed in the
3839
/// appRoles property on the resource application's service principal

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphApplication.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public MicrosoftGraphApplication()
3131
/// <param name="additionalProperties">Unmatched properties from the
3232
/// message are deserialized this collection</param>
3333
/// <param name="id">Read-only.</param>
34+
/// <param name="deletedDateTime"></param>
3435
/// <param name="tags">Custom strings that can be used to categorize
3536
/// and identify the application. Not nullable.Supports $filter (eq,
3637
/// NOT, ge, le, startsWith).</param>
@@ -67,6 +68,7 @@ public MicrosoftGraphApplication()
6768
/// <param name="keyCredentials">The collection of key credentials
6869
/// associated with the application. Not nullable. Supports $filter
6970
/// (eq, NOT, ge, le).</param>
71+
/// <param name="oauth2RequirePostResponse"></param>
7072
/// <param name="owners">Directory objects that are owners of the
7173
/// application. Read-only. Nullable. Supports $expand.</param>
7274
/// <param name="passwordCredentials">The collection of password

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphApplicationServicePrincipal.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public MicrosoftGraphApplicationServicePrincipal()
3535
/// </summary>
3636
/// <param name="additionalProperties">Unmatched properties from the
3737
/// message are deserialized this collection</param>
38+
/// <param name="application"></param>
39+
/// <param name="servicePrincipal"></param>
3840
public MicrosoftGraphApplicationServicePrincipal(IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), MicrosoftGraphApplication application = default(MicrosoftGraphApplication), MicrosoftGraphServicePrincipal servicePrincipal = default(MicrosoftGraphServicePrincipal))
3941
{
4042
AdditionalProperties = additionalProperties;

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphDirectoryObject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public MicrosoftGraphDirectoryObject()
3333
/// <param name="additionalProperties">Unmatched properties from the
3434
/// message are deserialized this collection</param>
3535
/// <param name="id">Read-only.</param>
36+
/// <param name="deletedDateTime"></param>
3637
public MicrosoftGraphDirectoryObject(IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string id = default(string), System.DateTime? deletedDateTime = default(System.DateTime?))
3738
: base(additionalProperties, id)
3839
{

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphEndpoint.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public MicrosoftGraphEndpoint()
3131
/// <param name="additionalProperties">Unmatched properties from the
3232
/// message are deserialized this collection</param>
3333
/// <param name="id">Read-only.</param>
34+
/// <param name="deletedDateTime"></param>
3435
/// <param name="capability">Describes the capability that is
3536
/// associated with this resource. (e.g. Messages, Conversations, etc.)
3637
/// Not nullable. Read-only.</param>

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphExtensionProperty.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public MicrosoftGraphExtensionProperty()
3333
/// <param name="additionalProperties">Unmatched properties from the
3434
/// message are deserialized this collection</param>
3535
/// <param name="id">Read-only.</param>
36+
/// <param name="deletedDateTime"></param>
3637
/// <param name="appDisplayName">Display name of the application object
3738
/// on which this extension property is defined. Read-only.</param>
3839
/// <param name="dataType">Specifies the data type of the value the

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphPermissionScope.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public MicrosoftGraphPermissionScope()
4949
/// this property must be set to true (which is the default). To delete
5050
/// a permission, this property must first be set to false. At that
5151
/// point, in a subsequent call, the permission may be removed.</param>
52+
/// <param name="origin"></param>
5253
/// <param name="type">Specifies whether this delegated permission
5354
/// should be considered safe for non-admin users to consent to on
5455
/// behalf of themselves, or whether an administrator should be

src/Graph.Rbac/MicrosoftGraph/Version1_0/Applications/Models/MicrosoftGraphServicePrincipal.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public MicrosoftGraphServicePrincipal()
3333
/// <param name="additionalProperties">Unmatched properties from the
3434
/// message are deserialized this collection</param>
3535
/// <param name="id">Read-only.</param>
36+
/// <param name="deletedDateTime"></param>
3637
/// <param name="tags">Custom strings that can be used to categorize
3738
/// and identify the service principal. Not nullable. Supports $filter
3839
/// (eq, NOT, ge, le, startsWith).</param>
@@ -178,6 +179,7 @@ public MicrosoftGraphServicePrincipal()
178179
/// specified by this property. The application code that receives the
179180
/// encrypted token must use the matching private key to decrypt the
180181
/// token before it can be used for the signed-in user.</param>
182+
/// <param name="transitiveMemberOf"></param>
181183
public MicrosoftGraphServicePrincipal(IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string id = default(string), System.DateTime? deletedDateTime = default(System.DateTime?), IList<string> tags = default(IList<string>), bool? accountEnabled = default(bool?), IList<string> alternativeNames = default(IList<string>), string appDescription = default(string), string appDisplayName = default(string), string appId = default(string), System.Guid? appOwnerOrganizationId = default(System.Guid?), IList<MicrosoftGraphAppRoleAssignment> appRoleAssignedTo = default(IList<MicrosoftGraphAppRoleAssignment>), bool? appRoleAssignmentRequired = default(bool?), IList<MicrosoftGraphAppRoleAssignment> appRoleAssignments = default(IList<MicrosoftGraphAppRoleAssignment>), IList<MicrosoftGraphAppRole> appRoles = default(IList<MicrosoftGraphAppRole>), string applicationTemplateId = default(string), IList<MicrosoftGraphDirectoryObject> createdObjects = default(IList<MicrosoftGraphDirectoryObject>), string description = default(string), string disabledByMicrosoftStatus = default(string), string displayName = default(string), IList<MicrosoftGraphEndpoint> endpoints = default(IList<MicrosoftGraphEndpoint>), string homepage = default(string), IList<MicrosoftGraphKeyCredential> keyCredentials = default(IList<MicrosoftGraphKeyCredential>), string loginUrl = default(string), string logoutUrl = default(string), IList<MicrosoftGraphDirectoryObject> memberOf = default(IList<MicrosoftGraphDirectoryObject>), string notes = default(string), IList<string> notificationEmailAddresses = default(IList<string>), IList<MicrosoftGraphOAuth2PermissionGrant> oauth2PermissionGrants = default(IList<MicrosoftGraphOAuth2PermissionGrant>), IList<MicrosoftGraphPermissionScope> oauth2PermissionScopes = default(IList<MicrosoftGraphPermissionScope>), IList<MicrosoftGraphDirectoryObject> ownedObjects = default(IList<MicrosoftGraphDirectoryObject>), IList<MicrosoftGraphDirectoryObject> owners = default(IList<MicrosoftGraphDirectoryObject>), IList<MicrosoftGraphPasswordCredential> passwordCredentials = default(IList<MicrosoftGraphPasswordCredential>), string preferredSingleSignOnMode = default(string), string preferredTokenSigningKeyThumbprint = default(string), IList<string> replyUrls = default(IList<string>), IList<string> servicePrincipalNames = default(IList<string>), string servicePrincipalType = default(string), string signInAudience = default(string), System.Guid? tokenEncryptionKeyId = default(System.Guid?), IList<MicrosoftGraphDirectoryObject> transitiveMemberOf = default(IList<MicrosoftGraphDirectoryObject>))
182184
: base(additionalProperties, id, deletedDateTime)
183185
{

0 commit comments

Comments
 (0)