Skip to content

Commit

Permalink
Add new tags for azure-sdk-for-go v54.1.0 release (Azure#14299)
Browse files Browse the repository at this point in the history
* add new tags for v54.1.0 release

* add subscriptions tag
  • Loading branch information
ArcturusZhang authored and mkarmark committed Jul 20, 2021
1 parent 1d3ce6d commit b5d8d1e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/maintenance/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-05
- tag: package-2020-04
- tag: package-2018-06-preview
```
### Tag: package-2021-05 and go
These settings apply only when `--tag=package-2021-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) == 'package-2021-05' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
```

### Tag: package-2020-04 and go

These settings apply only when `--tag=package-2020-04 --go` is specified on the command line.
Expand Down
11 changes: 11 additions & 0 deletions specification/resources/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ batch:
- tag: package-resources-2016-07
- tag: package-resources-2016-02
- tag: package-resources-2015-11
- tag: package-subscriptions-2021-01
- tag: package-subscriptions-2019-11
- tag: package-subscriptions-2019-06
- tag: package-subscriptions-2018-06
Expand Down Expand Up @@ -353,6 +354,16 @@ namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-11-01/resources
```

### Tag: package-subscriptions-2021-01 and go

These settings apply only when `--tag=package-subscriptions-2021-01 --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-subscriptions-2021-01' && $(go)
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2021-01-01/subscriptions
```

### Tag: package-subscriptions-2019-11 and go

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

0 comments on commit b5d8d1e

Please sign in to comment.