Skip to content

Commit

Permalink
Generated files that need changes to support build
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer committed Nov 14, 2018
1 parent 5dad04c commit b4fce73
Show file tree
Hide file tree
Showing 25 changed files with 243 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidForWorkImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidForWorkPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidForWorkScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type AndroidWorkProfileScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ System.Threading.Tasks.Task<string> GetAsync(
/// </summary>
/// <param name="string">The string object set with the properties to update.</param>
/// <returns>The task to await for async call.</returns>
System.Threading.Tasks.Task<string> PatchAsync(string string);
System.Threading.Tasks.Task<string> PatchAsync(string @string);

/// <summary>
/// Issues the PATCH request.
/// </summary>
/// <param name="string">The string object set with the properties to update.</param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the request.</param>
/// <returns>The task to await for async call.</returns>
System.Threading.Tasks.Task<string> PatchAsync(string string,
System.Threading.Tasks.Task<string> PatchAsync(string @string,
CancellationToken cancellationToken);


Expand All @@ -58,15 +58,15 @@ System.Threading.Tasks.Task<string> PatchAsync(string string,
/// </summary>
/// <param name="string">The string object to update.</param>
/// <returns>The task to await for async call.</returns>
System.Threading.Tasks.Task<string> PutAsync(string string);
System.Threading.Tasks.Task<string> PutAsync(string @string);

/// <summary>
/// Issues the PUT request.
/// </summary>
/// <param name="string">The string object to update.</param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the request.</param>
/// <returns>The task to await for async call.</returns>
System.Threading.Tasks.Task<string> PutAsync(string string,
System.Threading.Tasks.Task<string> PutAsync(string @string,
CancellationToken cancellationToken);


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ public partial interface IPrivilegedApprovalRequestBuilder : IEntityRequestBuild
/// <returns>The built request.</returns>
new IPrivilegedApprovalRequest Request(IEnumerable<Option> options);

/// <summary>
/// Gets the request builder for Request.
/// </summary>
/// <returns>The <see cref="IPrivilegedRoleAssignmentRequestWithReferenceRequestBuilder"/>.</returns>
IPrivilegedRoleAssignmentRequestWithReferenceRequestBuilder Request { get; }

/// <summary>
/// Gets the request builder for RoleInfo.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public System.Threading.Tasks.Task<string> GetAsync(
/// </summary>
/// <param name="string">The string object set with the properties to update.</param>
/// <returns>The task to await for async call.</returns>
public System.Threading.Tasks.Task<string> PatchAsync(string string)
public System.Threading.Tasks.Task<string> PatchAsync(string @string)
{
return this.PatchAsync(string, CancellationToken.None);
return this.PatchAsync(@string, CancellationToken.None);
}

/// <summary>
Expand All @@ -67,21 +67,21 @@ public System.Threading.Tasks.Task<string> PatchAsync(string string)
/// <param name="string">The string object set with the properties to update.</param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the request.</param>
/// <returns>The task to await for async call.</returns>
public System.Threading.Tasks.Task<string> PatchAsync(string string,
public System.Threading.Tasks.Task<string> PatchAsync(string @string,
CancellationToken cancellationToken)
{
this.Method = "PATCH";
return this.SendAsync<string>(string, cancellationToken);
return this.SendAsync<string>(@string, cancellationToken);
}

/// <summary>
/// Issues the PUT request.
/// </summary>
/// <param name="string">The string object to update.</param>
/// <returns>The task to await for async call.</returns>
public System.Threading.Tasks.Task<string> PutAsync(string string)
public System.Threading.Tasks.Task<string> PutAsync(string @string)
{
return this.PutAsync(string, CancellationToken.None);
return this.PutAsync(@string, CancellationToken.None);
}

/// <summary>
Expand All @@ -90,11 +90,11 @@ public System.Threading.Tasks.Task<string> PutAsync(string string)
/// <param name="string">The string object to update.</param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the request.</param>
/// <returns>The task to await for async call.</returns>
public System.Threading.Tasks.Task<string> PutAsync(string string,
public System.Threading.Tasks.Task<string> PutAsync(string @string,
CancellationToken cancellationToken)
{
this.Method = "PUT";
return this.SendAsync<string>(string, cancellationToken);
return this.SendAsync<string>(@string, cancellationToken);
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type IosEnterpriseWiFiConfigurationRootCertificatesForServerValidationCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type IosImportedPFXCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type IosPkcsCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.Graph
using System.Collections.Generic;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// The type IosScepCertificateProfileManagedDeviceCertificateStatesCollectionReferencesRequest.
Expand All @@ -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();
}
}
}
Loading

0 comments on commit b4fce73

Please sign in to comment.