Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@


## All PRs should be opened against master branch. This branch is being retired and will be deleted.

### Microsoft Azure SDK for .NET
# Microsoft Azure SDK for .NET
----------
The Microsoft Azure SDK for .NET allows you to build applications
that take advantage of scalable cloud computing resources.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ public partial class FaceClient : ServiceClient<FaceClient>, IFaceClient
/// </summary>
public virtual ILargeFaceListOperations LargeFaceList { get; private set; }

/// <summary>
/// Gets the ISnapshotOperations.
/// </summary>
public virtual ISnapshotOperations Snapshot { get; private set; }

/// <summary>
/// Initializes a new instance of the FaceClient class.
/// </summary>
Expand Down Expand Up @@ -184,7 +179,6 @@ private void Initialize()
LargePersonGroupPerson = new LargePersonGroupPerson(this);
LargePersonGroup = new LargePersonGroupOperations(this);
LargeFaceList = new LargeFaceListOperations(this);
Snapshot = new SnapshotOperations(this);
BaseUri = "{Endpoint}/face/v1.0";
SerializationSettings = new JsonSerializerSettings
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ public FaceListOperations(FaceClient client)
}

/// <summary>
/// Delete an existing face from a face list (given by a persistedFaceId and a
/// Delete an existing face from a face list (given by a persisitedFaceId and a
/// faceListId). Persisted image related to the face will also be deleted.
/// </summary>
/// <param name='faceListId'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static partial class FaceListOperationsExtensions
}

/// <summary>
/// Delete an existing face from a face list (given by a persistedFaceId and a
/// Delete an existing face from a face list (given by a persisitedFaceId and a
/// faceListId). Persisted image related to the face will also be deleted.
/// </summary>
/// <param name='operations'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,5 @@ public partial interface IFaceClient : System.IDisposable
/// </summary>
ILargeFaceListOperations LargeFaceList { get; }

/// <summary>
/// Gets the ISnapshotOperations.
/// </summary>
ISnapshotOperations Snapshot { get; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public partial interface IFaceListOperations
Task<HttpOperationResponse<IList<FaceList>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Delete an existing face from a face list (given by a
/// persistedFaceId and a faceListId). Persisted image related to the
/// persisitedFaceId and a faceListId). Persisted image related to the
/// face will also be deleted.
/// </summary>
/// <param name='faceListId'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public partial interface ILargeFaceListOperations
Task<HttpOperationResponse> TrainWithHttpMessagesAsync(string largeFaceListId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Delete an existing face from a large face list (given by a
/// persistedFaceId and a largeFaceListId). Persisted image related to
/// persisitedFaceId and a largeFaceListId). Persisted image related to
/// the face will also be deleted.
/// </summary>
/// <param name='largeFaceListId'>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ public LargeFaceListOperations(FaceClient client)
}

/// <summary>
/// Delete an existing face from a large face list (given by a persistedFaceId
/// Delete an existing face from a large face list (given by a persisitedFaceId
/// and a largeFaceListId). Persisted image related to the face will also be
/// deleted.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static partial class LargeFaceListOperationsExtensions
}

/// <summary>
/// Delete an existing face from a large face list (given by a persistedFaceId
/// Delete an existing face from a large face list (given by a persisitedFaceId
/// and a largeFaceListId). Persisted image related to the face will also be
/// deleted.
/// </summary>
Expand Down

This file was deleted.

This file was deleted.

Loading