Skip to content

[AutoPR @azure/arm-desktopvirtualization] [Hub Generated] Review request for Microsoft.DesktopVirtualization to add version preview/2022-04-01-preview #8466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
18 changes: 9 additions & 9 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.0.0-beta.3 (2022-04-07)

**Features**

- Added operation group ScalingPlanPooledSchedules
- Added Interface AgentUpdatePatchProperties
- Added Interface AgentUpdateProperties
- Added Interface MaintenanceWindowPatchProperties
- Added Interface MaintenanceWindowProperties
- Added Interface ScalingPlanPooledScheduleList
- Added Interface ScalingPlanPooledScheduleProperties
- Added Interface ScalingPlanPooledSchedulesCreateOptionalParams
- Added Interface ScalingPlanPooledSchedulesDeleteOptionalParams
- Added Interface ScalingPlanPooledSchedulesGetOptionalParams
- Added Interface ScalingPlanPooledSchedulesListNextOptionalParams
- Added Interface ScalingPlanPooledSchedulesListOptionalParams
- Added Interface ScalingPlanPooledSchedulesUpdateOptionalParams
- Added Type Alias DayOfWeek
- Added Type Alias HostpoolPublicNetworkAccess
- Added Type Alias ScalingPlanPooledSchedule
- Added Type Alias ScalingPlanPooledSchedulePatch
- Added Type Alias ScalingPlanPooledSchedulePropertiesDaysOfWeekItem
- Added Type Alias ScalingPlanPooledSchedulesCreateResponse
- Added Type Alias ScalingPlanPooledSchedulesGetResponse
- Added Type Alias ScalingPlanPooledSchedulesListNextResponse
- Added Type Alias ScalingPlanPooledSchedulesListResponse
- Added Type Alias ScalingPlanPooledSchedulesUpdateResponse
- Added Type Alias ScalingPlanType
- Added Type Alias ScalingSchedule
- Added Type Alias SessionHostComponentUpdateType
- Class DesktopVirtualizationAPIClient has a new parameter scalingPlanPooledSchedules
- Type Alias HostPool has a new parameter agentUpdate
- Type Alias HostPool has a new parameter privateEndpointConnections
- Type Alias HostPoolPatch has a new parameter agentUpdate
- Type Alias ScalingPlan has a new parameter scalingPlanType
- Type Alias SessionHost has a new parameter friendlyName
- Type Alias SessionHostPatch has a new parameter friendlyName
- Type Alias Workspace has a new parameter privateEndpointConnections
- Added Enum KnownHostpoolPublicNetworkAccess
- Added Enum KnownScalingPlanPooledSchedulePropertiesDaysOfWeekItem
- Added Enum KnownScalingPlanType
- Added Enum KnownSessionHostComponentUpdateType

**Breaking Changes**

- Parameter timeZone of Type Alias ScalingPlan is now required
- Removed Enum KnownScalingScheduleDaysOfWeekItem


## 1.0.0-beta.2 (2021-12-27)

The package of @azure/arm-desktopvirtualization is using our next generation design principles since version 1.0.0-beta.2, which contains breaking changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Microsoft
Copyright (c) 2022 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,7 +1,8 @@
{
"commit": "c77c6c634dc3644d65d3e35df5d73a9c34d3c956",
"commit": "f4f01a057128b007f1b7a61b1dd002c9e8ed5e32",
"readme": "specification/desktopvirtualization/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/desktopvirtualization/resource-manager/readme.md --use=@autorest/[email protected].20211217.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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/[email protected].20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected]"
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected]"
}
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-desktopvirtualization.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"types": "./types/arm-desktopvirtualization.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.0.0",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
Expand Down Expand Up @@ -97,4 +97,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading