Skip to content

Commit

Permalink
Fix readme.go.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanayan committed Mar 9, 2022
1 parent 95790cb commit a7cf876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/azurestackhci/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ batch:
### Tag: package-preview-2021-07 and go
These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.
These settings apply only when `--tag=package-preview-2021-07 --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2022-01 and go
Expand Down

0 comments on commit a7cf876

Please sign in to comment.