Added support for Autotuning API#4015
Added support for Autotuning API#4015shahabhijeet merged 6 commits intoAzure:psSdkJson6from kosta-bizetic:autotuning-api
Conversation
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
shahabhijeet
left a comment
There was a problem hiding this comment.
Use generate.cmd to generate you SDK
Second build your project as below
msbuild build.proj /t:build /p:Scope=SDKs\SqlManagement
this will create a meta data file that is required (if there are any changes in the API version)
|
@kosta-bizetic get onboarded to github by visting aka.ms/azuregithub |
|
I have created an account on travis-ci.org so I should have permissions now. I have built the SDK prior to this PR and even when I build it now using your command I still don't see any meta data file. Where should it appear? |
|
Here is the link to the new PR for azure-rest-api-specs Azure/azure-rest-api-specs#2332 |
| DesiredState = AutomaticTuningServerMode.Custom, | ||
| Options = new Dictionary<string, AutomaticTuningServerOptions>() | ||
| { | ||
| {"createIndex", new AutomaticTuningServerOptions() {DesiredState=AutomaticTuningOptionModeDesired.On} }, |
There was a problem hiding this comment.
is there an enum for these options?
|
@shahabhijeet can you tell me more about the meta data file? |
|
@azuresdkci test this please |
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
@shahabhijeet |
|
@kosta-bizetic I do not see Jenkins job completed for your PR. |
|
@shahabhijeet All checks have passed. Can the PR be merged now? |
Description
I generated C# libraries using Autorest for these two APIs:
https://docs.microsoft.com/en-us/rest/api/sql/serverautomatictuning
https://docs.microsoft.com/en-us/rest/api/sql/databaseautomatictuning
and added a test for each API
Swagger specs were already in azure-rest-api-specs. I added them to the corresponding readme.md.
Link to the azure-rest-api-specs PR https://github.com/Azure/azure-rest-api-specs/pull/2325
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.