Skip to content

Commit

Permalink
fixed GO readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gargankit-microsoft committed Feb 27, 2023
1 parent 7597df0 commit 47b172c
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions specification/workloads/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,10 @@

These settings apply only when `--go` is specified on the command line.

``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: workloads
clear-output-folder: true
```
```yaml $(go) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/workloads/armworkloads
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-12-01-preview
- tag: package-preview-2022-11
- tag: package-2023-04
```
### Tag: package-2021-12-01-preview and go
These settings apply only when `--tag=package-2021-12-01-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-preview-2022-11 and go

These settings apply only when `--tag=package-preview-2022-11 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-preview-2022-11' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-11-01-preview/$(namespace)
```
### Tag: package-2023-04 and go

These settings apply only when `--tag=package-2023-04 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

0 comments on commit 47b172c

Please sign in to comment.