Post release automated changes for contentsafety releases (#27222)

Post release automated changes for azure-rest-ai-content-safety
This commit is contained in:
Azure SDK Bot 2023-11-09 13:15:30 -08:00 коммит произвёл GitHub
Родитель 8799e7d743
Коммит 3e64b644c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@ -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}`