Skip to content

Commit a59b330

Browse files
author
SDKAuto
committed
CodeGen from PR 23823 in Azure/azure-rest-api-specs
Merge bc46f18786439d719514e4db1ee7ac6a3faee361 into 104416d2165e106d35e41a45583129765a6cc5ba
1 parent 072690e commit a59b330

File tree

70 files changed

+2459
-1904
lines changed

Some content is hidden

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

70 files changed

+2459
-1904
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 6 additions & 6 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: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Release History
2+
3+
## 20.1.0 (2023-05-17)
4+
5+
**Features**
26

3-
## 20.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface CommunityGalleryMetadata
8+
- Interface CommunityGallery has a new optional parameter artifactTags
9+
- Interface CommunityGallery has a new optional parameter communityMetadata
10+
- Interface CommunityGallery has a new optional parameter disclaimer
11+
- Interface CommunityGalleryImage has a new optional parameter artifactTags
12+
- Interface CommunityGalleryImage has a new optional parameter disclaimer
13+
- Interface CommunityGalleryImageVersion has a new optional parameter artifactTags
14+
- Interface CommunityGalleryImageVersion has a new optional parameter disclaimer
15+
- Interface SharedGallery has a new optional parameter artifactTags
16+
- Interface SharedGalleryImage has a new optional parameter artifactTags
17+
- Interface SharedGalleryImageVersion has a new optional parameter artifactTags
18+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter computerName
19+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter hyperVGeneration
20+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter osName
21+
- Interface VirtualMachineScaleSetVMInstanceView has a new optional parameter osVersion
22+
- Enum KnownStorageAccountType has a new value StandardSSDLRS
23+
24+
1325
## 20.0.0 (2023-01-05)
1426

1527
**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": "af3175502668b1301136d81214c04ad1476bf4b9",
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: 8 additions & 17 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": "20.1.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,10 +33,10 @@
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",
39-
"typescript": "~5.0.0",
39+
"typescript": "~4.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"dotenv": "^16.0.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)