Skip to content

Commit 085a590

Browse files
authored
[Go]Remove servicelinker go track1 config (#18801)
* [Go]Remove servicelinker go track1 config in readme.go.md * remove repo
1 parent 4e29388 commit 085a590

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,10 @@
22

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

5-
```yaml $(go) && !$(track2)
6-
go:
7-
license-header: MICROSOFT_APACHE_NO_VERSION
8-
clear-output-folder: true
9-
```
10-
115
``` yaml $(go) && $(track2)
126
license-header: MICROSOFT_MIT_NO_VERSION
137
module-name: sdk/resourcemanager/servicelinker/armservicelinker
148
module: github.com/Azure/azure-sdk-for-go/$(module-name)
159
output-folder: $(go-sdk-folder)/$(module-name)
1610
azure-arm: true
1711
```
18-
19-
### Go multi-api
20-
21-
``` yaml $(go) && $(multiapi)
22-
batch:
23-
- tag: package-2021-11-01-preview
24-
```
25-
26-
### Tag: package-2021-11-01-preview and go
27-
28-
These settings apply only when `--tag=package-2021-11-01-preview --go` is specified on the command line.
29-
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
30-
31-
```yaml $(tag) == 'package-2021-11-01-preview' && $(go)
32-
namespace: servicelinker
33-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
34-
```

specification/servicelinker/resource-manager/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ This is not used by Autorest itself.
8181
swagger-to-sdk:
8282
- repo: azure-sdk-for-python-track2
8383
- repo: azure-sdk-for-java
84-
- repo: azure-sdk-for-go
8584
- repo: azure-sdk-for-go-track2
8685
- repo: azure-sdk-for-js
8786
- repo: azure-sdk-for-ruby

0 commit comments

Comments
 (0)