Skip to content

Commit ef283dd

Browse files
Revert "Remove api-version in recoveryservicebackup (#11846)" (#11896)
This reverts commit dc31ee3.
1 parent bf8027f commit ef283dd

File tree

1 file changed

+10
-0
lines changed
  • specification/recoveryservicesbackup/resource-manager

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ batch:
1616
- tag: package-2020-02
1717
- tag: package-2019-06
1818
- tag: package-2019-05
19+
- tag: package-2017-07
1920
- tag: package-2016-12
2021
- tag: package-2016-06
2122
```
@@ -47,6 +48,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
4748
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2019-05-13/$(namespace)
4849
```
4950

51+
### Tag: package-2017-07 and go
52+
53+
These settings apply only when `--tag=package-2017-07 --go` is specified on the command line.
54+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
55+
56+
``` yaml $(tag)=='package-2017-07' && $(go)
57+
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2017-07-01/$(namespace)
58+
```
59+
5060
### Tag: package-2016-12 and go
5161

5262
These settings apply only when `--tag=package-2016-12 --go` is specified on the command line.

0 commit comments

Comments
 (0)