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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 12 additions & 12 deletions docs/WrapperCmdlets-V1.0-Summary.csv
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
"Module","Cmdlets","WorkerFiles","Get","New","Update","Remove"
"Identity.Governance","1048","290","563","119","162","156"
"Sites","1030","268","528","120","157","147"
"Teams","848","246","327","113","114","131"
"Files","712","74","468","31","51","52"
"Identity.Governance","1555","470","831","170","218","234"
"Sites","1028","268","526","120","157","147"
"Teams","842","246","325","113","114","129"
"Files","637","74","455","31","51","51"
"Devices.CorporateManagement","625","256","269","96","106","106"
"Security","500","168","234","68","84","85"
"Identity.SignIns","467","150","209","65","79","86"
"Security","500","168","233","68","84","85"
"Identity.SignIns","482","154","214","67","82","89"
"Notes","396","84","177","42","45","57"
"Identity.DirectoryManagement","385","156","221","37","40","57"
"Identity.DirectoryManagement","390","158","223","38","41","58"
"Education","354","96","154","50","52","58"
"Applications","293","96","148","31","27","47"
"CloudCommunications","248","60","95","29","32","44"
"DeviceManagement","229","68","84","34","45","45"
"Groups","217","102","127","25","13","26"
"Users","207","92","120","20","26","34"
"Users","209","94","122","20","26","34"
"BackupRestore","203","88","96","31","33","33"
"Calendar","199","72","89","34","27","33"
"Reports","195","22","160","3","12","12"
"Bookings","159","58","65","27","29","29"
"DeviceManagement.Administration","149","50","65","21","25","23"
"Bookings","143","52","58","25","26","26"
"Devices.CloudPrint","119","34","55","19","17","19"
"Mail","118","28","36","26","12","22"
"PersonalContacts","62","16","27","8","11","16"
"Search","54","18","22","9","11","9"
"Planner","46","22","24","3","12","7"
"ConfigurationManagement","31","10","12","5","7","7"
"DeviceManagement.Enrollment","30","8","10","4","6","5"
"Identity.Partner","30","12","12","6","6","6"
"Compliance","27","8","18","2","5","2"
"Devices.ServiceAnnouncement","22","10","12","0","0","1"
"Devices.ServiceAnnouncement","20","10","12","0","0","0"
"Users.Actions","17","0","4","0","1","1"
"ConfigurationManagement","13","10","9","1","1","2"
"DirectoryObjects","13","2","7","1","1","1"
"CrossDeviceExperiences","12","4","5","2","2","2"
"Users.Functions","7","0","6","0","0","0"
"ChangeNotifications","5","2","1","1","1","1"
"SchemaExtensions","5","2","2","1","1","1"
"ChangeNotifications","5","2","1","1","1","1"
"DeviceManagement.Functions","3","0","2","0","0","0"
"People","2","2","2","0","0","0"
856 changes: 746 additions & 110 deletions docs/WrapperCmdlets-V1.0.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Applications/wrapper/v1.0/Client/Models/Chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public partial class Chat : global::Microsoft.Graph.PowerShell.Applications.Clie
#else
public List<global::Microsoft.Graph.PowerShell.Applications.Client.Models.TeamsTab> Tabs { get; set; }
#endif
/// <summary>The targetedMessages property</summary>
/// <summary>A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can&apos;t expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<global::Microsoft.Graph.PowerShell.Applications.Client.Models.TargetedChatMessage>? TargetedMessages { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
// <auto-generated/>
#pragma warning disable CS0618
using Microsoft.Kiota.Abstractions.Extensions;
using Microsoft.Kiota.Abstractions.Serialization;
using System.Collections.Generic;
using System.IO;
using System;
namespace Microsoft.Graph.PowerShell.Applications.Client.Models
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
#pragma warning disable CS1591
public partial class CloudVideoInteropInfo : IAdditionalDataHolder, IParsable
#pragma warning restore CS1591
{
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData { get; set; }
/// <summary>Provides other video teleconferencing (VTC) dial-in options. Read-only.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? MoreInfoWebUrl { get; set; }
#nullable restore
#else
public string MoreInfoWebUrl { get; set; }
#endif
/// <summary>The OdataType property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? OdataType { get; set; }
#nullable restore
#else
public string OdataType { get; set; }
#endif
/// <summary>The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? TenantKey { get; set; }
#nullable restore
#else
public string TenantKey { get; set; }
#endif
/// <summary>The video teleconferencing ID. Read-only.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? VideoTeleconferenceId { get; set; }
#nullable restore
#else
public string VideoTeleconferenceId { get; set; }
#endif
/// <summary>
/// Instantiates a new <see cref="global::Microsoft.Graph.PowerShell.Applications.Client.Models.CloudVideoInteropInfo"/> and sets the default values.
/// </summary>
public CloudVideoInteropInfo()
{
AdditionalData = new Dictionary<string, object>();
}
/// <summary>
/// Creates a new instance of the appropriate class based on discriminator value
/// </summary>
/// <returns>A <see cref="global::Microsoft.Graph.PowerShell.Applications.Client.Models.CloudVideoInteropInfo"/></returns>
/// <param name="parseNode">The parse node to use to read the discriminator value and create the object</param>
public static global::Microsoft.Graph.PowerShell.Applications.Client.Models.CloudVideoInteropInfo CreateFromDiscriminatorValue(IParseNode parseNode)
{
if(ReferenceEquals(parseNode, null)) throw new ArgumentNullException(nameof(parseNode));
return new global::Microsoft.Graph.PowerShell.Applications.Client.Models.CloudVideoInteropInfo();
}
/// <summary>
/// The deserialization information for the current model
/// </summary>
/// <returns>A IDictionary&lt;string, Action&lt;IParseNode&gt;&gt;</returns>
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
{
return new Dictionary<string, Action<IParseNode>>
{
{ "moreInfoWebUrl", n => { MoreInfoWebUrl = n.GetStringValue(); } },
{ "@odata.type", n => { OdataType = n.GetStringValue(); } },
{ "tenantKey", n => { TenantKey = n.GetStringValue(); } },
{ "videoTeleconferenceId", n => { VideoTeleconferenceId = n.GetStringValue(); } },
};
}
/// <summary>
/// Serializes information the current object
/// </summary>
/// <param name="writer">Serialization writer to use to serialize this model</param>
public virtual void Serialize(ISerializationWriter writer)
{
if(ReferenceEquals(writer, null)) throw new ArgumentNullException(nameof(writer));
writer.WriteStringValue("moreInfoWebUrl", MoreInfoWebUrl);
writer.WriteStringValue("@odata.type", OdataType);
writer.WriteStringValue("tenantKey", TenantKey);
writer.WriteStringValue("videoTeleconferenceId", VideoTeleconferenceId);
writer.WriteAdditionalData(AdditionalData);
}
}
}
#pragma warning restore CS0618
24 changes: 24 additions & 0 deletions src/Applications/wrapper/v1.0/Client/Models/ContentCategory.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// <auto-generated/>
using System.Runtime.Serialization;
using System;
namespace Microsoft.Graph.PowerShell.Applications.Client.Models
{
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
#pragma warning disable CS1591
public enum ContentCategory
#pragma warning restore CS1591
{
[EnumMember(Value = "none")]
#pragma warning disable CS1591
None,
#pragma warning restore CS1591
[EnumMember(Value = "ai")]
#pragma warning disable CS1591
Ai,
#pragma warning restore CS1591
[EnumMember(Value = "unknownFutureValue")]
#pragma warning disable CS1591
UnknownFutureValue,
#pragma warning restore CS1591
}
}
10 changes: 10 additions & 0 deletions src/Applications/wrapper/v1.0/Client/Models/Group.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,14 @@ public partial class Group : global::Microsoft.Graph.PowerShell.Applications.Cli
#endif
/// <summary>true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).</summary>
public bool? OnPremisesSyncEnabled { get; set; }
/// <summary>The organizationId property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public string? OrganizationId { get; set; }
#nullable restore
#else
public string OrganizationId { get; set; }
#endif
/// <summary>The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn&apos;t specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can&apos;t explicitly add themselves to this collection when they&apos;re creating the group. For more information, see the related known issue. For security groups, the admin user isn&apos;t automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,&apos;Role&apos;)&amp;$select=id,displayName&amp;$expand=owners($select=id,userPrincipalName,displayName).</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
Expand Down Expand Up @@ -579,6 +587,7 @@ public override IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
{ "onPremisesSyncBehavior", n => { OnPremisesSyncBehavior = n.GetObjectValue<global::Microsoft.Graph.PowerShell.Applications.Client.Models.OnPremisesSyncBehavior>(global::Microsoft.Graph.PowerShell.Applications.Client.Models.OnPremisesSyncBehavior.CreateFromDiscriminatorValue); } },
{ "onPremisesSyncEnabled", n => { OnPremisesSyncEnabled = n.GetBoolValue(); } },
{ "onenote", n => { Onenote = n.GetObjectValue<global::Microsoft.Graph.PowerShell.Applications.Client.Models.Onenote>(global::Microsoft.Graph.PowerShell.Applications.Client.Models.Onenote.CreateFromDiscriminatorValue); } },
{ "organizationId", n => { OrganizationId = n.GetStringValue(); } },
{ "owners", n => { Owners = n.GetCollectionOfObjectValues<global::Microsoft.Graph.PowerShell.Applications.Client.Models.DirectoryObject>(global::Microsoft.Graph.PowerShell.Applications.Client.Models.DirectoryObject.CreateFromDiscriminatorValue)?.AsList(); } },
{ "permissionGrants", n => { PermissionGrants = n.GetCollectionOfObjectValues<global::Microsoft.Graph.PowerShell.Applications.Client.Models.ResourceSpecificPermissionGrant>(global::Microsoft.Graph.PowerShell.Applications.Client.Models.ResourceSpecificPermissionGrant.CreateFromDiscriminatorValue)?.AsList(); } },
{ "photo", n => { Photo = n.GetObjectValue<global::Microsoft.Graph.PowerShell.Applications.Client.Models.ProfilePhoto>(global::Microsoft.Graph.PowerShell.Applications.Client.Models.ProfilePhoto.CreateFromDiscriminatorValue); } },
Expand Down Expand Up @@ -667,6 +676,7 @@ public override void Serialize(ISerializationWriter writer)
writer.WriteStringValue("onPremisesSecurityIdentifier", OnPremisesSecurityIdentifier);
writer.WriteObjectValue<global::Microsoft.Graph.PowerShell.Applications.Client.Models.OnPremisesSyncBehavior>("onPremisesSyncBehavior", OnPremisesSyncBehavior);
writer.WriteBoolValue("onPremisesSyncEnabled", OnPremisesSyncEnabled);
writer.WriteStringValue("organizationId", OrganizationId);
writer.WriteCollectionOfObjectValues<global::Microsoft.Graph.PowerShell.Applications.Client.Models.DirectoryObject>("owners", Owners);
writer.WriteCollectionOfObjectValues<global::Microsoft.Graph.PowerShell.Applications.Client.Models.ResourceSpecificPermissionGrant>("permissionGrants", PermissionGrants);
writer.WriteObjectValue<global::Microsoft.Graph.PowerShell.Applications.Client.Models.ProfilePhoto>("photo", Photo);
Expand Down
2 changes: 1 addition & 1 deletion src/Applications/wrapper/v1.0/Client/Models/List.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public partial class List : global::Microsoft.Graph.PowerShell.Applications.Clie
#else
public List<global::Microsoft.Graph.PowerShell.Applications.Client.Models.RichLongRunningOperation> Operations { get; set; }
#endif
/// <summary>The permissions property</summary>
/// <summary>The set of permissions for the item. Read-only. Nullable.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<global::Microsoft.Graph.PowerShell.Applications.Client.Models.Permission>? Permissions { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Applications/wrapper/v1.0/Client/Models/ListItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public partial class ListItem : global::Microsoft.Graph.PowerShell.Applications.
#else
public global::Microsoft.Graph.PowerShell.Applications.Client.Models.FieldValueSet Fields { get; set; }
#endif
/// <summary>The permissions property</summary>
/// <summary>The set of permissions for the item. Read-only. Nullable.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<global::Microsoft.Graph.PowerShell.Applications.Client.Models.Permission>? Permissions { get; set; }
Expand Down
Loading
Loading