Skip to content

Commit 221baf8

Browse files
Add api-version 2019-10-01 (#10249)
1 parent 28fe53d commit 221baf8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/resources/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ batch:
3434
- tag: package-policy-2016-12
3535
- tag: package-policy-2016-04
3636
- tag: package-policy-2015-10
37+
- tag: package-resources-2019-10
3738
- tag: package-resources-2019-05
3839
- tag: package-resources-2019-03
3940
- tag: package-resources-2018-05
@@ -186,6 +187,16 @@ namespace: policy
186187
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2015-10-01-preview/policy
187188
```
188189

190+
### Tag: package-resources-2019-10 and go
191+
192+
These settings apply only when `--tag=package-resources-2019-10 --go` is specified on the command line.
193+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
194+
195+
``` yaml $(tag) == 'package-resources-2019-10' && $(go)
196+
namespace: resources
197+
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-10-01/resources
198+
```
199+
189200
### Tag: package-resources-2019-05 and go
190201

191202
These settings apply only when `--tag=package-resources-2019-05 --go` is specified on the command line.

0 commit comments

Comments
 (0)