Skip to content

Commit

Permalink
Track2 modify readme.go.md 4 (Azure#16902)
Browse files Browse the repository at this point in the history
* Track2 modify readme.go.md 4

* devops
  • Loading branch information
Alancere authored and LeiWang3 committed Mar 31, 2022
1 parent 30cc63c commit 1eb14b1
Show file tree
Hide file tree
Showing 20 changed files with 120 additions and 9 deletions.
11 changes: 11 additions & 0 deletions specification/customerlockbox/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Go

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

```yaml $(go) && $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/customerlockbox/armcustomerlockbox
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
7 changes: 7 additions & 0 deletions specification/customerlockbox/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,12 @@ input-file:

See configuration in [readme.csharp.md](./readme.csharp.md)

## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-go-track2
```
10 changes: 9 additions & 1 deletion specification/devops/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

```yaml $(go)
```yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: devops
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/devops/armdevops
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/devops/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-trenton
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
Expand Down
10 changes: 9 additions & 1 deletion specification/digitaltwins/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

```yaml $(go)
```yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
namespace: digitaltwins
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/digitaltwins/armdigitaltwins
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/digitaltwins/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
after_scripts:
Expand Down
10 changes: 9 additions & 1 deletion specification/dns/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: dns
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/dns/armdns
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/dns/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-node
- repo: azure-sdk-for-typescript
- repo: azure-sdk-for-js
Expand Down
10 changes: 9 additions & 1 deletion specification/edgeorder/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
namespace: edgeorder
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/edgeorder/armedgeorder
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/edgeorder/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
```

## C#
Expand Down
11 changes: 11 additions & 0 deletions specification/edgeorderpartner/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Go

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

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/edgeorderpartner/armeedgeorderpartner
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
12 changes: 11 additions & 1 deletion specification/edgeorderpartner/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ These settings apply only when `--tag=package-2020-12-preview` is specified on t
input-file:
- Microsoft.EdgeOrderPartner/preview/2020-12-01-preview/edgeorderpartner.json
```
---
---

## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-go-track2
```
10 changes: 9 additions & 1 deletion specification/elastic/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

```yaml $(go)
```yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: elastic
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/elastic/armelastic
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/elastic/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-resource-manager-schemas
- repo: azure-cli-extensions
Expand Down
10 changes: 9 additions & 1 deletion specification/extendedlocation/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

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

```yaml $(go)
```yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/extenedlocation/armextenedlocation
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
```yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/extendedlocation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
after_scripts:
Expand Down
10 changes: 9 additions & 1 deletion specification/frontdoor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: frontdoor
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/frontdoor/armfrontdoor
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
1 change: 1 addition & 0 deletions specification/frontdoor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-libraries-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-resource-manager-schemas
Expand Down
10 changes: 9 additions & 1 deletion specification/guestconfiguration/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: guestconfiguration
clear-output-folder: true
```
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/guestconfiguration/armguestconfiguration
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-cli-extensions
- repo: azure-resource-manager-schemas
```
Expand Down

0 comments on commit 1eb14b1

Please sign in to comment.