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

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

50 changes: 50 additions & 0 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Release History

## 17.2.0 (2022-01-20)

**Features**

- Added operation DedicatedHosts.beginRestart
- Added operation DedicatedHosts.beginRestartAndWait
- Added Interface DedicatedHostsRestartOptionalParams
- Added Interface DiskRestorePointInstanceView
- Added Interface DiskRestorePointReplicationStatus
- Added Interface RestorePointInstanceView
- Added Interface VirtualMachineScaleSetHardwareProfile
- Added Interface VMDiskSecurityProfile
- Added Type Alias RepairAction
- Added Type Alias RestorePointExpandOptions
- Added Type Alias SecurityEncryptionTypes
- Interface AutomaticRepairsPolicy has a new optional parameter repairAction
- Interface RestorePointsGetOptionalParams has a new optional parameter expand
- 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 ImageReference has a new parameter communityGalleryImageId
- Type Alias ManagedDiskParameters 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 KnownRepairAction
- Added Enum KnownRestorePointExpandOptions
- Added Enum KnownSecurityEncryptionTypes
- Enum KnownSecurityTypes has a new value ConfidentialVM


## 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": "eafbb20ea1dc01a8b8e56c866e0b0ff92c82d4ee",
"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"
}
}
}
}
}
23 changes: 16 additions & 7 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "17.1.0",
"engines": { "node": ">=12.0.0" },
"version": "17.2.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
Expand All @@ -14,7 +16,13 @@
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -34,15 +42,16 @@
"@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": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down Expand Up @@ -90,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading