Skip to content

Commit

Permalink
CodeGen from PR 20960 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3a87ab88a9f02a5eb75b7fdd1599a19e493a682d into 35388d90dfe0dfb8ef0f43cecaf9dc960fbc917e
  • Loading branch information
SDKAuto committed Oct 10, 2022
1 parent e2f9999 commit 5889a49
Show file tree
Hide file tree
Showing 12 changed files with 642 additions and 99 deletions.
44 changes: 22 additions & 22 deletions common/config/rush/pnpm-lock.yaml

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

38 changes: 30 additions & 8 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
# Release History

## 20.0.0 (2022-10-10)

**Features**

## 19.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface GalleryApplicationCustomAction
- Added Interface GalleryApplicationCustomActionParameter
- Added Interface GalleryApplicationVersionSafetyProfile
- Added Interface GalleryArtifactSafetyProfileBase
- Added Interface GalleryArtifactVersionFullSource
- Added Interface GalleryDiskImageSource
- Added Interface GalleryImageVersionSafetyProfile
- Added Interface LatestGalleryImageVersion
- Added Interface PolicyViolation
- Added Type Alias GalleryApplicationCustomActionParameterType
- Added Type Alias PolicyViolationCategory
- Interface GalleryApplication has a new optional parameter customActions
- Interface GalleryApplicationUpdate has a new optional parameter customActions
- Interface GalleryApplicationVersion has a new optional parameter safetyProfile
- Interface GalleryApplicationVersionPublishingProfile has a new optional parameter customActions
- Interface GalleryApplicationVersionUpdate has a new optional parameter safetyProfile
- Interface GalleryImageVersion has a new optional parameter safetyProfile
- Interface GalleryImageVersionUpdate has a new optional parameter safetyProfile
- Interface SharedGalleryImage has a new optional parameter eula
- Interface SharedGalleryImage has a new optional parameter privacyStatementUri
- Interface TargetRegion has a new optional parameter excludeFromLatest
- Added Enum KnownPolicyViolationCategory

### Other Changes
**Breaking Changes**

- Interface GalleryArtifactVersionSource no longer has parameter uri


## 19.2.0 (2022-09-21)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/compute/arm-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Compute Client

### Currently supported environments

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

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
8 changes: 4 additions & 4 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8ff0e3b8dc12cd793f4f2208d76f9f3a7f51176c",
"commit": "608281a0b7103a8cd532dd98d0d3d5f44dc36522",
"readme": "specification/compute/resource-manager/readme.md",
"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/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
"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/typescript@6.0.0-rc.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.3",
"use": "@autorest/typescript@6.0.0-rc.1"
}
21 changes: 6 additions & 15 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "19.2.1",
"version": "20.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -28,15 +28,15 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-compute.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@microsoft/api-extractor": "7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.6.0",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -46,8 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0",
"@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 @@ -110,13 +109,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

0 comments on commit 5889a49

Please sign in to comment.