Skip to content

Commit 2200e33

Browse files
authored
Add new connection type for translator (Azure#48788)
* Add new connection type for translator * Update changelog * Remove real connection name * Revert sample * Remove Custom Connection type and regenerate code. * Update docs * Add AOAI to dictionary
1 parent ff61714 commit 2200e33

30 files changed

+1486
-53
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"words": [
6363
"AADDS",
6464
"AADKERB",
65+
"AOAI",
6566
"apos",
6667
"azsdk",
6768
"blazor",

sdk/ai/Azure.AI.Projects/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Features Added
66

77
* Added `ConnectionProvider` abstraction in `AIProjectClient` to enable seamless connectivity with Azure OpenAI, Inference, and Search SDKs.
8+
* Added `CognitiveService` connection type.
89
* Added support for URL citations with the `MessageTextUrlCitationAnnotation` class. `MessageTextContent` objects now can possibly have `Annotations` populated in order to provide information on URL citations.
910

1011
### Breaking Changes

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.net8.0.cs

Lines changed: 66 additions & 3 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.netstandard2.0.cs

Lines changed: 66 additions & 3 deletions
Large diffs are not rendered by default.

sdk/ai/Azure.AI.Projects/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/ai/Azure.AI.Projects",
5-
"Tag": "net/ai/Azure.AI.Projects_8d76f03633"
5+
"Tag": "net/ai/Azure.AI.Projects_e003e37e97"
66
}

sdk/ai/Azure.AI.Projects/src/Custom/Connection/ConnectionType.Serialization.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

sdk/ai/Azure.AI.Projects/src/Generated/AIProjectsModelFactory.cs

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/AOAIModelConfig.Serialization.cs

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/AOAIModelConfig.cs

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/AuthenticationType.Serialization.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)