Skip to content

Commit 54726b1

Browse files
author
SDKAuto
committed
CodeGen from PR 28637 in Azure/azure-rest-api-specs
Merge 3461f1da7ab807494acc09b307eebb9050585ba8 into f9fb4b105657cfcca25585b0708ff80ff113b005
1 parent fa4fd3a commit 54726b1

Some content is hidden

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

51 files changed

+5352
-3596
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 388 additions & 387 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md

Lines changed: 61 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,68 @@
11
# Release History
2+
3+
## 2.0.0 (2024-05-13)
4+
5+
**Features**
26

3-
## 1.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation group AppAttachPackageInfo
8+
- Added operation group AppAttachPackageOperations
9+
- Added Interface AppAttachPackage
10+
- Added Interface AppAttachPackageCreateOrUpdateOptionalParams
11+
- Added Interface AppAttachPackageDeleteOptionalParams
12+
- Added Interface AppAttachPackageGetOptionalParams
13+
- Added Interface AppAttachPackageInfoImportNextOptionalParams
14+
- Added Interface AppAttachPackageInfoImportOptionalParams
15+
- Added Interface AppAttachPackageInfoProperties
16+
- Added Interface AppAttachPackageList
17+
- Added Interface AppAttachPackageListByResourceGroupNextOptionalParams
18+
- Added Interface AppAttachPackageListByResourceGroupOptionalParams
19+
- Added Interface AppAttachPackageListBySubscriptionNextOptionalParams
20+
- Added Interface AppAttachPackageListBySubscriptionOptionalParams
21+
- Added Interface AppAttachPackagePatch
22+
- Added Interface AppAttachPackagePatchProperties
23+
- Added Interface AppAttachPackageProperties
24+
- Added Interface AppAttachPackageUpdateOptionalParams
25+
- Added Interface ErrorAdditionalInfo
26+
- Added Interface ErrorDetail
27+
- Added Interface ErrorResponse
28+
- Added Interface ImportPackageInfoRequest
29+
- Added Interface TrackedResource
30+
- Added Type Alias AppAttachPackageArchitectures
31+
- Added Type Alias AppAttachPackageCreateOrUpdateResponse
32+
- Added Type Alias AppAttachPackageGetResponse
33+
- Added Type Alias AppAttachPackageInfoImportNextResponse
34+
- Added Type Alias AppAttachPackageInfoImportResponse
35+
- Added Type Alias AppAttachPackageListByResourceGroupNextResponse
36+
- Added Type Alias AppAttachPackageListByResourceGroupResponse
37+
- Added Type Alias AppAttachPackageListBySubscriptionNextResponse
38+
- Added Type Alias AppAttachPackageListBySubscriptionResponse
39+
- Added Type Alias AppAttachPackageUpdateResponse
40+
- Added Type Alias FailHealthCheckOnStagingFailure
41+
- Added Type Alias PackageTimestamped
42+
- Added Type Alias ProvisioningState
43+
- Interface ExpandMsixImage has a new optional parameter certificateExpiry
44+
- Interface ExpandMsixImage has a new optional parameter certificateName
45+
- Interface HostPool has a new optional parameter appAttachPackageReferences
46+
- Interface PrivateEndpointConnection has a new optional parameter groupIds
47+
- Interface Resource has a new optional parameter systemData
48+
- Added Enum KnownAppAttachPackageArchitectures
49+
- Added Enum KnownFailHealthCheckOnStagingFailure
50+
- Added Enum KnownPackageTimestamped
51+
- Added Enum KnownProvisioningState
1052

11-
### Other Changes
53+
**Breaking Changes**
1254

55+
- Interface ApplicationGroup no longer has parameter systemData
56+
- Interface HostPool no longer has parameter systemData
57+
- Interface PrivateEndpointConnectionWithSystemData no longer has parameter systemData
58+
- Interface ResourceModelWithAllowedPropertySet no longer has parameter id
59+
- Interface ResourceModelWithAllowedPropertySet no longer has parameter name
60+
- Interface ResourceModelWithAllowedPropertySet no longer has parameter type
61+
- Interface ScalingPlan no longer has parameter systemData
62+
- Interface ScalingPlanPersonalSchedule no longer has parameter systemData
63+
- Interface Workspace no longer has parameter systemData
64+
65+
1366
## 1.1.0 (2023-10-08)
1467

1568
**Features**

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) 2023 Microsoft
3+
Copyright (c) 2024 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
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "c280892951a9e45c059132c05aace25a9c752d48",
2+
"commit": "69aa2f9b3731f75f8adb02183016eb8f6f951556",
33
"readme": "specification/desktopvirtualization/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.7 --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-pr\\specification\\desktopvirtualization\\resource-manager\\readme.md --use=@autorest/[email protected].9 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/desktopvirtualization/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].2",
7-
"use": "@autorest/[email protected].9"
6+
"release_tool": "@azure-tools/[email protected].8",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/desktopvirtualization/arm-desktopvirtualization/package.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for DesktopVirtualizationAPIClient.",
6-
"version": "1.1.1",
6+
"version": "2.0.0",
77
"engines": {
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-paging": "^1.2.0",
1212
"@azure/core-client": "^1.7.0",
13-
"@azure/core-auth": "^1.3.0",
14-
"@azure/core-rest-pipeline": "^1.12.0",
13+
"@azure/core-auth": "^1.6.0",
14+
"@azure/core-rest-pipeline": "^1.14.0",
1515
"tslib": "^2.2.0"
1616
},
1717
"keywords": [
@@ -32,17 +32,18 @@
3232
"uglify-js": "^3.4.9",
3333
"rimraf": "^5.0.0",
3434
"dotenv": "^16.0.0",
35+
"@azure/dev-tool": "^1.0.0",
3536
"@azure/identity": "^4.0.1",
3637
"@azure-tools/test-recorder": "^3.0.0",
3738
"@azure-tools/test-credential": "^1.0.0",
3839
"mocha": "^10.0.0",
40+
"@types/mocha": "^10.0.0",
41+
"tsx": "^4.7.1",
3942
"@types/chai": "^4.2.8",
4043
"chai": "^4.2.0",
4144
"cross-env": "^7.0.2",
4245
"@types/node": "^18.0.0",
43-
"@azure/dev-tool": "^1.0.0",
44-
"ts-node": "^10.0.0",
45-
"@types/mocha": "^10.0.0"
46+
"ts-node": "^10.0.0"
4647
},
4748
"repository": {
4849
"type": "git",
@@ -75,7 +76,6 @@
7576
"pack": "npm pack 2>&1",
7677
"extract-api": "dev-tool run extract-api",
7778
"lint": "echo skipped",
78-
"audit": "echo skipped",
7979
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8080
"build:node": "echo skipped",
8181
"build:browser": "echo skipped",
@@ -104,13 +104,5 @@
104104
]
105105
},
106106
"autoPublish": true,
107-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization",
108-
"//sampleConfiguration": {
109-
"productName": "",
110-
"productSlugs": [
111-
"azure"
112-
],
113-
"disableDocsMs": true,
114-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-desktopvirtualization?view=azure-node-preview"
115-
}
116-
}
107+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization"
108+
}

0 commit comments

Comments
 (0)