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
69 changes: 34 additions & 35 deletions common/config/rush/pnpm-lock.yaml

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

49 changes: 38 additions & 11 deletions sdk/databoxedge/arm-databoxedge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,42 @@
# Release History

## 2.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 2.1.0 (2022-04-28)

**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 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.1 (2022-04-15)

**features**
Expand Down
11 changes: 0 additions & 11 deletions sdk/databoxedge/arm-databoxedge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { DataBoxEdgeManagementClient } = require("@azure/arm-databoxedge");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new DataBoxEdgeManagementClient(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new DataBoxEdgeManagementClient(credential, subscriptionId);
```


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.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\databoxedge\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220408.1 --generate-sample=true",
"commit": "404895ee5278cf370484d7126fa7d6fea9bfc47e",
"readme": "specification/databoxedge/resource-manager/readme.md",
"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",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"use": "@autorest/typescript@6.0.0-alpha.19.20220408.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
Loading