Skip to content

Commit 10f8026

Browse files
authored
Post release automated changes for contentsafety releases (Azure#28037)
Post release automated changes for azure-rest-ai-content-safety
1 parent c60132e commit 10f8026

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/contentsafety/ai-content-safety-rest/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2023-12-13)
414

515
### Features Added

sdk/contentsafety/ai-content-safety-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure-rest/ai-content-safety",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"description": "ContentSafety Service",
77
"keywords": [
88
"node",

sdk/contentsafety/ai-content-safety-rest/src/contentSafetyClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function createClient(
2020
): ContentSafetyClient {
2121
const baseUrl = options.baseUrl ?? `${endpoint}/contentsafety`;
2222
options.apiVersion = options.apiVersion ?? "2023-10-01";
23-
const userAgentInfo = `azsdk-js-ai-content-safety-rest/1.0.0`;
23+
const userAgentInfo = `azsdk-js-ai-content-safety-rest/1.0.1`;
2424
const userAgentPrefix =
2525
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
2626
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`

0 commit comments

Comments
 (0)