Skip to content

Commit 5889a49

Browse files
author
SDKAuto
committed
CodeGen from PR 20960 in Azure/azure-rest-api-specs
Merge 3a87ab88a9f02a5eb75b7fdd1599a19e493a682d into 35388d90dfe0dfb8ef0f43cecaf9dc960fbc917e
1 parent e2f9999 commit 5889a49

File tree

12 files changed

+642
-99
lines changed

12 files changed

+642
-99
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 22 additions & 22 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: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# Release History
2+
3+
## 20.0.0 (2022-10-10)
4+
5+
**Features**
26

3-
## 19.2.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added Interface GalleryApplicationCustomAction
8+
- Added Interface GalleryApplicationCustomActionParameter
9+
- Added Interface GalleryApplicationVersionSafetyProfile
10+
- Added Interface GalleryArtifactSafetyProfileBase
11+
- Added Interface GalleryArtifactVersionFullSource
12+
- Added Interface GalleryDiskImageSource
13+
- Added Interface GalleryImageVersionSafetyProfile
14+
- Added Interface LatestGalleryImageVersion
15+
- Added Interface PolicyViolation
16+
- Added Type Alias GalleryApplicationCustomActionParameterType
17+
- Added Type Alias PolicyViolationCategory
18+
- Interface GalleryApplication has a new optional parameter customActions
19+
- Interface GalleryApplicationUpdate has a new optional parameter customActions
20+
- Interface GalleryApplicationVersion has a new optional parameter safetyProfile
21+
- Interface GalleryApplicationVersionPublishingProfile has a new optional parameter customActions
22+
- Interface GalleryApplicationVersionUpdate has a new optional parameter safetyProfile
23+
- Interface GalleryImageVersion has a new optional parameter safetyProfile
24+
- Interface GalleryImageVersionUpdate has a new optional parameter safetyProfile
25+
- Interface SharedGalleryImage has a new optional parameter eula
26+
- Interface SharedGalleryImage has a new optional parameter privacyStatementUri
27+
- Interface TargetRegion has a new optional parameter excludeFromLatest
28+
- Added Enum KnownPolicyViolationCategory
1029

11-
### Other Changes
30+
**Breaking Changes**
1231

32+
- Interface GalleryArtifactVersionSource no longer has parameter uri
33+
34+
1335
## 19.2.0 (2022-09-21)
1436

1537
**Features**

sdk/compute/arm-compute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Compute Client
1313

1414
### Currently supported environments
1515

16-
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
16+
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
1717
- Latest versions of Safari, Chrome, Edge and Firefox.
1818

1919
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

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": "8ff0e3b8dc12cd793f4f2208d76f9f3a7f51176c",
2+
"commit": "608281a0b7103a8cd532dd98d0d3d5f44dc36522",
33
"readme": "specification/compute/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --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].20220727.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.8.4 --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]",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/[email protected].2",
7-
"use": "@autorest/[email protected].20220727.1"
6+
"release_tool": "@azure-tools/[email protected].3",
7+
"use": "@autorest/[email protected]"
88
}

sdk/compute/arm-compute/package.json

Lines changed: 6 additions & 15 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": "19.2.1",
6+
"version": "20.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -28,15 +28,15 @@
2828
"module": "./dist-esm/src/index.js",
2929
"types": "./types/arm-compute.d.ts",
3030
"devDependencies": {
31-
"@microsoft/api-extractor": "^7.31.1",
31+
"@microsoft/api-extractor": "7.18.11",
3232
"@rollup/plugin-commonjs": "^21.0.1",
3333
"@rollup/plugin-json": "^4.1.0",
3434
"@rollup/plugin-multi-entry": "^4.1.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.6.0",
39+
"typescript": "~4.2.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
@@ -46,8 +46,7 @@
4646
"@types/chai": "^4.2.8",
4747
"chai": "^4.2.0",
4848
"cross-env": "^7.0.2",
49-
"@azure/dev-tool": "^1.0.0",
50-
"@azure/arm-network": "^26.0.0"
49+
"@azure/dev-tool": "^1.0.0"
5150
},
5251
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
5352
"repository": {
@@ -110,13 +109,5 @@
110109
}
111110
]
112111
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
121-
}
122-
}
112+
"autoPublish": true
113+
}

0 commit comments

Comments
 (0)