Post release automated changes for purview releases (#28813)
Post release automated changes for azure-rest-purview-datamap
This commit is contained in:
Родитель
19f08b8d84
Коммит
2e4371c42a
|
@ -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}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче