Skip to content

Commit

Permalink
Update readme.md for SDK generation (Azure#27664)
Browse files Browse the repository at this point in the history
* Update readme.md

* add readme.go.md

---------

Co-authored-by: Peng Jiahui <[email protected]>
  • Loading branch information
2 people authored and ericasp16 committed Feb 15, 2024
1 parent bbcbeaf commit 393de9b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/liftrastronomer/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/astro/armastro
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
32 changes: 32 additions & 0 deletions specification/liftrastronomer/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,35 @@ These settings apply only when `--tag=package-2023-08-01` is specified on the co
input-file:
- Astronomer.Astro/stable/2023-08-01/astronomer.json
```


# Code Generation

## 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-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-js
- repo: azure-sdk-for-go
```

## Python

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

## TypeScript

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

## Java

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

## Go

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

0 comments on commit 393de9b

Please sign in to comment.