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
42 changes: 21 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

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

## 20.0.0 (2023-01-03)

**Features**

## 19.2.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface AlternativeOption
- Added Interface GalleryApplicationCustomAction
- Added Interface GalleryApplicationCustomActionParameter
- Added Interface GalleryApplicationVersionSafetyProfile
- Added Interface GalleryArtifactSafetyProfileBase
- Added Interface GalleryArtifactVersionFullSource
- Added Interface GalleryDiskImageSource
- Added Interface GalleryImageVersionSafetyProfile
- Added Interface ImageDeprecationStatus
- Added Interface LatestGalleryImageVersion
- Added Interface LoadBalancerFrontendIpConfiguration
- Added Interface LoadBalancerFrontendIpConfigurationProperties
- Added Interface OSImageNotificationProfile
- Added Interface OSProfileProvisioningData
- Added Interface PolicyViolation
- Added Interface ServiceArtifactReference
- Added Type Alias AlternativeType
- Added Type Alias GalleryApplicationCustomActionParameterType
- Added Type Alias ImageState
- Added Type Alias PolicyViolationCategory
- Interface CloudService has a new optional parameter zones
- 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 RestorePointSourceMetadata has a new optional parameter userData
- Interface RollingUpgradePolicy has a new optional parameter maxSurge
- Interface RollingUpgradePolicy has a new optional parameter rollbackFailedInstancesOnPolicyBreach
- Interface ScheduledEventsProfile has a new optional parameter osImageNotificationProfile
- 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 VirtualMachineImage has a new optional parameter imageDeprecationStatus
- Interface VirtualMachineReimageParameters has a new optional parameter exactVersion
- Interface VirtualMachineReimageParameters has a new optional parameter osProfile
- Interface VirtualMachineScaleSet has a new optional parameter constrainedMaximumCapacity
- Interface VirtualMachineScaleSetOSProfile has a new optional parameter requireGuestProvisionSignal
- Interface VirtualMachineScaleSetVMProfile has a new optional parameter serviceArtifactReference
- Added Enum KnownAlternativeType
- Added Enum KnownImageState
- Added Enum KnownPolicyViolationCategory
- Added function getContinuationToken

### 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 LoadBalancerConfigurationProperties no longer has parameter frontendIPConfigurations
- 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
- Interface LoadBalancerConfigurationProperties has a new required parameter frontendIpConfigurations
- Type of parameter source of interface GalleryDiskImage is changed from GalleryArtifactVersionSource to GalleryDiskImageSource
- Type of parameter source of interface GalleryImageVersionStorageProfile is changed from GalleryArtifactVersionSource to GalleryArtifactVersionFullSource


## 19.2.0 (2022-09-21)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/compute/arm-compute/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "d8880f781ebef6ce07d4a663d4037facda1ecb0b",
"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].5",
"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.4",
"use": "@autorest/[email protected].5"
}
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