Skip to content

Commit

Permalink
Users/laramume/addv2.1 swagger (#5187)
Browse files Browse the repository at this point in the history
* updated model names in preview version to be consistent with stable version to avoid breaking changes in client side code

* changed swagger files

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* added v2.1 swagger

* resolved PR comments
  • Loading branch information
laramume authored and anuchandy committed Feb 22, 2019
1 parent a1ee96b commit 5df40b9
Show file tree
Hide file tree
Showing 7 changed files with 1,042 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@
"x-ms-skip-url-encoding": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,20 @@ input-file: stable/v2.0/TextAnalytics.json
log-file: logs/log.txt
```

### Release 2.1-Preview
### Release 2.1

These settings apply only when `--tag=release_2_1` is specified on the command line.

``` yaml $(tag) == 'release_2_1'
input-file: stable/v2.1/TextAnalytics.json
log-file: logs/log.txt
```

### Release 2.1-Preview

These settings apply only when `--tag=release_2_1_preview` is specified on the command line.

``` yaml $(tag) == 'release_2_1_preview'
input-file: preview/v2.1/TextAnalytics.json
log-file: logs/log.txt
```
Expand Down
Loading

0 comments on commit 5df40b9

Please sign in to comment.