Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
775 changes: 388 additions & 387 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

69 changes: 61 additions & 8 deletions sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,68 @@
# Release History

## 2.0.0 (2024-05-13)

**Features**

## 1.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation group AppAttachPackageInfo
- Added operation group AppAttachPackageOperations
- Added Interface AppAttachPackage
- Added Interface AppAttachPackageCreateOrUpdateOptionalParams
- Added Interface AppAttachPackageDeleteOptionalParams
- Added Interface AppAttachPackageGetOptionalParams
- Added Interface AppAttachPackageInfoImportNextOptionalParams
- Added Interface AppAttachPackageInfoImportOptionalParams
- Added Interface AppAttachPackageInfoProperties
- Added Interface AppAttachPackageList
- Added Interface AppAttachPackageListByResourceGroupNextOptionalParams
- Added Interface AppAttachPackageListByResourceGroupOptionalParams
- Added Interface AppAttachPackageListBySubscriptionNextOptionalParams
- Added Interface AppAttachPackageListBySubscriptionOptionalParams
- Added Interface AppAttachPackagePatch
- Added Interface AppAttachPackagePatchProperties
- Added Interface AppAttachPackageProperties
- Added Interface AppAttachPackageUpdateOptionalParams
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface ImportPackageInfoRequest
- Added Interface TrackedResource
- Added Type Alias AppAttachPackageArchitectures
- Added Type Alias AppAttachPackageCreateOrUpdateResponse
- Added Type Alias AppAttachPackageGetResponse
- Added Type Alias AppAttachPackageInfoImportNextResponse
- Added Type Alias AppAttachPackageInfoImportResponse
- Added Type Alias AppAttachPackageListByResourceGroupNextResponse
- Added Type Alias AppAttachPackageListByResourceGroupResponse
- Added Type Alias AppAttachPackageListBySubscriptionNextResponse
- Added Type Alias AppAttachPackageListBySubscriptionResponse
- Added Type Alias AppAttachPackageUpdateResponse
- Added Type Alias FailHealthCheckOnStagingFailure
- Added Type Alias PackageTimestamped
- Added Type Alias ProvisioningState
- Interface ExpandMsixImage has a new optional parameter certificateExpiry
- Interface ExpandMsixImage has a new optional parameter certificateName
- Interface HostPool has a new optional parameter appAttachPackageReferences
- Interface PrivateEndpointConnection has a new optional parameter groupIds
- Interface Resource has a new optional parameter systemData
- Added Enum KnownAppAttachPackageArchitectures
- Added Enum KnownFailHealthCheckOnStagingFailure
- Added Enum KnownPackageTimestamped
- Added Enum KnownProvisioningState

### Other Changes
**Breaking Changes**

- Interface ApplicationGroup no longer has parameter systemData
- Interface HostPool no longer has parameter systemData
- Interface PrivateEndpointConnectionWithSystemData no longer has parameter systemData
- Interface ResourceModelWithAllowedPropertySet no longer has parameter id
- Interface ResourceModelWithAllowedPropertySet no longer has parameter name
- Interface ResourceModelWithAllowedPropertySet no longer has parameter type
- Interface ScalingPlan no longer has parameter systemData
- Interface ScalingPlanPersonalSchedule no longer has parameter systemData
- Interface Workspace no longer has parameter systemData


## 1.1.0 (2023-10-08)

**Features**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "c280892951a9e45c059132c05aace25a9c752d48",
"commit": "69aa2f9b3731f75f8adb02183016eb8f6f951556",
"readme": "specification/desktopvirtualization/resource-manager/readme.md",
"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",
"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",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].9"
"release_tool": "@azure-tools/[email protected].8",
"use": "@autorest/typescript@^6.0.12"
}
26 changes: 9 additions & 17 deletions sdk/desktopvirtualization/arm-desktopvirtualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DesktopVirtualizationAPIClient.",
"version": "1.1.1",
"version": "2.0.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.12.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -32,17 +32,18 @@
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0",
"@types/mocha": "^10.0.0"
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,7 +76,6 @@
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
Expand Down Expand Up @@ -104,13 +104,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-desktopvirtualization?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/desktopvirtualization/arm-desktopvirtualization"
}
Loading