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
8 changes: 4 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.

64 changes: 54 additions & 10 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,59 @@
# Release History

## 22.1.1 (Unreleased)

## 22.2.0 (2024-09-26)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group GalleryInVMAccessControlProfiles
- Added operation group GalleryInVMAccessControlProfileVersions
- Added Interface AccessControlRules
- Added Interface AccessControlRulesIdentity
- Added Interface AccessControlRulesPrivilege
- Added Interface AccessControlRulesRole
- Added Interface AccessControlRulesRoleAssignment
- Added Interface GalleryInVMAccessControlProfile
- Added Interface GalleryInVMAccessControlProfileList
- Added Interface GalleryInVMAccessControlProfileProperties
- Added Interface GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams
- Added Interface GalleryInVMAccessControlProfilesDeleteHeaders
- Added Interface GalleryInVMAccessControlProfilesDeleteOptionalParams
- Added Interface GalleryInVMAccessControlProfilesGetOptionalParams
- Added Interface GalleryInVMAccessControlProfilesListByGalleryNextOptionalParams
- Added Interface GalleryInVMAccessControlProfilesListByGalleryOptionalParams
- Added Interface GalleryInVMAccessControlProfilesUpdateOptionalParams
- Added Interface GalleryInVMAccessControlProfileUpdate
- Added Interface GalleryInVMAccessControlProfileVersion
- Added Interface GalleryInVMAccessControlProfileVersionList
- Added Interface GalleryInVMAccessControlProfileVersionProperties
- Added Interface GalleryInVMAccessControlProfileVersionsCreateOrUpdateOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionsDeleteHeaders
- Added Interface GalleryInVMAccessControlProfileVersionsDeleteOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionsGetOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileNextOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionsUpdateOptionalParams
- Added Interface GalleryInVMAccessControlProfileVersionUpdate
- Added Interface GalleryResourceProfilePropertiesBase
- Added Interface GalleryResourceProfileVersionPropertiesBase
- Added Type Alias AccessControlRulesMode
- Added Type Alias EndpointAccess
- Added Type Alias EndpointTypes
- Added Type Alias GalleryInVMAccessControlProfilesCreateOrUpdateResponse
- Added Type Alias GalleryInVMAccessControlProfilesDeleteResponse
- Added Type Alias GalleryInVMAccessControlProfilesGetResponse
- Added Type Alias GalleryInVMAccessControlProfilesListByGalleryNextResponse
- Added Type Alias GalleryInVMAccessControlProfilesListByGalleryResponse
- Added Type Alias GalleryInVMAccessControlProfilesUpdateResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsCreateOrUpdateResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsDeleteResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsGetResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileNextResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileResponse
- Added Type Alias GalleryInVMAccessControlProfileVersionsUpdateResponse
- Added Enum KnownAccessControlRulesMode
- Added Enum KnownEndpointAccess


## 22.1.0 (2024-08-12)

### Features Added
Expand Down Expand Up @@ -579,7 +623,7 @@

## 17.3.1 (2022-04-06)

### Features Added
**features**

- Bug fix

Expand Down
8 changes: 4 additions & 4 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3cef1bf0125458cc60dfb9e644e6bc28b787beab",
"commit": "04f655b05d39622d6c7b50bb73551172e32cdebd",
"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/typescript@6.0.23 --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/js-sdk-release-tools@2.7.11",
"use": "@autorest/typescript@6.0.23"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.14",
"use": "@autorest/typescript@^6.0.12"
}
21 changes: 6 additions & 15 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "22.1.1",
"version": "22.2.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
Expand All @@ -30,12 +30,12 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.6.2",
"typescript": "~5.5.3",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure/identity": "^4.2.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
Expand All @@ -45,7 +45,6 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/arm-network": "^32.2.0",
"ts-node": "^10.0.0"
},
"repository": {
Expand Down Expand Up @@ -107,13 +106,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