Skip to content

Commit

Permalink
CodeGen from PR 31425 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 33a82d723dba742220b6bc5aeadd060018817ae0 into ca4642f6cddab6de445a69ae0f617c5ddab9c2d5
  • Loading branch information
SDKAuto committed Dec 20, 2024
1 parent 73fa688 commit 0630954
Show file tree
Hide file tree
Showing 25 changed files with 229 additions and 4,181 deletions.
26 changes: 11 additions & 15 deletions common/config/rush/pnpm-lock.yaml

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

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

## 23.0.0 (2024-12-20)

### Features Added

- Added Interface Placement
- Added Type Alias ZonePlacementPolicyType
- Interface StorageProfile has a new optional parameter alignRegionalDisksToVMZone
- Interface VirtualMachine has a new optional parameter placement
- Added Enum KnownZonePlacementPolicyType

### 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": "0a95062d007048745f1f668594be6513b8ca6f73",
"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

0 comments on commit 0630954

Please sign in to comment.