Skip to content

Commit

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

* Generated from 0cef2eebc5238a96f84b4593376716d26cd26c0a

typo: cognitiveservices/data-plane/Face

- persisited -> persisted

* Packaging update of azure-cognitiveservices-vision-face
  • Loading branch information
AutorestCI authored Dec 8, 2018
1 parent b862802 commit 86e77e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "1.0"

1 change: 1 addition & 0 deletions azure-cognitiveservices-vision-face/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
],
extras_require={
Expand Down

0 comments on commit 86e77e9

Please sign in to comment.