Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 5 additions & 0 deletions sdk/contentsafety/Azure.AI.ContentSafety/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Features Added

- Added support for the `2026-07-01-preview` API version, which is now the default `ServiceVersion`.
- Added `ContentProvenanceClient` for Content Provenance detection, which determines whether media was generated or modified by an AI system. `Detect` starts a long-running operation and returns an `Operation<DetectProvenanceResult>`; `GetOperationStatus` returns a `ProvenanceDetectOperation`.
- Added `ContentProvenanceClientSettings` and the `AddContentProvenanceClient`/`AddKeyedContentProvenanceClient` host extensions, to support creating a `ContentProvenanceClient` from `IConfiguration` and registering it for dependency injection.
- Added models `DetectProvenanceOptions`, `DetectProvenanceResult`, `DetectedProvenance`, `ProvenanceContent` and `ProvenanceDetectOperation`.
- Added enums `DetectOutcome`, `DetectedProvenanceType`, `ProvenanceOperationKind` and `OperationState`.
- Exposed `JsonModelWriteCore` for model serialization procedure.
- Added `ContentSafetyClientSettings` to support creating a `ContentSafetyClient` from `IConfiguration`, including configuration-based credential resolution and dependency injection registration.
- Added `BlocklistClientSettings` to support creating a `BlocklistClient` from `IConfiguration`, including configuration-based credential resolution and dependency injection registration.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/contentsafety/Azure.AI.ContentSafety/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/contentsafety/Azure.AI.ContentSafety",
"Tag": "net/contentsafety/Azure.AI.ContentSafety_33a10328b1"
"Tag": "net/contentsafety/Azure.AI.ContentSafety_7ac25d8c7d"
}
2 changes: 1 addition & 1 deletion sdk/contentsafety/Azure.AI.ContentSafety/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersions": {
"ContentSafety": "2024-09-01"
"ContentSafety": "2026-07-01-preview"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading