Skip to content

Commit a2f6880

Browse files
authored
[mgmt] compute release (#35959)
Azure/sdk-release-request#6568
1 parent d16e83f commit a2f6880

File tree

1,039 files changed

+18655
-21444
lines changed

Some content is hidden

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

1,039 files changed

+18655
-21444
lines changed

sdk/compute/arm-compute/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Release History
22

3+
## 23.1.0 (2025-09-16)
4+
5+
### Features Added
6+
- Added operation VirtualMachineScaleSets.beginScaleOut
7+
- Added operation VirtualMachineScaleSets.beginScaleOutAndWait
8+
- Added Interface AllInstancesDown
9+
- Added Interface MaxInstancePercentPerZonePolicy
10+
- Added Interface ScheduleProfile
11+
- Added Interface VirtualMachineScaleSetsScaleOutHeaders
12+
- Added Interface VirtualMachineScaleSetsScaleOutOptionalParams
13+
- Added Interface VMScaleSetScaleOutInput
14+
- Added Interface VMScaleSetScaleOutInputProperties
15+
- Added Interface ZoneAllocationPolicy
16+
- Interface CapacityReservation has a new optional parameter scheduleProfile
17+
- Interface CapacityReservationGroup has a new optional parameter reservationType
18+
- Interface CapacityReservationGroupUpdate has a new optional parameter reservationType
19+
- Interface CapacityReservationUpdate has a new optional parameter scheduleProfile
20+
- Interface EventGridAndResourceGraph has a new optional parameter scheduledEventsApiVersion
21+
- Interface OrchestrationServiceSummary has a new optional parameter lastStatusChangeTime
22+
- Interface OrchestrationServiceSummary has a new optional parameter latestOperationStatus
23+
- Interface ProxyAgentSettings has a new optional parameter addProxyAgentExtension
24+
- Interface ResiliencyPolicy has a new optional parameter zoneAllocationPolicy
25+
- Interface ScheduledEventsPolicy has a new optional parameter allInstancesDown
26+
- Interface VirtualMachineNetworkInterfaceConfiguration has a new optional parameter tags
27+
- Interface VirtualMachinePublicIPAddressConfiguration has a new optional parameter tags
28+
- Interface VirtualMachineRunCommandScriptSource has a new optional parameter galleryScriptReferenceId
29+
- Interface VirtualMachineRunCommandScriptSource has a new optional parameter scriptShell
30+
- Interface VirtualMachineScaleSet has a new optional parameter highSpeedInterconnectPlacement
31+
- Interface VirtualMachineScaleSet has a new optional parameter placement
32+
- Interface VirtualMachineScaleSetNetworkConfiguration has a new optional parameter tags
33+
- Interface VirtualMachineScaleSetPublicIPAddressConfiguration has a new optional parameter tags
34+
- Interface VirtualMachineScaleSetUpdateNetworkConfiguration has a new optional parameter tags
35+
- Interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration has a new optional parameter tags
36+
- Interface WindowsParameters has a new optional parameter patchNameMasksToExclude
37+
- Interface WindowsParameters has a new optional parameter patchNameMasksToInclude
38+
- Added Type Alias HighSpeedInterconnectPlacement
39+
- Added Type Alias OrchestrationServiceOperationStatus
40+
- Added Type Alias ReservationType
41+
- Added Type Alias ScriptShellTypes
42+
- Added Enum KnownHighSpeedInterconnectPlacement
43+
- Added Enum KnownOrchestrationServiceOperationStatus
44+
- Added Enum KnownReservationType
45+
- Added Enum KnownScriptShellTypes
46+
- Enum KnownOrchestrationServiceNames has a new value AutomaticZoneRebalancing
47+
- Enum KnownZonePlacementPolicyType has a new value Auto
48+
349
## 23.0.0 (2025-07-21)
450

551
### Features Added

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": "42b9cee9de945713ddcc3545222eadc2d0ed0909",
2+
"commit": "f19bec6b8f2d2ca2ea4911f85e5228ba0af8c323",
33
"readme": "specification/compute/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=C:\\Users\\v-ziweichen.FAREAST\\Documents\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].44 --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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].47 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.13.2",
7-
"use": "@autorest/[email protected].44"
8-
}
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.14.6",
7+
"use": "@autorest/[email protected].47"
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"extends": "../../../api-extractor-base.json"
3-
}
3+
}

sdk/compute/arm-compute/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/compute/arm-compute",
5-
"Tag": "js/compute/arm-compute_a5794bda62"
5+
"Tag": "js/compute/arm-compute_491da2e551"
66
}

sdk/compute/arm-compute/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ComputeManagementClient.",
6-
"version": "23.0.0",
6+
"version": "23.1.0",
77
"engines": {
88
"node": ">=20.0.0"
99
},
@@ -56,18 +56,19 @@
5656
],
5757
"scripts": {
5858
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
59-
"build:samples": "tsc -p tsconfig.samples.json",
60-
"check-format": "echo skipped",
61-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
62-
"execute:samples": "echo skipped",
59+
"pack": "pnpm pack 2>&1",
6360
"extract-api": "dev-tool run extract-api",
64-
"format": "echo skipped",
6561
"lint": "echo skipped",
66-
"pack": "pnpm pack 2>&1",
62+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
63+
"build:samples": "echo skipped.",
64+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
65+
"execute:samples": "echo skipped",
66+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
6767
"test": "npm run test:node && npm run test:browser",
68+
"test:node": "dev-tool run test:vitest",
6869
"test:browser": "echo skipped",
69-
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
70-
"update-snippets": "dev-tool run update-snippets"
70+
"update-snippets": "dev-tool run update-snippets",
71+
"test:node:esm": "dev-tool run test:vitest --esm"
7172
},
7273
"sideEffects": false,
7374
"//metadata": {
@@ -82,7 +83,7 @@
8283
"browser": "./dist/browser/index.js",
8384
"react-native": "./dist/react-native/index.js",
8485
"tshy": {
85-
"project": "./tsconfig.src.json",
86+
"project": "../../../tsconfig.src.build.json",
8687
"exports": {
8788
"./package.json": "./package.json",
8889
".": "./src/index.ts"

0 commit comments

Comments
 (0)