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

Add Translation Text client library #34965

Merged
merged 51 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4a69dd2
Initial commit
Feb 22, 2023
9cc1b7b
Fixes
Feb 22, 2023
bd9ca58
Fix build
Feb 22, 2023
6e81061
Adding tests
Feb 22, 2023
d4ad228
Adding input models and methods
Feb 23, 2023
132abb9
Merge pull request #1 from MikeyMCZ/mimat/translator
MikeyMCZ Feb 23, 2023
48fd10c
Fixing BreakSentence
Feb 27, 2023
6f83fdd
Merge pull request #2 from MikeyMCZ/mimat/translator
MikeyMCZ Feb 27, 2023
8f9f9a3
Initial documentation commit
Feb 28, 2023
8b214b2
Get Languages and Translate documentation
Feb 28, 2023
8fb5b55
Other samples
Feb 28, 2023
e762486
Fixing get languages
Feb 28, 2023
2fe71ce
Merge pull request #3 from MikeyMCZ/mimat/documentation
MikeyMCZ Feb 28, 2023
1ded9fa
Removing sample tests
Mar 1, 2023
a60c76a
Adding Translate options
Mar 7, 2023
187d05b
Updating examples
Mar 8, 2023
7a7e71e
Samples update
Mar 8, 2023
d822bd0
Initial work for adding tests (#4)
hamshavathimunibyraiah Mar 10, 2023
915896a
Moving sources to proper location
Mar 10, 2023
01d779e
Updating name of client to TextTranslationClient
Mar 10, 2023
208c169
Updating name of the methods as per review
Mar 10, 2023
c14c127
Removing Models namespace
Mar 10, 2023
7e995c2
Updating ctors after API review
Mar 13, 2023
69a024e
Simplify operations call
Mar 13, 2023
4ff3352
Updating names - review comments
Mar 13, 2023
f4c0f51
Updating ctor according to the latest guidance
Mar 15, 2023
e0fa1ba
Updating documentation
Mar 15, 2023
ef86e2b
Update names
Mar 15, 2023
134a2d2
Merge branch 'Azure:main' into main
MikeyMCZ Mar 16, 2023
23ef600
Fixing the tests
Mar 16, 2023
e4d5d29
Tests updates
Mar 16, 2023
a30a209
Tests fix
Mar 20, 2023
155a678
Fixing Token services.
Mar 20, 2023
804f882
Compliance fix for pipeline
Mar 20, 2023
f5451a0
Update constructors' signature according to APIView review
Mar 21, 2023
50c898c
Disable links to fix the PR build
Mar 21, 2023
326b7e2
Fixing the build validation
Mar 21, 2023
815ef2f
Attempt to fix "Verify generated code" build step
Mar 21, 2023
9388757
Moving tsp-location.yaml
Mar 22, 2023
616345d
Reference commit with TSP in specs repo
Mar 22, 2023
4dd91ee
Changing order of artifacts
Mar 22, 2023
c06a4ea
Adding translation text to projects.txt
Mar 22, 2023
6295421
Remove from projects.txt
Mar 22, 2023
47f58ac
Removing snippet: annotation
Mar 22, 2023
2478363
Fixing the generation
Mar 22, 2023
97905be
Updated code from latest TypeSpec
Apr 3, 2023
808a2d7
Fixing PR comments
Apr 3, 2023
8b0f271
Update tsp-location.yaml and test recordings
Apr 3, 2023
fbcd4a2
Updating the generated netstandard file
Apr 3, 2023
ffbf3ab
Linking samples to create client sample
Apr 4, 2023
b8a4f35
Fixing PR comments
Apr 6, 2023
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{ECC730C1-4AEA-420C-916A-66B19B79E4DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.AI.Translation.Text", "src\Azure.AI.Translation.Text.csproj", "{1DA1D204-899B-4F27-B49D-D016CEB9EB3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.AI.Translation.Text.Tests", "tests\Azure.AI.Translation.Text.Tests.csproj", "{D215EFB8-84E4-4C2F-8924-F5980FC89EDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECC730C1-4AEA-420C-916A-66B19B79E4DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC730C1-4AEA-420C-916A-66B19B79E4DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC730C1-4AEA-420C-916A-66B19B79E4DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC730C1-4AEA-420C-916A-66B19B79E4DC}.Release|Any CPU.Build.0 = Release|Any CPU
{1DA1D204-899B-4F27-B49D-D016CEB9EB3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DA1D204-899B-4F27-B49D-D016CEB9EB3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DA1D204-899B-4F27-B49D-D016CEB9EB3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DA1D204-899B-4F27-B49D-D016CEB9EB3D}.Release|Any CPU.Build.0 = Release|Any CPU
{D215EFB8-84E4-4C2F-8924-F5980FC89EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D215EFB8-84E4-4C2F-8924-F5980FC89EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D215EFB8-84E4-4C2F-8924-F5980FC89EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D215EFB8-84E4-4C2F-8924-F5980FC89EDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A97F4B90-2591-4689-B1F8-5F21FE6D6CAE}
EndGlobalSection
EndGlobal
12 changes: 12 additions & 0 deletions sdk/translation/Azure.AI.Translation.Text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
MikeyMCZ marked this conversation as resolved.
Show resolved Hide resolved
Initial version of TextTranslator client library for .NET
MikeyMCZ marked this conversation as resolved.
Show resolved Hide resolved

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
</Project>
Loading