Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
"CreateSuppression": {
"$ref": "./examples/EmptyResponse.json"
}
},
"x-ms-long-running-operation": true
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/recommendations": {
Expand Down
16 changes: 16 additions & 0 deletions specification/advisor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,22 @@ python:
```


## C#

These settings apply only when `--csharp` is specified on the command line.
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.

``` yaml $(csharp)
csharp:
azure-arm: true
payload-flattening-threshold: 1
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.Advisor
output-folder: $(csharp-sdks-folder)/Advisor/Management.Advisor/Generated
clear-output-folder: true
```


## Go

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