Add new SDK for Microsoft.MachineLearning/webservices RP#1987
Add new SDK for Microsoft.MachineLearning/webservices RP#1987hovsepm merged 23 commits intoAzure:AutoRestfrom tudordid:AutoRest
Conversation
|
Can one of the admins verify this patch? |
|
Hi @tudordid, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
|
@azuresdkci add to whitelist |
There was a problem hiding this comment.
should not be from your fork. You should generate the sources from Azure github repo #Closed
There was a problem hiding this comment.
Correct, I forgot to update this after we have pushed the swagger spec in the main repo. Will fix.
|
@tudordid you will need to pull from Azure fork AutoRest branch and resolve conflicts |
- addition of type property to GraphParameter
- removal of not needed API /subscriptions/{subscriptionId}/providers/Microsoft/MachineLearning/checkNameAvailability
- fixes to documentation of classes
- added utility to support serialization / deserialization of models - refactored model tests
- added *Additions classes to generated code to inject correct request id in error responses for async operations (temp fix)
- renamed projects to be ML generic, as we plan to host the workspaces SDK code here as well, not just web services - changed test code to also create a commitment plan as part of test execution
- renamed WebServicePropertiesForGraphPackage class to GraphPackage - made several properties required - Re-recorded tests against Dogfood with dynamic creation of CP resource now + more cleanup
- fixed generation script to use swager spec from Azure repo - changed AssemblyInfo.cs file to show correct assembly version - removed blank lines
…in (#39965) * Initial generated project (#1987) * Added admin live tests for classifiers (#2012) * Added admin live tests for models (#2015) * Misc operations + classify live tests (#2017) * Added admin live tests for misc operations * Added main live tests for classifiers * Generated from latest spec + added recordings (#39936) * Generated from the latest spec * Added recordings
First iteration of the .NET sdk code for the MachineLearning/ webservices SDK