Commit 5ddb8c1
personalizer track2 c# sdk (#22075)
* initial c# autogenerated sdk
* c# sdk with tests
* Add placeholder readme files
* modified readme for personalizer
* changed naming, removed autogenerated csproj
* Update test project to successfully run tests
All tests are running and passing on the command-line and in VS
* Fix the service README to adhere to rules
* Add root-level README to exclusion list
* Add public API file
Remove snippet references from README
* Use 'beta' in the version string
* Add troubleshooting section to README
* Add CI and tests .yml files
* Move solution file to root directory of service
* Add Changelog.md file
* added more unit tests
* added more details to readme files
* added rest API reference
* added required sections to readme
* removed duplicate sln
* moved sln to parent folder
* all tests passing
* naming changes
* removed generated sln file from build
* updated snippets and ran export api script
* Remove the global suppression file
* Update test assembly name in AssemblyInfo.cs
* changed Apply_evaluation name and corresponding tets
* fixed typo
* Fix project paths in solution file
* Update public API file
* Remove not needed package refs
* changed logs properties name to log properties
* exported api
* added defer activation to multi slot rank
* new recording for multi slot rank test with defer activation
* two public clients and name changes
* added overloads for constructors and important methods, version change, uri not string for endpoint, and comments
* changed date range
* all tests passing
* pageable and operation T
* changes uri.ToString to uri.AbsoluteUri
* Update code with analyzer suggestions
* updated create evaluation time to utc
* changed to utc time
* changed method names
* updates api
* removed models namespace
* collapsed namespace
* reverted chnages in assemblyinfo
Co-authored-by: orenmichaely <73134189+ormichae@users.noreply.github.com>
Co-authored-by: Mohit Chakraborty <mohitc@microsoft.com>1 parent 0fe7635 commit 5ddb8c1
File tree
198 files changed
+212655
-0
lines changed- eng
- sdk/personalizer
- Azure.AI.Personalizer
- api
- src
- Generated
- Models
- Models
- Properties
- tests
- Infrastructure
- Personalizer
- SessionRecords
- ConfigurationsTests
- EvaluationsTests
- EventsTests
- LogsTests
- ModelTests
- MultiSlotEventsTests
- RankMultiSlotTests
- RankTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+212655
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments