Skip to content

Commit

Permalink
Adding all sync methods to Personalizer API (#5777)
Browse files Browse the repository at this point in the history
* add stream as return type for get model

* fix response type for correct op

* change type file to stream

* remove stream ref

* Adding all sync methods to Personalizer API

* Adding all sync methods to Personalizer API
  • Loading branch information
dwaijam authored and dsgouda committed Apr 26, 2019
1 parent 38c2ed6 commit df97ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ swagger-to-sdk:
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Personalizer
output-folder: $(csharp-sdks-folder)/CognitiveServices/dataPlane/Personalizer/Generated
sync-methods: all
clear-output-folder: true
```

0 comments on commit df97ac6

Please sign in to comment.