Skip to content

Commit

Permalink
servicefabricmanagedclusters add readme.go.md (Azure#29990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Jul 26, 2024
1 parent b75726f commit b411411
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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/servicefabricmanagedclusters/armservicefabricmanagedclusters
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
```
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ swagger-to-sdk:
- repo: azure-resource-manager-schemas
- repo: azure-powershell
- repo: azure-sdk-for-js
- repo: azure-sdk-for-go
```

## C#
Expand All @@ -322,5 +323,6 @@ See configuration in [readme.python.md](./readme.python.md)

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

## Go


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

0 comments on commit b411411

Please sign in to comment.