Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"eng/tools/azure-sdk-tools/setup.py",
"sdk/webpubsub/azure-messaging-webpubsubclient/azure/messaging/webpubsubclient/_serialization.py",
"sdk/webpubsub/azure-messaging-webpubsubclient/azure/messaging/webpubsubclient/_model_base.py",
"sdk/contentsafety/azure-ai-contentsafety/azure/ai/contentsafety/_utils/model_base.py",
"eng/tools/azure-sdk-tools/tests/test_servicemetadata.py",
"conda/conda-recipes/azure-ai-ml/meta.yaml",
"conda/conda-recipes/azure-eventhub/meta.yaml",
Expand Down
17 changes: 17 additions & 0 deletions sdk/contentsafety/azure-ai-contentsafety/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 1.1.0b1 (2026-07-30)

### Features Added

- Added support for the `2026-07-01-preview` API version.
- Added `ContentProvenanceClient`, which detects whether media was generated or modified by an AI system:
- `begin_detect` starts a long-running provenance detection operation.
- `get_operation_status` returns the status and result of a detection operation.
- Added models `DetectProvenanceOptions`, `DetectProvenanceResult`, `DetectedProvenance`, `ProvenanceContent`, and `ProvenanceDetectOperation`.
- Added enums `DetectedProvenanceType` and `ProvenanceOperationKind`.
- Added `shield_prompt` for shielding prompts from direct and indirect injection attacks.
- Added `detect_text_protected_material` for detecting protected material in text.

### Other Changes

- The minimum supported Python version is now 3.10 (previously 3.7).

## 1.0.0 (2023-12-15)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/contentsafety/azure-ai-contentsafety/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include azure/ai/contentsafety/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/ai/__init__.py
include azure/ai/__init__.py
11 changes: 11 additions & 0 deletions sdk/contentsafety/azure-ai-contentsafety/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2026-07-01-preview",
"apiVersions": {
"ContentSafety": "2026-07-01-preview"
},
"commit": "829ccecea7e9c1609881104b9a8d0f8cb65ce644",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/cognitiveservices/ContentSafety",
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Loading
Loading