Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
2 changes: 2 additions & 0 deletions specification/cognitiveservices/data-plane/Face/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
out/**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm. don't include local .gitignore files in the PR. You can keep them local, but we really don't need them in the master repo.

log/**
30 changes: 30 additions & 0 deletions specification/cognitiveservices/data-plane/Face/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Cognitive Services Face SDK

> see https://aka.ms/autorest

Configuration for generating Face SDK.

The current release is `release_1_0`.

``` yaml

tag: release_1_0
```
# Releases

### Release 1.0
These settings apply only when `--tag=release_1_0` is specified on the command line.

``` yaml $(tag) == 'release_1_0'
input-file: v1.0/Face.json
log-file: logs/log.txt
```

## CSharp Settings
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
namespace: Microsoft.CognitiveServices.Face
output-folder: out/csharp
```

Loading