Skip to content

Commit

Permalink
CodeGen from PR 21890 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 737c81cf81755ac305a3457e735323a7eeeb2954 into f012b6bceb90be88947c3f8a21dab9c78b0b4a6d
  • Loading branch information
SDKAuto committed Dec 23, 2022
1 parent b188f52 commit 7ab85fc
Show file tree
Hide file tree
Showing 32 changed files with 1,304 additions and 373 deletions.
49 changes: 41 additions & 8 deletions sdk/databoxedge/arm-databoxedge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,48 @@
# Release History

## 3.0.0 (2022-12-23)

**Features**

## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- 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 DeviceCapacityInfo
- Added Interface DeviceCapacityInfoGetDeviceCapacityInfoOptionalParams
- Added Interface DeviceCapacityRequestInfo
- Added Interface HostCapacity
- Added Interface NumaNodeData
- Added Interface VmMemory
- Added Interface VmPlacementRequestResult
- Added Type Alias ClusterWitnessType
- Added Type Alias DeviceCapacityInfoGetDeviceCapacityInfoResponse
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter cloudWitnessContainerName
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter cloudWitnessStorageAccountName
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter cloudWitnessStorageEndpoint
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter clusterWitnessType
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter fileShareWitnessLocation
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter fileShareWitnessUsername
- Interface DataBoxEdgeDeviceExtendedInfo has a new optional parameter systemData
- Interface Order has a new optional parameter kind
- Interface Order has a new optional 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

### Other Changes
**Breaking Changes**

- Interface DevicesListByResourceGroupNextOptionalParams no longer has parameter expand
- Interface DevicesListBySubscriptionNextOptionalParams no longer has parameter expand
- Interface TriggersListByDataBoxEdgeDeviceNextOptionalParams no longer has parameter filter
- Interface UsersListByDataBoxEdgeDeviceNextOptionalParams no longer has parameter filter


## 2.1.0 (2022-11-21)

**Features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/databoxedge/arm-databoxedge/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "e6a2296d02ec6c4b2c32479198bfbcb9b16ea247",
"readme": "specification\\databoxedge\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.8.4 --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\\databoxedge\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"commit": "6b5f7fbe9fe34d788b76b154400c2912bb94df89",
"readme": "specification/databoxedge/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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/databoxedge/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/typescript@6.0.0-rc.5"
}
14 changes: 3 additions & 11 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.1.1",
"version": "3.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -110,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databoxedge?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit 7ab85fc

Please sign in to comment.