Skip to content

Commit

Permalink
Update release to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
areddish committed Feb 19, 2019
1 parent eebaa5a commit 42bbb96
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_1_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.1/customvision/$(namespace)
```

### Tag: release_3_0 and go

These settings apply only when `--tag=release_3_0 --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_3_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v3.0/customvision/$(namespace)
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Configuration for generating Custom Vision Prediction SDK.

The current release is `release_1_0`.
The current release is `release_3_0`.

``` yaml

tag: release_1_0
tag: release_3_0
openapi-type: data-plane
```
# Releases
Expand All @@ -20,6 +20,13 @@ These settings apply only when `--tag=release_1_0` is specified on the command l
input-file: stable/v2.0/Prediction.json
```

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

``` yaml $(tag) == 'release_3_0'
input-file: stable/v3.0/Prediction.json
```

# Validation

## Suppression
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'release_2_2' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.2/customvision/$(namespace)
```

### Tag: release_3_0 and go

These settings apply only when `--tag=release_3_0 --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_3_0' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v3.0/customvision/$(namespace)
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Configuration for generating Custom Vision Training SDK.

The current release is `release_2_2`.
The current release is `release_3_0`.

``` yaml

tag: release_2_2
tag: release_3_0
openapi-type: data-plane
```
# Releases
Expand All @@ -33,6 +33,14 @@ These settings apply only when `--tag=release_2_2` is specified on the command l
``` yaml $(tag) == 'release_2_2'
input-file: stable/v2.2/Training.json
```

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

``` yaml $(tag) == 'release_3_0'
input-file: stable/v2.2/Training.json
```

# Validation

## Suppression
Expand Down

0 comments on commit 42bbb96

Please sign in to comment.