Skip to content

Commit

Permalink
[AutoPR] cognitiveservices/data-plane/Face (#4028)
Browse files Browse the repository at this point in the history
* [AutoPR cognitiveservices/data-plane/Face] typo: cognitiveservices/data-plane/Face (#4025)

* Generated from 0cef2eebc5238a96f84b4593376716d26cd26c0a

typo: cognitiveservices/data-plane/Face

- persisited -> persisted

* Packaging update of azure-cognitiveservices-vision-face

* Update sdk_packaging.toml

* Packaging update of azure-cognitiveservices-vision-face

* Update version.py
  • Loading branch information
AutorestCI authored and lmazuel committed Jan 8, 2019
1 parent f1dd7aa commit 5627b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def list(

def delete_face(
self, face_list_id, persisted_face_id, custom_headers=None, raw=False, **operation_config):
"""Delete an existing face from a face list (given by a persisitedFaceId
"""Delete an existing face from a face list (given by a persistedFaceId
and a faceListId). Persisted image related to the face will also be
deleted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def train(
def delete_face(
self, large_face_list_id, persisted_face_id, custom_headers=None, raw=False, **operation_config):
"""Delete an existing face from a large face list (given by a
persisitedFaceId and a largeFaceListId). Persisted image related to the
persistedFaceId and a largeFaceListId). Persisted image related to the
face will also be deleted.
:param large_face_list_id: Id referencing a particular large face
Expand Down
1 change: 1 addition & 0 deletions azure-cognitiveservices-vision-face/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "Cognitive Services Face"
package_doc_id = "cognitive-services"
is_stable = false
is_arm = false
need_msrestazure = false

0 comments on commit 5627b6c

Please sign in to comment.