mixedreality-bump-version (#19941)
* mixedreality-bump-version * update
This commit is contained in:
Родитель
1cac6e17ff
Коммит
309afb992a
|
@ -1,4 +1,10 @@
|
|||
# Release History
|
||||
|
||||
## 4.0.1 (2022-01-20)
|
||||
|
||||
**Feature**
|
||||
|
||||
- Bump version
|
||||
|
||||
## 4.0.0 (2022-01-20)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "mgmt",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "A generated SDK for MixedRealityClient.",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"engines": { "node": ">=12.0.0" },
|
||||
"dependencies": {
|
||||
"@azure/core-paging": "^1.2.0",
|
||||
|
|
|
@ -60,7 +60,7 @@ export class MixedRealityClient extends coreClient.ServiceClient {
|
|||
credential: credentials
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-arm-mixedreality/4.0.0`;
|
||||
const packageDetails = `azsdk-js-arm-mixedreality/4.0.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
Загрузка…
Ссылка в новой задаче