You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sramsey/datasets (Azure#50459)
* regenerate code based on commit 06308c14162a70091d5ea4b079ae8740383a9e00
* change return type of `UploadFile` and `UploadFolder` from Response to DatasetVersion to better align with python + js
* add connectionName input for `UploadFile` and `UploadFolder`
* update snippets + api
* add datasets regex filter (Azure#50649)
* add optional regex filter for UploadFolder
* update samples/api
* regenerate code / remove body from datasets (Azure#50767)
* regenerate code / remove body from datasets
* update changelog
* [Azure.AI.Projects] Remove Inference related code (Azure#50774)
* Remove Inference related code. Modify samples to just use the base Inference client, by modifying the project endpoint
Signed-off-by: trangevi <[email protected]>
* missed the package dependency
Signed-off-by: trangevi <[email protected]>
* Missed an import
Signed-off-by: trangevi <[email protected]>
* Update snippets. Update readme
Signed-off-by: trangevi <[email protected]>
* API updates
Signed-off-by: trangevi <[email protected]>
* snippet fixes
Signed-off-by: trangevi <[email protected]>
---------
Signed-off-by: trangevi <[email protected]>
* change string to uri (Azure#50831)
* change DataUri, BlobUri, and SasUri from type string to uri, update references
* update api to reflect changes
* replace GetClient() with properties (Azure#50893)
* add functionality to use `Connections`, `Datasets`, `Deployments`, and `Indexes` properties instead of `GetConnectionsClient()`, `GetDatasetsClient()`, `GetDeploymentsClient()`, and `GetIndexesClient()`
* update changelog, samples, and api
* still left to do: mark `GetConnectionsClient()`, `GetDatasetsClient()`, `GetDeploymentsClient()`, and `GetIndexesClient()` as internal
* change Get*Client() functions to internal (Azure#50943)
* update custom code for `GetConnectionsClient()`, `GetDatasetsClient()`, `GetDeploymentsClient()`, `GetEvaluationsClient()`, `GetIndexesClient()`, and `GetRedteamsClient()` to be internal
* update api and samples
* emitted the code with `generate-sample-project: false`, so that Generated/Docs and Generated/Samples would not be generated to use internal functions
* add GetModelDeployment (Azure#50964)
* rename connection, index, SasCredential, Sku (Azure#50997)
* rename connection, index, SasCredential, Sku
* update changelog
* rename deployment (Azure#51000)
* Add aoai embeddings (Azure#51095)
* add aoai text embeddings
* update model_deployment_name
* Additional fixes for dataset upload (Azure#51138)
* Fix authentication on data sets
* Allow entra ID auth if SAS is not available
* Initial SCM change (Azure#51196)
* emit code with SCM
* update custom code for SCM
* update samples
* update api
* address comments
* Clean up code (Azure#51310)
* Uncomment Inference (Azure#51317)
* [AI Projects] Datasets fixes (Azure#51391)
* Update sample for consistency. Remove todo messages. Update generated code to not fail on 200 from delete
Signed-off-by: trangevi <[email protected]>
* Update snippets
Signed-off-by: trangevi <[email protected]>
---------
Signed-off-by: trangevi <[email protected]>
* [AI Projects] Regenerate code after typespec renames (Azure#51424)
* Regen and test fixes from regen
Signed-off-by: trangevi <[email protected]>
* Codechecks fixes
Signed-off-by: trangevi <[email protected]>
* Accidentally committed
Signed-off-by: trangevi <[email protected]>
---------
Signed-off-by: trangevi <[email protected]>
* [AI.Projects] More work towards stable (Azure#51431)
* Changelog updates. AOAI method renames
Signed-off-by: trangevi <[email protected]>
* CodeCheck updates
Signed-off-by: trangevi <[email protected]>
* Update version
Signed-off-by: trangevi <[email protected]>
* Some updates based on feedback
Signed-off-by: trangevi <[email protected]>
* CodeChecks updates
Signed-off-by: trangevi <[email protected]>
---------
Signed-off-by: trangevi <[email protected]>
* Changelog for AOAI Client change
* [Azure.AI.Projects] Addressing Typespec comments (Azure#51677)
* Lots of renaming. All subclient classes are now appended with "Operations". All operations methods now include the object which they are handling.
* Added back preview functionality so we can do another beta release.
* Updated some custom methods to properly pass through all parameters to underlying generated code
* Some code restructuring to properly fit dotnet standards
* Updated CODEOWNERS to add a few more people on our team
Signed-off-by: trangevi <[email protected]>
* Regenerate after merge from main
Signed-off-by: trangevi <[email protected]>
* Minor fixes in AIProjectClient.
Mark ClientConnectionProvider required methods hidden
Signed-off-by: trangevi <[email protected]>
* Fix some incorrect removals
Signed-off-by: trangevi <[email protected]>
* Code checks
Signed-off-by: trangevi <[email protected]>
* Fix evaluations sample
Signed-off-by: trangevi <[email protected]>
* Update changelog to mention SCM switch.
Signed-off-by: trangevi <[email protected]>
---------
Signed-off-by: trangevi <[email protected]>
Co-authored-by: sophia-ramsey <[email protected]>
Co-authored-by: Nikolay Rovinskiy <[email protected]>
Copy file name to clipboardExpand all lines: sdk/ai/Azure.AI.Projects/CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,19 @@
3
3
## 1.0.0-beta.11 (Unreleased)
4
4
5
5
### Features Added
6
+
* Added a constructor for `AIProjectClient` which takes a `System.ClientModel.AuthenticationTokenProvider` object for authentication. We will be switching away from `Azure.Core.TokenCredential` with the upcoming stable release.
6
7
7
8
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
9
+
* Class changes:
10
+
*`AIDeployment` has been renamed `AssetDeployment`
11
+
*`AssetCredentialResponse` has been renamed `DatasetCredential`
12
+
*`DatasetIndex` has been renamed `SearchIndex`
13
+
*`PendingUploadRequest` has been renamed `PendingUploadConfiguration`
14
+
*`PendingUploadResponse` has been renamed `PendingUploadResult`
15
+
* In `Datasets`, methods `PendingUpload` and `PendingUploadAsync`, argument `body` was replaced with `configuration`
16
+
*`GetAzureOpenAIChatClient` and `GetAzureOpenAIEmbeddingClient` methods have been removed and replaced with a single `GetOpenAIClient` method. This method returns an OpenAI client which has properties for accessing individual operation clients. More information is available in the `Inference` samples.
17
+
* All operations methods have been renamed to include the object the operation is for. For example, `Connections.GetDefault` has been renamed to `Connections.GetDefaultConnection`, and `Datasets.Get` has been renamed to `Datasets.GetDatasets`.
18
+
*`Deployments.GetModelDeployment` and `Deployments.GetModelDeploymentAsync` methods have been removed. Use `Deployments.GetDeployment` and `Deployments.GetDeploymentAsync` instead.`
0 commit comments