Skip to content

Commit

Permalink
CodeGen from PR 21433 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d12ee236e26e7b94a8ca55502d8ad4d58175bfc4 into dcec109c164e69f0f122ff74fc551108da8af20e
  • Loading branch information
SDKAuto committed Dec 8, 2022
1 parent 3ffcf69 commit 9fd46b1
Show file tree
Hide file tree
Showing 54 changed files with 2,191 additions and 852 deletions.
55 changes: 28 additions & 27 deletions common/config/rush/pnpm-lock.yaml

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

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

## 20.0.0 (2022-12-08)

**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
- Interface VirtualMachineScaleSet has a new optional parameter constrainedMaximumCapacity
- Interface VirtualMachineScaleSetOSProfile has a new optional parameter requireGuestProvisionSignal
- Added Enum KnownPolicyViolationCategory

### Other Changes
**Breaking Changes**

- Interface AvailabilitySetsListBySubscriptionNextOptionalParams no longer has parameter expand
- Interface CapacityReservationGroupsListByResourceGroupNextOptionalParams no longer has parameter expand
- Interface CapacityReservationGroupsListBySubscriptionNextOptionalParams no longer has parameter expand
- Interface CloudServiceRoleInstancesListNextOptionalParams no longer has parameter expand
- Interface GalleryArtifactVersionSource no longer has parameter uri
- Interface ResourceSkusListNextOptionalParams no longer has parameter filter
- Interface ResourceSkusListNextOptionalParams no longer has parameter includeExtendedLocations
- Interface SharedGalleriesListNextOptionalParams no longer has parameter sharedTo
- Interface SharedGalleryImagesListNextOptionalParams no longer has parameter sharedTo
- Interface SharedGalleryImageVersionsListNextOptionalParams no longer has parameter sharedTo
- Interface VirtualMachineRunCommandsListByVirtualMachineNextOptionalParams no longer has parameter expand
- Interface VirtualMachineScaleSetVMRunCommandsListNextOptionalParams no longer has parameter expand
- Interface VirtualMachineScaleSetVMsListNextOptionalParams no longer has parameter expand
- Interface VirtualMachineScaleSetVMsListNextOptionalParams no longer has parameter filter
- Interface VirtualMachineScaleSetVMsListNextOptionalParams no longer has parameter select
- Interface VirtualMachinesListAllNextOptionalParams no longer has parameter filter
- Interface VirtualMachinesListAllNextOptionalParams no longer has parameter statusOnly
- Interface VirtualMachinesListNextOptionalParams no longer has parameter filter


## 19.2.0 (2022-09-21)

**Features**
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": "d5781a220004fed4523c1a6eba52c88b16708487",
"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/[email protected].1.20220727.1 --generate-sample=true",
"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].4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected].1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.2",
"use": "@autorest/[email protected].4"
}
22 changes: 7 additions & 15 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "19.2.1",
"version": "20.0.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.6.1",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.6.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -46,8 +46,8 @@
"@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"
"@types/node": "^14.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 +110,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 9fd46b1

Please sign in to comment.