forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speaker Recognition V3.0 GA swagger files (Azure#15685)
* Create identification-swagger.yaml * Create verification-swagger.yaml * Update identification-swagger.yaml * Update verification-swagger.yaml * Update and rename identification-swagger.yaml to identification-swagger.json * Update and rename verification-swagger.yaml to verification-swagger.json * Added new files kept json for the move * Update based on review * typo * cspell * cspell * fix examples * pretty * Fix model semantic issues * pretty * Apply review comments * Update Identification.json * linter issues * Linter issues * api version required * Fix model issues * pretty checks * Update readme add go * fix required * update go readme * Clean autorest warnings * Fixes * fix regression * python * go * python trial2 * fix typescript * Remove typescipt not required * Attempt to fix last failing test Co-authored-by: Youssef Shahin <[email protected]> Co-authored-by: Youssef Shahin <[email protected]> Co-authored-by: Youssef Shahin <[email protected]>
- Loading branch information
1 parent
234a694
commit 49e2ad1
Showing
32 changed files
with
2,943 additions
and
62 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
...ion/cognitiveservices/data-plane/SpeakerRecognition/Identification/readme.go.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Go | ||
|
||
These settings apply only when `--go` is specified on the command line. | ||
|
||
``` yaml $(go) | ||
go: | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
namespace: speakeridentification | ||
clear-output-folder: true | ||
``` | ||
### Go multi-api | ||
``` yaml $(go) && $(multiapi) | ||
batch: | ||
- tag: release_2021-09-05 | ||
``` | ||
### Tag: release_2021-09-05 and go | ||
These settings apply only when `--tag=release_2021-09-05 --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'release_2021-09-05' && $(go) | ||
output-folder: $(go-sdk-folder)/services/cognitiveservices/2021-09-05/$(namespace) | ||
``` | ||
|
||
### Tag: identification_2_0_preview and go | ||
|
||
These settings apply only when `--tag=identification_2_0_preview --go` is specified on the command line. | ||
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. | ||
|
||
``` yaml $(tag) == 'identification_2_0_preview' && $(go) | ||
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.0-preview/$(namespace) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...itiveservices/data-plane/SpeakerRecognition/Identification/readme.typescript.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.