Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-compute] modify readme.typescript.md for compute package #954

Closed
wants to merge 1 commit into from
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
85 changes: 0 additions & 85 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,92 +4,7 @@

**Features**

- Added Interface AvailabilitySet
- Added Interface AvailabilitySetUpdate
- Added Interface CapacityReservation
- Added Interface CapacityReservationGroup
- Added Interface CapacityReservationGroupUpdate
- Added Interface CapacityReservationInstanceViewWithName
- Added Interface CapacityReservationUpdate
- Added Interface CommunityGallery
- Added Interface CommunityGalleryImage
- Added Interface CommunityGalleryImageVersion
- Added Interface DataDiskImageEncryption
- Added Interface DedicatedHost
- Added Interface DedicatedHostGroup
- Added Interface DedicatedHostGroupUpdate
- Added Interface DedicatedHostInstanceViewWithName
- Added Interface DedicatedHostUpdate
- Added Interface Disk
- Added Interface DiskAccess
- Added Interface DiskEncryptionSet
- Added Interface DiskEncryptionSetParameters
- Added Interface DiskRestorePoint
- Added Interface Gallery
- Added Interface GalleryApplication
- Added Interface GalleryApplicationUpdate
- Added Interface GalleryApplicationVersion
- Added Interface GalleryApplicationVersionPublishingProfile
- Added Interface GalleryApplicationVersionUpdate
- Added Interface GalleryDataDiskImage
- Added Interface GalleryImage
- Added Interface GalleryImageUpdate
- Added Interface GalleryImageVersion
- Added Interface GalleryImageVersionPublishingProfile
- Added Interface GalleryImageVersionUpdate
- Added Interface GalleryOSDiskImage
- Added Interface GalleryUpdate
- Added Interface Image_2
- Added Interface ImageDataDisk
- Added Interface ImageOSDisk
- Added Interface ImageReference
- Added Interface ImageUpdate
- Added Interface ManagedDiskParameters
- Added Interface NetworkInterfaceReference
- Added Interface OSDiskImageEncryption
- Added Interface PirSharedGalleryResource
- Added Interface ProximityPlacementGroup
- Added Interface ProximityPlacementGroupUpdate
- Added Interface RequestRateByIntervalInput
- Added Interface RestorePoint
- Added Interface RestorePointCollection
- Added Interface RestorePointCollectionUpdate
- Added Interface RollingUpgradeStatusInfo
- Added Interface RunCommandDocument
- Added Interface SharedGallery
- Added Interface SharedGalleryDataDiskImage
- Added Interface SharedGalleryImage
- Added Interface SharedGalleryImageVersion
- Added Interface SharedGalleryOSDiskImage
- Added Interface Snapshot
- Added Interface SshPublicKeyResource
- Added Interface SshPublicKeyUpdateResource
- Added Interface SubResourceWithColocationStatus
- Added Interface SystemData
- Added Interface ThrottledRequestsInput
- Added Interface VirtualMachine
- Added Interface VirtualMachineCaptureResult
- Added Interface VirtualMachineExtension
- Added Interface VirtualMachineExtensionImage
- Added Interface VirtualMachineExtensionUpdate
- Added Interface VirtualMachineImage
- Added Interface VirtualMachineImageResource
- Added Interface VirtualMachineRunCommand
- Added Interface VirtualMachineRunCommandUpdate
- Added Interface VirtualMachineScaleSet
- Added Interface VirtualMachineScaleSetExtension
- Added Interface VirtualMachineScaleSetExtensionUpdate
- Added Interface VirtualMachineScaleSetIPConfiguration
- Added Interface VirtualMachineScaleSetNetworkConfiguration
- Added Interface VirtualMachineScaleSetReimageParameters
- Added Interface VirtualMachineScaleSetUpdate
- Added Interface VirtualMachineScaleSetUpdateIPConfiguration
- Added Interface VirtualMachineScaleSetUpdateNetworkConfiguration
- Added Interface VirtualMachineScaleSetVM
- Added Interface VirtualMachineScaleSetVMExtension
- Added Interface VirtualMachineScaleSetVMExtensionUpdate
- Added Interface VirtualMachineScaleSetVMReimageParameters
- Added Interface VirtualMachineUpdate
- Added Type Alias CloudServiceSlotType
- Interface CloudService has a new optional parameter systemData
- Interface CloudServiceNetworkProfile has a new optional parameter slotType
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,8 +1,8 @@
{
"commit": "fda2db441da3f1fab31bb235e97da3e33c8e3903",
"commit": "242f8534b42c04ffe80d61ff5c934600c39456f1",
"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:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected]rc.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]alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected]rc.1"
"use": "@autorest/[email protected]alpha.19.20220425.1"
}
20 changes: 5 additions & 15 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"@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"
"@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 @@ -99,7 +96,8 @@
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped"
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -110,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