Skip to content

Commit

Permalink
Update Face README.python.md (Azure#13403)
Browse files Browse the repository at this point in the history
* Update Python readme

* Fix setting.
  • Loading branch information
tjprescott authored and MirzaSikander committed Mar 22, 2021
1 parent 1c65b60 commit 10fa44c
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions specification/cognitiveservices/data-plane/Face/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat

``` yaml $(python)
python-mode: create
python:
license-header: MICROSOFT_MIT_NO_VERSION
add-credentials: true
payload-flattening-threshold: 2
namespace: azure.cognitiveservices.vision.face
package-name: azure-cognitiveservices-vision-face
clear-output-folder: true
license-header: MICROSOFT_MIT_NO_VERSION
add-credentials: true
payload-flattening-threshold: 2
namespace: azure.cognitiveservices.vision.face
package-name: azure-cognitiveservices-vision-face
clear-output-folder: false
use: "@microsoft.azure/autorest.python@~4.0.71"
version: V2
multiapi: true
no-async: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face
no-namespace-folders: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face
keep-version-file: true
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitiveservices-vision-face
```
basic-setup-py: true
output-folder: $(python-sdks-folder)/cognitiveservices/azure-cognitives
```

0 comments on commit 10fa44c

Please sign in to comment.