Skip to content

Commit

Permalink
update API for Azure.Core.Experimental (#44830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Jul 2, 2024
1 parent e447868 commit d2a068a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession
Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
}
public partial class LruCache<TKey, TValue> : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable where TKey : notnull
{
public LruCache(int capacity) { }
public int Count { get { throw null; } }
public int TotalLength { get { throw null; } }
public void AddOrUpdate(TKey key, TValue? val, int length) { }
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public bool TryGet(TKey key, out TValue? value) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct PopTokenRequestContext
{
Expand All @@ -167,13 +157,6 @@ public partial class ProvisionableTemplateAttribute : System.Attribute
public ProvisionableTemplateAttribute(string resourceName) { }
public string ResourceName { get { throw null; } }
}
public abstract partial class SchemaValidator
{
protected SchemaValidator() { }
public abstract string GenerateSchema(System.Type dataType);
public abstract bool TryValidate(object data, System.Type dataType, string schemaDefinition, out System.Collections.Generic.IEnumerable<System.Exception> validationErrors);
public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { }
}
}
namespace Azure.Core.Pipeline
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession
Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
}
public partial class LruCache<TKey, TValue> : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable where TKey : notnull
{
public LruCache(int capacity) { }
public int Count { get { throw null; } }
public int TotalLength { get { throw null; } }
public void AddOrUpdate(TKey key, TValue? val, int length) { }
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public bool TryGet(TKey key, out TValue? value) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct PopTokenRequestContext
{
Expand All @@ -167,13 +157,6 @@ public partial class ProvisionableTemplateAttribute : System.Attribute
public ProvisionableTemplateAttribute(string resourceName) { }
public string ResourceName { get { throw null; } }
}
public abstract partial class SchemaValidator
{
protected SchemaValidator() { }
public abstract string GenerateSchema(System.Type dataType);
public abstract bool TryValidate(object data, System.Type dataType, string schemaDefinition, out System.Collections.Generic.IEnumerable<System.Exception> validationErrors);
public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { }
}
}
namespace Azure.Core.Pipeline
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession
Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
}
public partial class LruCache<TKey, TValue> : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IEnumerable where TKey : notnull
{
public LruCache(int capacity) { }
public int Count { get { throw null; } }
public int TotalLength { get { throw null; } }
public void AddOrUpdate(TKey key, TValue? val, int length) { }
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public bool TryGet(TKey key, out TValue? value) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct PopTokenRequestContext
{
Expand All @@ -167,13 +157,6 @@ public partial class ProvisionableTemplateAttribute : System.Attribute
public ProvisionableTemplateAttribute(string resourceName) { }
public string ResourceName { get { throw null; } }
}
public abstract partial class SchemaValidator
{
protected SchemaValidator() { }
public abstract string GenerateSchema(System.Type dataType);
public abstract bool TryValidate(object data, System.Type dataType, string schemaDefinition, out System.Collections.Generic.IEnumerable<System.Exception> validationErrors);
public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { }
}
}
namespace Azure.Core.Pipeline
{
Expand Down

0 comments on commit d2a068a

Please sign in to comment.