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] Adding x-ms-paths with expanded properties for VirtualMachineImages_ListWithProperties #13175

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
7 changes: 3 additions & 4 deletions common/config/rush/pnpm-lock.yaml

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

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

## 23.0.0 (2024-12-19)

### Features Added

- Added operation VirtualMachineImages.listWithProperties
- Added Interface VirtualMachineImagesListWithPropertiesOptionalParams
- Added Type Alias VirtualMachineImagesListWithPropertiesResponse

### Breaking Changes

- Removed operation group GalleryInVMAccessControlProfiles
- Removed operation group GalleryInVMAccessControlProfileVersions
- Removed operation group SoftDeletedResource
- Interface Gallery no longer has parameter identity
- Interface GalleryImage no longer has parameter allowUpdateImage
- Interface GalleryImageFeature no longer has parameter startsAtVersion
- Interface GalleryImageUpdate no longer has parameter allowUpdateImage
- Interface GalleryImageVersion no longer has parameter restore
- Interface GalleryImageVersion no longer has parameter validationsProfile
- Interface GalleryImageVersionSafetyProfile no longer has parameter blockDeletionBeforeEndOfLife
- Interface GalleryImageVersionUpdate no longer has parameter restore
- Interface GalleryImageVersionUpdate no longer has parameter validationsProfile
- Interface GalleryList no longer has parameter securityProfile
- Interface GalleryUpdate no longer has parameter identity
- Interface TargetRegion no longer has parameter additionalReplicaSets
- Interface UserArtifactSettings no longer has parameter scriptBehaviorAfterReboot
- Class ComputeManagementClient no longer has parameter galleryInVMAccessControlProfiles
- Class ComputeManagementClient no longer has parameter galleryInVMAccessControlProfileVersions
- Class ComputeManagementClient no longer has parameter softDeletedResource
- Removed Enum KnownAccessControlRulesMode
- Removed Enum KnownEndpointAccess
- Removed Enum KnownGalleryApplicationScriptRebootBehavior
- Removed Enum KnownSoftDeletedArtifactTypes
- Removed Enum KnownValidationStatus
- Enum KnownStorageAccountType no longer has value PremiumV2LRS


## 22.2.0 (2024-12-11)

### Features Added
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": "552b4dd311f90f4a7b2f7adf45461d7a8774a1cc",
"commit": "04a179bd3e5df5873c55cfa51f92133dc8175161",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --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].29 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --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/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected]",
"use": "@autorest/[email protected].29"
"use": "@autorest/typescript@^6.0.12"
}
19 changes: 5 additions & 14 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": "22.2.0",
"version": "23.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -28,7 +28,7 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-compute.d.ts",
"devDependencies": {
"typescript": "~5.7.2",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.2.1",
Expand All @@ -40,8 +40,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"@types/node": "^18.0.0",
"ts-node": "^10.0.0",
"@azure/arm-network": "^32.2.0"
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -103,13 +102,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute"
}
Loading
Loading