Skip to content

Commit

Permalink
Add credentials in Readme.md for Cognitive Services (#1968)
Browse files Browse the repository at this point in the history
* Add credentials in Readme.md

* Move add-credential to common section
  • Loading branch information
DavidLiCIG authored and lmazuel committed Nov 7, 2017
1 parent ab9b07c commit 652cebd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The current release is `release_1_0`.
``` yaml

tag: release_1_0
add-credentials: true
openapi-type: data-plane
```
# Releases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The current release is `release_1_0`.
``` yaml

tag: release_1_0
add-credentials: true
openapi-type: data-plane
```
# Releases
Expand All @@ -26,6 +27,5 @@ These settings apply only when `--csharp` is specified on the command line.
csharp:
namespace: Microsoft.Azure.CognitiveServices.Search.EntitySearch
output-folder: $(csharp-sdks-folder)/CognitiveServices/dataPlane/Search/Search/Generated/EntitySearch
add-credentials: true
```

2 changes: 2 additions & 0 deletions specification/cognitiveservices/data-plane/Face/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The current release is `release_1_0`.
``` yaml

tag: release_1_0
add-credentials: true
openapi-type: data-plane
```
# Releases
Expand All @@ -24,6 +25,7 @@ input-file: v1.0/Face.json
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Vision.Face
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ namespace ConsoleApp1
The current release is `release_2_0`.
``` yaml
tag: release_2_0
add-credentials: true
```
### Release 2.0
Expand All @@ -130,6 +131,7 @@ log-file: logs/log.txt
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Language.TextAnalytics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The current release is `release_1_0`.
``` yaml

tag: release_1_0
add-credentials: true
openapi-type: data-plane
```
# Releases
Expand All @@ -26,7 +27,6 @@ These settings apply only when `--csharp` is specified on the command line.
csharp:
namespace: Microsoft.Azure.CognitiveServices.Search.WebSearch
output-folder: $(csharp-sdks-folder)/CognitiveServices/dataPlane/Search/Search/Generated/WebSearch
add-credentials: true
sync-methods: none
```

0 comments on commit 652cebd

Please sign in to comment.