Skip to content

Commit 238c868

Browse files
author
SDKAuto
committed
CodeGen from PR 22885 in Azure/azure-rest-api-specs
Merge 7ab8b275d02bb99006cf367ccb4f42554f7ab0df into 076362b3daf923937504ba93dcdf2959072eb0f9
1 parent 5b34238 commit 238c868

File tree

71 files changed

+4164
-2854
lines changed

Some content is hidden

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

71 files changed

+4164
-2854
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 2 additions & 2 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: 54 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,61 @@
11
# Release History
2+
3+
## 21.0.0 (2023-04-17)
4+
5+
**Features**
26

3-
## 20.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added operation DedicatedHosts.listAvailableSizes
8+
- Added operation VirtualMachineScaleSets.beginReapply
9+
- Added operation VirtualMachineScaleSets.beginReapplyAndWait
10+
- Added Interface DedicatedHostSizeListResult
11+
- Added Interface DedicatedHostsListAvailableSizesOptionalParams
12+
- Added Interface DiskRestorePointAttributes
13+
- Added Interface RestorePointEncryption
14+
- Added Interface RunCommandManagedIdentity
15+
- Added Interface SecurityPostureReference
16+
- Added Interface VirtualMachineScaleSetsReapplyHeaders
17+
- Added Interface VirtualMachineScaleSetsReapplyOptionalParams
18+
- Added Type Alias DedicatedHostsListAvailableSizesResponse
19+
- Added Type Alias ExpandTypeForListVMs
20+
- Added Type Alias ExpandTypesForListVMs
21+
- Added Type Alias RestorePointEncryptionType
22+
- Interface DedicatedHostUpdate has a new optional parameter sku
23+
- Interface LinuxVMGuestPatchAutomaticByPlatformSettings has a new optional parameter bypassPlatformSafetyChecksOnUserSchedule
24+
- Interface RestorePointSourceMetadata has a new optional parameter hyperVGeneration
25+
- Interface RestorePointSourceVMDataDisk has a new optional parameter writeAcceleratorEnabled
26+
- Interface RestorePointSourceVmosDisk has a new optional parameter writeAcceleratorEnabled
27+
- Interface VirtualMachineExtension has a new optional parameter provisionAfterExtensions
28+
- Interface VirtualMachineRunCommand has a new optional parameter errorBlobManagedIdentity
29+
- Interface VirtualMachineRunCommand has a new optional parameter outputBlobManagedIdentity
30+
- Interface VirtualMachineRunCommand has a new optional parameter treatFailureAsDeploymentFailure
31+
- Interface VirtualMachineRunCommandScriptSource has a new optional parameter scriptUriManagedIdentity
32+
- Interface VirtualMachineRunCommandUpdate has a new optional parameter errorBlobManagedIdentity
33+
- Interface VirtualMachineRunCommandUpdate has a new optional parameter outputBlobManagedIdentity
34+
- Interface VirtualMachineRunCommandUpdate has a new optional parameter treatFailureAsDeploymentFailure
35+
- Interface VirtualMachineScaleSetsDeallocateOptionalParams has a new optional parameter hibernate
36+
- Interface VirtualMachineScaleSetUpdate has a new optional parameter priorityMixPolicy
37+
- Interface VirtualMachineScaleSetUpdate has a new optional parameter spotRestorePolicy
38+
- Interface VirtualMachineScaleSetVMExtension has a new optional parameter location
39+
- Interface VirtualMachineScaleSetVMExtension has a new optional parameter provisionAfterExtensions
40+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter computerName
41+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter hyperVGeneration
42+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter osName
43+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter osVersion
44+
- Interface VirtualMachineScaleSetVMProfile has a new optional parameter securityPostureReference
45+
- Interface VirtualMachinesListAllOptionalParams has a new optional parameter expand
46+
- Interface VirtualMachinesListOptionalParams has a new optional parameter expand
47+
- Interface WindowsVMGuestPatchAutomaticByPlatformSettings has a new optional parameter bypassPlatformSafetyChecksOnUserSchedule
48+
- Added Enum KnownExpandTypeForListVMs
49+
- Added Enum KnownExpandTypesForListVMs
50+
- Added Enum KnownRestorePointEncryptionType
51+
- Enum KnownStorageAccountType has a new value StandardSSDLRS
1052

11-
### Other Changes
53+
**Breaking Changes**
1254

55+
- Type of parameter diskRestorePoint of interface RestorePointSourceVMDataDisk is changed from ApiEntityReference to DiskRestorePointAttributes
56+
- Type of parameter diskRestorePoint of interface RestorePointSourceVmosDisk is changed from ApiEntityReference to DiskRestorePointAttributes
57+
58+
1359
## 20.0.0 (2023-01-05)
1460

1561
**Features**

sdk/compute/arm-compute/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "3dae9445631a0e27d743c1355f8cb82391d1634f",
2+
"commit": "16be157afd2faffce0110e28978416ca9518423d",
33
"readme": "specification/compute/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].5.20221215.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --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/compute/resource-manager/readme.md --use=@autorest/[email protected].10",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
7-
"use": "@autorest/[email protected].5.20221215.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
7+
"use": "@autorest/[email protected].10"
88
}

sdk/compute/arm-compute/package.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ComputeManagementClient.",
6-
"version": "20.0.1",
6+
"version": "21.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
14+
"@azure/core-client": "^1.7.0",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -33,7 +33,7 @@
3333
"@rollup/plugin-json": "^6.0.0",
3434
"@rollup/plugin-multi-entry": "^6.0.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
36-
"mkdirp": "^1.0.4",
36+
"mkdirp": "^2.1.2",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
3939
"typescript": "~4.8.0",
@@ -48,8 +48,7 @@
4848
"chai": "^4.2.0",
4949
"cross-env": "^7.0.2",
5050
"@types/node": "^14.0.0",
51-
"@azure/dev-tool": "^1.0.0",
52-
"@azure/arm-network": "^26.0.0"
51+
"@azure/dev-tool": "^1.0.0"
5352
},
5453
"repository": {
5554
"type": "git",
@@ -112,13 +111,5 @@
112111
]
113112
},
114113
"autoPublish": true,
115-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
116-
"//sampleConfiguration": {
117-
"productName": "",
118-
"productSlugs": [
119-
"azure"
120-
],
121-
"disableDocsMs": true,
122-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
123-
}
124-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute"
115+
}

0 commit comments

Comments
 (0)