diff --git a/specification/liftrastronomer/resource-manager/readme.go.md b/specification/liftrastronomer/resource-manager/readme.go.md new file mode 100644 index 000000000000..b6bdc27d97bb --- /dev/null +++ b/specification/liftrastronomer/resource-manager/readme.go.md @@ -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) +``` diff --git a/specification/liftrastronomer/resource-manager/readme.md b/specification/liftrastronomer/resource-manager/readme.md index 01fc2e5cb3b4..78b72bdaeee0 100644 --- a/specification/liftrastronomer/resource-manager/readme.md +++ b/specification/liftrastronomer/resource-manager/readme.md @@ -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) \ No newline at end of file