Skip to content

Commit

Permalink
Add C# SDK generation settings for Advisor (#3213)
Browse files Browse the repository at this point in the history
* Adding x-ms-pageable tag for configuration list command.

* Add x-ms-pageable for list configuration by resource group operation.

* Add C# settings

* Remove wrong tag
  • Loading branch information
Prasanna-Padmanabhan authored and dsgouda committed Jun 28, 2018
1 parent 8068e2a commit 279d7a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
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

0 comments on commit 279d7a9

Please # to comment.