Skip to content

Commit 19ac61e

Browse files
author
SDKAuto
committed
CodeGen from PR 18964 in Azure/azure-rest-api-specs
Merge f5897d0d4dbebfde4db0451ce93a031c5c8105d7 into a41d05da97a2b57131462e29694b9fa273488bf4
1 parent 427f8e6 commit 19ac61e

Some content is hidden

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

61 files changed

+10860
-10332
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/compute/arm-compute/CHANGELOG.md

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,39 @@
11
# Release History
2+
3+
## 18.0.0 (2022-05-11)
4+
5+
**Features**
26

3-
## 17.3.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface DedicatedHostGroupPropertiesAdditionalCapabilities
8+
- Added Interface LinuxVMGuestPatchAutomaticByPlatformSettings
9+
- Added Interface ProximityPlacementGroupPropertiesIntent
10+
- Added Interface ResourceWithOptionalLocation
11+
- Added Interface WindowsVMGuestPatchAutomaticByPlatformSettings
12+
- Added Type Alias LinuxVMGuestPatchAutomaticByPlatformRebootSetting
13+
- Added Type Alias WindowsVMGuestPatchAutomaticByPlatformRebootSetting
14+
- Interface AutomaticOSUpgradePolicy has a new optional parameter useRollingUpgradePolicy
15+
- Interface DiskRestorePointReplicationStatus has a new optional parameter completionPercent
16+
- Interface LinuxPatchSettings has a new optional parameter automaticByPlatformSettings
17+
- Interface PatchSettings has a new optional parameter automaticByPlatformSettings
18+
- Interface VirtualMachineScaleSetDataDisk has a new optional parameter deleteOption
19+
- Interface VirtualMachineScaleSetOSDisk has a new optional parameter deleteOption
20+
- Interface VirtualMachineScaleSetUpdateOSDisk has a new optional parameter deleteOption
21+
- Interface VMGalleryApplication has a new optional parameter enableAutomaticUpgrade
22+
- Interface VMGalleryApplication has a new optional parameter treatFailureAsDeploymentFailure
23+
- Add parameters of ResourceWithOptionalLocation to TypeAlias VirtualMachineExtension
24+
- Type Alias DedicatedHostGroup has a new parameter additionalCapabilities
25+
- Type Alias DedicatedHostGroupUpdate has a new parameter additionalCapabilities
26+
- Type Alias ProximityPlacementGroup has a new parameter zones
27+
- Type Alias ProximityPlacementGroup has a new parameter intent
28+
- Type Alias VirtualMachineScaleSetVM has a new parameter identity
29+
- Added Enum KnownLinuxVMGuestPatchAutomaticByPlatformRebootSetting
30+
- Added Enum KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting
31+
- Enum KnownStorageAccountTypes has a new value PremiumV2LRS
32+
33+
**Breaking Changes**
34+
35+
- Delete parameters of Resource in TypeAlias VirtualMachineExtension
36+
1337
## 17.3.1 (2022-04-06)
1438

1539
**features**

sdk/compute/arm-compute/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1",
3-
"readme": "specification\\apimanagement\\resource-manager\\readme.md",
4-
"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=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\apimanagement\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.18.20220329.1",
2+
"commit": "435f97dbd6851d21cb3c2773e19777e4704c6af6",
3+
"readme": "specification/compute/resource-manager/readme.md",
4+
"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/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220425.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
7-
"use": "@autorest/typescript@6.0.0-alpha.18.20220329.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
7+
"use": "@autorest/typescript@6.0.0-alpha.19.20220425.1"
88
}

sdk/compute/arm-compute/package.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ComputeManagementClient.",
6-
"version": "17.3.2",
6+
"version": "18.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-lro": "^2.2.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.0.0",
14+
"@azure/core-client": "^1.5.0",
1515
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.1.0",
16+
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -40,10 +40,11 @@
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
43-
"@azure-tools/test-recorder": "^1.0.0",
43+
"@azure-tools/test-recorder": "^2.0.0",
44+
"@azure-tools/test-credential": "^1.0.0",
4445
"mocha": "^7.1.1",
4546
"cross-env": "^7.0.2",
46-
"@azure/arm-network": "^26.0.0"
47+
"@azure/dev-tool": "^1.0.0"
4748
},
4849
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
4950
"repository": {
@@ -94,7 +95,7 @@
9495
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
9596
"unit-test:browser": "echo skipped",
9697
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
97-
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
98+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
9899
"integration-test:browser": "echo skipped",
99100
"docs": "echo skipped"
100101
},
@@ -107,13 +108,5 @@
107108
}
108109
]
109110
},
110-
"autoPublish": true,
111-
"//sampleConfiguration": {
112-
"productName": "",
113-
"productSlugs": [
114-
"azure"
115-
],
116-
"disableDocsMs": true,
117-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
118-
}
119-
}
111+
"autoPublish": true
112+
}

0 commit comments

Comments
 (0)