Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 60 additions & 8 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,67 @@
# Release History

## 19.0.0 (2022-06-02)

**Features**

## 18.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation CommunityGalleryImages.list
- Added operation CommunityGalleryImageVersions.list
- Added operation VirtualMachineImages.listByEdgeZone
- Added Interface CommunityGalleryImageList
- Added Interface CommunityGalleryImagesListNextOptionalParams
- Added Interface CommunityGalleryImagesListOptionalParams
- Added Interface CommunityGalleryImageVersionList
- Added Interface CommunityGalleryImageVersionsListNextOptionalParams
- Added Interface CommunityGalleryImageVersionsListOptionalParams
- Added Interface CopyCompletionError
- Added Interface SharedGalleryDiskImage
- Added Interface SharedGalleryImageVersionStorageProfile
- Added Interface UserArtifactSettings
- Added Interface VirtualMachineImagesListByEdgeZoneOptionalParams
- Added Interface VmImagesInEdgeZoneListResult
- Added Type Alias CommunityGalleryImagesListNextResponse
- Added Type Alias CommunityGalleryImagesListResponse
- Added Type Alias CommunityGalleryImageVersionsListNextResponse
- Added Type Alias CommunityGalleryImageVersionsListResponse
- Added Type Alias CopyCompletionErrorReason
- Added Type Alias GalleryProvisioningState
- Added Type Alias SharedGalleryDataDiskImage
- Added Type Alias SharedGalleryHostCaching
- Added Type Alias SharedGalleryOSDiskImage
- Added Type Alias VirtualMachineImagesListByEdgeZoneResponse
- Interface DiskEncryptionSetUpdate has a new optional parameter federatedClientId
- Interface EncryptionSetIdentity has a new optional parameter userAssignedIdentities
- Interface ImageDiskReference has a new optional parameter communityGalleryImageId
- Interface ImageDiskReference has a new optional parameter sharedGalleryImageId
- Type Alias CommunityGalleryImage has a new parameter architecture
- Type Alias CommunityGalleryImage has a new parameter privacyStatementUri
- Type Alias CommunityGalleryImage has a new parameter eula
- Type Alias CommunityGalleryImageVersion has a new parameter excludeFromLatest
- Type Alias CommunityGalleryImageVersion has a new parameter storageProfile
- Type Alias DiskEncryptionSet has a new parameter federatedClientId
- Type Alias DiskRestorePoint has a new parameter securityProfile
- Type Alias GalleryApplicationVersionPublishingProfile has a new parameter settings
- Type Alias SharedGalleryImage has a new parameter architecture
- Type Alias SharedGalleryImageVersion has a new parameter excludeFromLatest
- Type Alias SharedGalleryImageVersion has a new parameter storageProfile
- Type Alias Snapshot has a new parameter copyCompletionError
- Added Enum KnownCopyCompletionErrorReason
- Added Enum KnownGalleryProvisioningState
- Added Enum KnownSharedGalleryHostCaching
- Enum KnownDiskEncryptionSetIdentityType has a new value SystemAssignedUserAssigned
- Enum KnownDiskEncryptionSetIdentityType has a new value UserAssigned
- Enum KnownDiskStorageAccountTypes has a new value PremiumV2LRS
- Enum KnownGallerySharingPermissionTypes has a new value Community

### Other Changes
**Breaking Changes**

- Removed Enum KnownGalleryApplicationVersionPropertiesProvisioningState
- Removed Enum KnownGalleryImagePropertiesProvisioningState
- Removed Enum KnownGalleryImageVersionPropertiesProvisioningState
- Removed Enum KnownGalleryPropertiesProvisioningState
- Enum KnownSharingProfileGroupTypes no longer has value Community


## 18.0.0 (2022-05-23)

**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": "d598972247be8e65a4d5294a9040d957aeb2d4f5",
"commit": "42414cf41095ec93d21ee89d3abbba3ea8d7af1e",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].20220408.1 --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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].20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected].20220408.1"
"release_tool": "@azure-tools/[email protected].1",
"use": "@autorest/[email protected].20220425.1"
}
21 changes: 7 additions & 14 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": "18.0.1",
"version": "19.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -40,10 +40,11 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2",
"@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 @@ -94,7 +95,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -107,13 +108,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