Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,22 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-06
Copy link
Copy Markdown
Contributor

@allenjzhang allenjzhang Jan 16, 2020

Choose a reason for hiding this comment

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

@ArcturusZhang Any reason that Java version is not updated as well. Looks like Java is lagging behind for quite a few package versions.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is added on demand. This api-version is requested by an email request, when I am releasing the go SDK, I noticed that the go config file does not have this api-version, therefore i added this one in this PR.
I suppose the java SDK owner will spot the same problem and submit his own PR for java new api-version when he is releasing the java SDK for the same request

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.

Ok, can you send an email and notify respective SDK owners? Thanks.

- tag: package-2019-05
- tag: package-2017-07
- tag: package-2016-12
- tag: package-2016-06
```

### Tag: package-2019-06 and go

These settings apply only when `--tag=package-2019-06 --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)=='package-2019-06' && $(go)
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2019-06-15/$(namespace)
```

### Tag: package-2019-05 and go

These settings apply only when `--tag=package-2019-05 --go` is specified on the command line.
Expand Down