Post release automated changes for purview releases (#28813)

Post release automated changes for azure-rest-purview-datamap
This commit is contained in:
Azure SDK Bot 2024-04-10 14:03:27 -07:00 коммит произвёл GitHub
Родитель 19f08b8d84
Коммит 2e4371c42a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 15 добавлений и 3 удалений

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

@ -1,2 +1,14 @@
## 1.0.0-beta.1 (2024-03-04)
## Release History
### 1.0.0-beta.2 (Unreleased)
#### Features Added
#### Breaking Changes
#### Bugs Fixed
#### Other Changes
### 1.0.0-beta.1 (2024-03-04)
- Initial Release

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

@ -2,7 +2,7 @@
"name": "@azure-rest/purview-datamap",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Purview DataMap Service\"",
"keywords": [
"node",

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

@ -19,7 +19,7 @@ export default function createClient(
): PurviewDataMapClient {
const baseUrl = options.baseUrl ?? `${endpoint}/datamap/api`;
options.apiVersion = options.apiVersion ?? "2023-09-01";
const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.1`;
const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`