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

[ReleasePR @azure/arm-databoxedge] Saifahmed098 databoxedge microsoft.data box edge 2023 07 01 #21332

Closed
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
51 changes: 40 additions & 11 deletions sdk/databoxedge/arm-databoxedge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Release History

## 2.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 2.1.0 (2022-04-11)

**Features**

- Added operation group DeviceCapacityCheck
- Added operation group DeviceCapacityInfoOperations
- Added Interface ClusterCapacityViewData
- Added Interface ClusterGpuCapacity
- Added Interface ClusterMemoryCapacity
- Added Interface ClusterStorageViewData
- Added Interface DeviceCapacityCheckCheckResourceCreationFeasibilityOptionalParams
- Added Interface DeviceCapacityInfoGetDeviceCapacityInfoOptionalParams
- Added Interface DeviceCapacityRequestInfo
- Added Interface HostCapacity
- Added Interface NumaNodeData
- Added Interface SystemDataAutoGenerated
- Added Interface VmMemory
- Added Interface VmPlacementRequestResult
- Added Type Alias ClusterWitnessType
- Added Type Alias DeviceCapacityInfo
- Added Type Alias DeviceCapacityInfoGetDeviceCapacityInfoResponse
- Class DataBoxEdgeManagementClient has a new parameter deviceCapacityCheck
- Class DataBoxEdgeManagementClient has a new parameter deviceCapacityInfoOperations
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter systemData
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter clusterWitnessType
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter fileShareWitnessLocation
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter fileShareWitnessUsername
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessStorageAccountName
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessContainerName
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessStorageEndpoint
- Type Alias Order has a new parameter kind
- Type Alias Order has a new parameter orderId
- Added Enum KnownClusterWitnessType
- Enum KnownSkuName has a new value EdgeMRTCP
- Enum KnownSkuName has a new value EP2128GPU1Mx1W
- Enum KnownSkuName has a new value EP2256GPU2Mx1
- Enum KnownSkuName has a new value EP264Mx1W


## 2.0.0 (2022-01-12)

The package of @azure/arm-databoxedge is using our next generation design principles since version 2.0.0, which contains breaking changes.
Expand Down
9 changes: 5 additions & 4 deletions sdk/databoxedge/arm-databoxedge/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commit": "e6a2296d02ec6c4b2c32479198bfbcb9b16ea247",
"commit": "d48ca7ed92cbb4f972eb6214bdb3200edaf78369",
"readme": "specification/databoxedge/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/deviceprovisioningservices/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/databoxedge/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"
}
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/databoxedge/arm-databoxedge/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-databoxedge.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"
}
}
}
}
}
4 changes: 2 additions & 2 deletions sdk/databoxedge/arm-databoxedge/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 DataBoxEdgeManagementClient.",
"version": "2.0.1",
"version": "2.1.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -99,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading