Skip to content

Commit

Permalink
Add some profile tag for go SDK to serve the new profile 2020-09-01 (A…
Browse files Browse the repository at this point in the history
…zure#10923)

* some update of the tags for profiles

* final update for profiles

* a fix of tag name

* Remove the changes for web readme since it does not work

* Rename tag for compute, revert keyvault tag change

* update
  • Loading branch information
ArcturusZhang authored and giromm2ms committed Dec 20, 2020
1 parent 5060d03 commit 2e2a17f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ directive:
```yaml $(go) && $(multiapi)
batch:
- tag: profile-hybrid-2020-09-01
- tag: package-2020-06-30
- tag: package-2020-06-01
- tag: package-2019-12-01
Expand All @@ -51,6 +52,16 @@ batch:
- tag: package-container-service-2015-11-preview
```
### Tag: profile-hybrid-2020-09-01 and go
These settings apply only when `--tag=profile-hybrid-2020-09-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)=='profile-hybrid-2020-09-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/profiles/$(namespace)/mgmt/$(namespace)
```

### Tag: package-2020-06-30 and go

These settings apply only when `--tag=package-2020-06-30 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/iothub/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-03
- tag: package-preview-2019-07
- tag: package-preview-2019-03
- tag: package-2018-12-preview
- tag: package-2018-04
Expand All @@ -32,6 +33,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/iothub/mgmt/2020-03-01/$(namespace)
```

### Tag:package-preview-2019-07 and go

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

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

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

0 comments on commit 2e2a17f

Please sign in to comment.