Skip to content

Commit a7cf876

Browse files
committed
Fix readme.go.md
1 parent 95790cb commit a7cf876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ batch:
2929
3030
### Tag: package-preview-2021-07 and go
3131
32-
These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.
32+
These settings apply only when `--tag=package-preview-2021-07 --go` is specified on the command line.
3333
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3434

35-
```yaml $(tag) == 'package-preview-2027-01' && $(go)
35+
```yaml $(tag) == 'package-preview-2021-07' && $(go)
3636
namespace: azurestackhci
37-
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
37+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-07-01-preview/$(namespace)
3838
```
3939

4040
### Tag: package-2022-01 and go

0 commit comments

Comments
 (0)