Skip to content

Commit

Permalink
Add new api-version of policy for go SDK (#11209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Oct 15, 2020
1 parent b433edf commit 661d6d4
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 @@ -25,6 +25,7 @@ batch:
- tag: package-features-2015-12
- tag: package-locks-2016-09
- tag: package-locks-2015-01
- tag: package-policy-2020-03
- tag: package-policy-2019-09
- tag: package-policy-2019-06
- tag: package-policy-2019-01
Expand Down Expand Up @@ -108,6 +109,16 @@ namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-09-01/policy
```

### Tag: package-policy-2020-03 and go

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

### Tag: package-policy-2019-06 and go

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

0 comments on commit 661d6d4

Please sign in to comment.