Skip to content

Commit

Permalink
add tag to readme.go.md (Azure#14967)
Browse files Browse the repository at this point in the history
* add tag to readme.go.md

* Update specification/azurestackhci/resource-manager/readme.go.md

Co-authored-by: Arcturus <dapzhang@microsoft.com>

Co-authored-by: Arcturus <dapzhang@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 2d56172 commit 7586f88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/azurestackhci/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-01
- tag: package-2020-10
- tag: package-2020-03-01-preview
```
### Tag: package-preview-2021-01 and go
These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-preview-2021-01' && $(go)
namespace: azurestackhci
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-01-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2020-10 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/cosmos-db/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-06
- tag: package-2021-05
- tag: package-2021-04
- tag: package-2021-04-preview
Expand All @@ -29,6 +30,15 @@ batch:
- tag: package-2015-04
```
### Tag: package-2021-06 and go
These settings apply only when `--tag=package-2021-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-2021-06' && $(go)
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-06-15/$(namespace)
```

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

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

0 comments on commit 7586f88

Please sign in to comment.