Skip to content

Commit 60f2449

Browse files
authored
desktopvirtualization release (Azure#25182)
Azure/sdk-release-request#3871
1 parent 9dab1c9 commit 60f2449

File tree

242 files changed

+5289
-4342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+5289
-4342
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,5 @@
11
# Release History
2-
3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
13-
## 1.0.0-beta.4 (2022-11-21)
14-
15-
**Features**
16-
17-
- Added Interface Application
18-
- Added Interface ApplicationGroup
19-
- Added Interface ApplicationGroupPatch
20-
- Added Interface Desktop
21-
- Added Interface ExpandMsixImage
22-
- Added Interface HostPool
23-
- Added Interface HostPoolPatch
24-
- Added Interface MsixPackage
25-
- Added Interface MsixPackagePatch
26-
- Added Interface PrivateEndpointConnection
27-
- Added Interface PrivateEndpointConnectionWithSystemData
28-
- Added Interface PrivateLinkResource
29-
- Added Interface ResourceModelWithAllowedPropertySetIdentity
30-
- Added Interface ResourceModelWithAllowedPropertySetPlan
31-
- Added Interface ResourceModelWithAllowedPropertySetSku
32-
- Added Interface ScalingPlan
33-
- Added Interface SessionHost
34-
- Added Interface SessionHostPatch
35-
- Added Interface StartMenuItem
36-
- Added Interface UserSession
37-
- Added Interface Workspace
382

39-
## 1.0.0-beta.3 (2022-04-18)
40-
41-
**features**
42-
43-
- bug fix
44-
45-
## 1.0.0-beta.2 (2021-12-27)
46-
47-
The package of @azure/arm-desktopvirtualization is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.
48-
49-
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
50-
51-
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
3+
## 1.0.0 (2023-03-09)
524

53-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
5+
The package of @azure/arm-desktopvirtualization is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/desktopvirtualization/arm-desktopvirtualization/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/desktopvirtualization/arm-desktopvirtualization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-desktopvirtualization) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-desktopvirtualization?view=azure-node-preview) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-desktopvirtualization) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c77c6c634dc3644d65d3e35df5d73a9c34d3c956",
3-
"readme": "specification\\desktopvirtualization\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\desktopvirtualization\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
2+
"commit": "4f4044394791773e6e7e82a9bd90d3935caaca1b",
3+
"readme": "specification/desktopvirtualization/resource-manager/readme.md",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\desktopvirtualization\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.9 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7+
"use": "@autorest/typescript@6.0.0-rc.9"
88
}

sdk/desktopvirtualization/arm-desktopvirtualization/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for DesktopVirtualizationAPIClient.",
6-
"version": "1.0.0-beta.5",
6+
"version": "1.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-paging": "^1.2.0",
12-
"@azure/core-client": "^1.6.1",
12+
"@azure/core-client": "^1.7.0",
1313
"@azure/core-auth": "^1.3.0",
1414
"@azure/core-rest-pipeline": "^1.8.0",
1515
"tslib": "^2.2.0"
@@ -31,12 +31,13 @@
3131
"@rollup/plugin-json": "^6.0.0",
3232
"@rollup/plugin-multi-entry": "^6.0.0",
3333
"@rollup/plugin-node-resolve": "^13.1.3",
34-
"mkdirp": "^1.0.4",
34+
"mkdirp": "^2.1.2",
3535
"rollup": "^2.66.1",
3636
"rollup-plugin-sourcemaps": "^0.6.3",
3737
"typescript": "~4.8.0",
3838
"uglify-js": "^3.4.9",
3939
"rimraf": "^3.0.0",
40+
"dotenv": "^16.0.0",
4041
"@azure/identity": "^2.0.1",
4142
"@azure-tools/test-recorder": "^3.0.0",
4243
"@azure-tools/test-credential": "^1.0.0",
@@ -47,7 +48,6 @@
4748
"@types/node": "^14.0.0",
4849
"@azure/dev-tool": "^1.0.0"
4950
},
50-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization",
5151
"repository": {
5252
"type": "git",
5353
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -109,6 +109,7 @@
109109
]
110110
},
111111
"autoPublish": true,
112+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization",
112113
"//sampleConfiguration": {
113114
"productName": "",
114115
"productSlugs": [

0 commit comments

Comments
 (0)