Skip to content

Commit 83d15b1

Browse files
author
SDKAuto
committed
CodeGen from PR 18529 in Azure/azure-rest-api-specs
Merge 73ae3929d818288c4d551484dcce2dbc89b2a77f into 4ed2eef2469a38feb5d1d755d094f66854ea3013
1 parent 6641093 commit 83d15b1

17 files changed

+1350
-291
lines changed

sdk/databoxedge/arm-databoxedge/CHANGELOG.md

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
11
# Release History
2-
3-
## 2.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
2+
3+
## 2.1.0 (2022-04-06)
4+
5+
**Features**
6+
7+
- Added operation group DeviceCapacityCheck
8+
- Added operation group DeviceCapacityInfoOperations
9+
- Added Interface ClusterCapacityViewData
10+
- Added Interface ClusterGpuCapacity
11+
- Added Interface ClusterMemoryCapacity
12+
- Added Interface ClusterStorageViewData
13+
- Added Interface DeviceCapacityCheckCheckResourceCreationFeasibilityOptionalParams
14+
- Added Interface DeviceCapacityInfoGetDeviceCapacityInfoOptionalParams
15+
- Added Interface DeviceCapacityRequestInfo
16+
- Added Interface HostCapacity
17+
- Added Interface NumaNodeData
18+
- Added Interface SystemDataAutoGenerated
19+
- Added Interface VmMemory
20+
- Added Interface VmPlacementRequestResult
21+
- Added Type Alias ClusterWitnessType
22+
- Added Type Alias DeviceCapacityInfo
23+
- Added Type Alias DeviceCapacityInfoGetDeviceCapacityInfoResponse
24+
- Class DataBoxEdgeManagementClient has a new parameter deviceCapacityCheck
25+
- Class DataBoxEdgeManagementClient has a new parameter deviceCapacityInfoOperations
26+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter systemData
27+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter clusterWitnessType
28+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter fileShareWitnessLocation
29+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter fileShareWitnessUsername
30+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessStorageAccountName
31+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessContainerName
32+
- Type Alias DataBoxEdgeDeviceExtendedInfo has a new parameter cloudWitnessStorageEndpoint
33+
- Type Alias Order has a new parameter kind
34+
- Type Alias Order has a new parameter orderId
35+
- Added Enum KnownClusterWitnessType
36+
- Enum KnownSkuName has a new value EdgeMRTCP
37+
- Enum KnownSkuName has a new value EP2128GPU1Mx1W
38+
- Enum KnownSkuName has a new value EP2256GPU2Mx1
39+
- Enum KnownSkuName has a new value EP264Mx1W
40+
41+
1342
## 2.0.0 (2022-01-12)
1443

1544
The package of @azure/arm-databoxedge is using our next generation design principles since version 2.0.0, which contains breaking changes.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "e6a2296d02ec6c4b2c32479198bfbcb9b16ea247",
2+
"commit": "13000aa19d23af4facb0c5dbd802916d4b1c801d",
33
"readme": "specification/databoxedge/resource-manager/readme.md",
4-
"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/[email protected].20211217.1",
4+
"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/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected]"
7-
}
6+
"release_tool": "@azure-tools/[email protected]",
7+
"use": "@autorest/[email protected]"
8+
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-databoxedge.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/databoxedge/arm-databoxedge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for DataBoxEdgeManagementClient.",
6-
"version": "2.0.1",
6+
"version": "2.1.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -99,4 +99,4 @@
9999
},
100100
"sideEffects": false,
101101
"autoPublish": true
102-
}
102+
}

0 commit comments

Comments
 (0)