Skip to content

Commit

Permalink
add api-version of 2020-10-01 for resources (Azure#11921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and giromm2ms committed Dec 20, 2020
1 parent e69f149 commit 73bbc2b
Showing 1 changed file with 11 additions and 0 deletions.
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 @@ -36,6 +36,7 @@ batch:
- tag: package-policy-2016-12
- tag: package-policy-2016-04
- tag: package-policy-2015-10
- tag: package-resources-2020-10
- tag: package-resources-2020-06
- tag: package-resources-2019-10
- tag: package-resources-2019-05
Expand Down Expand Up @@ -210,6 +211,16 @@ namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2015-10-01-preview/policy
```

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

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

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

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

0 comments on commit 73bbc2b

Please sign in to comment.