Skip to content

Commit 48be5cb

Browse files
authored
Update @azure/mixed-reality-authentication version dependency (Azure#19919)
`@azure/mixed-reality-remote-rendering` depends on `@azure/mixed-reality-remote-rendering`. Updated the dependency version to the latest: `1.0.0-beta.2`. Also updated the package version to `1.0.0-beta.2` and added a missing constant path in the metadata section of the package.json
1 parent 20b7ba0 commit 48be5cb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

sdk/remoterendering/mixed-reality-remote-rendering/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/mixed-reality-remote-rendering",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Example project for learning how to build a client library",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -18,6 +18,10 @@
1818
{
1919
"path": "src/generated/generatedClientContext.ts",
2020
"prefix": "packageDetails"
21+
},
22+
{
23+
"path": "src/constants.ts",
24+
"prefix": "SDK_VERSION"
2125
}
2226
]
2327
},
@@ -78,7 +82,7 @@
7882
"@azure/core-tracing": "1.0.0-preview.13",
7983
"@azure/logger": "^1.0.0",
8084
"tslib": "^2.2.0",
81-
"@azure/mixed-reality-authentication": "1.0.0-beta.1",
85+
"@azure/mixed-reality-authentication": "1.0.0-beta.2",
8286
"@azure/core-lro": "^2.2.0",
8387
"@azure/abort-controller": "^1.0.0",
8488
"@azure/core-paging": "^1.1.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.1";
4+
export const SDK_VERSION: string = "1.0.0-beta.2";

sdk/remoterendering/mixed-reality-remote-rendering/src/generated/remoteRenderingRestClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/remoterendering/mixed-reality-remote-rendering/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output-folder: ../
1515
source-code-folder-path: ./src/generated
1616
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/2a65b0a2bbd9113b91c889f187d8778c2725c0b9/specification/mixedreality/data-plane/Microsoft.MixedReality/stable/2021-01-01/mr-arr.json
1717
add-credentials: false
18-
package-version: 1.0.0-beta.1
18+
package-version: 1.0.0-beta.2
1919
disable-async-iterators: true
2020
hide-clients: true
2121
typescript: true

0 commit comments

Comments
 (0)