Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erjms committed Apr 14, 2022
1 parent 7089c0a commit 08b2f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These settings apply only when `--tag=package-2022-05-01 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag)=='package-2022-05-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-05-01/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-05-01/$(namespace)
```

## Tag: package-2022-01-01-preview and go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ These settings apply only when `--tag=package-2022-05-01` is specified on the co

```yaml $(tag) == 'package-2022-05-01'
input-file:
- Microsoft.MachineLearningServices/preview/2022-05-01-preview/machineLearningServices.json
- Microsoft.MachineLearningServices/preview/2022-05-01-preview/mfe.json
- Microsoft.MachineLearningServices/preview/2022-05-01-preview/workspaceFeatures.json
- Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json
- Microsoft.MachineLearningServices/stable/2022-05-01/mfe.json
- Microsoft.MachineLearningServices/stable/2022-05-01/workspaceFeatures.json
```

### Tag: package-2022-01-01-preview
Expand Down

0 comments on commit 08b2f47

Please sign in to comment.