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
71 changes: 43 additions & 28 deletions common/config/rush/pnpm-lock.yaml

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

44 changes: 34 additions & 10 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
# Release History

## 18.0.0 (2022-05-17)

**Features**

## 17.3.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface DedicatedHostGroupPropertiesAdditionalCapabilities
- Added Interface LinuxVMGuestPatchAutomaticByPlatformSettings
- Added Interface ProximityPlacementGroupPropertiesIntent
- Added Interface ResourceWithOptionalLocation
- Added Interface WindowsVMGuestPatchAutomaticByPlatformSettings
- Added Type Alias LinuxVMGuestPatchAutomaticByPlatformRebootSetting
- Added Type Alias WindowsVMGuestPatchAutomaticByPlatformRebootSetting
- Interface AutomaticOSUpgradePolicy has a new optional parameter useRollingUpgradePolicy
- Interface DiskRestorePointReplicationStatus has a new optional parameter completionPercent
- Interface LinuxPatchSettings has a new optional parameter automaticByPlatformSettings
- Interface PatchSettings has a new optional parameter automaticByPlatformSettings
- Interface VirtualMachineScaleSetDataDisk has a new optional parameter deleteOption
- Interface VirtualMachineScaleSetOSDisk has a new optional parameter deleteOption
- Interface VirtualMachineScaleSetUpdateOSDisk has a new optional parameter deleteOption
- Interface VMGalleryApplication has a new optional parameter enableAutomaticUpgrade
- Interface VMGalleryApplication has a new optional parameter treatFailureAsDeploymentFailure
- Add parameters of ResourceWithOptionalLocation to TypeAlias VirtualMachineExtension
- Type Alias DedicatedHostGroup has a new parameter additionalCapabilities
- Type Alias DedicatedHostGroupUpdate has a new parameter additionalCapabilities
- Type Alias ProximityPlacementGroup has a new parameter zones
- Type Alias ProximityPlacementGroup has a new parameter intent
- Type Alias VirtualMachineScaleSetVM has a new parameter identity
- Added Enum KnownLinuxVMGuestPatchAutomaticByPlatformRebootSetting
- Added Enum KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting
- Enum KnownStorageAccountTypes has a new value PremiumV2LRS

**Breaking Changes**

- Delete parameters of Resource in TypeAlias VirtualMachineExtension

## 17.3.1 (2022-04-06)

**features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1",
"readme": "specification\\apimanagement\\resource-manager\\readme.md",
"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/[email protected].18.20220329.1",
"commit": "8ec3b600b3b13944d078d27f919c959b763ca137",
"readme": "specification/compute/resource-manager/readme.md",
"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/[email protected].19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
"use": "@autorest/[email protected].18.20220329.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected].19.20220425.1"
}
25 changes: 9 additions & 16 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "17.3.2",
"version": "18.0.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.0.0",
"@azure/core-client": "^1.5.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -40,10 +40,11 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2",
"@azure/arm-network": "^26.0.0"
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"repository": {
Expand Down Expand Up @@ -94,7 +95,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -107,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading