diff --git a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs index ca000285dea88..68a0cd71a1195 100644 --- a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs +++ b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net461.cs @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); } - public partial class LruCache : System.Collections.Generic.IEnumerable>, 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> 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 { @@ -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 validationErrors); - public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { } - } } namespace Azure.Core.Pipeline { diff --git a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs index ca000285dea88..68a0cd71a1195 100644 --- a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs +++ b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net6.0.cs @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); } - public partial class LruCache : System.Collections.Generic.IEnumerable>, 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> 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 { @@ -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 validationErrors); - public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { } - } } namespace Azure.Core.Pipeline { diff --git a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs index ca000285dea88..68a0cd71a1195 100644 --- a/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs +++ b/sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.netstandard2.0.cs @@ -132,16 +132,6 @@ public partial interface ISupportsProofOfPossession Azure.Core.AccessToken GetToken(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); System.Threading.Tasks.ValueTask GetTokenAsync(Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken); } - public partial class LruCache : System.Collections.Generic.IEnumerable>, 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> 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 { @@ -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 validationErrors); - public virtual void Validate(object data, System.Type dataType, string schemaDefinition) { } - } } namespace Azure.Core.Pipeline {