Skip to content

Commit

Permalink
CodeGen from PR 18976 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4380ea525d620b06b9145d3fe255391f2ab27d91 into 271c819e255b6e437fd84a429c0d7b480052e6ab
  • Loading branch information
SDKAuto committed May 17, 2022
1 parent 4663918 commit 34c85ee
Show file tree
Hide file tree
Showing 63 changed files with 12,980 additions and 11,765 deletions.
71 changes: 43 additions & 28 deletions common/config/rush/pnpm-lock.yaml

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

80 changes: 70 additions & 10 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,75 @@
# Release History

## 18.0.0 (2022-05-17)

**Features**

## 17.3.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation CommunityGalleryImages.list
- Added operation CommunityGalleryImageVersions.list
- Added Interface CommunityGalleryImageList
- Added Interface CommunityGalleryImagesListNextOptionalParams
- Added Interface CommunityGalleryImagesListOptionalParams
- Added Interface CommunityGalleryImageVersionList
- Added Interface CommunityGalleryImageVersionsListNextOptionalParams
- Added Interface CommunityGalleryImageVersionsListOptionalParams
- Added Interface DedicatedHostGroupPropertiesAdditionalCapabilities
- Added Interface LinuxVMGuestPatchAutomaticByPlatformSettings
- Added Interface ProximityPlacementGroupPropertiesIntent
- Added Interface ResourceWithOptionalLocation
- Added Interface SharedGalleryDiskImage
- Added Interface SharedGalleryImageVersionStorageProfile
- Added Interface UserArtifactSettings
- Added Interface WindowsVMGuestPatchAutomaticByPlatformSettings
- Added Type Alias CommunityGalleryImagesListNextResponse
- Added Type Alias CommunityGalleryImagesListResponse
- Added Type Alias CommunityGalleryImageVersionsListNextResponse
- Added Type Alias CommunityGalleryImageVersionsListResponse
- Added Type Alias GalleryProvisioningState
- Added Type Alias LinuxVMGuestPatchAutomaticByPlatformRebootSetting
- Added Type Alias SharedGalleryDataDiskImage
- Added Type Alias SharedGalleryHostCaching
- Added Type Alias SharedGalleryOSDiskImage
- Added Type Alias WindowsVMGuestPatchAutomaticByPlatformRebootSetting
- Interface AutomaticOSUpgradePolicy has a new optional parameter useRollingUpgradePolicy
- Interface DiskRestorePointReplicationStatus has a new optional parameter completionPercent
- Interface LinuxPatchSettings has a new optional parameter automaticByPlatformSettings
- Interface PatchSettings has a new optional parameter automaticByPlatformSettings
- Interface VirtualMachineScaleSetDataDisk has a new optional parameter deleteOption
- Interface VirtualMachineScaleSetOSDisk has a new optional parameter deleteOption
- Interface VirtualMachineScaleSetUpdateOSDisk has a new optional parameter deleteOption
- Interface VMGalleryApplication has a new optional parameter enableAutomaticUpgrade
- Interface VMGalleryApplication has a new optional parameter treatFailureAsDeploymentFailure
- Add parameters of ResourceWithOptionalLocation to TypeAlias VirtualMachineExtension
- 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 DedicatedHostGroup has a new parameter additionalCapabilities
- Type Alias DedicatedHostGroupUpdate has a new parameter additionalCapabilities
- Type Alias GalleryApplicationVersionPublishingProfile has a new parameter settings
- Type Alias ProximityPlacementGroup has a new parameter zones
- Type Alias ProximityPlacementGroup has a new parameter intent
- 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 VirtualMachineScaleSetVM has a new parameter identity
- Added Enum KnownGalleryProvisioningState
- Added Enum KnownLinuxVMGuestPatchAutomaticByPlatformRebootSetting
- Added Enum KnownSharedGalleryHostCaching
- Added Enum KnownWindowsVMGuestPatchAutomaticByPlatformRebootSetting
- Enum KnownGallerySharingPermissionTypes has a new value Community
- Enum KnownStorageAccountTypes has a new value PremiumV2LRS

**Breaking Changes**

- Delete parameters of Resource in TypeAlias VirtualMachineExtension
- Removed Enum KnownGalleryApplicationVersionPropertiesProvisioningState
- Removed Enum KnownGalleryImagePropertiesProvisioningState
- Removed Enum KnownGalleryImageVersionPropertiesProvisioningState
- Removed Enum KnownGalleryPropertiesProvisioningState
- Enum KnownSharingProfileGroupTypes no longer has value Community

## 17.3.1 (2022-04-06)

**features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1",
"readme": "specification\\apimanagement\\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\\apimanagement\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.18.20220329.1",
"commit": "38b9bc53cb5120db0dd1d0ad9b2ea9b24f6c38d8",
"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=/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-alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
"use": "@autorest/typescript@6.0.0-alpha.18.20220329.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.19.20220425.1"
}
Loading

0 comments on commit 34c85ee

Please sign in to comment.