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
35 changes: 25 additions & 10 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: 72 additions & 10 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,77 @@
# Release History

## 17.2.0 (2022-02-10)

**Features**

## 17.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation DedicatedHosts.beginRestart
- Added operation DedicatedHosts.beginRestartAndWait
- Added Interface CommunityGalleryInfo
- Added Interface DedicatedHostsRestartOptionalParams
- Added Interface DiskRestorePointInstanceView
- Added Interface DiskRestorePointReplicationStatus
- Added Interface GalleryExtendedLocation
- Added Interface GalleryTargetExtendedLocation
- Added Interface OSDiskImageSecurityProfile
- Added Interface RegionalSharingStatus
- Added Interface RestorePointInstanceView
- Added Interface SharingStatus
- Added Interface VirtualMachineScaleSetHardwareProfile
- Added Interface VMDiskSecurityProfile
- Added Type Alias ConfidentialVMEncryptionType
- Added Type Alias GalleryExpandParams
- Added Type Alias GalleryExtendedLocationType
- Added Type Alias RepairAction
- Added Type Alias RestorePointExpandOptions
- Added Type Alias SecurityEncryptionTypes
- Added Type Alias SharingState
- Interface AutomaticRepairsPolicy has a new optional parameter repairAction
- Interface GalleriesGetOptionalParams has a new optional parameter expand
- Interface GalleryArtifactPublishingProfileBase has a new optional parameter targetExtendedLocations
- Interface RestorePointsGetOptionalParams has a new optional parameter expand
- Interface SharingProfile has a new optional parameter communityGalleryInfo
- Interface VirtualMachineScaleSetManagedDiskParameters has a new optional parameter securityProfile
- Interface VirtualMachineScaleSetOSProfile has a new optional parameter allowExtensionOperations
- Interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkOptionalParams has a new optional parameter placementGroupId
- Interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkOptionalParams has a new optional parameter zone
- Interface VirtualMachineScaleSetUpdatePublicIPAddressConfiguration has a new optional parameter publicIPPrefix
- Interface VirtualMachineScaleSetVMProfile has a new optional parameter hardwareProfile
- Interface VirtualMachinesListAllNextOptionalParams has a new optional parameter filter
- Interface VirtualMachinesListAllOptionalParams has a new optional parameter filter
- Interface VirtualMachinesListNextOptionalParams has a new optional parameter filter
- Interface VirtualMachinesListOptionalParams has a new optional parameter filter
- Type Alias CapacityReservation has a new parameter timeCreated
- Type Alias CapacityReservationUpdate has a new parameter timeCreated
- Type Alias DedicatedHost has a new parameter timeCreated
- Type Alias DedicatedHostUpdate has a new parameter timeCreated
- Type Alias Gallery has a new parameter sharingStatus
- Type Alias GalleryUpdate has a new parameter sharingStatus
- Type Alias ImageReference has a new parameter communityGalleryImageId
- Type Alias ManagedDiskParameters has a new parameter securityProfile
- Type Alias OSDiskImageEncryption has a new parameter securityProfile
- Type Alias RestorePoint has a new parameter sourceRestorePoint
- Type Alias RestorePoint has a new parameter instanceView
- Type Alias VirtualMachine has a new parameter timeCreated
- Type Alias VirtualMachineExtension has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineExtensionUpdate has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineScaleSet has a new parameter timeCreated
- Type Alias VirtualMachineScaleSetExtension has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineScaleSetExtensionUpdate has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineScaleSetVMExtension has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineScaleSetVMExtensionUpdate has a new parameter protectedSettingsFromKeyVault
- Type Alias VirtualMachineUpdate has a new parameter timeCreated
- Added Enum KnownConfidentialVMEncryptionType
- Added Enum KnownGalleryExpandParams
- Added Enum KnownGalleryExtendedLocationType
- Added Enum KnownRepairAction
- Added Enum KnownRestorePointExpandOptions
- Added Enum KnownSecurityEncryptionTypes
- Added Enum KnownSharingState
- Enum KnownSecurityTypes has a new value ConfidentialVM
- Enum KnownSharingProfileGroupTypes has a new value Community
- Enum KnownSharingUpdateOperationTypes has a new value EnableCommunity


## 17.1.0 (2022-01-06)

**Features**
Expand Down
6 changes: 3 additions & 3 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "87c075973362d149fd8e23b31b061692d8c6dd45",
"commit": "16e090b577e8e49f69152832ca923d8c53d52748",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211217.1",
"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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211217.1"
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/compute/arm-compute/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-compute.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
11 changes: 5 additions & 6 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": "17.1.1",
"version": "17.2.0",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -29,21 +29,20 @@
"types": "./types/arm-compute.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.0.0",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2",
"@azure/arm-network": "^26.0.0"
"cross-env": "^7.0.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"repository": {
Expand Down Expand Up @@ -100,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading