Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rest Level Client] Ai document translation #14749

Merged
37 commits merged into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4e1c0e5
Add new azure-rest/core-client package
joheredi Apr 6, 2021
6657d88
Add document translation package
joheredi Apr 6, 2021
4317c7e
Address PR feedback
joheredi Apr 7, 2021
d631890
Update generated code with more comments
joheredi Apr 7, 2021
ca6c830
Fix build script
joheredi Apr 7, 2021
c9ee36f
Fix path check and make status code a string
joheredi Apr 7, 2021
176a96f
update samples
joheredi Apr 7, 2021
79253c6
Address PR comments
joheredi Apr 8, 2021
8a74b3c
Format
joheredi Apr 8, 2021
0212ee5
Add readme and Fix lint
joheredi Apr 12, 2021
85fd8b4
Address PR feedback
joheredi Apr 12, 2021
7621ae0
Interpolate path param
joheredi Apr 12, 2021
5a3492d
Remove eslint changes
joheredi Apr 12, 2021
9c42550
Fix readme
joheredi Apr 12, 2021
00c932f
Add sanity test for DocumentTranslator
joheredi Apr 13, 2021
5040779
Add clientHelpers unit test
joheredi Apr 13, 2021
4be22bb
Fix core-client readme
joheredi Apr 13, 2021
52c37f0
Fix broken links
joheredi Apr 13, 2021
817b856
remove locale from links
joheredi Apr 13, 2021
35d1982
Add changelog
joheredi Apr 13, 2021
9e219b0
Fix url import
joheredi Apr 13, 2021
7db7c8d
Format and updated names
joheredi Apr 13, 2021
0c02f37
Update with latest swagger
joheredi Apr 13, 2021
3846bbd
Add regenerate script
joheredi Apr 13, 2021
abd41f5
update endpoint
joheredi Apr 14, 2021
ffd60a3
Update latest swagger
joheredi Apr 14, 2021
4db984a
Add sendRequest tests
joheredi Apr 14, 2021
f77a88b
Add url helpers test
joheredi Apr 14, 2021
1a3c36f
Update core-client
joheredi Apr 14, 2021
a7f4155
Skip identity tracing test
joheredi Apr 15, 2021
9d7011b
Remove transforms
joheredi Apr 15, 2021
d73c11f
Make path of type Function
joheredi Apr 15, 2021
6f53751
Test verify samples fix
joheredi Apr 15, 2021
a1f37b9
template condition
joheredi Apr 15, 2021
b408970
Use succeeded directly
joheredi Apr 15, 2021
47465d8
Use forward slash
joheredi Apr 15, 2021
ded126b
Revert changes to docs check
joheredi Apr 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
// @azure/event-processor-host is on a much lower major version
"@azure/ms-rest-nodeauth": ["^0.9.2"],
// Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests.
"@azure/identity": ["^2.0.0-beta.1"]
"@azure/identity": ["^2.0.0-beta.1"],
// Issue #14771 tracks updating to these versions
"@microsoft/api-extractor": ["7.13.2"],
"prettier": ["2.2.1"]
joheredi marked this conversation as resolved.
Show resolved Hide resolved
}
}
Loading