Skip to content

Commit df97ac6

Browse files
dwaijamdsgouda
authored andcommitted
Adding all sync methods to Personalizer API (#5777)
* 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
1 parent 38c2ed6 commit df97ac6

File tree

1 file changed

+1
-1
lines changed
  • specification/cognitiveservices/data-plane/Personalizer

1 file changed

+1
-1
lines changed

specification/cognitiveservices/data-plane/Personalizer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ swagger-to-sdk:
4343
These settings apply only when `--csharp` is specified on the command line.
4444
``` yaml $(csharp)
4545
csharp:
46-
sync-methods: None
4746
license-header: MICROSOFT_MIT_NO_VERSION
4847
azure-arm: false
4948
namespace: Microsoft.Azure.CognitiveServices.Personalizer
5049
output-folder: $(csharp-sdks-folder)/CognitiveServices/dataPlane/Personalizer/Generated
50+
sync-methods: all
5151
clear-output-folder: true
5252
```

0 commit comments

Comments
 (0)