Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tags for go SDK release v54.0.0 #14161

Merged
merged 2 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions specification/maps/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-02
- tag: package-2018-05
- tag: package-2017-01
- tag: package-preview-2020-02
```

### Tag: package-2021-02 and go

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

### Tag: package-preview-2020-02 and go

These settings apply only when `--tag=package-preview-2020-02 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/mediaservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:

```yaml $(go) && $(multiapi)
batch:
- tag: package-2021-05
- tag: package-2020-05
- tag: package-2015-10
- tag: package-2018-03-preview
Expand All @@ -21,6 +22,15 @@ batch:
- tag: package-2019-05-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 the `--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/mediaservices/mgmt/2021-05-01/$(namespace)
```

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

These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/resourcegraph/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-03
- tag: package-2021-03
- tag: package-2019-04
- tag: package-2018-09-preview
```

### Tag: package-preview-2021-03 and go

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

### Tag: package-2021-03 and go

These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/resources/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2015-10-01-preview/policy
```

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

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

### Tag: package-resources-2020-10 and go

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