diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 7b5ef42c6f8..fcaf5cdff67 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStates : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 8c3bf3c773b..09e50e9432b 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollect : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 46e671f7999..8563af11332 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollect : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index fc5444ed601..af6aaabd3b8 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollect : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 28f14832431..eecc4350d3e 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionRefe : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index a6c57c522fc..a86db45517c 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionRefe : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 148c2379902..7c56dbee3dc 100644 --- a/src/Microsoft.Graph/Requests/Generated/AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCol : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/IImportedWindowsAutopilotDeviceIdentityUploadAutopilotDeviceStreamRequest.cs b/src/Microsoft.Graph/Requests/Generated/IImportedWindowsAutopilotDeviceIdentityUploadAutopilotDeviceStreamRequest.cs index 462008b59ed..18b0041cdd2 100644 --- a/src/Microsoft.Graph/Requests/Generated/IImportedWindowsAutopilotDeviceIdentityUploadAutopilotDeviceStreamRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/IImportedWindowsAutopilotDeviceIdentityUploadAutopilotDeviceStreamRequest.cs @@ -41,7 +41,7 @@ System.Threading.Tasks.Task GetAsync( /// /// The string object set with the properties to update. /// The task to await for async call. - System.Threading.Tasks.Task PatchAsync(string string); + System.Threading.Tasks.Task PatchAsync(string @string); /// /// Issues the PATCH request. @@ -49,7 +49,7 @@ System.Threading.Tasks.Task GetAsync( /// The string object set with the properties to update. /// The for the request. /// The task to await for async call. - System.Threading.Tasks.Task PatchAsync(string string, + System.Threading.Tasks.Task PatchAsync(string @string, CancellationToken cancellationToken); @@ -58,7 +58,7 @@ System.Threading.Tasks.Task PatchAsync(string string, /// /// The string object to update. /// The task to await for async call. - System.Threading.Tasks.Task PutAsync(string string); + System.Threading.Tasks.Task PutAsync(string @string); /// /// Issues the PUT request. @@ -66,7 +66,7 @@ System.Threading.Tasks.Task PatchAsync(string string, /// The string object to update. /// The for the request. /// The task to await for async call. - System.Threading.Tasks.Task PutAsync(string string, + System.Threading.Tasks.Task PutAsync(string @string, CancellationToken cancellationToken); diff --git a/src/Microsoft.Graph/Requests/Generated/IPrivilegedApprovalRequestBuilder.cs b/src/Microsoft.Graph/Requests/Generated/IPrivilegedApprovalRequestBuilder.cs index 5f14b691f3b..fe6dc982b4e 100644 --- a/src/Microsoft.Graph/Requests/Generated/IPrivilegedApprovalRequestBuilder.cs +++ b/src/Microsoft.Graph/Requests/Generated/IPrivilegedApprovalRequestBuilder.cs @@ -30,12 +30,6 @@ public partial interface IPrivilegedApprovalRequestBuilder : IEntityRequestBuild /// The built request. new IPrivilegedApprovalRequest Request(IEnumerable /// The string object set with the properties to update. /// The task to await for async call. - public System.Threading.Tasks.Task PatchAsync(string string) + public System.Threading.Tasks.Task PatchAsync(string @string) { - return this.PatchAsync(string, CancellationToken.None); + return this.PatchAsync(@string, CancellationToken.None); } /// @@ -67,11 +67,11 @@ public System.Threading.Tasks.Task PatchAsync(string string) /// The string object set with the properties to update. /// The for the request. /// The task to await for async call. - public System.Threading.Tasks.Task PatchAsync(string string, + public System.Threading.Tasks.Task PatchAsync(string @string, CancellationToken cancellationToken) { this.Method = "PATCH"; - return this.SendAsync(string, cancellationToken); + return this.SendAsync(@string, cancellationToken); } /// @@ -79,9 +79,9 @@ public System.Threading.Tasks.Task PatchAsync(string string, /// /// The string object to update. /// The task to await for async call. - public System.Threading.Tasks.Task PutAsync(string string) + public System.Threading.Tasks.Task PutAsync(string @string) { - return this.PutAsync(string, CancellationToken.None); + return this.PutAsync(@string, CancellationToken.None); } /// @@ -90,11 +90,11 @@ public System.Threading.Tasks.Task PutAsync(string string) /// The string object to update. /// The for the request. /// The task to await for async call. - public System.Threading.Tasks.Task PutAsync(string string, + public System.Threading.Tasks.Task PutAsync(string @string, CancellationToken cancellationToken) { this.Method = "PUT"; - return this.SendAsync(string, cancellationToken); + return this.SendAsync(@string, cancellationToken); } /// diff --git a/src/Microsoft.Graph/Requests/Generated/IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs index b8d04bfe7bb..818aea216b0 100644 --- a/src/Microsoft.Graph/Requests/Generated/IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest. @@ -31,6 +32,15 @@ public IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollecti : base(requestUrl, client, options) { } - + + public Task AddAsync(IosTrustedRootCertificate iosTrustedRootCertificate) + { + throw new NotImplementedException(); + } + + public Task AddAsync(IosTrustedRootCertificate iosTrustedRootCertificate, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 8ad6feb920f..d64d873df2c 100644 --- a/src/Microsoft.Graph/Requests/Generated/IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionR : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 81fe1b4d4b8..f307df0ad8a 100644 --- a/src/Microsoft.Graph/Requests/Generated/IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferenc : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 06f86e2f2cf..3dee0b174ca 100644 --- a/src/Microsoft.Graph/Requests/Generated/IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferenc : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 8cfc30bbf6c..bc258aea1c9 100644 --- a/src/Microsoft.Graph/Requests/Generated/MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public MacOSImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectio : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 93ab641fb3c..b93e56a1f10 100644 --- a/src/Microsoft.Graph/Requests/Generated/MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public MacOSScepCertificateProfileManagedDeviceCertificateStatesCollectionRefere : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/PrivilegedApprovalRequestBuilder.cs b/src/Microsoft.Graph/Requests/Generated/PrivilegedApprovalRequestBuilder.cs index 23385d71292..369c2c8d796 100644 --- a/src/Microsoft.Graph/Requests/Generated/PrivilegedApprovalRequestBuilder.cs +++ b/src/Microsoft.Graph/Requests/Generated/PrivilegedApprovalRequestBuilder.cs @@ -49,18 +49,6 @@ public PrivilegedApprovalRequestBuilder( return new PrivilegedApprovalRequest(this.RequestUrl, this.Client, options); } - /// - /// Gets the request builder for Request. - /// - /// The . - public IPrivilegedRoleAssignmentRequestWithReferenceRequestBuilder Request - { - get - { - return new PrivilegedRoleAssignmentRequestWithReferenceRequestBuilder(this.AppendSegmentToRequestUrl("request"), this.Client); - } - } - /// /// Gets the request builder for RoleInfo. /// diff --git a/src/Microsoft.Graph/Requests/Generated/TeamsAppAppDefinitionsCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/TeamsAppAppDefinitionsCollectionReferencesRequest.cs index 422f6153404..e406ed1f31b 100644 --- a/src/Microsoft.Graph/Requests/Generated/TeamsAppAppDefinitionsCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/TeamsAppAppDefinitionsCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type TeamsAppAppDefinitionsCollectionReferencesRequest. @@ -31,6 +32,15 @@ public TeamsAppAppDefinitionsCollectionReferencesRequest( : base(requestUrl, client, options) { } - + + public Task AddAsync(TeamsAppDefinition teamsAppDefinition) + { + throw new NotImplementedException(); + } + + public Task AddAsync(TeamsAppDefinition teamsAppDefinition, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 52d29f3ef9f..d8f5d1ca11e 100644 --- a/src/Microsoft.Graph/Requests/Generated/Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public Windows10ImportedPFXCertificateProfileManagedDeviceCertificateStatesColle : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index c636157b6be..f00937677ef 100644 --- a/src/Microsoft.Graph/Requests/Generated/Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public Windows10PkcsCertificateProfileManagedDeviceCertificateStatesCollectionRe : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index caf5e63c107..5608206323a 100644 --- a/src/Microsoft.Graph/Requests/Generated/Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public Windows81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionRe : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index f3a2d672cc8..e561692826b 100644 --- a/src/Microsoft.Graph/Requests/Generated/WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public WindowsPhone81ImportedPFXCertificateProfileManagedDeviceCertificateStates : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs index 1ff21ab4a9d..35e21b5a956 100644 --- a/src/Microsoft.Graph/Requests/Generated/WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest. @@ -31,6 +32,15 @@ public WindowsPhone81SCEPCertificateProfileManagedDeviceCertificateStatesCollect : base(requestUrl, client, options) { } - + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState) + { + throw new NotImplementedException(); + } + + public Task AddAsync(ManagedDeviceCertificateState managedDeviceCertificateState, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest.cs index 8bab2a29cfc..73e87d8850b 100644 --- a/src/Microsoft.Graph/Requests/Generated/WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest. @@ -31,6 +32,15 @@ public WindowsUniversalAppXCommittedContainedAppsCollectionReferencesRequest( : base(requestUrl, client, options) { } - + + public Task AddAsync(MobileContainedApp mobileContainedApp) + { + throw new NotImplementedException(); + } + + public Task AddAsync(MobileContainedApp mobileContainedApp, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } } diff --git a/src/Microsoft.Graph/Requests/Generated/WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs b/src/Microsoft.Graph/Requests/Generated/WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs index 021cc57259d..7158dde50e6 100644 --- a/src/Microsoft.Graph/Requests/Generated/WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs +++ b/src/Microsoft.Graph/Requests/Generated/WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.cs @@ -12,6 +12,7 @@ namespace Microsoft.Graph using System.Collections.Generic; using System.Net.Http; using System.Threading; + using System.Threading.Tasks; /// /// The type WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationCollectionReferencesRequest. @@ -31,6 +32,15 @@ public WindowsWifiEnterpriseEAPConfigurationRootCertificatesForServerValidationC : base(requestUrl, client, options) { } - + + public Task AddAsync(Windows81TrustedRootCertificate windows81TrustedRootCertificate) + { + throw new NotImplementedException(); + } + + public Task AddAsync(Windows81TrustedRootCertificate windows81TrustedRootCertificate, CancellationToken cancellationToken) + { + throw new NotImplementedException(); + } } }