Post release automated changes for contentsafety releases (#27222)
Post release automated changes for azure-rest-ai-content-safety
This commit is contained in:
Родитель
8799e7d743
Коммит
3e64b644c2
|
@ -1,5 +1,15 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
## 1.0.0-beta.2 (Unreleased)
|
||||||
|
|
||||||
|
### Features Added
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
### Bugs Fixed
|
||||||
|
|
||||||
|
### Other Changes
|
||||||
|
|
||||||
## 1.0.0-beta.1 (2023-09-28)
|
## 1.0.0-beta.1 (2023-09-28)
|
||||||
|
|
||||||
- This is the initial beta release for Azure AI Content Safety, see README.md for details.
|
- This is the initial beta release for Azure AI Content Safety, see README.md for details.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@azure-rest/ai-content-safety",
|
"name": "@azure-rest/ai-content-safety",
|
||||||
"sdk-type": "client",
|
"sdk-type": "client",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"version": "1.0.0-beta.1",
|
"version": "1.0.0-beta.2",
|
||||||
"description": "ContentSafety Service",
|
"description": "ContentSafety Service",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
|
|
@ -27,7 +27,7 @@ export default function createClient(
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const userAgentInfo = `azsdk-js-ai-content-safety-rest/1.0.0-beta.1`;
|
const userAgentInfo = `azsdk-js-ai-content-safety-rest/1.0.0-beta.2`;
|
||||||
const userAgentPrefix =
|
const userAgentPrefix =
|
||||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||||
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
|
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
|
||||||
|
|
Загрузка…
Ссылка в новой задаче